[ZennoNuker] How to Build an Senuke X Style System for Zennoposter

nevrog

Новичок
Регистрация
01.11.2011
Сообщения
4
Благодарностей
12
Баллы
0
ZennoPoster Templates.png

Hey guys, I was having a bit of a hard time trying to understand how to build a Senuke X style program with Zennoposter so I built a flowchart on how to do it. I’m not really a programmer apart from having a decent designing experience using HTML\CSS, so the flowchart helped lots and made things a lot easier for me to wrap my head around. I’m sharing it for you guys because maybe it can help out other peeps who might be struggling with ZP.

I’m sure that most people who have been using ZP for a while will have built their templates in a similar way or maybe have a better approach so any input or tips on how to improve this system further would be great from you experienced users.

My main problems at first with ZP templates were making the big mistake of appending files differently, no organisation to the files and folder structures. Having files all over the place and having them badly organised will give a serious headache and all this does is cause problems later when needing to re-use the info stored in the files. You have to come up with a strict system for all your text files and stick to it once you know what is working most logically for the computer and easiest for you and your sanity.

The system above is similar to that of the Senuke Socialnuke module. As you can see the file structure and folder is independent of all of the other modules - Blogsites, Article directorys, video sites, forum profiles, RSS all have their own files and folder and those templates are built in almost exactly the same way as the social bookmarking module diagram.

So far all this is working like clockwork for me and once you get into a rhythm, the templates are really fast to build - like 5-10mins to make each template.

First up is to make a registration template for a website, -- (now this is the way I have come to do it) quick and with no fuss, maybe there is a better way but it works for me fine, maybe you will find your own ways better.

1) Registration Template

In record view, fill all fields with macros - Use macros to grab the email, generate username, password. Actually type ‘retype password’ in the password field or something so you will recognise it easier in the next part. You will have to do the same for the sites that require email typing twice..

Autogenerate DOB, any other randoms, assign Captcha fields (no need to solve the captcha though).

Don’t click on Register yet or fill out – instead, Right Click, Call Event, On Click

Copy the step branches to template editor. In the template editor copy the execution result field of Random password field to your retype field (box is easy to find b\c it will be called whatever you typed in the recorder).

The final step is to append the login details to your ZP output login file. Add this step after ‘Click register\submit’ Button at the end. Use the macro builder to append line to your output login file.. Start with website name (This is case sensitive so keep all lowercase or if you caps first letter make sure you stick to that always). Copy (*ER- Execution Result) actually been copied from each field like below. I like to use the pipe symbol as a separator because I’m used to spintax but you can use any other kind of separator like a : or ; whatever really.

Network|*ER_user|*ER_pass|*ER_email

Add this step branch, don’t forget to connect it in:

Web Actions > Step Branch > GET > Macros…… Append line to file

Run Debug, if all is successful you have a registered template and the login details to use for the POST template. It’s good to get into a rhythem, maybe build 10+ Register templates at first, you will get faster and eventually becomes auto-pilot…


2) Post Template

This is the important bit..

When you have a full set of templates and you need to use it like senukex, you are going to be trying to randomise your backlinks as much as possible and have a huge list to pick and choose from, sometimes you might register some, others you won’t that time but will do another time.

So in order for ZP to make a successful login, the template needs to look in the login file and it checks for the network or website name.. If it’s there it can parse that line, then from that line, those seperators ‘|’ can be used for string separation (split string) 0 – 4

When building the macro, do it this way:

Files and Directories > Get block of text from file > Find Output Login File > Copy Result

Regular Expression > Parse With Reg Ex > Paste previous result in Input String > Reg exp field : Network.* > Copy Result

String Processing > Split > Input String : Paste Previous result > Seperator = '|' > # of a part where 1 is username and 2 is password and 3 is email.

Grab whole finished macro and paste into note pad twice or a code editor so that you can alter it easy.. One macro for username, one for password……… When you need to use it for a different network, the only thing that needs changing before you paste it back in is the network name and that has to be identical to whatever name was appended in the registration template…

So there you go, things are easy now from there.. I use Komodo Edit for keeping all the macros on a 2nd monitor, I have a huge list and it makes everything super fast to copy\paste into recording templates.

