Jump to content
UBot Underground

DjProg

Fellow UBotter
  • Content Count

    86
  • Joined

  • Last visited

Posts posted by DjProg

  1.  

    Thanks John, it seems to work.

     

    I have also found another way :

     

    - to set the focus on the first element AFTER the iFrame (following the tab-order)

    - The do a (I don't know how it's called) back-tab (so tabbing in the opposite direction). So a Ubot Sendkey(+{TAB}) actually it's the solution to the key combination problem that most people are facing...

     

    I have no cluea why tabbing in the normal way doesn't work whereas tabbing "inverted" work...

     

    Cheers,

  2. Hi Guys,

     

    So I have the Pro Version and using 3.5 and I tried to access this iFrame by using JohnB fckEditor trick but it's not working...

     

    Right now I have done the following :

     

    - choose by attribute the TEXT right above the iFrame (Si vous n'avez pas encore de compte France Télévisions, merci de compléter le formulaire suivant :)

    - send click AND/OR focus chosen

    - then send key {TAB} 3 times with a 1 sec delay

    - but it doesn't work...

     

    I don't understand as if I do this manually it works perfectly...

     

    Here is the URL :

    http://blog.francetv.fr/create_blog.php

     

    Thanks for any tip ! :)

     

    Cheers,

  3. Hi Guys,

     

    Well I know that I can forget Javascript Alerts with version 4 and due to various issues I won't actually use the version 4 for the next 3-6 months...

     

    Anyway, I found a thread from Frank a long time ago about Dialog Boxes to collect user input (e.g. ask the user Yes or No and continue or stop the script depending on the answer).

     

    Is it still something that has never been implemented in version 3.5.x ?

     

    Is there a workaround please ?

     

    Thanks,

     

    Cheers,

  4. Hi Guys,

     

    Can someone please tell me where the lastest version download link is ?

     

    I don't know why but it seems like the version 4 (amongst other things) doesn't ask for updates when some new ones are available.

     

    I have version 4.0.57, which is buggy like hell and I tried to download using this link hoping to get a better build :

    http://ubotstudio.com/files/setup.exe

     

     

    But then it says "you are not eligible to use this version"... but i'm a ubot user & pro version owner for more than a year now...

     

    Thanks,

     

    Cheers,

  5. Thats the main secret of good google scraping so i dont think anybody that knows will share :)

     

    LOL !

     

    Anyway I saw a post regarding using HTTP GET instead of using Ubot browser which seems to be quite bad a hiding its footprints. I have a few ideas on how to do this so i might try if I find the time to do so.

     

    My theory (as i'm not selling bots I don't mind sharing :rolleyes: ) is that i should be able to get almost all i need by using the open source WGET command line program. :P

     

    Anyway thanks for the tips, i'll give it a try if I don't get this WGET thing to work.

     

    Cheers,

  6. Hello Guys,

     

    I made a bot compiling some data for different domains and I need to query google for some basic competitor data such as number of competitor with the keyword in the URL, in the title...etc

     

    I'm using 10 private proxies, i'm rotating each one for each query + cleaning cookies before each query.

     

    So basically i'm doing something like this :

    - take proxy 1

    - clear cookies

    - get allintitle for the keyword

    - take proxy 2

    - clear cookies

    - get inurl for the keyword

    - take proxy 3...etc

    ...until proxy 10

    - then take proxy 1 again

     

    However, i'm still getting blocked by google after a minute or 2. :angry:

     

    What kind of delay do you use to avoid getting blocked ?

     

    Thanks a lot,

     

    DjProg

  7. Personally I simply run a shell command to open the created TXT file !

     

     

    SHELL notepad.exe PATH-TO-YOUR-FILE\file.TXT :rolleyes:

     

    Is it not what you want ?

     

    I'm getting sometimes crazy too with Ubot "I put everything in a file" behavior :P

     

    EDIT : SORRY I DIDN'T SEE YOU ABSOLUTELY WANTED IT INSIDE UBOT

  8. Hello guys,

     

    I need to find a way to get some TLDs availability in batch.

     

    The problem is that most big names such as eNome, Moniker, etc, only give access to their API to resellers and i'm not a reseller (+ I don't know how I would handle the API calls within Ubot anyway).

     

    Do you have an idea of a website on which bulk TLDs availability is fast and scraping of the results would be easy ?

     

    Thanks for any suggestion, ;)

     

    Cheers,

  9. Yeah you right, but it not make difference.

     

    set
       #row
        test@test.com:password

     

     

     

    set 
      #email
      $find_regular_expression
         $row
         ^(.*?):.*
         single

     

     

    set 
      #password
      $find_regular_expression
           $row
           .*.*?)$
           single

     

    To be honest with you I would have used substring to parse this... or actually i would have used the wonderful functions Left() and Right() that I kindly asked Lilly to be implemented, lol :P

  10. Anyone knows how to fill info into a textbox with rich text (not tinyMCE) features?

     

    Here's the source code if it helps:

     

     

    <div class="first-field" >

    <div formfield="label" class="first-label "><span id="lblDescription" class="required">Description</span></div>

    <div class="first-input">

     

    <a name="Description"></a>

    <div class="input-div">

     

    <textarea name="Description" id="hdnDescription"

    wrap="soft"

    cols="65"

    maxlength="100000"

    style="width:500; height:240;font-family:arial;"

    ondescriptiondest="0"

    rows="6"

    ></textarea>

     

    <script type="text/javascript">

    if (client.nav || client.ie) {

    DOM.getElementById("hdnDescription").style.display = "none";

     

    var editorTexts = {

    'Style' : '[style]',

    'Heading1' : 'Heading 1 <h1\>',

    'Heading2' : 'Heading 2 <h2\>',

    'Heading3' : 'Heading 3 <h3\>',

    'Heading4' : 'Heading 4 <h4\>',

    'Heading5' : 'Heading 5 <h5\>',

    'Heading6' : 'Heading 6 <h6\>',

    'Font' : '',

    'Size' : '',

    'Bold' : 'Bold',

    'Italic' : 'Italic',

    'Underline' : 'Underline',

    'AlignLeft' : 'Align Left',

    'Center' : 'Center',

    'AlignRight' : 'Align Right',

    'JustifyFull' : 'Justify Full',

    'HorizontalRule' : 'Horizontal Rule',

    'OrderedList' : 'Ordered List',

    'UnorderedList' : 'Unordered List',

    'Outdent' : 'Outdent',

    'Indent' : 'Indent',

    'TextColor' : 'Text Color',

    'BackgroundColor' : 'Background Color'

    };

    }

    </script>

    <script>

    var rteDescriptionObj = new RichTextEdit("Description",MainFormObj,500,200,"","","http://pic.classistatic.com/image/pics/classifieds/wysiwyg_editor/",true,false, false, true, false);

    jQuery.data($("#hdnDescription")[0],"descRTE",rteDescriptionObj);

    </script>

     

     

    Well so far i never had the problem but i know that for wordpress as an example, you have to be in the iFrame to edit.

     

    I think there is a tutorial for iFrame, have a look if it helps.

     

     

    Cheers,

  11. Ohhhh, I'm an idiot, I didn't understand your question. I thought you were trying to pull data from a URL that was in block text format and turn it into a list.

     

    There is an incredibly easy way to turn a set of block text from the UI of uBot into a list. Here it is:

     

    http://img442.imageshack.us/img442/8683/userinterfaceexample.jpg

     

    THANNNNNNNNKKKKKSSS YOU !!!!

  12. Hi guys,

     

    I'm getting nuts.

     

    I have a block text filled like this :

     

    ____________________

    keyword 1

    keyword 2

    keyword 3

    _____________________

     

    How can I make a list out of it ???

     

    I have tried :

    ADD TO LIST

    $list from text

    But $list from text doesn't seem to work with a carriage return as separator :unsure: (or i couldn't find a way to tell Ubot that the separator was a carriage return)

     

    I have found this, which works but is plain stupid imho :

    SAVE TO FILE

    content of the block-text in a temporary folder

    ADD TO LIST

    content of the temp file created

    But this second solution is SOOOOO stupid :o that I can't believe it's the only one working.

     

    Any idea ?

     

    Thanks !

     

    Cheers,

  13. Hello,

     

    I'm getting slowly tired of looking in the forum everytime i don't find what I want in the script reference. And most of the time i didn't expect much but even the minimum cannot be found.

     

    Example : send special keys parameter such as {ENTER} and so forth are nowhere to be find in the script reference.

     

    Plus the script reference is laking example of typical use.

     

    I would be great if you could make a REAL script reference and not a really basic overview of the functions ans it should significantly reduce the number of support request

     

    (example : i'm about to open a support request because the $list from text script reference info s*ucks).

     

    Cheers,

  14. Here are a couple of uses;

     

    http://screencast.com/t/SVcOiyGai0

     

    Here are some keys that can be used:

     

    BACKSPACE {BACKSPACE} or {BS}

    DELETE {DELETE} or {DEL}

    DOWN ARROW {DOWN}

    END {END}

    ENTER {ENTER}

    ENTER ~

    ESC {ESCAPE} or {ESC} Clears the textbox

    F1 through F15 {F1} through {F15}

    HOME {HOME}

    INS {INSERT}

    LEFT ARROW {LEFT}

    PAGE DOWN {PGDN}

    PAGE UP {PGUP}

    RIGHT ARROW {RIGHT}

    TAB {TAB}

    UP ARROW {UP}

     

    Damn why is it not in the script reference ? :huh:

    I've been looking for this for a while today. And I guess it's not even the full list.

     

    Cheers,

     

    PS : I had a dream, that one day the script reference will be first class with examples and such things and always up to date so we don't have to spend our time looking in the forum and using the sh*tty forum search function (at least a custom google search should be implemented) ;-)

    • Like 1
  15. Hi guys,

     

    I'm having problems triggering a "suggestion" dropdown which appears after entering a few chars in a field.

     

    An example would be amazon.co.uk

     

    If you manually enter "a" in the product search field it will display a contextual suggestion dropdown with stuff like "assassin creeds...etc".

     

    I can't do this with Ubot so far.

     

    I have tried :

    a ) first try : sendkey chosen field

    b ) second try : set focus in the window, then navigate to the product search field by sending some "tab" then sending the "a" (this time kes were sent with the nircmd.exe utility)

     

    None of this work. :huh:

     

    Someone as an idea ?

     

    Cheers and thanks for any help !

  16. Hello guys,

     

    I'm havin a lot of failure (60% failure) in the decaptching of case sensistive captcha by bypasscaptcha (and yes my account is set to be case SeNsITiVe).

     

     

    Damn today it's EVEN WORTH : 92 failures out of 124 calls to bypasscaptcha services. :angry:

     

    Why isn't the feedback API implemented in Ubot, it's a REAL issue :angry:

  17. Actually I found more precise information :

     

    http://bypasscaptcha.com/api_doc/feedback.php

     

    So my question is, how can I run this script in Ubot :

     

    <!-- Action target -->
    <form action="http://bypasscaptcha.com/check_value.php" method="post">
    
    <!-- Key owned by user -->
    <input type="text" name="key">
    
    <!-- TaskId got from submitting -->
    <input type="text" name="task_id">
    
    <!-- Correctness, 1 if input is correct, 0 otherwise -->
    <input type="text" name="cv">
    
    <input type="submit" value="Submit">
    </form>

     

    The problem is that I don't have access to the task_id variable as it's one that only Ubot has...

     

    Cheers,

×
×
  • Create New...