Jump to content
UBot Underground

webpro

Fellow UBotter
  • Content Count

    775
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by webpro

  1. Yeah this should work but i'm still stuck to find a way to actually add the images on the web site. Like i said, you need to click an upload button on the site, which opens up a windowon your PC Right now, i have managed to get thr right folder to open up (and the havea %list of image from that folder) but how do i select them and upload them ? It's one pic at a time only by the way. So you click on their upload button, select an image from folder, send I'm missing the part of selecting the image from the folder If you guys have any ideas, let me know. Thanks By the way UB5 can't rem
  2. Crap, it's harder than i thought ! You need to upload the pics, by clicking a CHOOSE FILE button, that opens up a folder. I will try to find out how to enter the %next list item into the popped up window, showing up the folder with all the pics and asking for FILE NAME If you know who to do this, please SHOOT. I'm so tired that i'm having troubles thinking straight lol Thanks
  3. I got a bunch of images into a folder on my PC. I want to upload them one by one (add name/descriptions etc...) I'm trying various things but it's not working ? I see in the debugger a bunch of crap (the image code itself i guess) when i should be getting the name (well i think ?) Ex: image1.jpg image2.jpg hotsunset1.jpg hotcar1.jpg etc... into a list first Then probably use %next list item to call them back and do my thing ? Here's the latest test ui open file("Get Images", #getimages) set(#getimages, $list from file(#getimages), "Global") This triggers of all the weird code i see in the
  4. I just can't select the HTML option in an online html editor. Like the one you see in fact when you create a thread in here. I tried these various UB codes: run javascript("javascript:tinyMCE.execInstanceCommand(\'mce_editor_0\',\'mceCodeEditor\',false);") click(<outerhtml="<a id=\"mce_editor_0_code\" href=\"javascript:tinyMCE.execInstanceCommand(\'mce_editor_0\',\'mceCodeEditor\',false);\" onclick=\"tinyMCE.execInstanceCommand(\'mce_editor_0\',\'mceCodeEditor\',false);return false;\" onmousedown=\"return false;\" class=\"mceButtonNormal\" target=\"_self\"><img src=\"http://www.
  5. How do i run multiple modules all togheter ? For instance: Login | Article Poster | Credit Gainer | Friend Adder | Delete Contact Requests | Accepting Contact Requests All of them are running fine indivdually with various random wait time. (Don't know if i had to do this but every modules open up in a SHARED BROWSER.) Ex: It will post an article every 4 hours It will send friend requests every 8 hours It will accept contact requests every 8 hours etc... My question is, how do i make sure everything runs all togheter ? Cause right now, if i run the FRIEND ADDER module, once it's done
  6. Damn i thought i had it with this one but it didn't work. So i guess i ain't using the right scraping or something. Here is what i think i have to scrape <button class="button button-gray delete" type="button" id="363059" title="Cancel">Cancel</button> <button class="button button-gray delete" type="button" id="235765" title="Cancel">Cancel</button> <button class="button button-gray delete" type="button" id="111285" title="Cancel">Cancel</button> etc... UB Code used add list to list(%deleteprofiles, $scrape attribute(<outerhtml=w"<button class=\"b
  7. As weird as it seems, i never had to do this ? I thought that CLICK $NEXT LIST ITEM %scraped buttons would work but it doesn't ? I scraped a bunch of cancel buttons on a page (got all the ids ex: 34543,48756,49854) I can't navigate to them by the way. How do you guys do this ? Thanks
  8. Hummm neat I never tried this ? I'll have a look. By the way, spin ain't working with UB5 right now so it's not working for sure with commands. Try testing this under UB4
  9. Well you could scrape what you want to click first, then use a set command to trigger a random number. Then use it. Ex: if number 3 is selected, then it picks up the third item in the list you created (the scraping you did) or use random list but if i recall, it could pick up the same item twice ? hahahaha you posted like seconds before me STEVE
  10. Any ideas why i'm stuck to 50 urls scraped ? clear list(%urls) add list to list(%urls, $scrape attribute(<class="url-link">, "fullhref"), "Delete", "Global") I use this scrolling code and it works fine (it's a page like Pinterest) Last time i tried, i used 10 scrolls loop(#scrollnumber) { run javascript("window.scrollTo(0, document.body.scrollHeight);") wait(10) } It did scroll 10 times and i got lots of images but i just get the first 50 urls in the debugger ? No matter how many times i scroll down ? It refuses to scrape past the first 50 ?
  11. Guys Can someone test this please ? ui text box("Number of scrolls", #scrollnumber) loop(#scrollnumber) { run javascript("window.scrollTo(0, document.body.scrollHeight);") wait for browser event("Everything Loaded", "") wait(5) } From any page that you need to scroll down to see more ? Like Pinterest for instance ? Man i keep getting: wait for browser event("Everything Loaded", "") wait(5) wait for browser event("Everything Loaded", "") wait(5) wait for browser event("Everything Loaded", "") wait(5) It is not running the javascript thru the loop ? Well only once that is.
  12. Damn i was too late to receive free "likes" lol... By the way, don't you get any captchas ? (just asking) When you get some, i'll help you out but keep in mind that you will need a paying captcha breaking system which doesn't come with UB I use Captcha Sniper for lots of things.
  13. Yeah that must be it. Unless there's another problem ? I'll look for TJ's plugin thanks Steve
  14. Guys, how do you bypass this ? What am i doing wrong ? I tried NODE by NODE and got this also ? Is it because it's typing into the field, the message too fast ? If so, can we arrange this ? Your API key is not valid on this domain I'm trying to add comments on a blog Thanks
  15. Have a look at this http://ubotstudio.com/tutorials and yes, all of what you want to do in your wish list can be done but it doesn't come as easy as you may think for certain things. Ex. You might need the use of "regular expressions" to work along with UB, to srape the information you need and that's a it more complicated but if you are lucky enough, all can be done from within UB's capabilities. The drag and drop commands/parameters that is. Do yourself a favor, start with something very easy at first to code/create. The wish lisIt maybe a bit too hard for you for now (depending on your l
  16. A way to hide some parts of the script. That they don't work but don't need to remove it ? Ex: you add something like a [DIVIDER] code goes here [DIVIDER/] "code goes here" wouldn't work I would certainly use this feature when coding things. Doing some tests etc..
  17. Is there a limit on the amount of data a list can contain ? I ain't sure about it but i think the bot stopped because it was at 24k of lines or so. What i did is clear the list and start again but saved the result into list2.txt on a folder on my PC (list1,txt has over 24k of lines) and everything works fine again.
  18. Ahhh thanks Enigma GOT IT Now i need to find a way to use this to solve captchas but i think Hellinsomnia's right. Maybe using scraping, comparing heck i don't know but i will surely try something. Say i save all the images into a folder, then make the bot read the captcha on the page and if it sees 2 images alike, bang clicks on one of them
  19. Is there tutorials for the FILE MANAGEMENT PLUGIN from Aymen ? I need to learn how base64 works I see that there's a command but also a parameter I think i'm going to explode trying to figure out how to use this. I got some image captchas to solve and it would be the best way. Ex: 2 black circles are shown then you must click on a black circle You know that kind of thing. Thanks
×
×
  • Create New...