Jump to content
UBot Underground

[Sell] - Http Plugin Tutorial Video Series


Recommended Posts

  • Replies 270
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Popular Posts

Instant Access to 4 hours and 27 Minutes of Training Videos!       Introduction Video Http Plugin Command Overview HTTP Command Overview HTTP Post / Get Basics Tools - Edit this Cookie Tools - Notepad

Bonus Video 5 is ready:   Xing-Recaptcha-AccountCreator In this video we will create an account creator bot for xing.com And solve a tricky recaptcha image during that process  

Update:   After purchase you can now download the complete Tutorial videos as a ZIP file (750MB) So no need to login to our site and download each video one by one. Or to watch video streams with all

hi dan,

 

I send email to dan(AD)bot-factory.com with title "HTTP Tutorial Request"

 

Thanks

Thanks Monovski,

 

but no need to post it here as well. I will get to every email when time permits. No message get's lost or missed.

I received yours as well and will reply as soon as I have some time to read through everything. Might take a couple of days.

 

Thanks a lot for your understanding.

 

Kindest regards

Dan

Link to post
Share on other sites

Hello, Dan.

Can you add this api in video examples?

https://apiok.ru/wiki/pages/viewpage.action?pageId=42476300

Regards, Vladimir.

Hello Vladimir,

 

what is the exact problem you have with one of the http requests? I can help with specific questions, but I can not trace a complete http communication for you.

 

Thanks a lot for your understanding.

 

Kindest regards

Dan

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

What did happen to your plan making V2 of this course? Should I wait for V2 or go ahead and buy this course?

 

If I buy the current course, what will you offer as a discount for the V2 course?

 

Hello.

 

Thanks a lot for asking. At the moment there's no plan to release a V2 of this course.

I had that idea a couple of months ago, but so far there wasn't a single question about something that wasn't already covered in the course. 

 

Yes, most of the examples in the course probably don't work anymore because the related sites have changed. But the goal of the course is to teach you the methods. 

The HOW to analyze stuff. You are getting a recipe, not the final meal. 

 

A lot of people asked me, why I don't share the code for those sites. The reason is simple, I want people to learn how to do it on their own. This is NOT a code collection where someone can just copy the example code for youtube and then use it.

 

That's the reason why it's not important that most of the sites in the examples have changed. You learn the method and you can follow the step by step process to archive success. 

 

So to summarize, at the moment there is no plan for V2. I wouldn't even have enough material to come up with new stuff.

 

And just re recording the existing ones and updating the existing examples won't result in enough sales to justify the amount of work it takes to record them.

 

Kindest regards

Dan

  • Like 1
Link to post
Share on other sites

if you don't mind, I have one more question.

 

I want to use this plugin in order to implement Facebook APIS. Is this possible with this plugin? And can I learn how to use APIs with this course (at least methodology)?

 

And I am planning to get your offer which you bundled this course, Xpath Builder Pro and External Browser Plugin.

Link to post
Share on other sites

if you don't mind, I have one more question.

 

I want to use this plugin in order to implement Facebook APIS. Is this possible with this plugin? And can I learn how to use APIs with this course (at least methodology)?

 

And I am planning to get your offer which you bundled this course, Xpath Builder Pro and External Browser Plugin.

 

Sure no problem. Yes, you can work with the facebook API. 

But only with the stuff that is really exposed via their API.

 

I was just recently working on a facebook application. And tried to login to their site via HTTP. But this doesn't work anymore. They have some additional parameters who are created via javascript. 

And you need those parameters to login to the site. It might be possible to extract the javascript code and get the values somehow, but that's relatively complicated and time consuming. 

 

So if you want to automate facebook website stuff, it will probably NOT work. But if you plan on using their documented and official API, then no problem at all.

But keep in mind, you can't automate getting the TOKEN for some of the APIs. Because to get the User Token (Graph Explorer) for example, you again have to login to their site first. And that doesn't work via http plugin.

 

But you can use ExBrowser Plugin for that. It works perfectly fine to login to facebook with PhantomJS for example.

 

Hope that helps.

 

Kindest regards

Dan

  • Like 1
Link to post
Share on other sites

Ok. I bought it.

 

--------------------------------------------------------------------
PURCHASE INFORMATION
--------------------------------------------------------------------
Product: Xpath Builder PRO, Http Plugin Tutorials, External Browser Plugin
Order Date: Sep 17, 2015 10:45 AM ET
Zaxaa Transaction ID: 67B6FA1DF362C27F7AD6112596ECE452

 

 

 

Then Is this workflow ok?

 

1. Login to Facebook with PhantomJS(ExBrowser Plugin) and get the User Token.

 

2. Use Official Facebook API via http plugin.

 

3. When User Token needed, Use the user token taken in step One.

Link to post
Share on other sites

Ok. I bought it.

 

--------------------------------------------------------------------

PURCHASE INFORMATION

--------------------------------------------------------------------

Product: Xpath Builder PRO, Http Plugin Tutorials, External Browser Plugin

