Jump to content
UBot Underground

[Sell] Exbrowser Now On Sale


Recommended Posts

Just a short heads up. 

For all File Upload dialogs, please take a look at the command:

ExBrowser Change File Field

 

If there is a file upload button, you are actually not clicking the button and then dealing with the windows file selection dialog.

You basically inject the filename into the html object direcly. 

 

Cheers

Dan

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

Top Posters In This Topic

Top Posters In This Topic

Popular Posts

EXB Update V1.3.1.2   Updated Chromedriver to support newer Chrome Versions   Fixes a bug which caused ExecuteScript to fail when Object.prototype is modified. Fixes a bug that interferes with handlin

Would it be mean to ask people if they want to pay more, in case they ask for a discount?    People are probably not doing that in their local supermarket. But online, this is a very common behavior

No guys... You know I'm here for you since many years.  First of all I have to appologize for all the back and forth communication. I try to sort all of this out. My misstake was to announce stuff and

Posted Images

Just as a FYI. You can now use ExBrowser Plugin on up to 3 PCs (Ubot Studio). It's all managed via the license server.

And you can reset Hardware Locks on your own and move one of your license slots to a different PC every 14 days.

 

So you can now use it on your office pc, your notebook and on one of your VPS for example.

 

Kindest regards

Dan 

  • Like 1
Link to post
Share on other sites

Dan,

 

What is the difference between your product and the upcoming UBot Studio Stealth? 

 

Regards,

William

 

Please take a look through the thread here, there is some nice feedback about the plugin from our successful users..

But to answer your question:

 

1. Our product is available since months and has matured over time. We added a lot of features and removed bugs. A lot of people tested it in production with hundreds of clients and hundreds of bots. It's really hard to compare that kind of experience to something that is not even available today. 

 

2. Our Plugin supports 3 different browsers (Chrome, Firefox and PhantomJS) while, UBot Stealth will only have one browser.

 

That's all I'm allowed to say publicly  :P 

 

But maybe others will share their experience as well.

 

Kindest regards

Dan

  • Like 1
Link to post
Share on other sites

The biggest selling point to this plugin is hands down 2 big issues.

 

1. Access to 3 independent browsers that won't get flagged as a bot.

 

and if that's not enough...

 

2. Support.

 

Anyone who's bought anything from Dan alone knows he's amazing

with his giving and his support even with plugins he has nothing to do

with.

 

That alone should be enough to show you what you're buying in to.

 

It's not just the peace of mind knowing your bots are just going to work

and not get caught as a bot but also if you have any issues or need help

figuring things out there is a great support system behind you!

  • Like 1
Link to post
Share on other sites

Short Update:

 

 

1. I'm back from vacation and can work full speed again now :-)

2. The new license server is up and running and working perfectly fine.

3. New customers will get their license fully automated after they purchase now! No waiting time!

4. Beta Version of V1.1.5.5 will be shipped this week

5. Tutorials for all the new stuff in V1.1.5.4 will be available end of this week.

 

As always, if you have questions or anything else related to the plugin please open a support ticket:

ExBrowser(ÄÄDDD)bot-factory.com

 


PS: Please don't contact me via Skype for support requests. We will use Skype for some support cases, if we discussed that via a ticket upfront.!

Thanks a lot for your understanding!

  • Like 1
Link to post
Share on other sites

I just got set up with exbrowser. I'm trying to work out how to solve captchas.

I've got accounts with deathbycaptcha and Spamvilla.

 

Deathbycaptcha keeps producing an API error, which I believe is an issue at their end. I've contacted them and am waiting a response.

 

When I run the Advanced Captcha V3 code for Spamvilla, it returns:
0|1176849|796|0|0|Error

or
0|1176849|796|0|0|175

What do each of these numbers represent?

Should the final number read the same as what appears in the captcha image?
In my test the captcha image should read 1289 so 175 is not remotely close.

 

Which captcha solving service would you most recommend? I'm not a really heavy user but I do have several bots that solve captchas each day and up to now I've only ever used deathbycaptcha.

Link to post
Share on other sites

I need some help with finding the best server for my bot.

 

I am running a basic click bot that I am MultiThreading.

I started out using this VPS: 4 CPU 2.4, 8g memory 150 GB SSD.  I found that using SSD's is very important for speed.

I was running 15 threads at once and it was running pretty well.  Then I got hit with "CPU has been rate limited".  From what I am seeing in my CPU usage chart I am now maxed at 25% CPU.

 

