Jump to content
UBot Underground

LordPorker

Fellow UBotter
  • Content Count

    120
  • Joined

  • Last visited

Posts posted by LordPorker

  1. But this isn't ideal if I placed a function in a command, and then later on, wanted to get rid of it. Why can't we delete it, just like a normal command?

     

    Kinda related; why can't we change the order of functions in a command? I end up deleting them, and then re stacking 'em in my preferred order. Would be cool if we could place them next to each other (say in a command), then stack them in any way (that's possible) we want (ie drag 'n' drop).

  2. I'm trying to scrape all of Google's serp results (urls) with the scrape attribute, but am coming unstuck and would appreciate some advice.

     

    As Google assigns a different value for each url, I'm using wildcards in the regex.

     

    Here is the actual serp:

    https://www.google.co.uk/search?site=&source=hp&q=mod&oq=mod&gs_l=hp.3..0i131j0l2j0i131j0i10j0l3j0i131l2.4090.4790.0.5330.4.4.0.0.0.0.114.333.3j1.4.0....0...1c.1.64.hp..0.3.270.0.fHBNfhZ73CU
    

    And here is my wildcard regex:

    <outerhtml=w"<a href=\"http://www.*/\" onmousedown=\"return rwt(*)\">*</a>">
    

    This regex only grabs some of the links, but not all. 

     

    Thanks.

  3. Multithreading works much better in the latest ubot versions. Had nothing to do with http plugin. Was more a generic thing.

    I'm not using v4 anymore. All my projects are with V5 now.

     

    Dan

     

    Hi. I'm new to uBot (but not to HTTP Get/Post). Could I use this with the stand-alone dev ed without the plugin? I'm hoping there's enough commands to get me started.

     

    Thanks.

×
×
  • Create New...