Auto Surf Script PHP Help

Discussion in 'PHP' started by kevinn13, Nov 4, 2010.

  1. #1
    Hello all

    I was wondering if someone could give me some quick advise I am working on an auto traffic job script for a friend and am find this more confusing by the hour. After much tintering I got a script to run which used in brief summary

    loads proxy list
    fsockopen the simple script to load

    $header = "Host: $host\r\n";
    $header .= "User-Agent: PHP Script\r\n";
    $header .= "Content-Type: application/x-www-form-urlencoded\r\n";
    $header .= "Referer: http://www.google.com/search?hl=en&q=jigh&btnG=Google+Search \r\n";
    $header .= "Content-Length: ".strlen($vars)."\r\n";
    $header .= "Connection: close\r\n\r\n";

    Works fine my browser redirects and opens page.

    ok now the bit I am lost on which is 2 things.

    1. When I run this script and view the hit on my website it shows as my i.p obvious as I have the browser open and the script has just loaded that page. However shouldnt it show the proxy address? Also why does this script do nothing when I load via cron jobs?

    2. Am I barking up the wrong tree for sending fake hits do I need to working a a browser replication system.

    Any help much appreciated.

    Kev
     
    kevinn13, Nov 4, 2010 IP
  2. lomb

    lomb Peon

    Messages:
    9
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Dont think this can be achieved with PHP think you need the browser thats why many people use exchange method. I could be wrong but from my searches just now on this subject many of the these get post proxy scripts dont even register as a page view. I would be interested to know your findings on this though.

    good luck
     
    lomb, Nov 5, 2010 IP