Jump to content
UBot Underground

begale

Fellow UBotter
  • Content Count

    32
  • Joined

  • Last visited

Everything posted by begale

  1. Hi i have list of numbers , i need to attach those numbers to a url ,40 numbers each cycles, the numbers should be separated by comma. the url should look like this www.site.com=1212,3525,8989,5658,5657..... so i create a loop of 40 cycles inside the main loop but i cant find a way to add items one after another
  2. how can i set ui button for each thread? im using different proxy on each thread ,sometimes there is a problem with a specific proxy and i get a blank page on this thread while the other threads keep running. so i want to push a button and do all the login process again on this thread without stop the bot which will close all the threads. here is the basic code: ui button("login account 1") { if(#thread number = 1) { then { login to account() } else { } } } ui button("login account 2") { if(#thread number = 2) { then {
  3. can you show me please how to use the socket in the right way ?
  4. hi what is the proper use of socket compartment ? i add some a sample file but in this way the 2 threads share the same cookie, so i cant login to 2 different accounts on the same site. Thanks EDIT : sorry, i using ubot 3.5 not 4. 1.ubot
  5. problem solved with firebug, thanks
  6. Hi the site i was working with made some changes in the last few weeks. i cant choose any attribute and the only option i see is the "outerhtml". i guess its some of a JavaScript, i never used JavaScript before. <FORM class=sendmessage name=theForm onsubmit="return (!formSubmitted());" action=/html/offline/offline-compose.jsp method=post><LABEL for=addressee value="]p[]p" checked><A class=inserter title="Select Friends" style="FONT-WEIGHT: bold; COLOR: #333333; TEXT-DECORATION: none" onclick="if (ajax_isTooltipOpen()) {hidePopup();} else {setJustOpened();ajax_showToolt
  7. im trying to scrape this post with the "page scrape" option with no success http://heavymetalwarrior.blogspot.com/2010/04/reign-of-terror-sacred-ground-2001.html. how can i use the "scrape chosen attribute" option and scrape the DIV attribue ?
  8. i tried to do it on "new sub window" but its not do the trick.
  9. i love you Aaron,its works.
  10. i want to include in my bot a option to choose between manual captcha and automatic captcha under the ui list box but i dont know if its possible to set a sub as variable.
  11. anyone can help here? im stuck right now.
  12. hi i dont know which part of this javascript i should choose to make it work.i already watched the javascript tutorial but no matter what i try its not working. i want to choose the sub category XBOX360 (value=404). thanks for your help. tpb.ubot
  13. im trying to built my first bot for testing but its look like ubot cant work with the new yahoo mail, so im trying to switch to yahoo classic every new login but i cant do that.
×
×
  • Create New...