Jump to content
UBot Underground

ugakebet

Fellow UBotter
  • Content Count

    235
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by ugakebet

  1. Hmmm interesting, that seems feasible, keeps my code clean at least. Would be nice if future releases of ubot could have these tabs acting as 'run sub' from the earlier versions of uBot. So what's the current use of these 'tab's'?
  2. Whats the fastest way to save google images? Problem is that now to get the href of the original image, we need to click on the image (I dont wish to do that with ubot). So, from the thumbnails that are displayed how do I get the actual source image (aka the full image href)?
  3. But I want everything structured in different tabs. to understand "call" read my above post. How do I do this?
  4. But I want to call it. For instance, if tab 1 is having all my definitions, tab 2 has my navigation to website and log in, tab 3 has my navigate to posts, edit them, tab 4 has add images to posts etc.... Now how do i call each successive tab from the earlier one? Don't say I cant do it (ubot is supposed to be good right?)
  5. Hey guys, I'm back after a really long time, and seem to have forgotten one of the simplest things: how do I go from one tab to the next. What I mean is if I have two tabs (basically thing thing that says "untitled script"), what is the code for me to call the second tab from the first? I remember there used to be something called "call sub", although I don't think that's it. How do I get tab A to call tab B?
  6. Alright, great thanks! What else do I need to be able to get this to work? What about proxies, I'm guessing that I would need them. Where do I get a good list from, paid or free?
  7. Hey, can you elaborate on what you mean when you say Also, is it possible to control my bots from online sources, like drips? And why do you say that IMautomator is easier than DFB?
  8. Hey guys, Like most of you I too was into the process of manually building links and then purchased a membership with imautomator.com (quite similar to drip feed blasts). What I wanted to know is what all would be needed to create this? So far what I have gotten: A way to upload the bot online and login from there to be able to run itSome way to have scheduling of the bot to runSolving by decaptchaIm guessing proxies that work since (would this be very important if I go about creating just 30 links per day? Will google snap my ass? .. and while im on it, where do I get a list of proxies that
  9. well that sucks..... guess ubot cannot do what I want
  10. Can ubot be saved as anything other than .exe. I ask this because I need the ubot code to be taken with me to office (where either norton thinks the exe is a virus or I can't install exe or I simply dont want others to wonder what kinda browser I'm using with the ubot interface) I wanted something like imacros that fits into FF or chrome, basically an extension or something that is unnoticeable but is UBOT? Any suggestions? Else is there a site I can run exe's off? (install my exe on a site and access that site from office to run my script) Any of this possible with the great ubot?
  11. Is there anyway in which we can create a user interface?
  12. Hey guys, I want to be able to run either the .bot file or the .exe (preferable) from a frontend and make it accessible to others. Basically, can I run it from my office which doesnt allow me to run .exe files. I need to create something like drip feed link blasts and want a front end system. How is that done?
  13. Now I want some real answers, not the basic stuff, I made a link wheel creator, spins content, submits to various sites and all. What else do you guys use it for? Does anyone use it for subscriptions?
  14. hmmm, that sounds possible, can i do the counting for words (like every 20 words), if so, how would i do that, if possible can you post the code to count characters as well, so that i can use that...
  15. the problem is that i am using this as a generalization, so i dont know which sites have a looooong sentence and which sites have a short sentence, now what?
  16. hi rumen, you have not used regex at all. I NEED the regex code, i do not want substrings
  17. if u take a look at the below picture, notice that the text i nthe box exceeds the width of the $prompt box, and there are no double headed arrows to increase the size, now what?
  18. i have this sentence Random Question,jessica biel,If you have five cute, furry squirrels, and three more come join them for a bachelor party, will you have a total of 8 cats or squirrels? i want to match EVERYTHING AFTER the second comma (basically i wanna match If you have five cute, furry squirrels, and three more come join them for a bachelor party, will you have a total of 8 cats or squirrels?)
  19. hi, i guess you already know what to do as stated earlier, but i have done the very same thing for another bot of mine. (the problem wiht mine was that i was trying to generalize it for around 30 sites, so i cant loop 1500 cycles for each), i have gone about it in a very complex way though, but i find it more foolproof if u notice in the picture, what happens is that the variable gets set to the regex (in my case, it would be set to anything that has the word 'question' in it, in most cases this would be 'random question', u could customize it for *NOSPAM* or something, etc) then i add to
  20. yea but that still doesnt answer my question, of using $pagescrape with the LHS and RHS words
  21. if you nojtivce the picture, you will see that i have a variable with an either statement and trim in the either statement, now the variable gets set to FALSE? why is this? i want it to set to whatever is returned by either of the two trim values? basically if i set the variable to the trim, then it sets correctly, but when i use the either statement, it gets set to FALSE. what should i do? normally when i used the EITHER, it returns the correct variable back and not true/false
  22. hello, $pagescrape find all text BETWEEN LHS and RHS words (but what if i wanna include the LHS words in the search) i was thinking of using regex for this, but dont know how to... suppose i have the following three cases 1. spam protection ................................ rules 2. enter the first president of china (spam protection filter) .............................. rules 3. spam protection: what is the premier of india called.......................rules now what i wanna do is get generic ubot code so that i can pagescrape from 'spam protection' all the html until 'rules', but i
  23. ugakebet

    KeyCAPTCHA?

    how to solve this captcha? is it possible? key captcha- drag and move the image with js turned off, then i cant register as the image doesnt load, so how does ubot solve this? basically i want the whole thing to pop up for the user to drag, basically like how i use $solvecaptcha and the image pops up for the user to enter the text, i want the same thing, but now the user should be able to complete the image and then it automtically gets entered
  24. Hey, if i open up FF or chrome and try to register on any vbulletin forum, if i enter the 2 password boxes as different passwords, then i click on submit, a dialog box pops up saying that the 2 pw's are incorrect, however in ubot, i dont get this dialog box to pop up (does anyone else get it pop up?) Lemme know
×
×
  • Create New...