Jump to content
UBot Underground

[Sell] - Ubot Comminication Plugin - Browser Control (Pro) Use Chrome / Ff Etc - Run Code On / Control External Bots, Web Server Control (Pro) + More


Recommended Posts

 

But i believe in the Plugin API if you set variables they won't be local but global. There is no option to set it to local inside the Plugin API.

void SetTable(string tableName, string[,] value);

 

No idea... that's above my pay grade:)

Link to post
Share on other sites
  • Replies 440
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Popular Posts

>>Quick Update<<   A Team of 3 advanced Ubot Developers have taken over the project. We purchased the source code and full rights to it. We are now analyzing the source code and looking t

The first 5 tutorial videos are available (FREE)   http://www.bot-factory.com/downloads/communication-plugin-tutorials I cover a lot of the basics first. But we will move into more complex things as w

Version 2.9.7.2 Fixed: HTTP proxy authentication with Chrome   Update is now available on JVZOO It was allot of work to release this update and also would like to thank everyone for there patience an

Posted Images

The first 5 tutorial videos are available (FREE)

 

http://www.bot-factory.com/downloads/communication-plugin-tutorials
I cover a lot of the basics first. But we will move into more complex things as well.

 


>>Additional Ideas? Submit them here<<

 

  • Like 4
Link to post
Share on other sites

 

The first 5 tutorial videos are available (FREE)

 

http://www.bot-factory.com/downloads/communication-plugin-tutorials

I cover a lot of the basics first. But we will move into more complex things as well.

 

>>Additional Ideas? Submit them here<<

 

 

Thanks dan. Looking forward for the other tutorials.

I am most interested on the php script usage.

  • Like 1
Link to post
Share on other sites

 

The first 5 tutorial videos are available (FREE)

 

http://www.bot-factory.com/downloads/communication-plugin-tutorials

I cover a lot of the basics first. But we will move into more complex things as well.

 

>>Additional Ideas? Submit them here<<

 

 

Waiting for xpath and cbrowser

  • Like 1
Link to post
Share on other sites

1. How should i use useragent and cbrowser windowsize?

Is it like this :

 

 

plugin command("Communication.dll", "CBrowser Container", "Chrome", #Proxy, "{$plugin function("Communication.dll", "$CBrowser Window Size", 1024, 920)}{$plugin function("Communication.dll", "$CBrowser Set User Agent", "Mozilla")}") {

}

 

 

2. Where should i put clear cookies command? inside or outside cbrowser container?

 

3. How to open new tab and move back and forth between tabs on the external browser?

Link to post
Share on other sites

1. How should i use useragent and cbrowser windowsize?

Is it like this :

 

 

plugin command("Communication.dll", "CBrowser Container", "Chrome", #Proxy, "{$plugin function("Communication.dll", "$CBrowser Window Size", 1024, 920)}{$plugin function("Communication.dll", "$CBrowser Set User Agent", "Mozilla")}") {

}

 

 

2. Where should i put clear cookies command? inside or outside cbrowser container?

 

3. How to open new tab and move back and forth between tabs on the external browser?

All this info can be found in the examples.

Link to post
Share on other sites

Feature Request:

Wait for Download finished.

 

When I click a download button, the browser initiates the download correctly,

but it moves to the next command immediately. And when the download click was the last command, it closes the browser directly afterwards. Without waiting for the download to finish.
I can use wait, but if you don't know how large the file is, or how fast the customers internet connection, this is not reliable.

 

Thanks

Dan

Link to post
Share on other sites

Feature Request:

Wait for Download finished.

 

When I click a download button, the browser initiates the download correctly,

but it moves to the next command immediately. And when the download click was the last command, it closes the browser directly afterwards. Without waiting for the download to finish.

I can use wait, but if you don't know how large the file is, or how fast the customers internet connection, this is not reliable.

 

Thanks

Dan

Will add it in the new update round!

Link to post
Share on other sites

Nice usecase for this plugin:

I just build a nice bot that loops through a list of URLs with different proxy servers. 
The goal is to increase hits on those pages. 
And to do that, I had to download a file from those pages. 

And XPATH selector was killer here! Much easier to identify the right elements to click on. 
No more child, sibling, parent stuff :-)

31 lines of Ubot code. DONE!

 

  • Like 1
