Jump to content
UBot Underground

[SELL] HTTP POST plugin + Crazy Bonuses Inside


Recommended Posts

  • Replies 1.3k
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Popular Posts

If you Ever Want to create bots that run 100x faster and smoother than your actual bots , then read this page !   Post data on the background without having to run your browser , integrate unlimited

New update with couple of fixes and improvements ! *Added a small command : http basic mode to allow you to run http get and http post on basic mode(a mode i created myself from the primitive socket

Hello guys Its been a while since i released an update 2.0 Update: -added new function scrape list that will replace list scraper command with new regex and few fixes ! -added new function soap req

Posted Images

The error appears to be the HTTP Response Status but it only happens when you use HTTP Clear Objects AFAIK.

 

http://i.imgur.com/FOCZdCk.png

 

Hello Aymen,

 

looks like this error is not fully fixed with the changes you did in 2.5.5

In combination with http serialize cookies  the error still happens:

 

 

set(#threads,0,"Global")

run()

define run {

    loop(20) {

        loop while($comparison(#threads,">=",2)) {

            wait(1)

        }

        increment(#threads)

        thread {

         

            set(#page,$plugin function("HTTP post.dll""$http get""http://imautobots.com"""""""""),"Local")

            plugin command("HTTP post.dll""http serialize cookies""d:\\cookie.txt")

            plugin command("HTTP post.dll""http clear objects")

            decrement(#threads)

        }

    }

}

 

Would be nice if you could take a look at that.

 

Thanks in advance

 

Dan

Link to post
Share on other sites

i got http container error when use that. without the http container everything works fine. have tested it several times

it shows this Error : " An item with the same key has already been added ". i'm using the latest http post plugins version 2.5.5 and ubotstudio 4.2

 

 

can u help me aymen ?

 

thanks

Link to post
Share on other sites

i got http container error when use that. without the http container everything works fine. have tested it several times

it shows this Error : " An item with the same key has already been added ". i'm using the latest http post plugins version 2.5.5 and ubotstudio 4.2

 

 

can u help me aymen ?

 

thanks

Http container is not required anymore. You can remove that.

Not sure why the command is still in the product though..

 

Dan

Link to post
Share on other sites

i got http container error when use that. without the http container everything works fine. have tested it several times

it shows this Error : " An item with the same key has already been added ". i'm using the latest http post plugins version 2.5.5 and ubotstudio 4.2

 

 

can u help me aymen ?

 

thanks

 

http container is no longer required , and it will be removed in the next update!

 

I'm keeping it so people can update their old bots that still use http container before it is taken down!

Link to post
Share on other sites
  • 2 weeks later...

Is there a limit of the number of cookies we can set with the cookie string? It seems that there is as whenever I add an additional cookie onto the string, it cuts off the first cookie etc.

Link to post
Share on other sites

Is there a limit of the number of cookies we can set with the cookie string? It seems that there is as whenever I add an additional cookie onto the string, it cuts off the first cookie etc.

 

I don't see why it should limit the number of cookies passed , how many we are talking about ?

Link to post
Share on other sites
  • 4 weeks later...

I don't see why it should limit the number of cookies passed , how many we are talking about ?

 

I figured it out.. the issue had to do with the format of some of the cookies.

 

I also want to ask.. if we clear objects and there are no objects to clear.. should it still be returning a null error?

Link to post
Share on other sites

Hi Aymen,


I bought Socket Code Generator and HTTP Post Plugin, but the Download Links are showing 404 Errors.


Can you please send me on my Email the download link.


Thanks

Link to post
Share on other sites

 

Hi Aymen,

I bought Socket Code Generator and HTTP Post Plugin, but the Download Links are showing 404 Errors.

Can you please send me on my Email the download link.

Thanks

 

 

I think i've sent you your package , please verify with me in case i didn't!

Link to post
Share on other sites

I figured it out.. the issue had to do with the format of some of the cookies.

 

I also want to ask.. if we clear objects and there are no objects to clear.. should it still be returning a null error?

 

Does anyone know this answer?

Link to post
Share on other sites

Does anyone know this answer?

I think i worked on an update so this doesn't happen!

 

Hi aymen,

 

http set headers error;

 

http://i.hizliresim.com/31ML02.png

 

You must've used a common http header , the only things you can set in this command are uncommon http headers , common http headers are the kind of headers that exists in every http requests , what is the header you are trying to set ?

  • Like 1
Link to post
Share on other sites

hi aymen,

 

 

 

I think i worked on an update so this doesn't happen!

 

 

You must've used a common http header , the only things you can set in this command are uncommon http headers , common http headers are the kind of headers that exists in every http requests , what is the header you are trying to set ?

 

problem solve. Thank you.

 

 

 

-tcpclient video?

 

 

thank you.

Link to post
Share on other sites

 

Hi Aymen,

I bought HTTP Post Plugin, but i did not get the download link.

Can you please send me on my Email the download link.

Thanks

 

 

Package sent to your email

Regards

Link to post
Share on other sites
  • 2 weeks later...

Hello Aymen,

 

I don't want to ride a death horse, but I think we still have some issues with cookie forwarding:

 

Please run the following code and trace it with Fiddler:

plugin command("HTTP post.dll""http cookiecontainer mode""Basic")
set(#get,$plugin function("HTTP post.dll""$http get""https://www.xing.com""Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.83 Safari/537.1"""#proxy, 60),"Global")
set(#get,$plugin function("HTTP post.dll""$http get""https://www.xing.com""Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.83 Safari/537.1"""#proxy, 60),"Global")
set(#post,$plugin function("HTTP post.dll""$http post""http://www.html-kit.com/tools/cookietester/""cn=c_&cv=0x00BDC1AEB43711E49F88F0FF9AD2327C"$plugin function("HTTP post.dll""$http useragent string""Chrome 32.0 Win7 64-bit"), "http://www.html-kit.com/tools/cookietester/"""""),"Global")

 

On the first request the webserver will reply with a cookie. But http plugin is not sending that cookie with the next get request.

The post request is a test against a cookie testing website. So I set the same cookie there, and http plugin then forwards that cookie when doing the redirect.

Here's a video where I explain what I mean:
https://dl.dropboxusercontent.com/u/10322/http-plugin-cookies.mp4

And here's the support ticket:
http://bugs.ubot-plugins.com/view.php?id=20
 

Thanks a lot for your help!
Dan

 

Link to post
Share on other sites

Hello Aymen,

 

looks like this error is not fully fixed with the changes you did in 2.5.5

In combination with http serialize cookies  the error still happens:

 

 

set(#threads,0,"Global")

run()

define run {

    loop(20) {

        loop while($comparison(#threads,">=",2)) {

            wait(1)

        }

        increment(#threads)

        thread {

         

            set(#page,$plugin function("HTTP post.dll""$http get""http://imautobots.com"""""""""),"Local")

            plugin command("HTTP post.dll""http serialize cookies""d:\\cookie.txt")

            plugin command("HTTP post.dll""http clear objects")

            decrement(#threads)

        }

    }

}

 

Would be nice if you could take a look at that.

 

Thanks in advance

 

Dan

 

Friendly reminder.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...