Jump to content
UBot Underground

webpro

Fellow UBotter
  • Content Count

    775
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by webpro

  1. This is damn weird ? I tried without the proxy feature and using this text file username1,usernamepassword1,201.221.91.61:47781,proxyusername,proxypassword username2,usernamepassword2,49.49.39.181:36393,proxyusername,proxypassword username1,usernamepassword1,201.221.91.61:47781,proxyusername,proxypassword username2,usernamepassword2,49.49.39.181:36393,proxyusername,proxypassword username1,usernamepassword1,201.221.91.61:47781,proxyusername,proxypassword It opened up 5 threads ? Even tho i had chosen 2 from the UI pull down Thanks
  2. Humm ain't sure. I just did another test which load a fresh copy of the compiled test bot and i selected 2 threads then ran it and it gave me 4 threads (i got 4 private proxies/username/pass in the .txt file) So it's not taking in consideration whatever i choose from the pull down UI (num of threads) it's always 4 no matter what. I bet that if i add another proxy to the list it would generate 5 threads... Dan, is it still working fine on your end ? I'm confused lol ! Why me MOM !
  3. Wow this is really odd ? If i select 2 threads (after trying with 4) it looks like it's working fine. Active threads stat monitor shows 2 Active threads but after a few secs, the remaining threads open up and stat monitor shows 0 ???? Go figure ! It's doing this on my end in UB4 and as compiled. Man i don't know why it's doing this ! I'll try to reboot. By the way I added a 45sec wait time after it navigates to whatismyip.com so i have time to check out each popped threads, to see if it's using the right proxy/username/pass combination and that it loads fine. Cause if you don't, the thre
  4. No i'm still waiting to use UB5. i'M USING ub4 for now. I will try to compile it to see if it works fine. Right now my txt file as only 4 private proxies to choose from with username/pass of course and like i said, i tried using 4 threads and it worked perfectly but not with 2 (or any oher numbers in fact) as it sticks to 4 threads no matter what. Odd that it works on your end ? I'll try to compile right away. Thanks
  5. DAN i cannot thank you enough ! It is working perfectly. Nothing beats a code as tutorial to understand something as you can see with your own 2 eyes ! It wasn't working at first cause i didn't have the THREAD COUNTER plugin installed I STRONGLY recommend you guys to paste DAN's code into your UB, to learn multi threading with private proxies. It all comes clear after. Don't forget to add the THREAD COUNTER plugin first or you will get an error. I really appreciate the time you took to arrange the script Dan (and all the others, i ain't forgetting you lol). Heck this should be pinned ! M
  6. Thanks Dan i'll have a look at your exemple to see if i understand the hole thing.
  7. Ok don't laugh guys but i've never done multi-threaded bots (for real...) because i never had too so here is my first try. ui drop down("Num. of threads", "1,2,3,4,5,6,7,8,9,10", #threadnumber) ui open file("Get File", #getfile) clear table(&test) create table from file(#getfile, &test) set(#resettablerow, $table cell(&proxy table, 0, 2), "Global") loop(#threadnumber) { thread { in new browser { change proxy($table cell(&proxy table, 0, 2)) set proxy credentials($table cell(&proxyusername, 0, 3), $table cell(&proxypassword, 0, 4))
  8. Thanks guys it works now. This one ([0-9a-zA-Z]([-.\w]*[0-9a-zA-Z])*@([0-9a-zA-Z][-\w]*[0-9a-zA-Z]\.)+[a-zA-Z]{2,9}) Couldn't grab emails like this one below. blueadder5+mmo@gmail.com the "+" sign wasn't getting scrapped. These are working fine: .*@.*?\.*?(?=,) and \b[A-Za-z0-9._%+-]+@(?:[A-Za-z0-9-]+\.)+[A-Za-z]{2,4}\b
  9. Ok i give up lol Here's an example of what i'm trying to grab scott.whatever@gmail.com,,,2,"2014-02-06 20:37",213.179.194.28,"2014-02-06 20:38:16",68.59.145.62,28.5459000,-81.1812000,-5,-4,America/Kentucky/Monticello,US,FL,"2014-02-06 20:38:16",67820893,6533b82d1 traffica@come-tree.com,,,2,"2013-08-24 20:13",24.102.145.2,"2013-08-24 20:15:19",24.102.145.2,40.6532000,-75.3368000,-5,-4,America/New_York,US,PA,"2013-08-24 20:15:19",58791193,612cf510a pswhatever@live.com,,,2,"2013-08-29 13:00:13",94.7.47.112,"2013-08-29 13:00:46",94.7.47.112,,,,,,,,"2013-08-29 13:00:46",58988569,355d20c24 I only
  10. This works fine to grab the credit number in my editpad (?<=You have <font color=#ff0000>)\d+ but when i insert it into UB, it doesn't grab the number ? set(#credits, $find regular expression($document text, "(?<=<font color=#ff0000>)\\d+"), "Global") Here's the html to scrape You have <font color=#ff0000>1192</font> credits.</b> <br> Any ideas why ? Thanks
  11. Also sometimes it does the trick on certain sites, i click on the field first, then i type text
  12. Problem signature: Problem Event Name: APPCRASH Application Name: Browser.exe Application Version: 0.0.0.0 Application Timestamp: 52d33d54 Fault Module Name: MSVCR100.dll Fault Module Version: 10.0.30319.1 Fault Module Timestamp: 4ba1dbbe Exception Code: 40000015 Exception Offset: 0008d635 OS Version: 6.1.7601.2.1.0.256.48 Locale ID: 3084 Additional Information 1: 825e Additional Information 2: 825ec3e8bf6de899d44d7940c8e20d9a Additional Information 3: 6f9f Additional Information 4: 6f9f7a5662456cb503789e59ae9f16b0 Ov
  13. I'm playing with something similar right now using free proxies and i'm having problems also. If i find a solution, i'll report back in here. Use ccleaner like blumi showed you, I was about to tell you about the OS ADDin but it looks like you bought it also ?
  14. Odd still ain't working. I'll try to figure out what the heck is going wrong. Maybe it has to do with the name of the .exe (Caps and space) ? Thanks Kev
  15. Are you able to open your compiled bots sandboxed ? For instance sandboxie ? I can't on my end. They hang ? Well it never loads ? Also, is there something else besides sandboxie ?
  16. Sorry for bumping into your thread but this ain't working on my end ? shell("cmd.exe/C:\\Program Files (x86)\viewer\\Theviewer Viewer.exe") Of course, i need to launch "Theviewer Viewer.exe" located under \Program files (x86)\viewer\ Thanks
  17. How can we stop the closing of any IN NEW BROWSER/IN SHARED BROWSER consoles ? For instance, i got a couple of browsers opening independently, to surf certain sites but they al close as soon as nothing happens ? I then added a wait command to see what it would do and it waited the time entered alright but vanished right after the time expired ? How can i make them to stay opened all the time (or until i say to close it, or end it) Can we do this ? Thanks EDITED: Just tried this: wait($true) at the end of my code. It didn't work. set(#forever, $true, "Global") wait(#for
  18. Guys it's all about marketing ! Offer free stuff so it's spreads like wild fire. 1) Build a list 2) Create/push a brand 3) Splash page marketing with a different sponsor showing up each time (php refresh whatever on your landing page). Sorry DEV version only, so grab the DEV version guys (Seth you owe me hehehe) 4) "For the love of the work" hahahahaha Seriously, the ones that made it big ALL started as FREE ! Once you get traffic, anything's possible !
  19. Thanks mate ! Yeah odd huh ? It's with UB4 on my end as well ? (As i ain't doing much for now with 5)
  20. Odd, ain't working ? I guess i'll try to reboot. In fact, i got a couple of UI's which don't work. Like check/uncheck that aren't working. Thanks by the way
  21. Is there a way to increment more than by + 1 ? Let's say 20, so http://www.site.com/url=20 http://www.site.com/url=40 http://www.site.com/url=60 etc.. I'm trying various things but i can't get it to work ? I'm stuck at doing: http://www.site.com/url=20 http://www.site.com/url=21 http://www.site.com/url=22 Thanks
×
×
  • Create New...