Jump to content
UBot Underground

IRobot

Members
  • Content Count

    508
  • Joined

  • Last visited

  • Days Won

    6

IRobot last won the day on November 15 2010

IRobot had the most liked content!

Community Reputation

43 Excellent

About IRobot

  • Rank
    Advanced Member

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

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

  1. The problem is with the code; if there's nothing in the list, the first item cannot be accessed. Stat Monitors should only be used to display variables, not for example; $list items. To fix your problem: Set a variable to $list item > Position 0. Then use a Stat Monitor to display the variable's value after the list has been populated (i.e. after the $add to list).
  2. I sent this guy a message 5 days ago, and still no reply. Not genuine? You decide...
  3. I'd also add to PsychoDad's useful list; at regular intervals clean temporary files, e.g. browser cookies.
  4. Agree with the PHP/MySQL approach. Here's a good tutorial to get you started: http://www.webmonkey.com/2010/02/php_and_mysql_tutorial_-_lesson_1/
  5. You can import your own list of websites for each platform, i.e. you can choose if you wish to post to the same sites or different ones.
  6. Is this the Custom Splash Page, as in the Developer Edition: http://ubotstudio.com/Versions.aspx ? If so, can't this be changed or do you want the option to remove it completely?
  7. See the link in post #2. Yes; you could also use the include command in an existing bot.
  8. The HTML UI allows you to add check boxes and text boxes. You could implement a javascript function to do what's required.
  9. That would depend on whether all of the directories were built using a common platform; if they were it's likely they would have common attributes, which Ubot could easily select; if not, you would have to go through each one to check if they had anything in common which Ubot could select.
  10. If I understand correctly, the user clicks on a check box and the relevant ui text box is filled in? If so, this functionality is not available in Ubot standard, but could be implemented in Ubot Pro/Dev, using the HTML UI.
  11. This would be possible with the new HTML UI.
  12. Try looking at the javascript on the page; this can be triggered using Ubot's 'run javascript' command.
  13. You may mean the 'include' command. For usage and an example, see here: http://www.ubotblog.com/ubot-studio-using-ubot-files-from-a-url-location/
  14. Do you mean each script? What do you mean by "chain one event to the next"? Do you mean you are using the include command? If so, you can only include .ubot files, not compiled .exe's.
  15. Read each line into a list. Then use $list from text to separate each line into another list of delimited values.
×
×
  • Create New...