Jump to content
UBot Underground

webpro

Fellow UBotter
  • Content Count

    775
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by webpro

  1. Now i don't know if my issue is UB or REGEX related This should grab the emails of the page i'm seeing in the browser right ? add list to list(%emails, $find regular expression(#document, "\\b[A-Z0-9._%+-]+@[A-Z0-9.-]+\\.[A-Z]\{2,4\}\\b"), "Delete", "Global") or set(#document, $find regular expression($document text, "\\b[A-Z0-9._%+-]+@[A-Z0-9.-]+\\.[A-Z]\{2,4\}\\b"), "Global") Well i don't grab any emails ? I even made this test which is, upload to one of my site a plain index.html and in it Member Partner All Directs 0 Memberd Directs 0 Contact Info rmarmoucha@mail.com 6175102917 Nkwane
  2. KEV MY MAN viagra.dll INDEED
  3. Bahhh i guess i'm lazy as you have to find the "wait for" item/thing in way LOL But there's an issue with this command for sure
  4. Is it me or the WAIT FOR BROWSER EVENT command isn't working (UB4) I didn't test it in UB5 to be honest. For instance, after i have a CLICK command running, it doesn't wait for the page to load before it goes to the next node. Wait for everything to load, page load etc,,, Don't do a thing
  5. Glade Seth updated us. Now let's get it on !
  6. How should the proxy.txt file be ? ip:port:username:password ip:port:username:password ip:port:username:password ip:port:username:password etc... Thanks
  7. Ahhh crap, my fault. I forgot to add the SET COMMAND so it scrapes first lol... My bad. This is working fine guys, so copy the code. I need a break. Anyone has a beer in the fridge for me ? (and now i need to learn Aymen HTTP/sockets plugins oh brother hahahahaha)
  8. This what i will do RIGHT NOW TOO I need to learn lots of stuff and this is a MUST Thanks for the rebate !
  9. Odd I always get the BLANK message ? It's working when i get a blank page alright, but if i test the code on a normal page with content, i still get the blank message ? What am i missing ? Thanks set(#page, $scrape attribute(<outerhtml=w"*">, "outerhtml"), "Global") if($comparison(#page, "=", $nothing)) { then { alert("blank page") } else { alert("good") } } Is it a cache issue ?
  10. Thanks Steve, i'll try this when i catch another blank page and report for others to see
  11. I'm trying to figure out how to tell the bot that if it's bank page, then do this IF EXISTS but what ? THEN Any ideas ? If exists $nothing doesn't work Thanks
  12. YEP Heck i don't recall if i'm already a member hahahahaha When i get home i'll try to find my username/pass etc... Doing too many things at the same time i guess EDITED: Says i'm silver? Tired to get back my password got Sorry, that key has expired. Please try again. As soon as i click on the link ? I'll check this out when get home
  13. Can you use $next list item (or anything similar) in MOUSEOVER ? I got a couple of things to be clicked on but it only shows up when you put your mouse over it. Ex: Pic one, mouseover, thing to click Pic two, mouseover, thing to click on so on..... So i thought i'd create a list but it's not working. I got 2 ways to click on what i need to click. By doing a mouseover then click on what's showing up (this ain't working so far) or by clicking on another link/button next to each pic (that's not generating a mouseover) Here is the HTML in that needs to be clicked <div class="cl
  14. Yep, didn't get the plugin as odd as it seems ? The "welcome email" so to speak but i got the update message with the url you just released go figure lol.... Just sent you a message from your site. Merci et salut
  15. This one is next on my list. Still got to learn the http post one that i just got...
  16. I was about to buy this but you don't have Paypal ? Unless you do ? Merci
  17. Thanks Dave, i was looking for it but wasn't able to recall who made this and where to find it. If anyone has more things about the subject, please shoot ! Thanks
  18. What's the best trick to make sure threads don't pill up ? I got some bots that keeps some windows open while multi threading and they keep pilling up after a while. (The majority closes after they've done what they had to do) How do you handle this ? Thanks
  19. Yeah but as soon as click on something, the damn popup goes to work arghhhhhh. No matter what i try
  20. Anyone knows what's the max item you can add to a list ? For instance, i got something i need to scrape and do my thing that has 435 000 profiles (will be filled with profile urls to navigate too). If it's way too much, how do you guys handle this ? Thanks
  21. Guys, how do handle unclosable popup consoles ? I tried to unallow consoles, drag/click, photograph/click, right click etc... Javascript ? What would be the code or if you have another idea, let me know Thanks
  22. Is it too late for a review copy ? Kinda interested into linkedin
×
×
  • Create New...