adlogger

Discussion in 'Reporting & Stats' started by tornad0, Dec 5, 2006.

  1. #1
    Hello
    I can't find a good version of adlogger to work..
    I have installed the newer version but I can't ban my IP I can't do many things..
    Can you guys share here what is the best version of adlogger ?
    Thank you
     
    tornad0, Dec 5, 2006 IP
  2. thedark

    thedark Well-Known Member

    Messages:
    1,346
    Likes Received:
    43
    Best Answers:
    0
    Trophy Points:
    168
    Digital Goods:
    1
  3. tornad0

    tornad0 Peon

    Messages:
    94
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    yes thank you.. I know where to find the script. My question was what version is working properly because not all versions are good
     
    tornad0, Dec 5, 2006 IP
  4. ThreeGuineaWatch

    ThreeGuineaWatch Well-Known Member

    Messages:
    1,489
    Likes Received:
    69
    Best Answers:
    0
    Trophy Points:
    140
    #4
    Hello,

    I know this sounds a little obvious, but ensure you follow very carefully EVERY step of the install and set up instructions. In particular, ensure you have your 'anti-caching' code at the top of every file that you want adlogger to operate within. The latest stable version work very well for me.

    Also, http://www.adlogger.org/forum/ has useful information.

    Cheers
     
    ThreeGuineaWatch, Dec 5, 2006 IP
  5. samzach

    samzach Peon

    Messages:
    484
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #5
    the adlogger forum is a great place to ask questions. trevor normally answers within a day!
     
    samzach, Dec 5, 2006 IP
  6. tornad0

    tornad0 Peon

    Messages:
    94
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Would you like to disable ads for everyone? This is an easy way if you ever want to turn off all of your ads for some reason.
    All ads surrounded by the PHP Wrapping Code will not appear and will show the alternate ad, if specified. Yes No


    I installed the latest version of adlogger and I choosed Yes but I still can see the ads on my website I do not understand why? This version is not good at all
     
    tornad0, Dec 5, 2006 IP
  7. Seleno

    Seleno Peon

    Messages:
    671
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #7
    i have the same problem
    i can't banned my self
    and i set 3 clicks /24 hours but i noticed that there's ip clicked about 37 times
    adlogger have to banned this user,but didn't do any!
     
    Seleno, Dec 5, 2006 IP
  8. ThreeGuineaWatch

    ThreeGuineaWatch Well-Known Member

    Messages:
    1,489
    Likes Received:
    69
    Best Answers:
    0
    Trophy Points:
    140
    #8
    Do you have a dynamic IP?

    Do you have the caching code correctly inserted in to your files?

    Have you RTFM? :D

    A better place to ask these questions is: http://www.adlogger.org/forum/

    The author of the code is very responsive and helpful.

    Cheers,

     
    ThreeGuineaWatch, Dec 6, 2006 IP
  9. Scriptona

    Scriptona Notable Member

    Messages:
    4,957
    Likes Received:
    265
    Best Answers:
    0
    Trophy Points:
    280
    #9
    i'm pretty sure you didn't parse your adsense code with the proper adlogger code

    put that before adsense code

    <?php @include_once("LSP"); if ($show_ads == 'y') { ?>
    Code (markup):
    LSP stands for the Local server path to the file "ad_check_include.php" which is in the folder you installed adlogger

    and put this after the adsense code

    <?php } ?>
    Code (markup):

    finally put this in the far footer of the page right before the </body> tag

    <script type="text/javascript"><!--
    var adlogger_loc = "http path to adlogger folder without trailing slash";
    var channel_id = "";
    //--></script>
    <script src="http path to adloggertracker.js file inside your adlogger folder" type="text/javascript">
    </script>
    Code (markup):
    you should get those codes by default when you go to code generator page in adlogger control panel though ;)


    btw, if you have dynamic ip, you can ban range of ips like this

    123.123.*.*
    or just
    123.123

    :)
     
    Scriptona, Dec 6, 2006 IP