Jump to content
UBot Underground

Search the Community

Showing results for tags 'remove'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Announcements and News
    • Join the UBot Community
  • General
    • General Discussion
    • Mac and UBot Studio
    • Journeys
    • Buy, Sell, Free
    • Scripting

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 7 results

  1. Hello I'm looking for a way to delete a part of this url: add list to list(%groups, $scrape attribute(<href=w"https://www.facebook.com/groups/*">, "href"), "Delete", "Global") https://www.facebook.com/groups/1655101604777385/16991307389571/ https://www.facebook.com/groups/359836557438198/permalink/1084847609717/ https://www.facebook.com/groups/342415669158694/permalink/170868476095717/ https://www.facebook.com/groups/1487469924880241/permalink/1086484709717/ https://www.facebook.com/groups/214671725237478/ https://www.facebook.com/groups/RomanianStreamersYoutubersMoviemakers/ https://ww
  2. Hello everyone. I am a new bee to Ubot. I am attempting to pull this data from a web page of mine with Regex. i want to put it into a table so i can search it. Below is an example of the code from the page. I put together this code so far <a href="#" onclick="open.*\n.*\n.*\n.*\n.*\n.* that is doing what i want, but I need to remove all of the additional fluff. I am trying to sort it as follows in rows and save it to a searchable table: Single-Family-Home 813190 $200,000 274 Smith Rd Sometown, CA John Smith this is the code from the page: <a href="#" onclick="open(35166552); re
  3. I have a list of keywords and results. I want to delete everything in the second column from the word "results" onward. I can't seem to figure out how to select that portion of the strings since they are not always exactly the same. Is there some sort of wildcard I can do or anything? Any help would be greatly appreciated! For reference, here's a screencap of the table: http://i42.tinypic.com/10e36ma.jpg
  4. Within a loop, I'm using "$next list item" to type into an input box from a list. This causes the item to have a comma at the end of it. Example: "dog," How can I hit backspace to delete the comma before moving on with my script? I have tried typing {BK} and {Backspace} into the "Text to Type" field following the "$next list item", but that doesn't work. For reference, I have pro version 4. Thanks.
  5. How can I go through a column of a csv and delete all instances of a letter-even when it is part of a word? For example, remove every instance of the letter "E"? Here is what I have tried: set table cell(&my table, #row_num, 2, $replace($table cell(&my table, #row_num, 2), "Â", $nothing)) increment(#row_num)
  6. Hello everyone I need a little help with something, I am trying to code a bot that will unfollow users that don't follow back. The way that I am trying to code this is to scrap the list of following users and save them to a list, then go to the followers page and scrape them into the same list with out deleting duplicate. What I am trying to figure out, is there a way to only remove all but duplicates from the list then save the list and then remove the duplicates from the list that was left, then I would have to go back and scrape the original following page into the same list and then remove
  7. There are form by default has a value. http://img689.imageshack.us/img689/1835/valuec.png If i put the new value there, not replace/delete default value, but only add the new one in front/end of default value. I tried use $replace $nothing to delete but unlucky. How can i remove OR replace 'em?
×
×
  • Create New...