Jump to content
UBot Underground

Recommended Posts

Hey everyone,

 

I searched quite a bit on this forum, but couldn't find any info about this.

 

If this is a duplicate post to a previously answered question, you have my apologies.

 

 

So, the issue I'm having is this:

 

I am attempting to access a website, enter details on the page, change proxies and then reload the page.

 

This is what happens when I test the proxy changer with a simple URL like Google.com

 

http://i1267.photobucket.com/albums/jj553/jimag87/error_zps744c112b.png

 

This is the proxy format I'm using:

 

http://i1267.photobucket.com/albums/jj553/jimag87/proxy_zpsfa2aae81.png

 

 

This is what my code currently looks like:

 

clear cookies
clear list(%Proxies)
ui open file("Proxy List:"#Proxies)
add list to list(%Proxies$list from file(#Proxies), "Delete""Global")
set list position(%Proxies, 0)
ui stat monitor("Proxy :"#Proxy)
loop($list total(%Proxies)) {
    set(#Proxy$list item(%Proxies, 0), "Global")
    change proxy(#Proxy)
    wait(3)
    navigate("http://google.com""Wait")
    wait(3)
    remove from list(%Proxies, 0)
}

 

 

 

Can anyone please help me figure out why I'm getting this error?

 

Also, I am using public proxies, if it helps you to know that.

Link to post
Share on other sites

I've tried about 50 proxies from http://www.hidemyass.com/proxy-list/

 

None of them are working...

 

 

No worries, I have a premium list coming to me soon. I'll try those and update you on how it goes.

 

Thanks for the insight! It's appreciated.

Edited by PlatinumStatus
Link to post
Share on other sites

Yeah, google bans public proxies as if it scrapes them itself.. Anything Google and Public proxies you can pretty much bet you will find 10of them for a short while. Then It will be banned too and that's 10 out of thousands maybe 20k.

 

Now if you don't plan to use them for Google then test on the site you intend to use them on.

 

FB, Twitter and big sites like them will ban almost instantly the public proxy.

 

 

Use this to search and you will get better results:

 

site:ubotstudio.com testing public proxies

 

Hope that helps,

 

TC

  • Like 1
Link to post
Share on other sites

Yeah, google bans public proxies as if it scrapes them itself.. Anything Google and Public proxies you can pretty much bet you will find 10of them for a short while. Then It will be banned too and that's 10 out of thousands maybe 20k.

 

Now if you don't plan to use them for Google then test on the site you intend to use them on.

 

FB, Twitter and big sites like them will ban almost instantly the public proxy.

 

 

Use this to search and you will get better results:

 

site:ubotstudio.com testing public proxies

 

Hope that helps,

 

TC

 

Thanks for this information, this is helpful indeed!

 

I tested on the intended site and all is running smoothly. :)

 

I appreciate the support I received from you and everyone who helped me out.

  • Like 1
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...