Jump to content
UBot Underground

jewcat

Fellow UBotter
  • Content Count

    105
  • Joined

  • Last visited

Everything posted by jewcat

  1. Say I want to remove all punctuation from a string. I need to drop '!?.!@#$%^, etc. I'm trying to drop them by doing something like so... set #variable1 $replace -> $next list item -> . -> $nothing set #variable2 -> #variable1 -> , -> $nothing set #variable3 -> #variable2 -> ? -> $nothing and so on... Doesn't seem to be working for me though. In my current application I am looking to remove spaces and quotations. How do I go about replacing multiple strings within a list item? Drawing blanks here...
  2. Sounds like a plan to me! As a "Download File" option, would this be open to downloading all file types? .zip, .rar, image types, .flv, and so forth?
  3. Sounds to me like more cases where that "Else" statement would come in handy, but really I have no clue what anyone's trying to accomplish here. Way too vague on descriptions to even try and offer a suggestion that would be helpful.
  4. It's really not that great setup this way, bruteforce or otherwise. i'm looking at putting something together that builds photo galleries from adult FHGs, and the galleries look terrible with all that extra cropping around the edges. I guess I'm just confused why the image can't just be saved to the HD as it is loaded through the ubot browser. I mean, ubot uses IE as it's base, is there no way to automate "Save Image As" and just save the actual image at actual quality as opposed to screenshotting the image? the object is loaded, it shouldn't be too hard to just save it is is, no? Seems like g
  5. What you need is the NukePig plugin. Wipes thousands and thousands of posts or comments at a time with ease... Activate NukePig -> "Deploy Tactical Nuke" on Posts... **POOF** Fresh start. Entire process won't take more than a minute... http://blogpig.com/products/nukepig
  6. Glad to hear this feature will be added soon. Definitely in desperate need of this functionality.
  7. What I am doing is keeping a list of URLs to keep track of certain posts I've made. The bot then goes back through and removes posts at a later date based on a list saved to file. When the bot goes back over the posts and clears them, I want it to remove the list items as they are cleared. If the bot stops going through the list at a part of the way through (hich is frequent due to large lists and occasional crashes by ubot), I want to be able to start it up, load from file and pick up where I left off in the list. Creating a new list doesn't help because the items I wish to keep, are never re
  8. Say I have a list of domains. As I am visiting said list of domains navigating through them in a loop, how can I remove each item from the list as I go?
  9. Having this same issue right now. I need to insert the entire list into a text field, but can only get a single line at a time into the field as opposed to the whole list. This needs fixed.
  10. This does not make any sense to me whatsoever. Is there a way to actually just save the image instead of saving some ugly screencap of the image that needs to be manually cropped to be usable? I'm not understanding the logic behind this at all as it stands now. I'm no expert coder, but wouldn't it have been easier for uBot to just perform a Save as command and actually save the image instead of going through all the steps to screencapture it? Really doesn't make sense, which is a shame because I was so looking forward to making use of the image scraping function. Am I missing something here?
  11. I have been having issues trying to connect to my admin panel via ubot. I am assuming this has something to do with connecting on an odd port through the browser? an address like yourdomain.com:2345. Is this not supported at this time, Is anyone else getting into their cpanel or directadmin panels fine? I'm having issues with it.
  12. Well it was obviously done for that bot. How was it done?
  13. See how that bot is licensed? how is that handled? I was looking for a way to do something like this for my compiled bots, but I wound up having to do a browser based form submission. This looks much smoother, and ideas?
  14. Pile all your input data into a CSV... user1,pass1,this is my twitter message 1 user2,pass2,this is my twitter message 2 user3,pass3,this is my twitter message 3 user4,pass4,this is my twitter message 4 Load the CSV to a list like %InputData. Create a loop that loops for the list total of %InputData. Within the loop create another list and fill it via $List From Text in your variable constants, and delimit it with a comma. Name it %AccountData or something. The list position of your username is now %AccountData -> 0, Username will be %AccountData -> 1, And your message will be %Accou
  15. Go back to the demo code I sent you, set it so it saves the list to a file after each run. Run it through a couple times, then alter the Search page string to something non-existent and run a couple searches. Then swap it back to the correct search string and run it a couple more times.open the text file up and you will see that it will drop a blank into your list. Just create the CSV using the variables, I don't see why you're using so many lists. Really the only list in the whole bot should be the one compiling the CSV as far as I can tell. Take all the variables at the end of the loop, then
  16. Alright, ignore everything I have posted thus far, I just realized I didn't really solve your problem at all. Try the attached bot here instead. Go easy on me, first time helping on the forum, lol SailboatFix.ubot
  17. EDIT: Whole post of me making no sense, ignore this attachment. lol sailboat.ubot
  18. Maybe something like this will work better for you, though I'm not entirely sure I know what you're trying to attain.
  19. I just opened your .ubot source. First thing I noticed is that you have a ton of subs, but you don't run any of them. The only sub you are running is the Navigation sub.
  20. Could you do all your data scraping first, assign the scraped data to different variables or lists, then use the If & If/Not statements following the data scrape using the assigned variables to order the scraped data? Gonna pop open your source and take a look for myself.
  21. Instead of using an 'Else' statement, you can use another 'If' with the qualifier 'Not', which is essentially an 'Else' statement.
  22. how are you doing the scraping? have you tried $page scrape'ing the confirmation code itself to a variable? Then changing the value of the input box to the variable? usually if a variable i'm scraping is not being passed on, i start going down the list and saving the variables to file to see if they are actually being passed on. if they don't wind up in the file, you're losing the data before into even gets as far as hitting the input. finding out where the problem starts will go a long way in finding your issue.
  23. Like I said, I'm offering the user an opportunity to manually open their license where ever, from the UI. Seems to have been accepted as an improvement by most of my group who raised issues with this step in the setup process, but the general consensus is still that things need to work out of the box, wherever the user wants to drop the app folder. Again, I'm glad to hear that this on the upcoming features list some time in the future, because it will certainly make things a lot easier for us.
  24. You're preaching to the choir. I don't think any of us here personally care where the bot goes. I personally have no problem doing whatever it takes to make things work. However those of us attempting to distribute our bots with licensing are slamming into a wall here that can (and realistically should) be avoidable. If we're going to call a license from the user's HD it needs to be made easier, because it has been a resounded complaint by many in my beta group. A good product relies on ease of usability, and manually placing the bot in some preselected location is a step many users do not lik
  25. That's what I asked myself too. Then after almost half my beta testers came back with the question "Why do I HAVE to install at this particular location? It's a pain in the ass", I realized this is, and is going to continue to be an issue. People want to be able to drop the bot wherever they want and to use it as easily and in as few steps as possible. It's all about usability for the end user, and is in my opinion absolutely necessary for those of us attempting to create server side licensing options for our applications to have the 'local path' constant included. I know, I know, it's no
×
×
  • Create New...