Jump to content
UBot Underground

Aymen

Fellow UBotter
  • Content Count

    1346
  • Joined

  • Last visited

  • Days Won

    57

Posts posted by Aymen

  1. "Datagrid contectmenu add" is still not working.

    It freeze the whole bot.

    Please fix this aymen. This is very important to the bot i am currently working on.

     

    There is no solution to this yet , Ubot threading is interfering somehow and causing the context menu to freeze , so this is a no go for the moment , still working on a workaround for this!

     

    I am having the same problem, my bot is freezing while using the dtagrid context ad function like the image shown here, when I right-click it wont open the URL.

    http://www.affiliatemarketingtips101.net/wp-content/uploads/botfreeze.png

     

    Also i would like to know whether we can open hyperlinked URL's like say can it open www.yeahmobi.com when I click the name "Yeahmobi." The problem is that the data doesnt appear to have hyperlink inside the scraped table area.

     

    I used the command functions suggested in earlier post.

     

    plugin command("DataGridUI.dll""datagrid contextmenu add""Open URL""open_website()""")

    define open_website {

        shell($plugin function("DataGridUI.dll""$datagridUI selected index"))

    }

     

     

    I think you should use datagridUI cell value , read my comment above for the context menu freezing

  2. Aymen - a little while back I was having trouble with the cookies string command where it was cutting off cookies as if there were a limit on the amount of cookies. I forgot where I had left off, but I have hit this issue again. It seems that the command only sets up a max of 20 cookies. It looks as though each time I add a new cookie, it will erase the 1st cookie. Can you look into this please?

     

    I'm not sure why it is happening for you , can you please send me the code snippet of this issue ?

     

    Still receiving clear objects null error

     

    http://content.screencast.com/users/acamso/folders/Snagit/media/9b4e07e1-2bc3-4d92-8a54-5597c5f3f788/03.19.2015-21.09.png

     

    Can you tell me what are the steps to reproduce it ?

  3. set(#abc,"searchType=4&value={#abc}&currentPage=&sort=","Global") it is bug

    but when i use set(#abc,"searchType=4&value=A&currentPage=&sort=","Global")

     

    it is not bug in http post can' put any parameter to pass http post

     

    as u see in set(#abc,$next list item(%abvde),"Global"

    u can use next list or dynamic parameter with http post but when use statsic it is ok

    dynamic mean i use list from text add to lists frist and next use next list to pass http post form

     

    can you paste some code ?

  4. Thanks Aymen,

     

    did you have time to look into the cookie errors I sent you?

     

    Dan

     

    Sorry can't seem to have it reproduced with other sites yet , still tracking down few things related to cookies handling!

     

    clear list(%abvde)

    clear list(%b)

    set(#abc,$next list item(%abvde),"Global")

    set(#abc,"searchType=4&value={#abc}&currentPage=&sort=","Global")

    plugin command("HTTP post.dll""http set encoding""UTF8")

    plugin command("HTTP post.dll""http cookiecontainer mode""Basic")

    plugin command("HTTP post.dll""http cookies string""xxxxxxx")

    load html($plugin function("HTTP post.dll""$http post""http://xxx"#abc$plugin function("HTTP post.dll""$http useragent string""Chrome 32.0 Win7 64-bit"), "http://xxx"""""))

     

    can't use parameter via http post.dll it should be fixed 

    but when i use 

    set(#abc,"a","Global")

    it is working fine with static command

     

    I'm not sure i understand your issue , can you elaborate ?

  5. Question:

    What is the purpose of the Datagrid styler options:

    "Can Add Rows"

    "Can user sort Columns"

     

    If I disable add rows, I still can add rows via "add datagrid row"

    And I don't see a sort columns feature?

     

    The "columns width" option in the datagrid styler doesn't seem to do anything? I can set whatever I want in that field, but the size of the datagrid cells is not changing.

     

    Dan

     

    "Can Add Rows" alows you to be able to add rows manually to the grid

     

    "columns width" allows you to set the width of the columns , exactly like you add rows for example

     

    if your columns are :

    name|username|password|email

     

    setting columns width would be

     

    150|200|200|250

  6. Http Post Update 2.5.6

    -Added http method command to change http request methods
    Fixed couple of bugs
    Merged some commands and functions in single commands/functions to optimize the plugin (see info below)

    PS: make sure you read the info below before you update as the changes may brake your current script

     

     

    1)The Commands

    http serialize cookies
    http deserialize cookies

    replaced by a single command http cookies serializer

    2)The Commands

    http set content type
    http accept encoding
    http accept charset

    replaced by a single command http settings headers

    3)The functions :

    http response headers
    http response uri
    http response status
    http cookies response

    replaced by a single http response function

    4)The functions :

    base64 encode
    base64 decode
    html encode
    html decode
    url encode
    url decode

    replaced by http text encoder function
     

  7. I changed the script up a little to test, and noticed the imap does not always connect, and it was simply loading the data that was received the time before.

    Is there a limit to connections per IP..

     

    Only allowed to connect X times in X min to live.com? (like pop3?)

     

    every imap/pop server has a simultaneous connections limit , i'm not sure how much for live.com though

    but if you are operating in a single thread i don't see why the imap connect fail if the login credential are corrent and the account is not locked! , but if it happens you can try to connect again if the first time was not successful , simple check connection status , if it is false , make another attempt!

  8. I'm having issues using imap...

     

    I'm using: plugin command("emailplugin.dll""imap connect""imap-mail.outlook.com", 993, #xemail1#xpass"yes"""" ")

     

    This line gets repeated often. (account creation)

     

    But, every time the plugin is called, it logs into the very first account details i had set to #xemail1 & #xpass

     

    added             plugin command("emailplugin.dll""email clear objects")

     

    but this does not help.

     

    I'm not sure i understand what you are saying , you mean you have a list of accounts and you login to each of them one by one right ?

    but it always log you in using the first account details ?

  9. I try to create code to post comment using plugin but not sure why failed

     

    sample code:

     

    set(#GET URL,"http://smpn1sikur.sch.id/halkomentar-156-smp-negeri-1-sikur-raih-1.html","Global")

    set(#Post,$plugin function("HTTP post.dll""$http post"#GET URL"id=156-smp-negeri-1-sikur-raih-tingkat&nama_komentar=smpnsukur&url=smpnsukur.com&isi_komentar=sukurin&kode={$solve captcha(<src="captcha.php">)}&submit=Kirim""Mozilla/5.0 (Windows NT 6.1; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0""http://smpn1sikur.sch.id/halkomentar-156-smp-negeri-1-sikur-raih-1.html"""""),"Global")

     

    the sample http header in attach files

     

    please help

     

    you can't use ubot captcha solving function , it only works with a browser , use can use http captcha dialog

×
×
  • Create New...