Order Date: Sep 17, 2015 10:45 AM ET

Zaxaa Transaction ID: 67B6FA1DF362C27F7AD6112596ECE452

 

 

 

Then Is this workflow ok?

 

1. Login to Facebook with PhantomJS(ExBrowser Plugin) and get the User Token.

 

2. Use Official Facebook API via http plugin.

 

3. When User Token needed, Use the user token taken in step One.

Thanks for your business.

 

It depends on the API you want to use. They have different ways how you have to authenticate. 

But that's probably somewhere in their API documentation. 

 

Dan

Link to post
Share on other sites

In Http Plugin Tutorials, Two video are missing.

 

1. Video9-Wufoo

2. Video10-10MinuteEmail 

 

How can I get them?

 

Thanks for letting me know. There was a configuration error in my Zaxaa Account. But I fixed that now.

Please login to Zaxaa again and go to "My Purchases". Access the http tutorials section.

 

You will find those two files at the end of the list now:

http://screencast.com/t/8zfKFYLowZYa

 

I apologize for the inconvenience.

 

Kindest regards

Dan

 

  • Like 1
Link to post
Share on other sites

hi Dan,

 

Can we use http post plugin to translate language in google translate?

 

thaks

 

Hello.

 

Http Post plugins sends http post and http get requests.

So if the site you talk about works that way, then YES. If the site is using a lot of javascript to generate values that are necessary to verify requests, then NO you can't use it. Or it's very hard to debug that stuff.

 

Unfortunately I don't know every website and webservice. So I can't give you an answer if you can automate a particular site via HTTP or not. 

And even if you can automate some stuff, it might not work for other things you want to do. 

 

So you have to debug the http communication yourself and figure out if it can be automated or not.

 

Very often this is trial and error. But the http plugin tutorial course will teach you how to analyze the stuff. But I can't give you any guarantee if it works for your site or not.

And I also can't help debugging a specific site as part of this low price tutorial course.

 

Kindest regards

Dan

Link to post
Share on other sites

Purchasing this soon! Is it possible to also get information with http post? (Scraping text from a textfield)

Hello.

 

Post is to send information's to a site. Depending on the site you might get a return. 

Http get is the command to load / read a site. You then can process the html code. If the data you are interested is not generated by javascript or any other active language, then yes. You can use a http get / post request to read and scrape informations.

 

Dan

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

Hi Dan,

 

I have question,

 

how do we record debug use filddler but fiddler doesn't record debug? for example when I try to create account in wordpress.com

 

thanks

Link to post
Share on other sites

Hi Dan,

 

I have question,

 

how do we record debug use filddler but fiddler doesn't record debug? for example when I try to create account in wordpress.com

 

thanks

Hi.

If fiddler doesn't record anything, you have to fix your configuration. Please take a look at the fiddler documentation or the fiddler help&support pages. 

There are many information's about how to fix those things. 

 

I can't support you with your individual pc and fiddler configuration. 

 

Kindest regards

Dan

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

Next Update

 

 

I'm currently working on some updated Tutorials.

There are some new and changed commands in the Http Plugin I want to cover.

 

COMMANDS
===========
HTTP EXPECT
HTTP METHOD
HTTP LOAD ERROR MODE
=====================

FUNCTIONS
=============
HTTP LINKS FINDER
 

 

Is there anything else that needs to be covered?

Please post your ideas here to the thread.

 

 

Kindest regards

Dan

Link to post
Share on other sites

So far only one customer responded to my question. 

 

Are there any other commands / functions that are not covered in the tutorial videos?

Or is everything still fine?

 

I think 99% of the stuff covered in the training videos is still totally fine as of today. 

But please let me know if something is missing.

 

Dan

Link to post
Share on other sites

So far only one customer responded to my question. 

 

Are there any other commands / functions that are not covered in the tutorial videos?

Or is everything still fine?

 

I think 99% of the stuff covered in the training videos is still totally fine as of today. 

But please let me know if something is missing.

 

Dan

 

If you can do facebook login dan that would be awesome.

It's hard to crack. Maybe you can create a tutorial on that.

Tried every method but still cant login to that.

Link to post
Share on other sites

If you can do facebook login dan that would be awesome.

It's hard to crack. Maybe you can create a tutorial on that.

Tried every method but still cant login to that.

 

If they use javascript to generate dynamic variables, you can't do it. 

A lot of websites use that technique to prevent http based tools.

 

The only workaround I know that worked a while ago was their mobile website.

Try to load the page with a mobile client useragent and start from there.

 

Dan

  • Like 1
Link to post
Share on other sites

Hey Dan I just purchased your tutorial videos and I saw that you mentioned multi threading only works well with ubot 4 but then I noticed that video was created in may 2014. Almost 2 years ago. Does multi threading using http post plugin work now in version 5?

 

Multithreading works much better in the latest ubot versions. Had nothing to do with http plugin. Was more a generic thing.

I'm not using v4 anymore. All my projects are with V5 now.

 

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