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. 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
  2. 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
  3. someone knows how to control OpenVPN from ubot? please help me!
  4. 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
  5. 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
  6. 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!
  7. If you have ever wondered how to make the "ip:port:username:password" format usable in UBot Studio then give this a go: ui open file("Proxies:", #proxies) clear list(%proxies) clear list(%currentproxy) add list to list(%currentproxy, $list from text($random list item($list from file(#proxies)), ":"), "Delete", "Global") change proxy("{$list item(%currentproxy, 0)}:{$list item(%currentproxy, 1)}") set proxy credentials($list item(%currentproxy, 2), $list item(%currentproxy, 3)) (Untested)
  8. 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 {
  9. 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
  10. 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
  11. Hey I built this for stanf to see how hard it was and how well i knew regex http://www.ubotstudio.com/forum/index.php?/topic/12854-any-onefamiliar-whith-scrapeing-hma-for-proxies/?hl=plugins&do=findComment&comment=70465 I'm open to constructive criticism, idiots need not say anything (its free) ... thanks Here you go, it works fine for me. Im sure it is possible to be built differently but it works. It actually makes 2 separate files, the 2nd file takes the 1st file and formats it correctly. You NEED to change the (2) save file file locations! Note** I paused HMA because the page
  12. So I'm working on my first public bot that uses proxies. Because people (in general) are stupid I'm trying to make it as mistake proof as possible. I don't need someone to explain to me how to make proxies work. That is easy enough as I have proxies working and changing already. What I'm am hoping to get is some advise on how to implement them efficiently. I understand how to do this, but I think I'm just coding it really inefficiently as the bot is really bogging down as I'm working. This particular part of the bot isn't anything special. It is simply creating hotmail accounts to be used
  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...