Best Zennoposter Resources

zennoposter is a great tool, i got it last week and after watching a few videos and messing around with it i made my first web 2.0 template that works without a hitch yesterday. once you get the basics down its pretty simple to make web2.0 templates,i have no programming experience at all, and found the process very simple with just a bit of common sense. my goal is to make a total of 20 quality web2.0 templates this month.
 
The more I read about ZP the more amped up I'm getting; it does seem like a headache to create all the templates, but the longterm results are more than worth it. Thanks for the links guys.
 
I just bought it! I found a good use for it for one tedious thign i have to do many many times. I hired a certain someone to create the template too :)
 
I am yet to test it out. I am downloading their demo version as I write this post. $297 seems out of my budget now. Is anyone willing to share the license fee here?
 
I still can't understand how to start the first project. The video does not me learn well because it uses pre built ressources that are not available to me. I'd really like to know how to start from scratch!
 
How are you guys managing your proxies?

Private? Public?

Here's my experience:

public proxies are a JOKE. They tend to die in the middle of a template everytime.

Private proxies are stable and reliable, but with only 10 private proxies to work with....

....how are you guys signing up to 100+ email accounts with only 10-25 private proxies?
 
I still can't understand how to start the first project. The video does not me learn well because it uses pre built ressources that are not available to me. I'd really like to know how to start from scratch!

Start with this video or any other video of them creating another simple template.

http://www.youtube.com/watch?v=Y8IP-B11XIg

Follow along in ProjectMaker, making your own template as they make theirs. By the end of it you'll have a good idea of how to make a template. Go through a bunch of the video tutorials for templates and soon you'll see you can do anything.

@ drvosjeca, I'm looking forward to what you guys are putting together!
 
This is good video, but just to let you guys know, if you are after twitter accounts, then it is better to use http:/*/mobile.twitter.com

And one more reminder:
When you are building templates and you are using proxies from different countries... In some cases (websites like facebook and many more) website language will be adapted to location of ip and this will cause your template not to work. So to make it sure it works on all ip locations, you need to pick a language when you get on website. This will help you avoid spending many hours of looking for error cause. ;)
 
Last edited:
This is good video, but just to let you guys know, if you are after twitter accounts, then it is better to use http:/*/mobile.twitter.com

And one more reminder:
When you are building templates and you are using proxies from different countries... In some cases (websites like facebook and many more) website language will be adapted to location of ip and this will cause your template not to work. So to make it sure it works on all ip locations, you need to pick a language when you get on website. This will help you avoid spending many hours of looking for error cause. ;)

Good tips, haven't thought of using the mobile version before.
 
How do i dump urls into file (bookmark urls etc.) and how do i make it move to the next url in the sequence (list of bookmark sites) once the template hits the last part of the sequence?
 
I suggest you ask over at the zenno poster forum at least there are people there with a high level of knowledge on the software
 
How do i dump urls into file (bookmark urls etc.) and how do i make it move to the next url in the sequence (list of bookmark sites) once the template hits the last part of the sequence?

For this you need to find a way to extract (go to bookmark and get url of page) bookmarking url first and append it to file using macross.

Second part will need to involve counter(s) and split string could be used for sequence.

So after getting url of bookmark, you need to set counter to 0, then get a string from file using "get counter" for a string match number. if your sequence is made like this: URL1:URL2:URL3... then you can go for split string after and use : as separator...EXAMPLE: {-String.Split-|-{-FieldData.FieldData-|-●2●9●0●1●2●6●-|-≡6≡3≡3≡1≡1≡6≡4≡8≡3≡-}-|-:-|-0-}

0 means that will pick first part before :
you repeat this for number of urls you have in this sequence, just changing 0 for following numbers.

when you get to the end of sequence you need to add "increase counter" and loop back to part where you get a string using "get counter" as match number...


Let me say this is just short explanation to get you started, there is more stuff to be done here to make sure all runs fine... :)
 
This is why I paid drvosjeca to make my templates. I have no time or the briain power to know about this stuff lol.
 
For this you need to find a way to extract (go to bookmark and get url of page) bookmarking url first and append it to file using macross.

Second part will need to involve counter(s) and split string could be used for sequence.

So after getting url of bookmark, you need to set counter to 0, then get a string from file using "get counter" for a string match number. if your sequence is made like this: URL1:URL2:URL3... then you can go for split string after and use : as separator...EXAMPLE: {-String.Split-|-{-FieldData.FieldData-|-●2●9●0●1●2●6●-|-≡6≡3≡3≡1≡1≡6≡4≡8≡3≡-}-|-:-|-0-}

0 means that will pick first part before :
you repeat this for number of urls you have in this sequence, just changing 0 for following numbers.

when you get to the end of sequence you need to add "increase counter" and loop back to part where you get a string using "get counter" as match number...


Let me say this is just short explanation to get you started, there is more stuff to be done here to make sure all runs fine... :)

Is there a way to select a range? And use split sequence to move through them? There are 1400 urls.

I remember in iMacros this was easier, at the end, you would just put a loop (counter 0?) at the beginning
 
yes you can set range...

All you need to do is add logic branch after increaing counter which will check if "get.counter<10" in case "YES" go back to loop, in case "NO" DIEEEEEEEEE :)

...this number 10 is just as example, i usualy never go with fix number but use random number in range from-to to get as much as possible natural look

;)
 
Last edited:
Back
Top