Permanently Closed Marketplace Sales Thread

Status
Not open for further replies.
I've used it before, and read many threads talking about it,
but I don't know how to use it at last.
If you could show us more guidance about how to use it, I'll buy it.
 
Im planning to buy the lite version, does it support auto captcha solving? (im using deathbycaptcha)

And if i install in my computer and in a vps it count as 2 computers?

Yeah, with Lite version you can install it on one PC only. It is 2 PC (vps+local one)

Can this program work for craigs list and backpage??

Yes, why not. The best way to be sure that it works the way you need is to try free Demo version.

I've used it before, and read many threads talking about it,
but I don't know how to use it at last.
If you could show us more guidance about how to use it, I'll buy it.

We are completely focused on the 4th version development and going to do more new tutorials for the next version.
 
I try to pay using paypal, but currently, I don't see this option on plimus,
so, do you have paypal option?
 
Yes, you can pay us PayPal directly, I've sent you details.
 
I tried the demo, is nice except it doesn't work with dropdown menus, it can't create accounts without dropdown menus.

I found threads on their forum started last year and they have no solution for dropdown menus

I lost a day with that

I found a solution pay $60 for a template because creating two clicks is to hard
 
Last edited:
I tried the demo, is nice except it doesn't work with dropdown menus, it can't create accounts without dropdown menus.

I found threads on their forum started last year and they have no solution for dropdown menus

I lost a day with that

I found a solution pay $60 for a template because creating two clicks is to hard

If you can buy a template that does it then you can do it.
 
zennoposter is a waste of time, can't create keystrokes. In the code maker you ca add keystrokes but you have to code the template line by line fuck that
 
payment sent: xxxx5884380093334

please check your PM

We got it. Thank you. PM replied, please check your email as well

I tried the demo, is nice except it doesn't work with dropdown menus, it can't create accounts without dropdown menus.

I found threads on their forum started last year and they have no solution for dropdown menus

I lost a day with that

I found a solution pay $60 for a template because creating two clicks is to hard

Current version of ZennoPoster works perfectly with drop down menus. Just show a link on site where you got a problem, because now it is too abstract.
 
According to PM I found out it had been gmail. Well, guys gmail is one of the most protected sites from any kind of automation, and it takes coding skills to automate it with current version. And their drop down menus are not usual ones, it is <div>s combination. But there is ZennoPsoter template for Google anyway. You can check there. You had better try with some basic sites and step by step go to harder ones. We are always ready to help our users with their questions:)
 
i got massage "please enable your javascript to signup......"at the second page when i try to signup at google+ ....i already add the code below in my code before i click on signup button.

PHP:
// Setting flag "script execution" [+]
		$instance->UseJavaScripts = true;

		// Setting flag "Java execution" [+]
		$instance->UseJavaApplets = true;
 
i got massage "please enable your javascript to signup......"at the second page when i try to signup at google+ ....i already add the code below in my code before i click on signup button.

PHP:
// Setting flag "script execution" [+]
        $instance->UseJavaScripts = true;

        // Setting flag "Java execution" [+]
        $instance->UseJavaApplets = true;

It may be disabled on IE settings, check them.
 
Quick question can the lite version do everything the professional can, but run on less computers and only run one thread at a time? Reason i ask is because i have the demo downloaded and from what i see so far i really like but $357 is alittle out of my pocket range at moment due to a unforeseen car repair ouch :( , i was thinking of getting the lite version and then upgrading when i have more money availible.
 
Quick question can the lite version do everything the professional can, but run on less computers and only run one thread at a time? Reason i ask is because i have the demo downloaded and from what i see so far i really like but $357 is alittle out of my pocket range at moment due to a unforeseen car repair ouch :( , i was thinking of getting the lite version and then upgrading when i have more money availible.

Yes, the main difference in count of threads, count of PCs, perfomance of ProxyChecker. There is also high priority for Pro users emails. But with Lite version you can create the same bots as with Pro.
 
A screenshot or preview of version 4 will be great. Like which features are included in it and things like that
 
Any idea when version 4 will be out and will there be a good upgrade route from all version of 3.
 
Awesome, awesome tool. Will check it out sometime this week!
 
hey nuaru, zenno skype support is mostly offline these days so hope u can help me with that here

I have accounts on vimeo where each one has several videos in it. How can I get my bot to loop through all the videos in every account and when logging out to give me a report of how many videos each account has and also the total number of views of every account?

I've been thinking to use two variables to save these numbers for every vimeo account, lets call them "VidsNo" and "Views", but how do I count the number of videos on every account to store in "VidsNo" and also how do I save the number of views of a video to store in "Views"?

Thanks!
 
Last edited:
hey nuaru, zenno skype support is mostly offline these days so hope u can help me with that here

I have accounts on vimeo where each one has several videos in it. How can I get my bot to loop through all the videos in every account and when logging out to give me a report of how many videos each account has and also the total number of views of every account?

I've been thinking to use two variables to save these numbers for every vimeo account, lets call them "VidsNo" and "Views", but how do I count the number of videos on every account to store in "VidsNo" and also how do I save the number of views of a video to store in "Views"?

Thanks!

Hi,

In case you can't catch support in skype - feel free to leave us email, we will be glad to reply.
1. You take random login:password from file. With removing to don't take the same account a few times. Another way to create global counter where keep value which account can be currently taken.
2. Login to the site
3. Create a loop where you go through all your videos in this account.
Set counter = 0
Set variable countOfViews=0
Get count of lines in file with videos =n
4Check if (count<n) go next, else write down countOfViews to the file with results
5. count = count+1
6. countOfViews=countOfViews+views of this video
7. go step 4
 
Last edited:
Status
Not open for further replies.
Back
Top