Jump to content
UBot Underground

SaHiN

Fellow UBotter
  • Content Count

    244
  • Joined

  • Last visited

Posts posted by SaHiN

  1. Can you please post your code?

     

    Dan

     

    hi Dan,

     

    my test code,

    thread {
        plugin command("HTTP post.dll", "http container") {
            plugin command("LocalDictionary.dll", "thread container") {
                plugin command("emailplugin.dll", "pop container", "pop.mail.yahoo.com", 995, "aaaaaa@yahoo.com", "aaaaaa", "yes", "", "http") {
                    set(#downemail1, $plugin function("emailplugin.dll", "$pop download emails"), "Global")
                }
            }
        }
    }
    thread {
        plugin command("HTTP post.dll", "http container") {
            plugin command("LocalDictionary.dll", "thread container") {
                plugin command("emailplugin.dll", "pop container", "pop.mail.yahoo.com", 995, "bbbbbbbbb@yahoo.com", "bbbbb", "yes", "", "http") {
                    set(#downemail2, $plugin function("emailplugin.dll", "$pop download emails"), "Global")
                }
            }
        }
    }
    thread {
        plugin command("HTTP post.dll", "http container") {
            plugin command("LocalDictionary.dll", "thread container") {
                plugin command("emailplugin.dll", "pop container", "pop.mail.yahoo.com", 995, "cccccccccc@yahoo.com", "ccccccccccc", "yes", "", "http") {
                    set(#downemail3, $plugin function("emailplugin.dll", "$pop download emails"), "Global")
                }
            }
        }
    }
    
    
  2. OK for the gazillion time !

    the plugin works great in multi threaded mode!

    saving data is another story , that is not related to the plugin!

    I'm working on a workaround for you all to use with third party Ubot plugins , as local variables are no use when used with third party plugins functions to save data (i'm still not sure why that happens)

     

    I'll post an update here soon!

     

    PS: this problem is clearly not related to my plugins so I'd appreciate some understanding , and the reason why i'm making workarounds for you guys is merely to help out !

     

    Regards,

     

    where is the multithread working code?

     

    Email plgun multithread mode working?

     

    your multi thread code  code working? (pls see video)

     

    and ım waiting for multithread mode update ( 30 Days)

     

    problem ubot or email plugin...

     

    Don't working multithread mode...........

     

     

    " PS: this problem is clearly not related to my plugins so I'd appreciate some understanding , and the reason why i'm making workarounds for you guys is merely to help out ! "

     

    your say : working multithread mode and sold me

  3. Hey Dan i think i explained the reason in here http://www.ubotstudio.com/forum/index.php?/topic/15459-sell-ubot-email-plugin-supercharge-your-ubot-bots/page-6&do=findComment&comment=97186

    :)

     

     

    Did you test the accounts individually one by one without threading ? did you get the same results ?

     

    See video ?

     

    http://screencast.com/t/yJttQBs5p

     

    10 accounts very good. And working. Please see a video...

     

    Your code problem...

     

    Email plugin multithread mode don't working...

  4. That's exactly what the script above does :-)

     

    The problem is that posting via http post to that site who shows the captcha doesn't work for some reason. So I'm not sure if I get the correct captcha or if there is any other issue.

    Getting the captcha image itself is working fine. I can also validate the captcha against the recaptcha api with that challenge token. That all works.

     

    But for some reason it doesn't work when I post to the the original page.

     

    Dan

     

    Dan,

    http://www.wmssamples.com/user_interaction/recaptcha.aspx  site recaptcha api url : http://api.recaptcha.net/challenge?k=6LcAmgAAAAAAADO6kxnkCF5LnukN_nKUJjxsS4UW

     

    please site source code and search  "http://api.recaptcha.net/challenge?k"

     

    my method,

    very fast and succes rate very good.

     

    Edit: Post proble, okey. my english very bad ı m sory :)

  5. Go to:

    Tools

    Fiddler Options

    https

     

    Enable "Decrypt HTTPS Traffic"

     

    you will get a couple of warnings because Fiddler will install some new root certificates.

     

    After that's done, you have to restart all your apps. Chrome and fiddler.

    Then test it again with https connection in chrome. When that's working it should work with socket code generator as well

     

    Dan

     

    Dan, very very very thank you :)

  6. Fiddler on it's own is working?

     

    Are you on windows8?

    Have you activated the fiddler windows 8 stuff?

     

    Do you try to sniff a https connection? If yes, have you installed the fiddler ssl certificates?

     

    Try to sniff the communication from your browser first. If you can see that traffic (unencrypted) in fiddler, then everything is setup correctly.

    Don't test with socket code generator until this is all working.

     

    Dan

     

    Hi Dan,

     

    Fiddler Working.  My pc win 7

     

     

    my problem https :) Thank you dan.

     

     

    How to make fiddler https chorme settings?

×
×
  • Create New...