I have now bumped up too: 16 CPU 2.4, 32g memory, 600 GB SSD.  I am now running 20 threads and it seems to be running just fine.  I am not sure if the new one is effected by the CPU limit but I am assuming it is.

 

I am also testing a Dedicated server today: Intel Xeon E3-1230 3.2Ghz Quad Core w/ HT (8 vCores), 120G Intel 320/Samsung 830 SSD, 8Gig DDR3-1333 RAM.  I am hoping I can run 20 threads at least on this machine.

 

I am not very knowlegable about hardware, but from what I have seen it uses a massive amout of CPU and little Memory. 

20 threads - CPU: 175 Processes, 2500 Threads, 70,000 Handles. Only 5g Memory. (VPS:16 CPU 2.4, 32g memory, 600 GB SSD)

 

I would like to run as many threads as I can, I started testing on a 1 CPU 2g computer so I am slowly scaling up and am hoping others have run into this already.

Anyone have any suggestions about what type of server I need and where to find this magical box?

Link to post
Share on other sites

dan?

is it possible to duplicate the page scrape function of ubot

Hello Stanf,

 

You can archive the same with regex and the $ExBrowser Document Text Command.

set(#result,$find regular expression($plugin function("ExBrowser.dll""$ExBrowser Document Text"),"(?<=beforetext).+?(?=aftertext)"),"Global")

 

 

Regards

Dan

Link to post
Share on other sites

I would say it solves it for you.  I just whiped this together real fast.  Will give you a head start on things.

 

AddM3Fast YT VIew

 

Video: http://screencast.com/t/7bYLwggx

 

 

Code to use:

ui text box("Email"#email)

ui text box("Password"#pass)

ui text box("Views"#views)

plugin command("ExBrowser.dll""ExBrowser Container""Chrome""""") {

    plugin command("ExBrowser.dll""ExBrowser Navigate""http://addmefast.com/")

    plugin command("ExBrowser.dll""ExBrowser Wait For Element""<name=\"login_button\">""Appear", 20)

    plugin command("ExBrowser.dll""ExBrowser Type Text""<name=\"email\">"#email)

    plugin command("ExBrowser.dll""ExBrowser Type Text""<name=\"password\">"#pass)

    plugin command("ExBrowser.dll""ExBrowser Click""<name=\"login_button\">")

    plugin command("ExBrowser.dll""ExBrowser Wait For Dom Ready", 10)

    wait(2)

    plugin command("ExBrowser.dll""ExBrowser Navigate""http://addmefast.com/free_points/youtube_views")

    loop(#views) {

        plugin command("ExBrowser.dll""ExBrowser Run Javascript""location.reload(); ")

        plugin command("ExBrowser.dll""ExBrowser Wait For Dom Ready", 10)

        wait(6)

        set(#watch for$replace($replace($plugin function("File Management.dll""$Find Regex First"$plugin function("ExBrowser.dll""$ExBrowser Document Text"), "/[0-9]\{1,3\} seconds"), "/"""), " seconds"""), "Global")

        plugin command("ExBrowser.dll""ExBrowser Click""<class=\"single_like_button btn3-wrap\">")

        wait($add(#watch for, 2.5))

        plugin command("ExBrowser.dll""ExBrowser Popup Container""Youtube - Google Chrome") {

            plugin command("ExBrowser.dll""ExBrowser Close")

        }

    }

}

 

How do you close the youtube window using exbrowser? 

Link to post
Share on other sites

Hey Guys, Anyone successfully save the image of the new recaptcha2?

Here's an example page http://downloads.rhapsodyofrealities.org/downloads/ang/form

Seems like xpath builder cant detect the element of the captcha.

 

plugin command("ExBrowser.dll""ExBrowser CleanUp")

plugin command("ExBrowser.dll""ExBrowser Launcher""Chrome""""")

plugin command("ExBrowser.dll""ExBrowser Navigate""http://downloads.rhapsodyofrealities.org/downloads/ang/form")

plugin command("ExBrowser.dll""ExBrowser Wait For Element""Appear", 30)

plugin command("ExBrowser.dll""ExBrowser Click")

plugin command("ExBrowser.dll""ExBrowser Wait For Element""Appear", 30)

set(#captchaurl,$plugin function("ExBrowser.dll""$ExBrowser Scrape Element Attribute""src"),"Global")

download file(#captchaurl,"d:\\captcha.jpg")

 

Kindest regards

Dan

Link to post
Share on other sites

How do you close the youtube window using exbrowser? 

 

 

1. Do not use Container command. It's deprecated. use Launcher!

2. Please use Cleanup Command to initialize a new run.

3. You can reload a page with the new reload command. No need for javascript anymore.

4. Do not use Popup Container anymore it's deprecated. Use "Switch to Window"

 

Please keep in mind:

Switching to a window or TAB means that the ExBrowser driver will switch his focus to the new window or TAB. This does NOT mean, that the active tab or window will change.

So the driver could focus a specific window or Tab, but what you see as active (selected) within the browser can be something totally different.

 

There are two different things:

1. What is active for the user. AKA selected, visible on the screen in the browser.

2. What is active for the ExBrowser engine. The window or tab the plugin is "connected" to.

 

Will record a video about that very soon.

 

Here's your code with my modifications (I didn't test it because I don't have an account there. So there still might be errors!)

 

ui text box("Email",#email)

ui text box("Password",#pass)

ui text box("Views",#views)

plugin command("ExBrowser.dll""ExBrowser CleanUp")

plugin command("ExBrowser.dll""ExBrowser Launcher""Chrome""""")

plugin command("ExBrowser.dll""ExBrowser Navigate""http://addmefast.com/")

plugin command("ExBrowser.dll""ExBrowser Wait For Element""<name=\"login_button\">""Appear", 20)

plugin command("ExBrowser.dll""ExBrowser Type Text""<name=\"email\">"#email)

plugin command("ExBrowser.dll""ExBrowser Type Text""<name=\"password\">"#pass)

plugin command("ExBrowser.dll""ExBrowser Click""<name=\"login_button\">")

plugin command("ExBrowser.dll""ExBrowser Wait For Dom Ready", 10)

wait(2)

plugin command("ExBrowser.dll""ExBrowser Navigate""http://addmefast.com...s/youtube_views")

loop(#views) {

    plugin command("ExBrowser.dll""ExBrowser ReloadPage")

    plugin command("ExBrowser.dll""ExBrowser Wait For Dom Ready", 10)

    wait(6)

    set(#watch for,$replace($replace($plugin function("File Management.dll""$Find Regex First"$plugin function("ExBrowser.dll""$ExBrowser Document Text"), "/[0-9]\{1,3\} seconds"),"/","")," seconds",""),"Global")

    plugin command("ExBrowser.dll""ExBrowser Click""<class=\"single_like_button btn3-wrap\">")

    comment("Switch to the Popup or new Tab.")

    plugin command("ExBrowser.dll""ExBrowser Switch to Window""youtube")

    wait($add(#watch for,2.5))

    comment("Switch back to main window")

    plugin command("ExBrowser.dll""ExBrowser Switch to Window""addmefast")

}

 

 

I hope this gives you some ideas.

 

Kindest regards

Dan

Link to post
Share on other sites

Hi,

 

How To Make Copy /  Paste ?

 

or

text area Java script copy/paste ?

Hello.

 

Copy / Paste? You can scrape data from a page and then change an element and add the data.

Not sure what you are asking here.

 

There is no Copy / paste command in the plugin. But I don't know why you would need one?

 

Kindest regards

Dan

Link to post
Share on other sites

hi dan,

 

<div secure="10" menage="cat" kob="47">

 

how to make xpath scrape kob ?

 

Hello.

 

There might be more to your question, but from the given information's here is an idea:

Implying that the current page has that HTML code you can use something like:

 alert($plugin function("ExBrowser.dll""$ExBrowser Scrape Element Attribute""kob"))

 

 

 

Kindest regards

Dan

Link to post
Share on other sites

plugin command("ExBrowser.dll""ExBrowser CleanUp")

plugin command("ExBrowser.dll""ExBrowser Launcher""Chrome""""")

plugin command("ExBrowser.dll""ExBrowser Navigate""http://downloads.rhapsodyofrealities.org/downloads/ang/form")

plugin command("ExBrowser.dll""ExBrowser Wait For Element", , "Appear", 30)

plugin command("ExBrowser.dll""ExBrowser Click", )

plugin command("ExBrowser.dll""ExBrowser Wait For Element", , "Appear", 30)

set(#captchaurl,$plugin function("ExBrowser.dll""$ExBrowser Scrape Element Attribute", , "src"),"Global")

download file(#captchaurl,"d:\\captcha.jpg")

 

Kindest regards

Dan

 

Dan, Looks like your code is missing the elements to select.

It's not loading properly when i put it on code view.

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