Jump to content
UBot Underground

Search the Community

Showing results for tags 'Proxy'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Announcements and News
    • Join the UBot Community
  • General
    • General Discussion
    • Mac and UBot Studio
    • Journeys
    • Buy, Sell, Free
    • Scripting

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

  1. 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
  2. Fellas? I am using proxybonanza.com shared proxies -socks5 with username/password authentication. below I have posted my code... when I use this - my proxies do not validate.. set(#loadproxy, $random list item($list from file("my proxy file here")), "Global") change proxy("socks4://{#loadproxy}") set proxy credentials("user", "pass") wait(10) run javascript("location.reload(true);") Then I navigate to a proxy checking site... whatismyip.com etc I have tried using both socks4:// and socks5:// but neither one works..is there something wrong with my code or does Ubot have problems with us
  3. I have a backpage bot that I had made, but now does not seem to be working like it first did. I would like to see how to add a proxy set up to it. A way to add a list of proxies that it can use to cycle through while posting the ads. A video on how to do this would be appreciated.
  4. I see that a lot of you more experienced UBOT users are using SOCKS proxies instead of HTTP proxies. Obviously there are particular advantages of using Private SOCKS proxies over Private HTTP proxies with your bots. Can anyone elaborate on the benefits or why (outside of a wiki page definition?) Thanks
  5. I would like some help from the community. I do not claim to be an expert but im learning. So i figured i would share what i made. Id like to know how other ppl would have gone about doing the same things i did. What i have made works, but im not sure perfectly. Ultimately i would like a PUBLIC proxy checker that runs 24/7 picking up local lists as well as downloading lists. This bot is made to collect a list from "thebigproxylist.com". As well as up to 3 lists stored locally. Also it auto loads the saved file. Then overwrites it with the new results. The "protection" is just the bot vis
  6. someone knows how to control OpenVPN from ubot? please help me!
  7. http://image.chromefans.org/i150/id179/web-proxy-chrome-security.pngHide My Ass Proxy Scraper Never pay a monthly fee again, no more hunting for proxy lists, just click and harvest! The Bot Shop is proud to present the HMA Proxy Scraper Lifetime updates, future features powered by the users - you see an improvement, we will try to get it into the next update, fast, no fuss and no drama! http://www.youtube.com/watch?v=fZOZWJ6U-7g http://www.uniseal.co.nz/Buy-Now-button.jpg A limited $10 discount code available from The Bot Shop Twitter feed......be quick!
  8. Hi guys, so the multithreading works with my code below but only if the "sexProxy" define is removed from inside "thread code". How can I make it work with proxy? Any suggestions? define setProxy(#fnProxyWithCredentials) { set(#fnProxyWithCredentials, #fnProxyWithCredentials, "Global") clear list(%fnProxy) add list to list(%fnProxy, $list from text(#fnProxyWithCredentials, ":"), "Delete", "Global") set(#fnProxyUsername, $list item(%fnProxy, 2), "Global") set(#fnProxyPassword, $list item(%fnProxy, 3), "Global") set(#fnProxyWithPort, "{$list item(%fnProxy, 0)}:{$list
  9. Hello Everyone, I have just written a bot which would run in multithread manner, in each thread different browser and in each browser of this thread, we set a proxy. Am trying to achieve such that each of the thread should be running with its own proxy. But when setting a proxy credential, it gets set for the whole bot and not for individual thread. How can i achieve individual proxy get set for individual thread? Is this something possible in ubot? Thanks Liz
  10. please have a lokk at the code that i am trying to implement, I want to have different proxies in different browsers please advice where i am missing something or where my code is wrong define Ini threading { if($comparison($list total(%Proxy List), "<", #JobsCount)) { then { alert("The Proxies are loaded Less then Jobs to do") stop script } else { } } increment(#numCount) increment(#Tcount) Rutine to thread() increment(#Proxy List Counter) } define Rutine to thread { thread { in new browser {
  11. Hi Guys I made this bot that will go to hidemyass.com, scrape the proxy list, and then run simultaneous threads (based on TJ's script). The only thing it doesn't do is pickup bad/dead proxies. I thought scraping them straight from HMA would work, but not too well, maybe 50% failure rate. Any suggestions welcome :-) ui drop down("Thread Count", "2,3,4,5,6,7,8,9,10", #num threads) comment("set total number of runs, I just made it 24 for testing purposes") set(#number accounts, 24, "Global") set(#num created, 0, "Global") set(#used threads, 0, "Global") loop(1) { navigate("http://www.hide
  12. Need a Ubot Coder Hi, I am Planning to buy 2 bot which will be Multi-threated 1> Social Bookmarking in top 25 Social Bookmarking sites (eg: stumbleupon,reditt,slashdot etc) 2> Micro BLogging in top 25 Microblogging sites. (eg: Wordpress,blogger,site.google etc) Requements: 1> Multi-threated 2> Proxy supported 3> registration info can be scrap from fake name generator or by uploading a txt file 4> Disposable email account creation and using them for the registration 5> Email Verifier 4> auto login and posting 5> get the live links 6> Auto captcha option (captc
  13. Hi All Newbie but keen to learn and grow and hopefully do a lot of contributing here. I have watched all the screen casts and read as much as possible but there will always be things that aren't answered. My first starting out with Ubot question that I can't find the answwer to is what is seen in the site stats where a ubot is used. If I create a scrape of some data and don't use a proxy what will the site owner see in the resulting stats of the site. What do sites do to prevent you from doing this, I have seen reference to limitations on page loads and I expect that Ip's would be the o
×
×
  • Create New...