Jump to content
UBot Underground

[SELL] HTTP POST plugin + Crazy Bonuses Inside


Recommended Posts

Hello.

 

Is there a way to automatically set the filename with the "http file download" function?

 

Because sometimes I have a download link which doesn't contain a filename. So I can't use things like 

{$plugin function("File Management.dll""$file name"#nextdownload)}

 

 

It looks like the "http file dwonload" function always needs a filename. Would be great if I only could specify a folder, and the plugin would use the name of the received file automatically.

 

Thanks

Dan

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

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 class) : this mode will allow you to work with hosted wordpress blog (see the wp http example ubot file) and many other sites!
PS: the basic mode may have errors when it comes to proxies so use proxies with caution

 for this mode proxy format is :

http proxies : http : // ip:port
socks4 proxies : socks4 : // ip:port
socks5 proxies : socks5 : // ip:port

Obviously without the space :D

PPS: this mode should be used in a http container only

*Fixed : added a workaround for http captcha dialog causing STA threading error (see example file) , use it inside a thread container command from the local dictionary plugin freely available here
*Added keyboard enter event for http captcha dialog

  • Like 4
Link to post
Share on other sites

Hey Aymen, thanks so much for remembering to fix the captcha dialog. I tested it, and it works, but I found something interesting. The image can't be deleted after using the captcha dialog (my bot automatically deletes the image after solving it). It actually brings up a windows error. Also, I tried stopping the bot and manually deleting the file, but that didn't work either. I actually had to close the bot to be able to delete the image. Any workaround for this?

Thank you & all the best,

Marton

Link to post
Share on other sites

Hi Aymen,

 

Thanks for the update. How do we know when to use basic mode?

 

 

Thanks Aymen!

 

I was thinking the same thing as Nick -- how do we know which sites to use basic mode vs the original way?

 

When you fail to send a http request using the normal mode you can try the basic mode because it is coded in a different way!

the basic mode works great but there is no support for redirection in this mode also there is no support for the other helper commands like status codes ..etc

its just an alternative way to send a http request!

 

Hey Aymen, thanks so much for remembering to fix the captcha dialog. I tested it, and it works, but I found something interesting. The image can't be deleted after using the captcha dialog (my bot automatically deletes the image after solving it). It actually brings up a windows error. Also, I tried stopping the bot and manually deleting the file, but that didn't work either. I actually had to close the bot to be able to delete the image. Any workaround for this?

 

Thank you & all the best,

Marton

no idea whats causing this , i'll check this out from my end

  • Like 1
Link to post
Share on other sites

hi aymen, new update thank you.

 

wp http example error

 

HTTP/1.1 404 Not Found Transfer-Encoding: chunked Date: Sun, 19 Jan 2014 23:40:43 GMT Server: LiteSpeed Connection: close X-Powered-By: PHP/5.3.21 X-Pingback: http://www.websiteeeeee.com/xmlrpc.php Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache Content-Type: text/html; charset=UTF-8 1000
Link to post
Share on other sites

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 class) : this mode will allow you to work with hosted wordpress blog (see the wp http example ubot file) and many other sites!

PS: the basic mode may have errors when it comes to proxies so use proxies with caution

 

 for this mode proxy format is :

http proxies : http : // ip:port
socks4 proxies : socks4 : // ip:port
socks5 proxies : socks5 : // ip:port

Obviously without the space :D

PPS: this mode should be used in a http container only

 

*Fixed : added a workaround for http captcha dialog causing STA threading error (see example file) , use it inside a thread container command from the local dictionary plugin freely available here

*Added keyboard enter event for http captcha dialog

 

Where is the update download link Aymen?

 

UPDATE : Got it. Thanks

Link to post
Share on other sites

 

hi aymen, new update thank you.

 

wp http example error

 

 

HTTP/1.1 404 Not Found Transfer-Encoding: chunked Date: Sun, 19 Jan 2014 23:40:43 GMT Server: LiteSpeed Connection: close X-Powered-By: PHP/5.3.21 X-Pingback: http://www.websiteeeeee.com/xmlrpc.php Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache Content-Type: text/html; charset=UTF-8 1000

 

Got similiar error :

HTTP/1.1 404 Not Found Date: Mon, 20 Jan 2014 06:45:29 GMT Server: LiteSpeed Connection: close X-Powered-By: PHP/5.3.28 X-Pingback: http://website.org/xmlrpc.php Content-Type: text/html; charset=UTF-8 Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache Content-Length: 5684
Link to post
Share on other sites

 

Got similiar error :

HTTP/1.1 404 Not Found Date: Mon, 20 Jan 2014 06:45:29 GMT Server: LiteSpeed Connection: close X-Powered-By: PHP/5.3.28 X-Pingback: http://website.org/xmlrpc.php Content-Type: text/html; charset=UTF-8 Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache Content-Length: 5684

 

did you check out the wp http example source code file ?

here is a proof that it is working great from my side , and i checked with at least 5 wp blogs

http://screencast.com/t/HPyGdrN4O

Link to post
Share on other sites

did you check out the wp http example source code file ?

here is a proof that it is working great from my side , and i checked with at least 5 wp blogs

http://screencast.com/t/HPyGdrN4O

 

yesi the same code. Dont working. Error - HTTP/1.1 404 Not Found Transfer-Encoding ....

 

 

My pc Langue - Turkish

