Jump to content
UBot Underground

sheiku

Members
  • Content Count

    19
  • Joined

  • Last visited

Posts posted by sheiku

  1. Hi,

    I am new to this community

    I usually try to solve by my self the problems but this time i give up...

    simple i cannot copy or scrape the generated email value from the upper field in this page:

    temp-mail.org/

     

    I usualy use Exbrowser so i need the xpath expression. I also use xpath builder pro for the same provider but no luck..

    Can you help me?

    Thank you

     

    i tried:

    //input[@class=mail opentip]

    //input[@id=mail]

    //input[contains(@id,'mail')]

    //input[contains(@type,'text')]

    //*[@id=mail]

    and many many combinations.

    I do not master xpath syntax , i only use what i have provided by the webdriver element locator addon of mozilla or by xpath builder pro. :(

     

    I alsoo see that i can click with Exbrowser inside the field but i canot scrape..maybe i i have right the xpath expression but i do not have the right mthon for scrapping the element.

    I use:

    plugin command("ExBrowser.dll", "ExBrowser Navigate", "https://temp-mail.org/ro/")
    set(#upperEMAIL,$plugin function("ExBrowser.dll", "$ExBrowser Scrape Element", "//*[@id=\"mail\"]"),"Global")
    alert(#upperEMAIL)

     

    i got as result an empty message

  2. Hi, 

    I am new here and i have a lot of problems with the Ubot...

    One of them is  the following:

     

    How to use the "save as project folder"  or ..how to save the project in order to be able to work from 2 pcs at that project ( of course not at the same time) ??

     

     

    Facts:

     I need to work on 2 PC ( one laptop ) and my desktop PC.( some time i need to stay in my bed because of back pain and to work on laptop, sometimes i need to continue to my desktop pc because og the larger screen)

    I use dropbox  on both with the same path : c://dropbox//ubotprojects

     

    I saw that if i create a project with multiple scripts i canot run the project from the other machine i have, unless i save first the project as folder  "save as project folder".  ( and i always have multiple scripts on my project)

     

    Some time it is working to continue my work on the other  pc but sometime i do not find the project file i created. I can only open the FOLDER with "open folder"

    In this case i loose very frequently my work because it does not save my work...i save with Ctrl S and when i reopen my folder the version of my scripts is ..old

    What i am missing here?

    Thank you

    Dan

  3.  The server conection data are ( copyed from server) :

    If you do not see an auto-configuration script for your client in the list above, you can manually configure your mail client using the settings below:

    Secure SSL/TLS Settings (Recommended)
    Username: info1@clubyr.ro Password: Use the email account’s password. Incoming Server: server50.romania-webhosting.com
    • IMAP Port: 993
    • POP3 Port: 995
    Outgoing Server: server50.romania-webhosting.com
    • SMTP Port: 465
    IMAP, POP3, and SMTP require authentication.
    Non-SSL Settings (NOT Recommended)
    Username: info1@clubyr.ro Password: Use the email account’s password. Incoming Server: mail.clubyr.ro
    • IMAP Port: 143
    • POP3 Port: 110
    Outgoing Server: mail.clubyr.ro
    • SMTP Port: 25
    IMAP, POP3, and SMTP require authentication.

     

    I understand that I have one connection for each type of operation with email send or receive emails.

    If i want to send i use IMAP.

     

    and my code to SEND EMAIL is:

     

    connect to mail server("SMTP","info1@clubyr.ro","mypassword","mail.clubyr.ro",25) {
        send email("customer@orientalmed.ro","The subject is here","HTML","This is the body email","","info1@clubyr.ro","")
    }

     

     

    or i tried also the:

     

    connect to mail server("SMTP With SSL","info1@clubyr.ro","mypassword","server50.romania-webhosting.com ",465) {
        send email("customer@orientalmed.ro","The subject is here","HTML","This is the body emil","","info1@clubyr.ro","")
    }

     

    regards

  4. Hi, i am exasperated for this. 

    I try to connect to my personal email adress to SEND some emails..

    Simply i have the Failed to conect to ( EMAIL) server. The connection timed up....error.

    I configure for about 10 years  various pop imap ssl...servers with thunderbirds or other clients, but i am stuck at this point in UBOT...

    Any tips for that?

    it is so simple but ...it is not working..I tried with various PERSONAL domain email address..

    I uninstalled also the firewall..no chance..

    The connection for receiving email is successful but not the connection for sending emails..

     

     

    Thank you..

  5. I agree that API is a very good idea, but i do not know how to use it.. Ubot was developed with the idea in mind that nonprogrammers will be able to use it...

    i resolved the problem using windows command in Ubot,  a used shell to open firefox browser, clicked in url tab, entered the url of sheet, and after that i use extensively the keyboard event...tab, tab, Ctrl c...and store the values in clipboard, transfer them in variable ...and use them ....

    Not to elegant but it is working,

  6. Thank you deliter

    I need to read again your code to understand it

    variable="#myVariable" attribute to the textbox to set the variable

    and for the button a onClick="ubot.runScript('myScriptHere')" to the button which fires the ubot script

     

    because i do not understand it...I need the simplest version, without CSS..cdn...to understand the basic command.

     

    also It was a mistake in my signature..i have PRO version , not developer,( i edited after)  so i suppose the ui html panel will not work for me.

  7. Hi,

    for the veterans it is a simple task.

    I know how to use buttons, textbox ..but NOT in the UI designer. 

    But when i define the textbox in UI designer i have no submit buton and NO correspondingVariable text..

    So how can i submit ( and retrieve ) the value i type in a UI textbox? I need the value i enter in the textbox.

    I canot see no tutorial on internet..

     

    Thank you

    sheiku

  8. Hi, ( and sorry for my bad english)

    I just bought Ubot so i am new.

    It seems quite easy but also strange to work with..

    I have a problem and i lost 6 hours today.

     

    I read a file. I added the content of the file to the #LISTFROMFILE 

    The file have many url inside it

     

    http:url1

    http:url2

    http:url3

    http:url4

     

    I want to take first url ( or the first row)  and open the browser and do some things there :)

    After that i want to go to the next elemnt in list ( nr 2) , to copy url and to go to that url in browse..

    SO ON..

     

    I readed all about list, adding list to list, set list position to 0 , navigate to next item ..but when i paste the url/element it paste ALL my file content or all my list in browser..

    Is there an easy way to define something like

    #varURL = #LISTFROMFILE[1]  and to use that #varURL  to go in browser, and after that to go to #LISTFROMFILE[2] ???

     

    It seems so complicated..

    Thank you

    sheiku

×
×
  • Create New...