Jump to content
UBot Underground

collywobbles

Fellow UBotter
  • Content Count

    15
  • Joined

  • Last visited

Posts posted by collywobbles

  1. Currently I am trying to make some account creation bots. But when using the account $password constant, I noticed that all passwords generated are quite static, that is all the passwords are in CAPs letters, there is no mixture of lowercase letters or numbers.. There should at least be a simple mixture of lowercase and numbers. This is because some sites required password to consists of at least a number and a lowercase/ uppercase, etc. I think this should be a relatively simple and common feature to add, isn't it?

     

    the passwords generated so far:

    UELTZLOYDL

    SRCTVSRXVH

    DTWIVZNWGJ

    WUINSJDJWD

    GQFGOCQGIP

     

    etc..

     

    Yes please. Many forums require numbers in password and a mixture of case.

  2. I understand what you are looking for, but the language that ubot runs on is more of a sequential structure, whereas what you are looking for is more in terms of event programming.

     

    Possibly but there are other commands that wait for things to happen eg nav, and wait finish. The simpler wait for ui button click wouldn't be too different.

  3. Not really, I meant a button that would run a sub in a thread. You could press the button whilst the bot is running.

     

    However having thought some more, without using threads - and this would be much simpler, you could have an action "wait for ui button click", then use the "if" command to pick up the button value (could be several ui buttons or just one) and do the appropriate action before continuing with a loop for example.

     

    You could then implement a simple "next" ui button to move to the next round of a loop, instead of putting in a delay. That would be useful.

  4. Where did you pull that code? Apparently IE is fishy and doesn't want to show ID tags sometimes. So check it out with either Opera or Firefox

     

    I use Chrome but I checked in FF and it was the same. This is the source: http://www.eu4journalists.eu/index.php/forums/member/register/

     

    Other sites would use a different attribute name for full name, and also other fields eg state using name m_field_id_1.

     

    Thanks

    R

  5. Feature request: UI button (with text label on it) that when clicked runs a sub.

     

    For example, if I have a list of URLs that I have scraped, I could set ubot to nav to each URL in turn. Having several buttons on the UI would allow me to categorise each URL (eg has captcha, no captcha, not working etc). Clicking the button would run a sub (eg add current url to a list and save the list to file). This might work well with your new thread feature. Would need access to global variables (eg the url in my example).

     

    Thanks

    R

  6. I'd like to fill the textbox with the label "full name" but the name of the textbox is different on different sites, or a textbox with that name is used to hold something else (eg State).

     

    <tr> 
    <td class='tableCellTwo' style="width:45%;"> 
    <div class='defaultBold'><span class="highlight">*</span> Full name</div> 
    
    </td> 
    <td class='tableCellOne' style="width:55%;"><input type="text" name="m_field_id_1" value="" class="input" maxlength="100" size="40" style="width:100%;" /></td> 
    
    </tr>

     

    Any suggestions?

    Thanks

    R

  7. (First attempt at a ubot, please be gentle)

     

    Just fired up latest 3.3 and am writing my first test bot. Load a list of proxies and navigate to whatismyip.com.

     

    Two probably simple problems:

     

    1) When I run the bot (or even just the add to list node) I get and error: "Command: {1}" which doesn't help a lot.

     

    2) When I try and edit any blue node I don't see any of the contents of that node, just a red box. The attached image is from when I right click on "add to list" and select edit. Where are the contents for me to edit??

     

    Any help appreciated

    Thanks

    Russell

    post-583-12716257682415_thumb.png

  8. I've downloaded and run the bot but nothing appears to be happening...for the first time run do I have to set anything up (eg URL)?

     

    If I click the go action, nothing happens, if I select settings and click the go action nothing happens, if I click generate username and then the go action nothing happens except that the go action changes to a pause icon. No files have been left in the folder. I'm running on XP latest SP/updates with IE8 and CCleaner installed.

    Thanks

    R

     

    Okay it's working now, did nothing on the first few attempts. Weird. Anyway here is a run through description:

     

    1. Generate usernames worked fine - although wouldn't names/words look more natural than random letters?

     

    2. During the email creation, when it attempts to run CCleaner I get Xenocode Postbuild 2008 The application has encountered an error (0xD0000002). AOL creation fails by a long way, fields and captchas all over the place. Continuing, the captcha images pop up multiple times during registration on GMX, the password fields that are entered don't match. After 6 attempts it created an email (GMX). Cool.

     

    3. Had to click go/stop action several times as it did nothing. An external IE browser appeared (www.gmx.com/logout.html). More Xenocode errors. Newsvine registered ok first time, so did Buzzfeed and globalGrind. Excellent, once it got started worked through perfectly, with 1 captcha to solve.

     

    4. Again, took a couple of start/stop clicks to get it going. First time failed to enter email address correctly at mail2web. Managed it when i ran again. I noticed 4 emails: 1 welcome from GMX, 1 from newsvine and 2 from global grind, nothing from Buzzfeed. Hmm now it's logged in to mail2web no link verification appears to be done yet task has finished. 3rd time around and it has read the emails and has visited newsvine and global grind. I guess the account setup at buzzvine must have failed. I got no confirmation popup at the end of step 4?

     

    Good progress towards your goal I would say. Hope that feedback helps. CCleaner works fine when I run it manually.

     

    Can I ask a (newbie) question? Why do you open google.co.uk at the start of each phase?

    R

  9. I've downloaded and run the bot but nothing appears to be happening...for the first time run do I have to set anything up (eg URL)?

     

    If I click the go action, nothing happens, if I select settings and click the go action nothing happens, if I click generate username and then the go action nothing happens except that the go action changes to a pause icon. No files have been left in the folder. I'm running on XP latest SP/updates with IE8 and CCleaner installed.

    Thanks

    R

×
×
  • Create New...