1. my site Langue - Turkish ( don't work)

2. my site langue - english ( don't work)

Link to post
Share on other sites

made some tweaking to the wp login source code , now it works with the latest version of wp

source code is attached below

As i said , there is nothing wrong with the http post plugin , you just need to be creative when it comes to sending http requests!

wp http example.ubot

  • Like 1
Link to post
Share on other sites

Hello

 

what is the correct "HTTP post plugin" command for "scrape attribute?

Should I run http get and then use "html parser"

Or should I use "Page scraper" first?

 

 

I struggle a little bit with "html parser". I looked at the source code examples, but couldn't find one about html parser.

 

With $scrape attribute I use:

Element to scrape = <id="change-for-service">

Attribute to scrape = innertext

 

How can I translate that to the html parser?

 

Would be really great if someone could post some advice on how to use the plugin to scrape data.

Getting easy stuff like URLs is working fine for me. I can do that with RegEX. 

 

But I struggle to get text from a page. If I only need text from a certain element or area.

 

Thanks in advance for your help.

Dan

Link to post
Share on other sites

Hello

 

what is the correct "HTTP post plugin" command for "scrape attribute?

Should I run http get and then use "html parser"

Or should I use "Page scraper" first?

 

 

I struggle a little bit with "html parser". I looked at the source code examples, but couldn't find one about html parser.

 

With $scrape attribute I use:

Element to scrape = <id="change-for-service">

Attribute to scrape = innertext

 

How can I translate that to the html parser?

 

Would be really great if someone could post some advice on how to use the plugin to scrape data.

Getting easy stuff like URLs is working fine for me. I can do that with RegEX. 

 

But I struggle to get text from a page. If I only need text from a certain element or area.

 

Thanks in advance for your help.

Dan

 

if you have some Xpath knowledge you can use xpath parser its better and more efficient than html parser , but i have couple of video tutorials on how to use both functions , search this thread or check the main videos list!

Link to post
Share on other sites

@Dan use xpath for sure, its pretty easy here is a template for you:

set(#var, "
<html><head><link rel=\"stylesheet\" type=\"text/css\" href=\"news.css?Du7mDnhzkStl5VdTipHx\">
<link rel=\"shortcut icon\" href=\"favicon.ico\">
<script type=\"text/javascript\">
function byId(id) \{
  return document.getElementById(id);
\}

function vote(node) \{
  var v = node.id.split(/_/);   // \{\'up\', \'123\'\}
  var item = v[1]; 

  // hide arrows
  byId(\'up_\'   + item).style.visibility = \'hidden\';
  byId(\'down_\' + item).style.visibility = \'hidden\';

  // ping server
  var ping = new Image();
  ping.src = node.href;

  return false; // cancel browser nav
\} </script><title>Hacker News</title></head><body>
<a href=\"lists\">Lists</a> | <a href=\"rss\">RSS</a> | <a href=\"http://ycombinator.com/bookmarklet.html\">Bookmarklet</a> | <a href=\"http://ycombinator.com/newsguidelines.html\">Guidelines</a> | <a href=\"http://ycombinator.com/newsfaq.html\">FAQ</a> | <a href=\"dmca.html\">DMCA</a> | <a href=\"http://ycombinator.com/newsnews.html\">News News</a> | <a href=\"item?id=363\">Feature Requests</a> | <a href=\"https://github.com/HackerNews/HN/issues\">Bugs</a> | <a href=\"http://ycombinator.com\">Y Combinator</a> | <a href=\"http://ycombinator.com/apply.html\">Apply</a> | <a href=\"http://ycombinator.com/lib.html\">Library</a></span><br><br>

<div id=\"change-for-service\">
Hi dan, this is what you\'re looking for
</div>

<form method=get action=\"//hn.algolia.com/\">Search: <input type=text name=\"q\" value=\"\" size=17></form><br>
</center></td></tr></table></center></body></html>

", "Global")
alert($plugin function("HTTP post.dll", "$xpath parser", #var, "//div[@id=\'change-for-service\']", "InnerText"))

  • Like 1
Link to post
Share on other sites

Hey Aymen, thanks so much for remembering to fix the captcha dialog. I tested it, and it works, but I found something interesting. The image can't be deleted after using the captcha dialog (my bot automatically deletes the image after solving it). It actually brings up a windows error. Also, I tried stopping the bot and manually deleting the file, but that didn't work either. I actually had to close the bot to be able to delete the image. Any workaround for this?

 

Thank you & all the best,

Marton

Hi Aymen, have you had a chance to take a look at this? To provide some more info, it only does this when using the manual captcha dialog (inside the needed container).

 

Thanks & all the best,

Marton

Link to post
Share on other sites

Hi Aymen, have you had a chance to take a look at this? To provide some more info, it only does this when using the manual captcha dialog (inside the needed container).

 

Thanks & all the best,

Marton

 

a workaround would be to try and clear memory as there is a chance that the image is being seen as still being used or opened , so after you call the captcha image try to clear memory

Link to post
Share on other sites

a workaround would be to try and clear memory as there is a chance that the image is being seen as still being used or opened , so after you call the captcha image try to clear memory

Thanks for the reply, Aymen! Unfortunately it doesn't work, tried everything, even ccleaner. Do you think it might be because of the thread container we need to use from your other plugin? Using any other captcha service, this doesn't happen (with or without http post commands).

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

Hi Aymen!

 

Is there any way to use the proxy checker with private proxies? (I mean can we somehow add the credentials too?)

 

Thanks,

Marton

 

you can use IP credentials!

Link to post
Share on other sites

But not username&password, right?

 

ProxyIP:PORT works fine, but I tried adding username&pass with no luck.

Proxy checker doesn't support credentials for the time being !

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