Jump to content
UBot Underground

WarrenIndLLC

Fellow UBotter
  • Content Count

    52
  • Joined

  • Last visited

Community Reputation

0 Neutral

About WarrenIndLLC

  • Rank
    Advanced Member

Profile Information

  • Gender
    Not Telling

System Specs

  • OS
    Windows 8
  • Total Memory
    4Gb
  • Framework
    v3.5 & v4.0
  • License
    Professional Edition

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Hello, I'm trying to save an element image on a loop so that I continually save the images I download with the corresponding product title. The problem is, is that it continually save each image while the bot is running, but it overwrites the last saved file so there's always only one images being saved in the folder. On top of that, it's not changing the filename with the "next list item" in which it gives the image the same file name as the product. Here's the code: save element image(<style="width: 320px;">,"C:\\Users\\Home\\Desktop\\SonnysImages\\{$next list item(%ProductImageFil
  2. Hi Guys, I'm setting an IF statement. But for the IF to continue to THEN, I would like to check to make sure if certain text exists in an element. I haven't used uBot in awhile but I can't quite seem to accomplish what I'm trying to do. It's probably super simple and I thought I would use a comparison, but not sure if you can compare an element? Again that's for your help.
  3. Thanks for the reply. I got it to work with the $not $exists and then when the file is done uploading it sees the Current Directory text so it's now working perfect. Thanks!
  4. Hey guys, I'm currently having a problem with the Loop While function. I've searched the forum and really haven't found anything that could help me with it and this is really the first time I've used Loop While as I've never really needed to until now. What I'm trying to do is upload a file, then it enters the loop while until that file is finished. When the file is finished then it will change increment the variable from 0 to 1, thus breaking out of the Loop While and continuing with the script. Here is the code I have below: set(#SearchPage, 0, "Global") loop while($comparison(#Searc
  5. Actually thanks for the great idea! I can't use the plugin for what I'm trying to do, but I was able to put a string in the batch file that compare the size of the text file with an if statement and it's works amazing! I believe I have everything just about 100% now.
  6. So close I can taste it. I didn't bother waiting around to see if I could start the bot with an IF command in the batch file. But I'm able to save a new text file after I run the MySQL query. I'm pretty much there, my ONLY issue is that after it runs the query, if there is no information in the query then it will still save a blank text file. I'm using the text file as my IF statement. If present do this, if not do that. So I have to figure out how to only save the text file if there's info in the DB and then it's ready.
  7. DUH! I don't know why I didn't think of that. IF information is present, then start bot. IF not then continue the loop to check for new information. IF bot is open then when bot is finished then it can run the MySQL bat file and the the CLOSE bat to close itself.
  8. Yes, I saw that link earlier today. I've got it currently able to login to MySQL and run the query with the batch file. Now just trying to figure out how to save a new text file when information is on LIMIT 1, then delete the text file and IF text file is there then run bot. I feel like I'm getting close.
  9. Ok. I'm getting closer but I'm not a batch programming expert so if anybody has any input that would be amazing. I know you can read MySQL and even run queries from a batch file. So the idea is to: 1. Run a batch file on a loop that can be hidden in the background (I have a code for this for a separate file so this can be done). The batch would be on a 5 second loop and I already have the code for this as well. 2. The first thing the loop should do is connect to MySQL with the credentials, run a query and save that query to file (if data is present and the text file would be in an IF state
  10. I know this is late but you can setup a batch file and use a shell command to run the batch file to close the bot.
  11. Well, what I'm working on is Connecting to the MySQL database (on my server) from the VPS using SQL. I'm reading up to see if I can somehow make a new file when new information is submitted and then having a batch file run the bot when the new folder is there. So wish me luck. haha
  12. Oh I'm already there. I've got everything set up and it works great... almost. Now I'm not using JotForm or DropBox. But I have already setup my form on my WordPress website that when the customer inputs the info it then gets put in the DB. The bot then pull such info from DB when ran manually like it should and it does it's magic. So I'm just trying to figure out how to start the bot once there's new information/information at all in the DB. Then reset and close when it's finished. So I'm just trying to work that out but I'm somewhat stuck on it for the time being. Any advice would be grea
  13. Yes I would like to know how the database triggers it as well! Last step would be to throw the bot on a VPS and add the VPS's IP address as the wildcard so it runs even if you have your computer off. Probably would have to make some kind of log/error log just in case though!
  14. Hey Kev, Love the work! I was wondering if you had a tutorial for running the software only WHEN it needs to so the bot doesn't have to run 24/7? I can't wait to see it put to work as I believe it's my last step to really get things working! Thanks!
  15. Hey guys, So, I'm trying to pull the first row of DB info to my bot. It connects to the DB just fine and I'm pretty sure I have the right code in, it just continually gives me blank results plugin command("DatabaseCommands.dll", "connect to database", "mysql:server=***.**.***.**;uid=******_push; pwd=*********; database=******_push; port=3306; pooling=false") { plugin command("DatabaseCommands.dll", "query with results", "SELECT * FROM \'sendpush\' LIMIT 1", &results)} When I test run that through uBot I get a blank return of results. Anybody have an idea of what it could be? Thanks
×
×
  • Create New...