Click Fraud Software?

Discussion in 'Guidelines / Compliance' started by cumminsj, Mar 13, 2007.

  1. #1
    Hi All,

    What free software is there out there to help prevent click fraud?

    I have tried using AdLogger, but im using PHP on Microsoft IIS 6.0.
    And i cant seem to get it to work. It is installed fine and i can use it fine, but its not logging clicks. I have follow the instructions exactly, wrapper code etc etc.

    Did anyone have any luck installing this on a windows system?
    Please let me know?

    Thanks

    Jonathan
     
    cumminsj, Mar 13, 2007 IP
  2. dealcracker

    dealcracker Guest

    Messages:
    59
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Regarding Adlogger, I assume you also have MySQL installed on your server? Are you getting any PHP errors?
     
    dealcracker, Mar 13, 2007 IP
  3. cumminsj

    cumminsj Guest

    Messages:
    225
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Hi,

    Yes MySql is installed, the installation of AdLogger went perfect no errors, i can use the admin interface, its just not logging the adsense clicks.

    Heres an example of the wrapper code it generates for me:

    
    <!-- Start AdLogger Wrapping Code -->
    <?php @include_once("C:\Inetpub\wwwroot\proxy\adlogger\index.php/track/ad_check.php"); if ($show_ads) { ?>
    
    <script type="text/javascript"><!--
    google_ad_client = "pub_id";
    google_ad_width = 250;
    google_ad_height = 250;
    google_ad_format = "250x250_as";
    google_ad_type = "text_image";
    google_ad_channel = "";
    google_color_border = "654d8d";
    google_color_bg = "654d8d";
    google_color_link = "330066";
    google_color_text = "330066";
    google_color_url = "330066";
    //--></script>
    <script type="text/javascript"
      src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
    
    <?php } ?>
    <!-- End AdLogger Wrapping Code -->
    Code (markup):

    The 'include once' line looks suspect to me, the syntax of the file its pointing to looks wrong.

    Can anyone confirm this?

    Thanks

    J
     
    cumminsj, Mar 13, 2007 IP
  4. jakomo

    jakomo Well-Known Member

    Messages:
    4,262
    Likes Received:
    82
    Best Answers:
    0
    Trophy Points:
    138
    #4
    Hello!

    Look C:\Inetpub\wwwroot\proxy\adlogger\index.php/track/ad_check.php

    You have / and \ :)

    Best,
    Jakomo
     
    jakomo, Mar 13, 2007 IP
  5. jakomo

    jakomo Well-Known Member

    Messages:
    4,262
    Likes Received:
    82
    Best Answers:
    0
    Trophy Points:
    138
    #5
    Hello again,
    And I am looking for 2 php files.... index.php and ad_check.php

    It should be

    <script type="text/javascript"><!--
    var adlogger_loc = "http://www.YOURSITE.com/adlogger";
    var channel_id = "";
    //--></script>
    <script src="http://www.YOURSITE.com/adlogger/adloggertracker.js" type="text/javascript">
    </script>

    Best,
    Jakomo
     
    jakomo, Mar 13, 2007 IP
  6. cumminsj

    cumminsj Guest

    Messages:
    225
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Hi,

    Thanks for your reply, i thought that was a problem.

    So its abviously not coded to read windows directories correctly.

    I think the problem is in the ad_check.php i dont think it can read the config_settings.php file because its not reading the directories correctly.

    Here is a snippet of code from the ad_check.php file that i think is causing the problem:

    // Find out where this file is on the server so that we access the configuration files
    $adlogger_file_path = str_replace('track/ad_check.php', '', __FILE__);
    
    // Include the configuration files to connect to the database and find the current settings
    require ("$adlogger_file_path" . "config_database.php");
    require ("$adlogger_file_path" . "config_settings.php");
    Code (markup):
    And thats why its not displaying my ads with the wrapper code.

    Any ideas?

    What you think?

    J.
     
    cumminsj, Mar 13, 2007 IP
  7. svnelvn

    svnelvn Guest

    Messages:
    77
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #7
    adlogger is so confusing, it logs 300 clicks when i only got 7 from adsense. there's no way i could know which ones are the ones recorded and came from the same ip address
     
    svnelvn, Mar 13, 2007 IP
  8. alexdale

    alexdale Active Member

    Messages:
    989
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    60
    #8
    yeah me too, and for me its quite complicated to install. anyone knows of a link for step-by-step instructions on how to install adlogger?
     
    alexdale, Mar 13, 2007 IP
  9. Tearabite

    Tearabite Prominent Member

    Messages:
    4,628
    Likes Received:
    429
    Best Answers:
    0
    Trophy Points:
    300
    #9
    Tearabite, Mar 13, 2007 IP