Jump to content
UBot Underground

[SELL] HTTP POST plugin + Crazy Bonuses Inside


Recommended Posts

Hi buddy, I just purchased and sent you a pm, check your inbox

 

Package has been sent to you!

let me know if you still didn't receive it!

Link to post
Share on other sites
  • 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

Http Post Plugin Update Version 2.5.3 Log :

Fixed issues with Http Upload function
Fixed Index out of range issue with Http post/get functions
Couple other bug fixes and improvements

  • Like 2
Link to post
Share on other sites

I have to say this is a great package! The HTTP plugin is almost a must! Plus all the extra plugins and sample code really helped me to understand the program more by being able to cut and paste into my program.

Link to post
Share on other sites

Any chance of having this on sale for Pro users?

I'm interesting in getting the socket code generator as well. Hopefully both can be combine and discount. :)

Link to post
Share on other sites

Any chance of having this on sale for Pro users?

I'm interesting in getting the socket code generator as well. Hopefully both can be combine and discount. :)

 

Hey I have a special offer if you are intending to buy both!

PM me for details!

Link to post
Share on other sites

Feature Request:

 

We discussed this via Skype already. Just wanted to document it here. So that it's not forgotten.

Validate and "fix" $http cookie response 

 

Sometimes this is somehow messed up. So that you can't use the result with "http cookies string"

 

That's probably also the reason why sometimes not all cookies are forwarded automatically. 

 

Happens in cookiecontainer mode Basic and Advanced

 

 

Thanks in advance for your help

Dan

Link to post
Share on other sites

Hi Aymen,

 

For the next update would you be so kind as to take a minute to think about a possible fix, so this error doesn't pop up (even in compiled bots now) when there is nothing to clear?

 

post-695-0-33325300-1405552432_thumb.png

 

Hopefully a "fix" for this should be easier than adding IFs in the code every time we need to use it for complex bots where there are multiple http request commands in the same thread (and not all get used).

 

I'm talking about the http clear objects command (so we can safely put it at the end of the thread, even if sometimes http request are not executed).

 

If it's too much trouble, don't worry about it, obviously there are workarounds for this, and it's not a major thing.

 

All the best,

Marton

Link to post
Share on other sites

Feature Request:

 

We discussed this via Skype already. Just wanted to document it here. So that it's not forgotten.

Validate and "fix" $http cookie response 

 

Sometimes this is somehow messed up. So that you can't use the result with "http cookies string"

 

That's probably also the reason why sometimes not all cookies are forwarded automatically. 

 

Happens in cookiecontainer mode Basic and Advanced

 

 

Thanks in advance for your help

Dan

 

Sure i'll take a look at that!

 

Hi Aymen,

 

For the next update would you be so kind as to take a minute to think about a possible fix, so this error doesn't pop up (even in compiled bots now) when there is nothing to clear?

 

http://www.ubotstudio.com/forum/public/style_images/master/attachicon.giferror.png

 

Hopefully a "fix" for this should be easier than adding IFs in the code every time we need to use it for complex bots where there are multiple http request commands in the same thread (and not all get used).

 

I'm talking about the http clear objects command (so we can safely put it at the end of the thread, even if sometimes http request are not executed).

 

If it's too much trouble, don't worry about it, obviously there are workarounds for this, and it's not a major thing.

 

All the best,

Marton

 

 

Yea sure i can do that!

Link to post
Share on other sites

To make it easier for Aymen I have summarized all recent feature requests:

 

 

1. Load complete error pages. Currently the plugin doesn't load the complete page when errors like 405 or others are shown. Then it only shows the error header. 
But very often the body will contain additional informations. In case of API request, you will get an error message in the body. And in some cases the site has an error header, but still shows content. 
So it would be helpful if the plugin could load those sites as well.
 
2. Fix http clear null exception. When there is nothing to clear the command will show an error. Would be great if the command could automatically handle that case without showing an error.
 
3. Validate and fix http cookie response format. So that it always works with http cookies string. And so that all cookies are forwarded all the time. 
 
 
Cheers
Dan
Link to post
Share on other sites

1. Can we make one optionable or something. Although it would help on a few bots. It would cause issues on several others that need the error code.

Link to post
Share on other sites

1. Can we make one optionable or something. Although it would help on a few bots. It would cause issues on several others that need the error code.

 

If the plugin loads the complete html code, you are still able to search for the ERROR 405 info in the code. 

The output would just contain additional stuff. But not remove anything that we see there today.

 

Dan

  • Like 1
Link to post
Share on other sites

I missed a few updates as I had not been making bots.

Downloaded the newest version from link you sent me in email (2.5.3)

Now my old bots don't work because "HTTP Post" has been moved from a command to a parameter...

A parameter of what? there were no new examples in the update just a DLL

