Jump to content
UBot Underground

[SELL] HTTP POST plugin + Crazy Bonuses Inside


Recommended Posts

Thank you Kev123

 

Pls sample code?

 

Don't Working Kev123

deneme1()
deneme2()
deneme3()
deneme4()
define deneme1 {
    thread {
        set(#post1, $plugin function("HTTP post.dll", "$http get", "http://bing.com", "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0", "", "", ""), "Local")
        set(#cookie, $plugin function("HTTP post.dll", "$http response", "cookies response"), "Local")
        add item to list(%ddddddd, #cookie, "Delete", "Global")
    }
}
define deneme2 {
    thread {
        set(#post1, $plugin function("HTTP post.dll", "$http get", "https://www.fiverr.com/", "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0", "", "", ""), "Local")
        set(#cookie, $plugin function("HTTP post.dll", "$http response", "cookies response"), "Local")
        add item to list(%ddddddd, #cookie, "Delete", "Global")
    }
}
define deneme3 {
    thread {
        set(#post1, $plugin function("HTTP post.dll", "$http get", "http://www.ubotstudio.com/resources", "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0", "", "", ""), "Local")
        set(#cookie, $plugin function("HTTP post.dll", "$http response", "cookies response"), "Local")
        add item to list(%ddddddd, #cookie, "Delete", "Global")
    }
}
define deneme4 {
    thread {
        set(#post1, $plugin function("HTTP post.dll", "$http get", "https://warriorforum.com/", "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0", "", "", ""), "Local")
        set(#cookie, $plugin function("HTTP post.dll", "$http response", "cookies response"), "Local")
        add item to list(%ddddddd, #cookie, "Delete", "Global")
    }
}

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

Hi, is this plugin still a good investment to enhance functionality of ubot 5.9? Because it seems that the socket feature (already present) can handle those GET and POST methods... ?

Link to post
Share on other sites

Can anyone give the honest answer please? This still confuses me:

 

Hi, is this plugin still a good investment to enhance functionality of ubot 5.9? Because it seems that the socket feature (already present) can handle those GET and POST methods... ?

 

Thanks!

Link to post
Share on other sites

Hi, is this plugin still a good investment to enhance functionality of ubot 5.9? Because it seems that the socket feature (already present) can handle those GET and POST methods... ?

 

Totally worth it, the socket commands don't do much - they don't support proxies as far as I know and are only good for really simple things. HTTP Post Plugin has so many nice features to it even beyond the GET and POST requests which will speed up your programs by a lot. Once you get the page you typically need to find elements in the page and this has an xpath and html parser built in that let you get the data you need from the page. It has a lot more features theres a reason why this thread is 60 pages long, this is a must have if you intend on using sockets instead of the Ubot browser.

 

With that being said walk before you can run, it's only going to be good for you to get if you already understand how to use ubot pretty well and know about all the normal browser stuff first.

  • Like 1
Link to post
Share on other sites

Can anyone give the honest answer please? This still confuses me:

 

 

Thanks!

Honestly depends on your level of botting!

 

I can not use stealth commercially ;(

(Various reasons, stability and OS compatibility being the main reasons)

 

But the http plugin has more features, even some that I do not use myself yet!

 

Combine this with multi threading and you have super fast and stable bots!

 

I love Aymens plugins and have most of them, one or two left to get, but I buy plugins as I need them.

 

Almost every tool I have made uses at least one of his plugins ;)

 

Kudos to Aymen!!!

Link to post
Share on other sites

I can not use stealth commercially ;(

(Various reasons, stability and OS compatibility being the main reasons)

 

Hi UBOTEM,

 

thank you for sharing your honest advice and experience.

 

Could you specify, what you mean with the quote above "not able or stable" for commerial applications?

 

Can you give one or two examples?

 

Thanks!

Edited by PRO
Link to post
Share on other sites

Hi UBOTEM,

 

thank you for sharing your honest advice and experience.

 

Could you specify, what you mean with the quote above "not able or stable" for commerial applications?

 

Can you give one or two examples?

 

But anyway I think this plugin may deliver indeed great additional value and features like scrolling etc makes a good added value. Also FF, Chrome, PhantomJS, cool stuff.

 

Thanks!

I have DEV license and found with stealth the thread spawn was pointless as no dedicated thread id.

Thread ID is very important with fast bots, and in my testing code I could make stealth trip up with variables. (Don't want to go into to much and hijack this thread).

Build testing code in UB5.

Same testing code works perfectly on UB4.

Tested all methods of multithreadding original coded, smart threads and new thread spawn. Not any method was thread safe in stealth.

Also know that some error msgs in stealth have ubot details in them, and I do not like customers knowing my tools are ubot.

And on top of that when I released a tool made with stealth (very simple converter tool) no browser or any serious commands. And did not work on clients Windows 7. When all my other apps worked for client.

 

Simply put I use UB4 for all commercial bots now ;(

It's a pain in the but, and slow as hell, but UB4 and plugins made by great people like Aymen, gets me perfect results!

 

I play with stealth for personal tools, and sometimes to start a bot, then move code to ub4.

Would LOVE to use Stealth all the time!

 

Sorry Aymen for hijacking thread ;(

  • Like 2
Link to post
Share on other sites

UBOTEM thanks for answering the questions and sharing your experience.

 

1.) How / When / Where can such "ubot branded error messages" be seen or detected by clients? This is serious, please share some facts about this issue.

2.) Anything else limiting UB5 besides the thread ID issue (and could this be solved with exBrowser plugin?) and the mentioned singular win 7 problem?

 

Thanks for any serious advice and / or more helpful facts.

Link to post
Share on other sites

UBOTEM thanks for answering the questions and sharing your experience.

 

1.) How / When / Where can such "ubot branded error messages" be seen or detected by clients? This is serious, please share some facts about this issue.

2.) Anything else limiting UB5 besides the thread ID issue (and could this be solved with exBrowser plugin?) and the mentioned singular win 7 problem?

 

Thanks for any serious advice and / or more helpful facts.

Not bought exBrowser plugin yet, will do soon (I should have bought the original communication plugin too)

 

Anyway there was two error msg that I can remember, one was a redirection in browser to a message about browser crashes, and other was a system popup quoting the ubot support email.

 

Think was more than singular, had many complaints about app not working, and diagnosed with one customer on Win7, as soon as realised, moved code to UB4, recompiled and instantly updated everyone (I didn't mess about, not when my customers are involved)

  • Like 1
Link to post
Share on other sites

Anyway there was two error msg that I can remember, one was a redirection in browser to a message about browser crashes, and other was a system popup quoting the ubot support email.

 

Think was more than singular, had many complaints about app not working, and diagnosed with one customer on Win7, as soon as realised, moved code to UB4, recompiled and instantly updated everyone (I didn't mess about, not when my customers are involved)

 

I hope this is not happening with the actual ubot software, that would be not good and a real business killer. Thanks for warning.

 

If you have any information on if this threats are still in actual versions, please let me know.

 

Thank you!

Link to post
Share on other sites

Please can someone assist me with looping in a table with HTTP Post. The speed at which HTTP does its stuff compared to normal browser is amazing.

define scrape data work {
    clear list(%list2)
    clear table(&data)
    set list position(%list2,0)
    if($comparison(#count,"<",$list total(%list))) {
        then {
            comment("scrape data here")
            plugin command("LocalDictionary.dll", "local dictionary add", "next url", $next list item(%list))
            set(#output,$plugin function("HTTP post.dll", "$http get", $plugin function("LocalDictionary.dll", "$local dictionary get", "next url"), "", "", "", ""),"Local")
            plugin command("LocalDictionary.dll", "local dictionary add", "url_output", $plugin function("HTTP post.dll", "$http last response"))
            set(#item1,$plugin function("HTTP post.dll", "$xpath parser", $plugin function("LocalDictionary.dll", "$local dictionary get", "url_output"), "//tagna[@tagattr=\'title\']", "InnerText", "HTML"),"Local")
            set(#item2,$plugin function("HTTP post.dll", "$xpath parser", $plugin function("LocalDictionary.dll", "$local dictionary get", "url_output"), "//taggna[@atgga=\'url\']", "InnerText", "HTML"),"Global")
            set(#item3,$plugin function("HTTP post.dll", "$xpath parser", $plugin function("LocalDictionary.dll", "$local dictionary get", "url_output"), "//taggna[@tagattr=\'description\']", "InnerText", "HTML"),"Global")
            add item to list(%list2,#item1,"Delete","Global")
            add item to list(%list2,#item2,"Don\'t Delete","Global")
            add item to list(%list2,#item3,"Don\'t Delete","Global")
        }
        else {
        }
    }
    set(#row,0,"Global")
    loop($list total(%list2)) {
        set(#nextinlist,$next list item(%list2),"Global")
        set table cell(&data,#row,0,#item1)
        set table cell(&data,#row,1,#item2)
        set table cell(&data,#row,2,#item2)
        increment(#row)
    }
}

I am confused about whether to include next list item or add list item without increment. But I am thinking increment is just for the tables. The tables will just not populate.

 

I would really appreciate some assistance on this.

Thanks much.

Link to post
Share on other sites

I am confused about whether to include next list item or add list item without increment. But I am thinking increment is just for the tables. The tables will just not populate.

 

I would really appreciate some assistance on this.

Thanks much.

 

Are you talking about this part?

plugin command("LocalDictionary.dll", "local dictionary add", "next url", $next list item(%list))

And are you multithreading this?

Link to post
Share on other sites

Hi there,

yes this was taken directly from Socket Code Generator but because it is in an IF statement i would normally just put Next List Item in URL for http Get command. I am wondering if the local dictionary  next list item is contributing to the errors of no more items found in next list item.

Link to post
Share on other sites

Hi there,

yes this was taken directly from Socket Code Generator but because it is in an IF statement i would normally just put Next List Item in URL for http Get command. I am wondering if the local dictionary  next list item is contributing to the errors of no more items found in next list item.

 

Oh I see, what does the #count variable represent?

Link to post
Share on other sites

Having some trouble uploading videos to DailyMotion using Aymen's plugin, was wondering if you guys could take a look and let me know if they've updated anything, Authentication still works fine, the file itself still posts (a 100mb file takes 10x longer for the http post function to complete than a 10mb file)

set(#postupload, $plugin function("HTTP post.dll", "$http upload", #uploadurl, "", "c:\\0temp\\mom2.mp4", "file", "video/mp4", $plugin function("HTTP post.dll", "$http useragent string", "Chrome 32.0 Win7 64-bit"), "http://www.dailymotion.com/upload", "", 1200), "Global")

Here is the multi-part <file> data from Fiddler in the post request

 

Content-Disposition: form-data; name="file"; filename="c:\0temp\mom2.mp4"
Content-Type: video/mp4

And the response from Dailymotion

{"error":"missing file","seal":"4a24a4c8a51771d9d3b8bcd4462e721b","url":"#c2VhbD00YTI0YTRjOGE1MTc3MWQ5ZDNiOGJjZDQ0NjJlNzIxYiZlcnJvcj1taXNzaW5nK2ZpbGU="}

Thanks in advance!

 

 

Link to post
Share on other sites

 

Having some trouble uploading videos to DailyMotion using Aymen's plugin, was wondering if you guys could take a look and let me know if they've updated anything, Authentication still works fine, the file itself still posts (a 100mb file takes 10x longer for the http post function to complete than a 10mb file)

set(#postupload, $plugin function("HTTP post.dll", "$http upload", #uploadurl, "", "c:\\0temp\\mom2.mp4", "file", "video/mp4", $plugin function("HTTP post.dll", "$http useragent string", "Chrome 32.0 Win7 64-bit"), "http://www.dailymotion.com/upload", "", 1200), "Global")

Here is the multi-part <file> data from Fiddler in the post request

 

Content-Disposition: form-data; name="file"; filename="c:\0temp\mom2.mp4"
Content-Type: video/mp4

And the response from Dailymotion

{"error":"missing file","seal":"4a24a4c8a51771d9d3b8bcd4462e721b","url":"#c2VhbD00YTI0YTRjOGE1MTc3MWQ5ZDNiOGJjZDQ0NjJlNzIxYiZlcnJvcj1taXNzaW5nK2ZpbGU="}

Thanks in advance!

 

 

 

 

Now compare it to a working request from your browser and check the difference in Fiddler.

 

Dan

Link to post
Share on other sites

Question: The "Page Scraper" Command seems to have changed into a function.

 

In the introduction videos I can not find any clue on how to utilize the new "scraping" function.

 

Can anyone explain how the new function works?

 

Thanks.

Link to post
Share on other sites

At least "API", "HTTP Post" and "Page Scraper" Functions & Commands seems to have been replaced.

 

However the tutorial videos seem only to show the old (non existing commands).  :blink:

 

Is there any up-to-date tutorilas on how to utilize the new functions? not commands?

Hope someone can share, cause most of the bot examples from the "bonus" dont even load in actual ubot version.

 

Hoping for some insightful information, tutorial or support.

 

Thanks.

Link to post
Share on other sites

Hi PRO,Try Dan HTTP Tutorials,They are solid foundation on how to use HTTP Plugin.

At least "API", "HTTP Post" and "Page Scraper" Functions & Commands seems to have been replaced.

 

However the tutorial videos seem only to show the old (non existing commands).  :blink:

 

Is there any up-to-date tutorilas on how to utilize the new functions? not commands?

Hope someone can share, cause most of the bot examples from the "bonus" dont even load in actual ubot version.

 

Hoping for some insightful information, tutorial or support.

 

Thanks.

  • Like 1
Link to post
Share on other sites

Hi Guys,

 

are there any new or updated commands in the plugin that are currently not covered in my tutorials?

 

If that's the case, please send me the details and I will record some updated tutorials as fast as I can.

 

Dan

  • Like 1
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...