Jump to content
UBot Underground

oneano

Fellow UBotter
  • Content Count

    117
  • Joined

  • Last visited

Everything posted by oneano

  1. Im using public proxies, some work some do not. So what I need to do is test the proxy when my bot starts and if the proxy doesnt work move on to another proxy. I know how to move on to another proxy, but what is a good way to test the proxy? Just taking a guess I come up with this, but is there going to be a better way? change proxy("100.100.100.100:100") navigate("http://www.ubotstudio.com/resources", "Wait") if($exists(<src="/assets/red_logo.png">)) { then { } else { } }
  2. I can seem to get manual files to work just fine. Haring a file upload command also works of course that isn't random. http://www.myproviderguide.com/page/poststeps.html
  3. set(#pic, "{$random list item(%path)}1.jpg", "Global") change file field($element offset(<id="photo[]">, 0), #pic) gives me this error - it seems that the image path isnt assembled or that the site doesnt want to take it. Fatal error: Uncaught exception 'ImagickException' with message 'Unable to read the file: /tmp/phpiaWmpV' in /var/www/html/functions/photo_md5.php:9 Stack trace: #0 /var/www/html/functions/photo_md5.php(9): Imagick->readimage('/tmp/phpiaWmpV') #1 /var/www/html/views/poststeps.php(142): photo_md5_store('/tmp/phpiaWmpV') #2 /var/www/html/headers/base.php(77)
  4. Thanks Duane, I am still learning and understand ubot. Tips like yours are great and really keep me pushing the envelope.
  5. http://www.myproviderguide.com/page/poststeps.html
  6. I have been trying to come up with a way to upload a random image file. What I have right now is change file field($element offset(<id="photo[]">, 1), "{$random list item(%path)}2.jpg") I have list %path that is C:\newfolder\images1\, C:\newfolder\images2\ etc in a list. The issue is when ubot places this string into the file field, the server kicks back a php error. So Im guessing that I am doing something wrong. What am I doing wrong?
  7. I only have run java script, no way to disable it.
  8. Standard has that, and it doesnt seem to make a difference.
  9. I keep getting a java script popup that is a real pain, how can I stop it? can I stop it from loading using javascript?
  10. This changed everything, thanks so much.
  11. Working with hotmail has been difficult for me, I couldnt figure out how to log in so I had to use the bot bank ... now I find that the page freezes on the new security question page. . . .Then I have to navigate the inbox, it seems rather complex to me, any tips on how to handle it?
  12. I would change user agents and IPs per vote, should be dead simple to do.
  13. Thanks for the help, I was able to get this set up...now the bot logs into hotmail and sets the filter
  14. How would I set it up to dig around in the spam folder? If I wanted to log in to an email address I would not be making bots
  15. I have my bot set up to verify emails, but the emails keep going into the spam folder so it is not pulling everything out. How can I fix this?
  16. Ah yes...I was expecting it to work differently. I think that I have it working now. Thanks JohnB
  17. So just leave it blank to delete all emails?
  18. Yes this is what I have done. http://imgur.com/dSssa $table total rows is the email table. #emaildelete is the variable starting at 0 What is curious is that delete email has a dropdown, like it expects a different input.
  19. What input does delete email expect? I have put in a variable holding a number, but that isnt working. What is going on here?
  20. It doesnt seem to be a break in the connection, the connections are mostly fine. I do expect some errors of course. But with ubot, I seem to get a lot of them that I not get with firefox when running side by side. What I want to do is when I get a error such as a DNS error, I just want to refresh the page. Using a javascript refresh doesnt work since the page never actually loaded. So i am trying to come up with a way to store current URL into a variable.
  21. How can I build some form of error handling into ubot? I am thinking that I can save the URL to a variable, use aloop while to check if the page has loaded and if not wait 60 seconds and navigate to that url that was stored. Im somewhat new, so I cannot get this to save the url.
  22. Im just trying to get some idea on how to get it to work, Im being negative about anything.
  23. After working and tweaking and working more on ubot. I cannot get it to work with dialup, Firefox does not have the problems that I have with ubot. I am posting to craigslist I use dialup as a geolocated proxy service, yes, its kinda slow, but its not that bad with craigslist a very minimal site. The issue is errors, I get them all of the time with time outs and dns errors. Why? how can I fix this? I was thinking that I could make a subroutine (define) to control these errors but I couldn't get it to work. any ideas on what I can do? Thanks!
  24. I get random connection errors I have tried adding a java script refresh if the error is detected but it doesn't work for me. It would be nice if I could back up using something like GOTO but ubot doesn't support that command. What is the best way to handle random connection errors and page time outs?
×
×
  • Create New...