Adblock breaks this site

Help with an AdBlock.

Discussion in 'Archives' started by SwiftSeller, Sep 22, 2008.

Thread Status:
Not open for further replies.
  1. SwiftSeller

    SwiftSeller Grand Master
    Banned

    Joined:
    Jun 21, 2008
    Posts:
    2,461
    Referrals:
    0
    Sythe Gold:
    0
    Help with an AdBlock.

    For some reason I downloaded X9's autoer package, and since then Sythe.org's AdSpace says "You currently have AdBlock enabled. please disable AdBlock on Sythe.org." I would, IF I KNEW HOW!.

    Ive already deleted the autoer program from the computer, so its still stuck there...
     
  2. Merchant_in_the_dark

    Merchant_in_the_dark Grand Master
    Banned

    Joined:
    Nov 27, 2007
    Posts:
    2,452
    Referrals:
    2
    Sythe Gold:
    0
    Help with an AdBlock.

    No autoer program should affect your browser settings. Do a full system scan for adware and spyware, it could have hijacked some settings or changed your host file.
     
  3. SwiftSeller

    SwiftSeller Grand Master
    Banned

    Joined:
    Jun 21, 2008
    Posts:
    2,461
    Referrals:
    0
    Sythe Gold:
    0
    Help with an AdBlock.

    Oh that sound greeeeeeeeeeeeat... Is there any way to change it back manually, via options or something?
     
  4. Ballin Boi

    Ballin Boi Guru

    Joined:
    Apr 28, 2008
    Posts:
    1,536
    Referrals:
    3
    Sythe Gold:
    0
    Help with an AdBlock.

    Swift I doubt this could be it due to the fact x9 would ever do anything.

    But check your cookies and clear them out also make sure "htttp://sythe.org" is on your allowed website list.

    Tell me if it helps ;)
     
  5. SwiftSeller

    SwiftSeller Grand Master
    Banned

    Joined:
    Jun 21, 2008
    Posts:
    2,461
    Referrals:
    0
    Sythe Gold:
    0
    Help with an AdBlock.

    I have allow all sites on. And Ive cleared cookies several times.
     
  6. Ballin Boi

    Ballin Boi Guru

    Joined:
    Apr 28, 2008
    Posts:
    1,536
    Referrals:
    3
    Sythe Gold:
    0
    Help with an AdBlock.

    Go to the physical Web-browser folder see if anything is in there.
     
  7. SwiftSeller

    SwiftSeller Grand Master
    Banned

    Joined:
    Jun 21, 2008
    Posts:
    2,461
    Referrals:
    0
    Sythe Gold:
    0
    Help with an AdBlock.

    Hmm, sythe is set up on everything. There isnt anything different in the web folder... Idk, I'll run another scan to see what I get. Its just raelly odd.
     
  8. MCR__Ftw

    MCR__Ftw Guru
    $5 USD Donor

    Joined:
    Mar 19, 2007
    Posts:
    1,084
    Referrals:
    0
    Sythe Gold:
    0
    Help with an AdBlock.

    I think it's just sythe.org. I had that problem, and I don't even have adblock. I saw a post about it somewhere, but it was a while ago. So don't sweet it, unless it doesn't go away.
     
  9. SwiftSeller

    SwiftSeller Grand Master
    Banned

    Joined:
    Jun 21, 2008
    Posts:
    2,461
    Referrals:
    0
    Sythe Gold:
    0
    Help with an AdBlock.

    Finally some1 understands. So i should just let it go?
     
  10. MCR__Ftw

    MCR__Ftw Guru
    $5 USD Donor

    Joined:
    Mar 19, 2007
    Posts:
    1,084
    Referrals:
    0
    Sythe Gold:
    0
    Help with an AdBlock.

    Yeah, unless you still see it after a couple of days.
     
  11. SwiftSeller

    SwiftSeller Grand Master
    Banned

    Joined:
    Jun 21, 2008
    Posts:
    2,461
    Referrals:
    0
    Sythe Gold:
    0
    Help with an AdBlock.

    Its been nearly 3
     
  12. Persia_Ugly

    Persia_Ugly Grand Master
    $5 USD Donor

    Joined:
    Aug 27, 2008
    Posts:
    2,513
    Referrals:
    0
    Sythe Gold:
    7
    Discord Unique ID:
    696893665490239590
    Discord Username:
    Persia_Ugly
    Help with an AdBlock.

    I have no adds as well
     
  13. SwiftSeller

    SwiftSeller Grand Master
    Banned

    Joined:
    Jun 21, 2008
    Posts:
    2,461
    Referrals:
    0
    Sythe Gold:
    0
    Help with an AdBlock.

    Got Em Back
     
  14. Merchant_in_the_dark

    Merchant_in_the_dark Grand Master
    Banned

    Joined:
    Nov 27, 2007
    Posts:
    2,452
    Referrals:
    2
    Sythe Gold:
    0
    Help with an AdBlock.

    Good,what did you do?
     
  15. SwiftSeller

    SwiftSeller Grand Master
    Banned

    Joined:
    Jun 21, 2008
    Posts:
    2,461
    Referrals:
    0
    Sythe Gold:
    0
    Help with an AdBlock.

    Nothing really... Lol i just sat there and left it alone...
     
  16. Shin

    Shin Join the Sythe.org Discord
    Retired Administrator Legendary Mudkips $100 USD Donor

    Joined:
    Mar 10, 2007
    Posts:
    14,172
    Referrals:
    23
    Sythe Gold:
    198
    Discord Unique ID:
    777373911821713408
    Pool Shark (4) Village Drunk <3 n4n0 (29) Sythe's 20th Anniversary Battleship Champion
    Help with an AdBlock.

    Yes, this seems to happen randomly. It happened to me the other day, and then it just started working again, so I would just let it go and not worry about it.
     
  17. Jansen

    Jansen Retired Admin :'(
    Retired Global Moderator

    Joined:
    Apr 22, 2005
    Posts:
    5,213
    Referrals:
    6
    Sythe Gold:
    11
    Discord Unique ID:
    1072865532082147429
    Discord Username:
    jan.sen.
    Help with an AdBlock.

    // ==UserScript==
    // @name ownsythe
    // @namespace dsfargeg
    // @description blocks sythes faggotry
    // @include http://*sythe*
    // ==/UserScript==
    function addGlobalStyle(css) {
    var head, style;
    head = document.getElementsByTagName('head')[0];
    if (!head) { return; }
    style = document.createElement('style');
    style.type = 'text/css';
    style.innerHTML = css;
    head.appendChild(style);
    }

    addGlobalStyle('table .smallfont a{display:inline;}')
    addGlobalStyle('.smallfont a { display: none; }');

    var n1 = document.getElementById("addiv0");
    n1.innerHTML = "sythe is a faggot";
    var n2 = document.getElementById("addiv1");
    n2.innerHTML = "";
     
  18. SwiftSeller

    SwiftSeller Grand Master
    Banned

    Joined:
    Jun 21, 2008
    Posts:
    2,461
    Referrals:
    0
    Sythe Gold:
    0
    Help with an AdBlock.

    double you tee eff?
     
  19. Tezlin

    Tezlin Guru
    Banned

    Joined:
    Apr 9, 2008
    Posts:
    1,780
    Referrals:
    0
    Sythe Gold:
    0
    Help with an AdBlock.

    ololwut.

    No one clicks the ads anyway.
     
  20. SwiftSeller

    SwiftSeller Grand Master
    Banned

    Joined:
    Jun 21, 2008
    Posts:
    2,461
    Referrals:
    0
    Sythe Gold:
    0
    Help with an AdBlock.

    Agreed.
     
< [Money Xfer] Need Trusted members. | Need help, Paypal. >
Thread Status:
Not open for further replies.


 
 
Adblock breaks this site