Jump to content
UBot Underground

jewcat

Fellow UBotter
  • Content Count

    105
  • Joined

  • Last visited

Everything posted by jewcat

  1. You can't as far as I know right now. This has been a major issue with my own licensing system I have created. You have to either ask the user to place the files in a very specific location or offer them an option to open the licensing file. I offer a UI Open File option so the user can place the bot anywhere and execute it by opening the license.key manually, if no UI File Open has been activated it falls back to an 'if not' and search for the license and the hard coded file path, which I recommend upon installation. A system constant for '$bot folder' or something would be stellar. I pos
  2. the second regular expressions come into play my mind turns off and everything looks like chicken scratch. sure i can take the code and use it, but i have no clue what it's doing, lol.
  3. say i am flipping through a list of URLs and cropping off specific variables. is there a way i can go about applying $replace to that same list item for numerous different strings all at once? edit: say a variable was ?theme=*, where the value could be "blue", "red, or "green" so i am cropping ?theme=blue off some URLs, ?theme=green off others. is it possible to sweep through and remove all possible variables from the url under ?theme= ?
  4. Also, say you have a text file you want to draw information to a list or variable from with a compiled bot. How would you go about opening that bot from the same directory as the executableÉ Assuming that each user may have the bot installed at different locations?
  5. First question: Can you set a predetermined startup page that the compiled bot will load upon startup? Second question: Can you select a custom icon or set an icon somehow for distributable bots? Third: Is the "powered by ubot" link removable? Not really attuned to biz if you're trying to develop a botting service when people can run off and create all their own bots without you Is there any tutorial on options and features manageable by the botter for finished bots?
  6. I'm attempting to work with google buzz right now and the popup window for adding friends. seems whenever i click to select the element in the floating box, it selects the div behind it, not the element you want to select. Can Ubot handle these type of setups in any way?
  7. I found a workaround by installing the wordpress simple-tags plugin. Still not sure why I can't get the tags to pass on their value from the default tag box though.
  8. Bumping out of continuing curiosity. I see the "add new tags" feature uses some sort of jquery, is this a no go with Ubot?
  9. This is really irritating me right now I can successfully fill all my required fields for my posting, except the tags. I really want to get this last piece of the posting puzzle down, but I'm drawing blanks. I don't know if it's some use of jQuery that is interfering with the tag input not clearing or what. The value of the text field is changed to my tag list. The button is clicked. No values are passed on for the tags with the post. Anyone done this? Or know what could be interfering with the clicking? I've ran through everything I can think of. Tried selecting the button by all avai
  10. I came up with a really rough hacky fix for myself last night, but I'll give this a try. Thanks Jim!
  11. I scrape a list of values from each page. On each page the number of the values being entered into my list varies. I would liek to take my list of variables, and arrange it into one comma seprated line in a variable. so that item 1 item 2 item 3 becomes... item 1, item 2, item 3 I understand how I can do this with a set number of list items, but not with a flexible number. Suggestions And thanks haead of time, you guys have been really helpful so far.
  12. thanks nevele, got it working great now
  13. I am trying to navigate through a list of URLs in a loop, however I find myself visitting malformed URLs because the script tries dropping all the items in my list as one string of text. I'm trying to visit the next list item, but it just dumps all the list items in. help plz ???
  14. Alright, let's take for instance a Youtube URL. And say I'm compiling a list of Youtube video IDs. The URL structure is obviously the same for every video. ex. So how can i go about stripping off the "http://www.youtube.com/watch?v=" and being left with a variable whose value is simply the "mCS6LmYSzbY" ? Suggestions appreciated
  15. I been trying to follow my way through the form filling tutorial and when trying to insert a file to an upload form, i keep getting the "choose file to upload" window pop every time I play the bot. I have followed the tutorial video to a t. I don't understand what I'm doing wrong here. Any ideas?
×
×
  • Create New...