Jump to content
UBot Underground

webpro

Fellow UBotter
  • Content Count

    775
  • Joined

  • Last visited

  • Days Won

    7

Posts posted by webpro

  1. Now i don't know if my issue is UB or REGEX related

     

    This should grab the emails of the page i'm seeing in the browser right ?

    add list to list(%emails, $find regular expression(#document, "\\b[A-Z0-9._%+-]+@[A-Z0-9.-]+\\.[A-Z]\{2,4\}\\b"), "Delete", "Global")
    

    or

    set(#document, $find regular expression($document text, "\\b[A-Z0-9._%+-]+@[A-Z0-9.-]+\\.[A-Z]\{2,4\}\\b"), "Global")
    

    Well i don't grab any emails ?

    I even made this test which is, upload to one of my site a plain index.html and in it

    Member Partner All Directs 0 Memberd Directs 0 Contact Info rmarmoucha@mail.com 6175102917 Nkwane Memberd Date: 2014-03-28 22:57:40 Member All Directs 3 Memberd Directs 0 Contact Info motho131@mail.com
    

    Should grab 2 emails right ?

     

    Well it doesn't and if i use this regex in editpad it works fine ?

     

    What's my error thanks

  2. Odd

    I always get the BLANK message ?

    It's working when i get a blank page alright, but if i test the code on a normal page with content, i still get the blank message ?

    What am i missing ?

     

    Thanks

    set(#page, $scrape attribute(<outerhtml=w"*">, "outerhtml"), "Global")
    if($comparison(#page, "=", $nothing)) {
        then {
            alert("blank page")
        }
        else {
            alert("good")
        }
    }
    

    Is it a cache issue ?

  3. YEP

     

    Heck i don't recall if i'm already a member hahahahaha

    When i get home i'll try to find my username/pass etc...

     

    Doing too many things at the same time i guess

     

    EDITED:

     

    Says i'm silver?

    Tired to get back my password got

    Sorry, that key has expired. Please try again.

    As soon as i click on the link ?

     

    I'll check this out when  get home

  4. Can you use $next list item (or anything similar) in MOUSEOVER ?

     

    I got a couple of things to be clicked on but it only shows up when you put your mouse over it.

    Ex: Pic one, mouseover, thing to click

          Pic two, mouseover, thing to click on so on.....

     

    So i thought i'd create a list but it's not working.

     

    I got 2 ways to click on what i need to click.

    By doing a mouseover then click on what's showing up (this ain't working so far) or by clicking on another link/button next to each pic (that's not generating a mouseover)

     

     

    Here is the HTML in that needs to be clicked

    <div class="clicklink"><span id="clickTxt_13437334_32196_bottom">click</span></div>
    
    <div class="clicklink"><span id="clickTxt_13437326_47836_bottom">click</span></div>
    
    <div class="clicklink"><span id="clickTxt_43437326_67839_bottom">click</span></div>
    

    Maybe i'm over thinking ? In fact, i need to click on the "spanid" (well i think) so the link works.

    Probably that i don't even have a good list to start with (scrapping ?)

     

    Anyways, if you can help. Let me know

    Thanks

×
×
  • Create New...