Link to post
Share on other sites

diskwizz answer this on skype :

 

1. How should i use useragent and cbrowser windowsize?

Is it like this :

 

 

plugin command("Communication.dll", "CBrowser Container", "Chrome", #Proxy, "{$plugin function("Communication.dll", "$CBrowser Window Size", 1024, 920)}{$plugin function("Communication.dll", "$CBrowser Set User Agent", "Mozilla")}") {

}

Correct

 

2. Where should i put clear cookies command? inside or outside cbrowser container?

Inside

 

3. How to open new tab and move back and forth between tabs on the external browser?

tab is not supported

 

Anyway does anyone found the answer of my questions above on the communication plugin video tutorials or its example files?

 

Because diskwizz asked me to watch the videos and example files before he willing to answer (i already did and did not found the answer so that is why i asked here. But maybe i just missed)

Link to post
Share on other sites

diskwizz answer this on skype :

 

 

Correct

 

 

Inside

 

 

tab is not supported

 

Anyway does anyone found the answer of my questions above on the communication plugin video tutorials or its example files?

 

Because diskwizz asked me to watch the videos and example files before he willing to answer (i already did and did not found the answer so that is why i asked here. But maybe i just missed)

Yes i did ask you that simply for the reason when you just bought the plugin you asked me repeatedly questions. After asking you if you had taken your time to watch the examples and video's you replied no. I did take my time to help you out, i find it also disappointing that after helping you out for over three hours you respond in this fashion. But i don't think it's unreasonable to ask you to check out the videos and examples.

 

The reason we made those videos and examples is to help people teach how to use the plugin and of course we help people out if they have issues. 

 

Also understand support is not here to help you with each step you make or each issue you have. When it's clearly demonstrated in the examples or videos.

 

I do understand that the plugin is very advanced and has for some people a steep learning curve, that is also why Dan started to make extra videos. If you feel that the examples are lacking info then please send in a request or send a video idea to Dan.

 

We are always happy to help customers out that have an issues, i just come out of a teamviewer session where a customer had an issue with his second license.

  • Like 1
Link to post
Share on other sites

Yes i did ask you that simply for the reason when you just bought the plugin you asked me repeatedly questions. After asking you if you had taken your time to watch the examples and video's you replied no. I did take my time to help you out, i find it also disappointing that after helping you out for over three hours you respond in this fashion. But i don't think it's unreasonable to ask you to check out the videos and examples.

 

The reason we made those videos and examples is to help people teach how to use the plugin and of course we help people out if they have issues. 

 

Also understand support is not here to help you with each step you make or each issue you have. When it's clearly demonstrated in the examples or videos.

 

I do understand that the plugin is very advanced and has for some people a steep learning curve, that is also why Dan started to make extra videos. If you feel that the examples are lacking info then please send in a request or send a video idea to Dan.

 

We are always happy to help customers out that have an issues, i just come out of a teamviewer session where a customer had an issue with his second license.

Thank you for your kindness reply :)

  • Like 1
Link to post
Share on other sites

 

The first 5 tutorial videos are available (FREE)

 

http://www.bot-factory.com/downloads/communication-plugin-tutorials

I cover a lot of the basics first. But we will move into more complex things as well.

 

>>Additional Ideas? Submit them here<<

 

 

Repost for people who have missed it.

Link to post
Share on other sites

Great plug-in but I have a quick question.

 

Since the external browser being launched is 'virgin' and has no extensions installed is there a way to access the version being run and permanently install extensions in either FF or Chrome? I'm able to install extensions for that session but they don't seem to all be working properly.

 

I'm able to install Rapportive but when I type an address into gmail the Rapportive pane pops up but doesn't show the relevant LinkedIn contact information.

 

Probably an obscure request but I was just curious.

 

FIXED! PLEASE IGNORE THIS! Forgot to login to LinkedIn First... Yikes...  :blink: 

Edited by wiseguys
  • Like 1
Link to post
Share on other sites

Great plug-in but I have a quick question.

 

Since the external browser being launched is 'virgin' and has no extensions installed is there a way to access the version being run and permanently install extensions in either FF or Chrome? I'm able to install extensions for that session but they don't seem to all be working properly.

 