When setting it up to post content from the macros, make sure it’s allowing for spintax. If you don’t have the best spinner, go get Spinnerchief as it’s free and very powerful spin software.

And that’s about it, rinse and repeat for all the other modules, so far I have - 14 Blogsites, 21 social bookmarks, 36 P&A’s Forum profiles, 5 article dirs, 8 RSS and 2 Videosites.. All working well at the moment – in 2 months I plan to have more sites than Senuke X and it won’t cost $147 per month! :D

At the moment im activating email links by hand because I havent quite figured out how to build templates for this yet, the other cool thing is if you use a service like Backlinksindexer.com or linklicious.me, you can grab your finished URLS at the end and get it to upload them.. How cool is that! :-)

All I can say is what immense piece of software it is, from all templates, all trial and error, learning how logic steps thrown in - I’ve never had such high success rates with an autoposting software, especially with forum profiles registering and posting the links, so this makes me so damn happy –

Sorry long winded, hopefully it can help some out though
now time for a Beer!


ps - big thanks for BIgCJones for youtube vids and GComm and others for all answers around the forums to learn how to use ZP
 

Kepperbes

Client
Регистрация
19.12.2011
Сообщения
241
Благодарностей
81
Баллы
28
Thanks for posting this! How is this template coming along for you?
 

drvosjeca

Client
Регистрация
26.10.2011
Сообщения
512
Благодарностей
455
Баллы
63
Good Luck... ;-)

Im doing something like this on my own and i can tell you it wont be easy task. I have made bigger part of it, now just need to make some more templates and do some testings.

I started with making custom structure first, how will files be saved and called... Templates shouldnt concern you so much, because there is many ways to make them work in custom order or on random.
 

ohcysp

Client
Регистрация
21.02.2012
Сообщения
28
Благодарностей
0
Баллы
1
What exactly do you enter in - "The line(s) to append to the file." I tried to enter the execution result {-FieldData.FieldData-|-●8●3●6●6●2●5●372-|-vc-7886-} of one of the fields but when I run the macro it only inserts empty lines to the output file?
 

Umibozu

Client
Регистрация
13.07.2011
Сообщения
18
Благодарностей
2
Баллы
0
I should have read this earlier...
Why don't we all share our templates if they all share this structure? it's something I was thinking of posting as well. Anyone can PM me if interested if they have already working templates on this setup and we can figure something, I know it's good for sake of understanding each template to build by ourselves but it seems we all deal with the same kind so why bother, we may discover new tricks as well by looking at them.
This setup is very good in my opinion, I was going to start building some SEO templates like you so I will follow your workflow nevrog.
Did you include some branches in case of unsuccessful posting? What is your success rate and do you use death by captcha or similar?

@ohcysp, did you check the videos, it is easy when you look at it, what you did seems ok but maybe you grabbed the wrong output to clipboard.
 

Umibozu

Client
Регистрация
13.07.2011
Сообщения
18
Благодарностей
2
Баллы
0

moonerblog

Новичок
Регистрация
24.03.2012
Сообщения
1
Благодарностей
0
Баллы
0
It's great,but it will be a huge project ,needs a lot of time..
 

PapyRef

Client
Регистрация
28.02.2012
Сообщения
70
Благодарностей
6
Баллы
0
Nevrog,
What software did you used to create the chart ?
 

lukas76

Client
Регистрация
14.04.2012
Сообщения
48
Благодарностей
10
Баллы
8
This is a amazing idea! Good luck man!
 
Регистрация
26.03.2012
Сообщения
44
Благодарностей
6
Баллы
0
I'm working on something similar for myself, at the moment I'm focusing on posting to Web 2.0s, but I'm trying to think through the entire system as I'd like to eventually get it set up. I want to think it through as much as I can before I get too far into setting it up so I can avoid having to go back and make big changes as much as possible. It is definitely going to be a big process, but once it's complete it will be well worth it. I don't know how often you check this thread, but I'd be curious to know how your system has come in the past few months? Are you still adding to it? Is it up and running? Did you run into any major roadblocks?
 

Himot

Client
Регистрация
16.09.2010
Сообщения
67
Благодарностей
0
Баллы
0
This is wonderfool!
 

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)