Permanently Closed Marketplace Sales Thread

Status
Not open for further replies.
Hi, I just downloaded the demo. This looks absolutely great! Will fiddle around a bit and order.

Thanks
 
I've just bought this and i can say its a good software to make some bot but it will be perfect if we can make the bot run in other computers without limit like ZennoPoster or zennobox :D. Also design interface in your bot will make the zennoposter more popular for these who want to sell their bot :)

Yea i agree with you, i would prefer a software that gives out an exe file rather then a template for which we have to pay to zennolab/zenoobox on per template/product basis if we wish to sell it to others, moreover it's easy to sell an exe rather then convincing our client to first download zennoposter then use the template etc...

It's currently not affecting me as i'm not selling any of bots/templates i just it for my own sites.

ZP is good, i even have the license for it, but this is just one of my wish list :)

You guys should work out something, it will help a lot to beat some of your major competitors

Anyways keep up the good work and keep brining new updates and features :D

Cheers
 
Hi, guys!
If you want to sell your ZennoPoster projects then you need to use ZennoBox.
It was created specifically for this purpose and in less than a month it will be a year from the first sale of ZennoBox bot by one of our clients.
After ZennoPoster 5 release we will further develop ZennoBox and it will help you to sell the best custom bots on the market. You can be completely sure in that.
If you have any suggestions for improving ZennoPoster, do not hesitate to write here.
Just take a look at our change log over the last year, you will see how quick it is developing.
 
Zenno is the best compare to success rate. I usually get 100% success rate (sometimes it decreased due to network problem)

Btw @webmadter: I want to do this task below, how can I use ZennoPoster to do it right:

I have 5 .txt files located at C:\Data, so they will be:

C:\Data\dbad.txt
C:\Data\adwdwa.txt
C:\Data\wqwe.txt
C:\Data\ccasd.txt
C:\Data\fasdfas.txt

Each file contains a lot of text. I want to extract the line number 4 from each file then append result to result.txt located at C:\Data\result.txt, so the file result.txt will be like this:

Code:
line 4 of dbad.txt
line 4 of adwdwa.txt
line 4 of wqwe.txt
line 4 of ccasd.txt
line 4 of fasdfas.txt

And all the .txt files must be read by ordered (the same order in the folder)

How do I do that?

Thanks
 
Hello!

Use these actions:

1 Data - Folders - Get files list and put it to List named "Files"
2 Create List named "Single file" and check "Load from file" in it's settings but do not set any path to file.
3 Use action List processing - Take line with deleting from List "Files"
4 Use action List processing - Bind to file for list "Single file" and put here variable from step 3
5 List processing - Take line from list "Single file". Set number of line is 3 (line numbers start with 0, not 1).
6 Use result variable from step 5 and save it to your results file.
7 Now go back to step 3 and it will loop untill all files will be used.

Create bad exit from action 3 (red exit) and template will go there when no files left.

Something like this :)

Anton

LR8hIy0
 
Hello!

Use these actions:

1 Data - Folders - Get files list and put it to List named "Files"
2 Create List named "Single file" and check "Load from file" in it's settings but do not set any path to file.
3 Use action List processing - Take line with deleting from List "Files"
4 Use action List processing - Bind to file for list "Single file" and put here variable from step 3
5 List processing - Take line from list "Single file". Set number of line is 3 (line numbers start with 0, not 1).
6 Use result variable from step 5 and save it to your results file.
7 Now go back to step 3 and it will loop untill all files will be used.

Create bad exit from action 3 (red exit) and template will go there when no files left.

Something like this :)

Anton

LR8hIy0

I just figured it out my own way. Thanks for your suggesting

One more questions: I have 2 templates need to run. Each template has 50 tasks to complete. How do I setup to run 2 template at the same time. I mean I will use 2 threads running at the same time. Thread 1 only run tasks of template1, thread 2 only run taks of template2

Thanks
 
I just figured it out my own way. Thanks for your suggesting

One more questions: I have 2 templates need to run. Each template has 50 tasks to complete. How do I setup to run 2 template at the same time. I mean I will use 2 threads running at the same time. Thread 1 only run tasks of template1, thread 2 only run taks of template2

Thanks

I you have Standard or PRO version you can add as many templates as you want to be esecuted in 5 threads or more depending on your license.
To run template in 1 thread for 50 times your settings should be like this: http://www.mediafire.com/view/?j5fbykfkl0tf4df

