Jump to content
UBot Underground

saleam

Fellow UBotter
  • Content Count

    6
  • Joined

  • Last visited

Community Reputation

0 Neutral

About saleam

  • Rank
    Newbie

Profile Information

  • Gender
    Male
  • Location
    Durban, South Africa

System Specs

  • OS
    Windows 8
  • Total Memory
    3Gb
  • Framework
    v4.0
  • License
    Standard Edition

Recent Profile Visitors

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

  1. I need to delete an ad. This particular website pops up an alert, giving an option of "OK" or "Cancel" to verify the action of deletion. This option is visible from a normal browser. In uBot however, it is not. I am told that uBot, by default selects the "OK". This is acceptable except... 1. It does not do this reliably. Sometimes its does and sometimes not. 2. The OK/Cancel screen is visible for less than a second but the OK/Cancel button is NEVER visible. 3. After that, the previous screen is displayed. 4. I have tried adding "click dialogue button" with mixed results. Suggestions ..any
  2. I did actually. Had to learn Regular Expressions but it was worth it. I extracted the ID and then recombined it with the rest of the string needed. Regular Expressions is a powerful tool..Take the time...learn it..its worth it.
  3. ok. Could you post a sample code as I am not sure as to how to find the IDs. Page scrape perhaps?
  4. I post adverts on a site. Whenever an ad is posted, the site creates an ID for the ad so the resulting link looks like this. <a href="http://www.gumtree.co.za/a-accessories-styling/other/ford-ranger-nudge-bar-084-808-2222/1001076808280910009472509">Ford Ranger Nudge Bar 084 808 2222</a> There is a DELETE button associated with this ad which looks like this. <a href="http://www.gumtree.co.za/deleteAd.html?adId=1001076808280910009472509&guid=deda3d88-5d25-494c-a71b-32c8964f299f&fromMyAds=yes" class="delete action"><div class="icon-delete-icon-16x16"></di
  5. How can one run a bot (uncompiled) from the beginning. I have a bot that opens a webpage and then engages in a sequence clicks. after the last click, I need it to go all the way back ( after a suitable delay) and run again.
  6. saleam

    $rand issue

    Let me understand this correctly. To generate a random number say between 200 to 1000 I would select $rand 200 - 1000 That simple?
×
×
  • Create New...