Jump to content
UBot Underground

Problem with my bot not getting hits registered in Google Analytics


Recommended Posts

Hi Team,

 

I created the following bot bellow which goes to a specified website and stays a few second then changes IP and loops itself. I input about 1000 different proxies that were scrapped using a Proxy Scrape robot I bought from another user here.

 

The bot goes through the whole process with no problems. I left it overnight and did about 476 loops before getting to the end of the Proxy list and then stopped.

 

When I went to Google analytics to see if the hits registered and the referrer was working right I was amazed, I only received 2 hits. Is there something in the order of my code maybe?

 

I've done this with several different test sites that I have and same result.

 

Any help will be greatly appreciated.

 

set(#loops, 0, "Global")
ui stat monitor("Total", #loops)
ui open file("Load Proxy List", #proxylist)
ui text box("Set Referrer", #referrer)
clear list(%proxy list)
add list to list(%proxy list, $list from file(#proxylist), "Delete", "Global")
set(#pos, 0, "Global")
loop($list total(%proxy list)) {
clear cookies
set user agent("Internet Explorer 8")
set referrer(#referrer)
clear list(%break down)
add list to list(%break down, $list from text($list item(%proxy list, #pos), ":"), "Delete", "Global")
change proxy("{$list item(%break down, 0)}:{$list item(%break down, 1)}")
wait(3)
increment(#pos)
allow images("No")
allow flash("No")
navigate("http://www.tiger-walk.com", "Wait")
wait for browser event("Page Loaded", "")
wait(10)
increment(#loops)
}

Link to post
Share on other sites
The majority of the list is probably blacklisted is my guess, so google ignores the traffic and assumes its a bot.

 

I agree, with g00gle public proxies are nearly a waste of time. Maybe if you can scrape some true anny, socks or elite proxies you'll get the results you're looking for.

 

In my limited experience just about all proxies that can be scraped are being scraped 1000's and 1000's of times over before you ever attempt to use them..

Link to post
Share on other sites

Hey, Just checked my referral bot, it is working perfectly. Even with public proxies, can see all hits counted by google analytics.

 

Check it http://www.screencast.com/t/Dg7vrzTW :)

 

 

Ok, Thanks gang, at least I now know its not the bot.

After a lil research, I think you'll find this to a fairly difficult task.

Link to post
Share on other sites

Hey, Just checked my referral bot, it is working perfectly. Even with public proxies, can see all hits counted by google analytics.

 

Check it http://www.screencast.com/t/Dg7vrzTW :)

 

Thanks for the video. That's exactly what I was trying to do. After running the bot for about 3 nights, each with about 2000 different proxies, I got maybe like 2 hits out of a total of around 6000 proxies.

 

I'll keep doing some test to see what I can find and post them here.

 

Thanks to all for the help.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...