Y T Nuke  
Results 1 to 13 of 13
I'm not sure if this the the correct location to post this, but here goes. ...
  1. #1
    murdaki11 is offline Newbies
    Join Date
    Jan 2010
    Posts
    4
    Reputation
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Fake Google Analytics IP and Location

    I'm not sure if this the the correct location to post this, but here goes.

    OK on my site I have a external link. The owner of the site that I'm linking to use google analytics, I want to be to create fake clicks on that link that will record different IP address and location. IE owner of the site thinks they are getting more clicks then they really are.

  2. #2
    Byite is offline Junior Member
    Join Date
    Jan 2010
    Location
    UK
    Posts
    157
    Reputation
    11
    Thanks
    14
    Thanked 29 Times in 29 Posts

    Default Re: Fake Google Analytics IP and Location

    Why not click the links yourself using different proxies?

  3. #3
    rickstar's Avatar
    rickstar is offline ..is now a consultant
    Join Date
    Dec 2009
    Posts
    786
    Reputation
    103
    Thanks
    496
    Thanked 594 Times in 218 Posts

    Default Re: Fake Google Analytics IP and Location

    You can set up an 1px iframe leading to that link, then just shoot a bunch of proxified traffic to that page.

    Use code, 'BHWSwipe' for 40% off!

  4. #4
    neeka387's Avatar
    neeka387 is offline Registered Member
    Join Date
    Feb 2010
    Posts
    73
    Reputation
    26
    Thanks
    83
    Thanked 16 Times in 13 Posts

    Default Re: Fake Google Analytics IP and Location

    Quote Originally Posted by redrabbit View Post
    You can set up an 1px iframe leading to that link, then just shoot a bunch of proxified traffic to that page.

    So for clarification, if I had an affiliate link, and it wanted it to show that I drive more traffic to his website than I actually do.... (i'm not paid per click, just to make my site seem more valuable)...

    All have to do is create a 1px frame on my website that links to theirs using my affiliate link, and it will show as though someone clicked through to their website from mines?

  5. #5
    Volkow is offline Newbies
    Join Date
    Dec 2010
    Location
    Strasbourg
    Posts
    14
    Reputation
    10
    Thanks
    47
    Thanked 1 Time in 1 Post

    Default Re: Fake Google Analytics IP and Location

    Use PHP cURL to create fake traffic with fake referer through proxies.

    Here is a piece of code I use:

    PHP Code:
    function getPage($proxy$url$referer$agent$header$timeout) {
        
    $ch curl_init();
        
    curl_setopt($chCURLOPT_URL$url);
        
    curl_setopt($chCURLOPT_HEADER$header);
        
    curl_setopt($chCURLOPT_RETURNTRANSFER1);
        
    curl_setopt($chCURLOPT_PROXY$proxy);
        
    curl_setopt($chCURLOPT_HTTPPROXYTUNNEL1);
        
    curl_setopt($chCURLOPT_CONNECTTIMEOUT$timeout);
        
    curl_setopt($chCURLOPT_REFERER$referer);
        
    curl_setopt($chCURLOPT_USERAGENT$agent);
     
        
    $result['EXE'] = curl_exec($ch);
        
    $result['INF'] = curl_getinfo($ch);
        
    $result['ERR'] = curl_error($ch);
     
        
    curl_close($ch);
     
        return 
    $result;


  6. #6
    bryanon is offline Executive VIP
    Join Date
    Oct 2009
    Posts
    848
    Reputation
    161
    Thanks
    516
    Thanked 732 Times in 278 Posts

    Default Re: Fake Google Analytics IP and Location

    Quote Originally Posted by neeka387 View Post
    So for clarification, if I had an affiliate link, and it wanted it to show that I drive more traffic to his website than I actually do.... (i'm not paid per click, just to make my site seem more valuable)...

    All have to do is create a 1px frame on my website that links to theirs using my affiliate link, and it will show as though someone clicked through to their website from mines?
    Correct.

    Mind you though, when/if they analyse your traffic they will see that something's wrong as your bounce rate will (obviously) be extremely high.
    Want to sell your profitable website? meathead1234 and I have sold over $1,000,000 in sites in 2011 alone. Our clients have HUGE budgets for the right site! Check out reviews on our JV thread NOW!

  7. The Following User Says Thank You to bryanon For This Useful Post:

    Winchester (12-07-2011)

  8. #7
    Volkow is offline Newbies
    Join Date
    Dec 2010
    Location
    Strasbourg
    Posts
    14
    Reputation
    10
    Thanks
    47
    Thanked 1 Time in 1 Post

    Default Re: Fake Google Analytics IP and Location

    Using cURL is better I think. You can send lot of fake traffic.

    You can use sockets too.

    But it will not work with Analytics I think... :/
    Last edited by Volkow; 02-15-2011 at 06:58 AM.

  9. #8
    scottx1995's Avatar
    scottx1995 is offline Jr. VIP
    Join Date
    Apr 2011
    Location
    CASSSSSS
    Posts
    288
    Reputation
    34
    Thanks
    51
    Thanked 203 Times in 67 Posts

    Default Re: Fake Google Analytics IP and Location

    using proxies you cannot fake visits in a way that it shows up on google analytics ?

    im sure there is a way plenty of fake traffic exchanges/ traffic trades who can flip traffic to your site from 50 a day to 50k a day lol i am sure this is bot traffic. but havnt figured out yet, how they do it =P

    I wouldnt mind payin for a software taht would do exactly this as long as it shows up on the google analytics on the destination site.

  10. #9
    Ivanys is offline Newbies
    Join Date
    Apr 2011
    Posts
    15
    Reputation
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Fake Google Analytics IP and Location

    bot traffic is also buying PPC

  11. #10
    nuaru is online now Junior Member
    Join Date
    Mar 2010
    Posts
    172
    Reputation
    40
    Thanks
    14
    Thanked 115 Times in 53 Posts

    Default Re: Fake Google Analytics IP and Location

    It is very easy to make fake ggl Analytics with ZennoPoster from diffirent proxies, user agents, etc.

  12. #11
    xsalvador's Avatar
    xsalvador is offline Newbies
    Join Date
    Sep 2011
    Posts
    46
    Reputation
    10
    Thanks
    5
    Thanked 7 Times in 4 Posts

    Default Re: Fake Google Analytics IP and Location

    It is easy to fake with the apps already mentioned but be aware that search engines really don't want us doing fake referrals; so don't do it on a site with adse**e and try not to overdo it either, just a few search engine referrals a day should pass undetected.

  13. #12
    kapelo is offline Newbies
    Join Date
    Aug 2011
    Posts
    49
    Reputation
    10
    Thanks
    17
    Thanked 4 Times in 4 Posts

    Default Re: Fake Google Analytics IP and Location

    If the site owner check the visited proxy ip's, he can't figure out what's going on?

  14. #13
    mrblackjack is offline Newbies
    Join Date
    Dec 2011
    Posts
    30
    Reputation
    13
    Thanks
    1
    Thanked 4 Times in 2 Posts

    Default Re: Fake Google Analytics IP and Location

    Best trick (to be counted in analytics) is to clickjack the external link. thus, you force any real visitor to click on it without even knowing.

Natural Slow Link Building


SEO Blasts - High quality link building service

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
  SEnukeX SEO Software
Proudly Powered by Hostwinds.com Web Hosting Click Here For Exclusive BHW Discounts!

Cheap Web Hosting


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76