Jump to content
UBot Underground

kbmp82

Fellow UBotter
  • Content Count

    6
  • Joined

  • Last visited

Posts posted by kbmp82

  1. I  am having an issue with this ajax code (i think its ajax) on this profile site. If I choose the text link by attribute and then click chosen it only works about 10% of the time....I found out the reason is because the url = webpage.com/myprofile/name#

     

    So it doesnt do anything when UBot clicks the URL since the # is just telling it to basically stay on the same page it's at...but when I manually click on the link a text box field drops down fro me to type in and click save....so I tabbed my way to this text link and then hit the enter key on my keyoard and it made the text box drop down...soooo is there a way to send the enter key as a command? Or does anyone know how I can get around this issue?

     

    Thanks

  2. yikes.....ok here a the issue I am facing right now...

     

    Ihave a list of lets say 10 websites....the bot will go to each website to sign up for an account...

     

    so once it navigates to a site it goes about doing 30 commands....well if the page doesnt load..then the only think I can do is say "If page doesnt load" and then I have to tell it to navigate to the next page BUT it doesnt restart at the beginning of the loop so I have to copy and paste ALL of the commands into that if statement....that really sucks lol. It would be soooo much easier to have an If, if else, else ability. "If page doesnt load or gives this error, Then navigate to next site in list, ELSE do all these commands." soo much easer....  :'(

  3. This software is pretty sweet for what's it's capable of...I am trying to create a bot to help with some backlinking but I keep finding the need to have an Else If and Else command....unless you can already do that...then I guess I just need some help figuring out how. Also, another really helpful function to have would be a Next statement for Loops...right now I have a loop that goes to webpages in a list...but if the webpage erros out or does something I dont want it to do I have no way to make it skip out and start over from the beginning of the loop at the the next list item. I mean I guess I could write an IF command and copy ALL the code back in there but that's a bit crazy lol. Maybe there is a way to do this and I just missed it?

     

    Kevin

×
×
  • Create New...