Jump to content
UBot Underground

caneman

Fellow UBotter
  • Content Count

    21
  • Joined

  • Last visited

Community Reputation

0 Neutral

About caneman

  • Rank
    Member

Profile Information

  • Gender
    Not Telling

System Specs

  • OS
    Windows 8
  • Total Memory
    < 1Gb
  • Framework
    v3.5
  • License
    Standard Edition

Recent Profile Visitors

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

  1. Doh! That is so simple and it works perfectly... thank you.
  2. I have a bot that clicks an activation link in an email... When it does this a new IE window pops up that has navigated to the activation link url... How can I close this new window within ubot?
  3. Got it worked out.... I was doing this: sign in --> click post button and javascript would not enable in the bot but, if I did this: click post button --> sign in (it redirects here) then it works! go figure. Thanks for all of your suggestions, I appreciate it.
  4. This has been a tough one, usually I can figure it out but not this one so far. It will only work in a sub window... here is the problem with this approach, as soon as the bot finishes with the code the sub window disappears and I have no way of working with the fields in the popup. I am working on an auto poster for this website: you need an account to post an ad, I have several hundred now thanks to my account maker bot so if you want to sign in using this: and then click on the "post ad" button in the top right corner you will see what I mean. Thanks very much for your suggestions
  5. I am running IE8, I can post within IE (JS was already enabled)... I don't get the JS error within IE.
  6. OK, I checked and it was already enabled in IE, but I still get the same error when I run the bot... any other suggestions?
  7. I am making a bot that navigates to a page and makes a post. When I click the "post" button it gives me a message: "Javascript must be enabled to use this feature." How do I enable javascript within ubot?
  8. Thanks.... I abandoned using tables and went back to using lists, it works but not as easy to use as tables will be. Looking forward to the updates when tables are fully functional.
  9. Looks like the total rows parameter when working with tables doesn't work... I tried a work around where I made a variable and it increments every time it completes a loop, I use the variable as the row number when pulling data from a table (csv file)... it works well but will go no higher than 16 times through the loop and then it will no longer pull from the table... anyone able to do this?
  10. I am making an ArticleBase Submission bot, all is going well except it won't add the article to the article box. It adds the title, keywords, and summary fine, but it won't do the same for the article body. I know the article body box is different than the others, and this is part of my problem, but I don't know what I am doing wrong and why I can't get Ubot to copy in the article from the article ui block text box I created... any help would be appreciated. Thanks.
×
×
  • Create New...