I'm able to install Rapportive but when I type an address into gmail the Rapportive pane pops up but doesn't show the relevant LinkedIn contact information.

 

Probably an obscure request but I was just curious.

 

FIXED! PLEASE IGNORE THIS! Forgot to login to LinkedIn First... Yikes...  :blink: 

Thanks for appreciating the plugin! Glad you fixed it , happens to the best of us that we forget something ;)

Link to post
Share on other sites

Having some issues with $CBrowser Scrape Element vs. $CBrowser Scrape Element Attribute

 

I realize that the scrape element returns the innertext of that element but with the following bit of code the $CBrowser Scrape Element works and returns the innertext and assigns it to #name2 but the $CBrowser Scrape Element Attribute doesn't return the same value to #name1, leaving it blank

    set(#name1, $plugin function("Communication.dll", "$CBrowser Scrape Element Attribute", "<class=\"name\">", "innertext"), "Global")
    set(#name2, $plugin function("Communication.dll", "$CBrowser Scrape Element", "<class=\"name\">"), "Global")

Not sure what i'm doing incorrectly here? Thanks in advance! Pro plug-in has already paid itself off within 24 hours of purchase! 

 

Figured out it should be innerText and innerHTML instead of innertext and innerhtml

Edited by wiseguys
  • Like 1
Link to post
Share on other sites

Having some issues with $CBrowser Scrape Element vs. $CBrowser Scrape Element Attribute

 

I realize that the scrape element returns the innertext of that element but with the following bit of code the $CBrowser Scrape Element works and returns the innertext and assigns it to #name2 but the $CBrowser Scrape Element Attribute doesn't return the same value to #name1, leaving it blank

    set(#name1, $plugin function("Communication.dll", "$CBrowser Scrape Element Attribute", "<class=\"name\">", "innertext"), "Global")
    set(#name2, $plugin function("Communication.dll", "$CBrowser Scrape Element", "<class=\"name\">"), "Global")

Not sure what i'm doing incorrectly here? Thanks in advance! Pro plug-in has already paid itself off within 24 hours of purchase! 

 

Figured out it should be innerText and innerHTML instead of innertext and innerhtml

It's actually "textContent". But i would really advice you to use XPath since it's allot faster and easier.

Link to post
Share on other sites

Im having problems recalling cookies in phantom. Not sure if its the cookie or finding an existing element. Basicly logged in to twitter with chrome, saved cookie, then I log back into twitter look for an element to confirm Ive logged in.. When I check the cookie with firefox or chrome it finds the element no problem, but when I try same with phantom no luck.. Hoping someone can confirm same issue.

Link to post
Share on other sites

Im having problems recalling cookies in phantom. Not sure if its the cookie or finding an existing element. Basicly logged in to twitter with chrome, saved cookie, then I log back into twitter look for an element to confirm Ive logged in.. When I check the cookie with firefox or chrome it finds the element no problem, but when I try same with phantom no luck.. Hoping someone can confirm same issue.

Have you tried making a screenshot? That way you can see what is rendered on the page.

Link to post
Share on other sites

Just purchased this neat plugin. It's my very first plugin since I was not a heavy Ubot user and didn't invest on other plugins, I really love it. Being able to automate with external browsers opens a door for me to do more things with Ubot, and this is the most useful feature to me right now.

 

I highly recommend anyone who is new to Ubot to get this cool plugin while there is a coupon code.

 

After playing it for a while, I didn't find any command that can change the referer as I need. Do you guys have some methods to fake the referer in the external browsers? If yes, would you please show me how to handle this? If not, I would suggest you adding this feature in the future update!

Link to post
Share on other sites

 

The first 5 tutorial videos are available (FREE)

 

http://www.bot-factory.com/downloads/communication-plugin-tutorials

I cover a lot of the basics first. But we will move into more complex things as well.

 

>>Additional Ideas? Submit them here<<

 

 

I'm a bit behind with the more advanced videos guys. But they will come as soon as I'm done with my tax report... I got a letter that I have to finish that asap or I have to pay a penalty fee.

But shouldn't take very long.

 

Will keep you posted.

 

PS: They tutorials will remain free. Got some questions about that.

Dan

  • Like 1
Link to post
Share on other sites
Guest
This topic is now closed to further replies.

×
×
  • Create New...