I have a few very simple scripts like poll voters that simply visit a page, scrub it for the data it needs to submit and "used" to just do a post command like this:

 

plugin command("HTTP post.dll", "HTTP POST", #serverlink, #postData, #UserAgent, #referrer, #ret) 

 

Ubot loads the script in code view with an error in that line since it not valid anymore. I can't get back to node view to see the new syntax because you can't leave code view with errors in it.

 

How do I do just a simple POST now???

 

thank you

Link to post
Share on other sites

I missed a few updates as I had not been making bots.

Downloaded the newest version from link you sent me in email (2.5.3)

Now my old bots don't work because "HTTP Post" has been moved from a command to a parameter...

A parameter of what? there were no new examples in the update just a DLL

I have a few very simple scripts like poll voters that simply visit a page, scrub it for the data it needs to submit and "used" to just do a post command like this:

 

plugin command("HTTP post.dll", "HTTP POST", #serverlink, #postData, #UserAgent, #referrer, #ret) 

 

Ubot loads the script in code view with an error in that line since it not valid anymore. I can't get back to node view to see the new syntax because you can't leave code view with errors in it.

 

How do I do just a simple POST now???

 

thank you

 

In a lot of previous update emails i said that the commands under discontinued will be deleted in a future update and you should use the most current updatable commands and functions , bonus package is full of source codes that uses $http post and $http get , make sure to check them out :)

Anyways here is a sample code related to what you posted (make sure to replace it)

set(#ret, $plugin function("HTTP post.dll", "$http post", #serverlink, #postData, #UserAgent, #referrer, "", ""), "Global")
Link to post
Share on other sites

Feature Request:

 

Would be great if base64 encode / decode would support HEX input and output. At the moment it does Text only.

This is required to calculate oAuth signatures. Because the HMAC-SHA1 output is HEX. And the base64 encoding has to interpret the input as a hex value instead of text.

 

Thanks a lot

Dan

Link to post
Share on other sites

 

In a lot of previous update emails i said that the commands under discontinued will be deleted in a future update and you should use the most current updatable commands and functions , bonus package is full of source codes that uses $http post and $http get , make sure to check them out :)

Anyways here is a sample code related to what you posted (make sure to replace it)

set(#ret, $plugin function("HTTP post.dll", "$http post", #serverlink, #postData, #UserAgent, #referrer, "", ""), "Global")

Thank you,

where do I get " bonus package is full of source codes that uses $http post and $http get"

Link to post
Share on other sites

Thank you,

where do I get " bonus package is full of source codes that uses $http post and $http get"

 

PM me or send me a skype message i'll send it to you

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

Feature Request Summary:


 


1. Validate and fix http cookie response format. So that it always works with http cookies string. And so that all cookies are forwarded all the time. 


 


2. Load complete error pages. Currently the plugin doesn't load the complete page when errors like 405 or others are shown. Then it only shows the error header. 

But very often the body will contain additional informations. In case of API request, you will get an error message in the body. And in some cases the site has an error header, but still shows content. 

So it would be helpful if the plugin could load those sites as well.

 

3. Fix http clear null exception. When there is nothing to clear the command will show an error. Would be great if the command could automatically handle that case without showing an error.

 

4. Would be great if base64 encode / decode would support HEX input and output. At the moment it does Text only.

This is required to calculate oAuth signatures. Because the HMAC-SHA1 output is HEX. And the base64 encoding has to interpret the input as a hex value instead of text.


 

 

Thanks in advance for your help

Dan

Link to post
Share on other sites

Quick TIP:

 

Don't forget to HTML Decode your HTTP get/post results before you scrape or use them!

 

You can put it into one command:

set(#tmp$plugin function("HTTP post.dll""$html decode"$plugin function("HTTP post.dll""$http get""http://www.google.com"$plugin function("HTTP post.dll""$http useragent string""Random"), """""")), "Global")

 

Cheers

Dan

  • Like 1
Link to post
Share on other sites

HTTP Upload with Basic Mode not working when using Private Proxy

 

Anyone have same problem and solutions for this?

 

You could trace the communication with Fiddler and then analyze that package. That might give an idea what's wrong. 

Why do you use basic mode? Do you have to set cookies manually for that site?

 

Dan

Link to post
Share on other sites

You could trace the communication with Fiddler and then analyze that package. That might give an idea what's wrong. 

Why do you use basic mode? Do you have to set cookies manually for that site?

 

Dan

 

I'm uploading plugins to wordpress. It works fine without proxies. But not working with proxies

Link to post
Share on other sites

Does the http traffic looks identical in fiddler? I'm mean when you compare sending without proxy and with proxy?

 

Dan

 

Without proxy : it detected by fiddler

 

With proxy : fiddler shows nothing

 

Any toughts Dan?

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...