Jump to content
[MUST READ] Forum Rules ×

RoshanOp

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by RoshanOp

  1. On 10/28/2020 at 4:50 AM, MFS Webhosting said:

    I fell behind on this as I have been super busy with upgrading our mail server and increasing its security protocols due to recent influx of DDOS attacks. But, this is still on the project list. I do have the domain reserved and I am researching the best way to build this out and what tools are going to be neccessary in order for it work and be useful. Stay tuned for further updates

    So, is it ready?

  2. 23 hours ago, Anyx said:

    There seems to be a problem with your .htaccess configuration. Normally, https://freewh.gq/sys-auth/ should not be directly accessible, and you should get custom error pages.

    Do your .htaccess files contain the rules present in Project LOGGED do by default (mainly https://github.com/PlanetTheCloud/project-logged/blob/master/.htaccess, and https://github.com/PlanetTheCloud/project-logged/blob/master/sys-auth/.htaccess)? Have you correctly followed the setup instructions in https://github.com/PlanetTheCloud/project-logged/wiki/Setup-Instruction-(1.8)?

    umm, it wasnt addded in sys-auth folder. but it was in the htdocs (main) folder.
    still i updated both of them, cleared my cookies, and its been a while.
    Still same issue

    Edit: Also, for the auth folder (its listed in .htaccess above the sys-auth folder
    But, in the repo, i dont see any /auth folder

  3. On 12/6/2021 at 10:53 PM, BastelPichi said:

    Hey,

    Heres the best method to just steal from InfinityFree. Heres modified version of hans' code, i just copy-pasted the needed part, you have to change it to your needs of course:

    function buildAdSenseAdPanel(e) {
        let t = document.createElement("div");
        return (
            t.setAttribute("class", "panel panel-widget"),
            (t.innerHTML =
                '<div class="panel-heading widget-heading">Advertisement</div><div class="panel-body"><div class="col-xs-12 col-md-12 text-center"><ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-7281184434591176" data-ad-slot="3301284143" data-ad-format="auto"></ins></div></div>'),
            t
        );
    }
    function insertStatsPanelAds() {
        let e = document.getElementById("stats"),
            t = buildAdSenseAdPanel(3855191122);
        e.insertBefore(t, e.firstChild), (adsbygoogle = window.adsbygoogle || []).push({});
        let n = buildAdSenseAdPanel(3472047746);
        e.appendChild(n), (adsbygoogle = window.adsbygoogle || []).push({});
    }
    document.addEventListener("DOMContentLoaded", function () {
        insertStatsPanelAds()
    });

     

    Bro i added this code and edited data-ad-client.

    But it just sends text on cpanel

    Screenshot_2022-08-27-15-26-43-359_com.android.chrome.jpg

×
×
  • Create New...