Jump to content
UBot Underground

medway

Fellow UBotter
  • Content Count

    17
  • Joined

  • Last visited

Community Reputation

0 Neutral

About medway

  • Rank
    Member
  • Birthday January 1

Profile Information

  • Gender
    Not Telling

System Specs

  • OS
    Windows 8
  • Total Memory
    4Gb
  • Framework
    v3.5
  • License
    Professional Edition

Recent Profile Visitors

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

  1. Hi guys thanks for the replie. Turns out it works fine it's just takes a bit longer so the success messages I usually see in a normal browser didn't come up until 30 seconds later which made it look like it had stalled. So I just let it sit and then 30 seconds later I got the rest of the success message.
  2. Hi trying to automate Wordpress backups with BackupBuddy. The problem is that when I click submit after filling out the user and database fields it goes to the screen to setup the database and instead of completing it immediately says 'Done' without doing anything. I've tried manually doing this within the Ubot browser and same issue even with the exact same details copied from my Chrome browser. Is there some memory limitation of the Ubot browser that's stopping the unpacking process to continue?
  3. Think I just solved my own problem, copied the loop node I needed to debug to a new script page and ran it properly there instead of right clicking 'run node'.
  4. Hi is it normal that the Run button is green even though the bot is actually running when in a loop? What I mean is if you manually run a loop it doesn't give you any indication that its running, nor any highlighting of nodes. I have a bot where it's waiting for a cpanel upload and keeps closing the window prematurely so would be helpful to see the running state when starting it this way. Also I have a problem with events continuing to run in this same state, is there a way to manually stop a loop node without actually hitting start and stop on the main display? Reason being I don't wan
  5. Btw that search tip for finding functions is really useful, not sure why I never tried it much before.
  6. Ok thanks for that, the innertext was the key I was missing, working great now.
  7. Trying this now but still not getting it. This is what I've got in codeview: click($element offset(<class="selectit">, 9), "Left Click", "No") I dragged a click command in and then used select element and clicked the name (and not the wider container on that row). What I'm not sure of is how to edit that (or just manually) to use the name instead. I've also tried entering the example you gave with my category but I'm getting a syntax error. Doesn't seem to be documentation on the syntax for codeview so just going by looking at what's generated when using node view. When do w
  8. Ok I'd tried this a few times already (with and without the space) and it didn't seem to work but will give it a go again. Thanks.
  9. Hi I'm creating posts in Wordpress (self hosted) and would like to be able to select the category while doing so using the actual name of the category. Is this possible? Thanks.
  10. I had the same issue. Loading a list into the text area didnt work, threw up an error. I ended up using the send keys method, only other thing needed was to add a send keys with $new_line within the loop to add spaces otherwise everything runs together.
  11. Thanks for sharing this. I think there is an error with the placement of the node that saves the user details. It's outside of the loop so only the last account gets saved to the file. I put it inside the loop and now it's working correctly.
  12. Hi, I'm trying to skip saving serp results I've scraped if they are from certain domains. For instance I don't want google news and maps results. What I attempted to do to solve this was by using an If statement and evaluate with a wildcard like http://www.google.com* or http://www.news.google.com* Doesn't seem to be working and realize maybe wildcards don't work here. Any ideas on how I could get around this? Thanks.
  13. Hi thanks, ya tried that on the second attempt, then tried using owner and admin, pretty much every combo I could think of but to no avail.
  14. Yes should work with proxies, I know of people autogenerating these accounts so has to be possible.
  15. When presented with which user to to use for the update I tried both owner/admin, neither have a password though so I created a new ubot user profile with admin rights and a password, this did not work either. What I ended up having to do was initiate the update, then drag the ubot.exe out of its folder to which point it updated. Then when the choice for which user to use came up I just hit cancel as it wouldnt accept the non password owner user that I usually use..
×
×
  • Create New...