Anton
 
How easy is Zennoposter to create tiered projects? I don't mind learning, but will it take weeks to learn how to use the software or can I successfully create my first project in a matter of hours?

I'm really interested in the $87 version because I don't need all the threads, 1 should be fine for what I want to do as long as I can leave it running 24/7.

Long story short, is this software easy to use or does it have a learning curve like Xrumer?
 
How easy is Zennoposter to create tiered projects? I don't mind learning, but will it take weeks to learn how to use the software or can I successfully create my first project in a matter of hours?

I'm really interested in the $87 version because I don't need all the threads, 1 should be fine for what I want to do as long as I can leave it running 24/7.

Long story short, is this software easy to use or does it have a learning curve like Xrumer?

It has learning curve. ZennoPoster is framework for browser automation. And since it is built to handle almost all tasks almost on all possible sites, it has a lot of powerful functions. We did our best to make it as much user friendly as it could be with that amount of functions. You can start with demo and inspect some learning projects + videos. You can register on our forum and ask questions if you'll have ones :)

Once you become good with ZP i bet you will realize that you can automate a lot of stuff that you do manually daily :)

Anton
 
I am constantly getting template errors when i try to automate facebook stuff.
Youtube, twitter and so on are no problem.
Is there anything "different" with facebook?

thank you ☻
 
I am constantly getting template errors when i try to automate facebook stuff.
Youtube, twitter and so on are no problem.
Is there anything "different" with facebook?

thank you ☻

Hello!

Facebook has one of the best antispam protection system. So errors with interactions with elements could happen for several reasos. 1) Changes of html attributes of elements that you interact with. Try to find other attributes. 2) Possible protection windows which shows sometimes in order to verify any data. So you ordinary scenary will not work from this point. 3) FB has a lot of scripts on it's pages and if element is there and you got an error when you try to interact with it, try to add pause before that. Maybe element was not loaded yet.

Anton

LR8hIy0
 
I have a question which I am surprised noone else asked this question especially from the many conversation regarding macros which were discussed on this site. My question is how does Zenno interact with the browser? Does it simulate UI? Because if not then just like imacros the success rate will be horrible along with projects being canceled after they are created. For example if you use imacros to mass create gmail accounts then alot of the gmail accounts may get canceled because google is able to detect if the user is pressing against the DOM or not.
 
I have a question which I am surprised noone else asked this question especially from the many conversation regarding macros which were discussed on this site. My question is how does Zenno interact with the browser? Does it simulate UI? Because if not then just like imacros the success rate will be horrible along with projects being canceled after they are created. For example if you use imacros to mass create gmail accounts then alot of the gmail accounts may get canceled because google is able to detect if the user is pressing against the DOM or not.

ZennoPoster uses it's own browser with Gecko engine (FireFox).
So every started instance simulate it's own browser with it's own user agent and other random data like screen resolution and so on.
+ each instance use own cookies.
 
so will captcha monster work on those captchas that make you drag and drop items?
 
Hello,

how can i increase the speed of "set value" or keystrokes emulation?

Problem:

When zennoposter inserts text into the tweet field on twitter it is extremly slow. No matter if i use set value or keystrokes emulation.

It types the text letter after letter, which is very time consuming.

How can i increase the speed to copy and paste style?

thank you ☻
 
Hello,

how can i increase the speed of "set value" or keystrokes emulation?

Problem:

When zennoposter inserts text into the tweet field on twitter it is extremly slow. No matter if i use set value or keystrokes emulation.

It types the text letter after letter, which is very time consuming.

How can i increase the speed to copy and paste style?

thank you ☻

Hello!

In advanced setting of action which is used to fill this field you should change position from Quality to Speed: http://gyazo.com/1cd74c47523bdb8bbb6a044cb796194d.png
(Sorry for screenshot from russian interface, but all actions are the same and you should understand the concept :))

Anton
 
Friends, we have good news: the beta test of ZennoPoster 5 is over and the new version is now available to everyone!

In this version, we focus on simplicity.
Now you can create bots even faster and more convenient, especially for debugging already created bots.

Let me remind you to use our program no special skills are required, the program was designed for common webmasters!

Demo version of ZennoPoster 5 can be downloaded here.
All the latest program changes can be found in changelog.
Buy the program, view prices and the differences between the versions you can here.
 
Status
Not open for further replies.
Back
Top