Jump to content
UBot Underground

seadynamic8

Fellow UBotter
  • Content Count

    10
  • Joined

  • Last visited

  • Days Won

    1

seadynamic8 last won the day on May 10 2011

seadynamic8 had the most liked content!

Community Reputation

1 Neutral

About seadynamic8

  • 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. Thanks, that worked. I guess I didn't really think about it hard enough.
  2. I get a 'Error reading file' from the '$list from file' command.
  3. I want to be able to append to a string, in programming terms, use += operator. For example I want to do something like this: #string = #string + #appendedstring where #appendedstring is a variable string that can change. I want to be able to loop through this so that I can append values to a string basically. Here is a picture of what it looks like right now: I don't want to have to put in $nextlistitem[%keywords] for each keyword I have in my list manually. I would like to be able to do that in a loop. Anyone have any ideas? Thanks.
  4. I'm wondering if I can use a variable for a file name. I can't seem to get it to work. I need this because I have a file name within a Csv file. I can use Ubot to extract that file name into a variable and then I need to open it and then add it to a list. The file is just a list of keywords. Any ideas how to accomplish this otherwise, or am I just doing it wrong? EDIT: Sorry I guess I should have posted this in the Scripting Forum.
  5. Yea, this one was really tricky. I really like your javascript code. I might have to rewrite a significant portion of my bot to use javascript, its so much cleaner and less selecting and clicking. My bot is getting kinda large and bloated now, I'm using about 700MB of RAM too, good thing this is just for personal use. Maybe I should go back to just straight programming, but I have no idea how to do most of the things Ubot does in the browser, I guess its mostly Javascript. I really got to learn some Javascript.
  6. Thanks so much. It finally works. So all I needed was this line of javascript code: document.wp_edit_rejected_pages.submit(); Guess I should go learn javascript. Thanks again.
  7. I've tried the bot, but it doesn't save the values. When you do a refresh on the page, the values disappear. I have the same problem. I'll upload my bot, but it essentially does the same thing.temp.ubot I could use navigate instead of clicking the button, but it still doesn't save the values, i.e. input into the database as stored values.
  8. I emailed you, I can't seem to private message you.
  9. I can PM you or anyone else a sample Wordpress blog I just setup with the plugin installed if you want.
  10. I'm having trouble trying to save certain fields in a form. It has checkboxes inside a form, which I can select and set into the right position with Ubot, but when I click the submit button (Save >>), it doesn't save the values. I think Ubot correctly clicks the button because, the form posts to a html anchor link, which just gets redirected back to same spot on the page. But that really doesn't do anything to save the values. There is some hidden inputs which might be working somehow in the background to save the values which Ubot might not be picking up on. I'm not very good with
×
×
  • Create New...