How To Post On Any Kind Complete Tutorial For Unlocking The POWER 1
It is very interesting to teach XRumer work with new resources – fewer people who work with them, respectively, less paranoid admins
etc. etc. In principle, the foundation courses are painted on the certificate, but IMHO much easier to deal with training having before our eyes a good example.
Let’s take will teach XRumer posting to message boards – just ultra etozh do – and back on the ball and a no traffic.
Maude will do for boards based on the WR-Board.
Let’s begin, sir!
The first step is collecting the base boards. For this purpose we use a dirty parser Hrefer came with XRumer-ohm. First we need to create 2 I’ve found – wr_addwords.txt and wr.txt. Put them in a folder Templates Hrefer-a. I’ve found wr.txt leave blank, but in wr_addwords.txt add the following lines:
"Powered by" "WR-Board" Bulletin board "Powered by" "WR-Board" Ads "WR-Board"
Of course you can, and even to add their own characters:).
Start Hrefer, tab Search Engines options & Template Template drop-down list, select wr, drop-down list SE for parsing select the desired search engine.

Go to Options, put the check in the Disable filtering by Template.

Everything set up, click Start parsing. After some time we have the base boards based on the WR-Board. It’s time to do training XRumer-a.
There are two ways that you can go teach XRumer:
1) To teach him through self-study.
2) To teach through manual editing of the internal files of the program.
Personally, I prefer the 2nd option. Why? It’s very simple – the author of XRumer-and positioning it as a tool for posting in forums, respectively, all the basic setup is imprisoned under it. As a result, even after self Hrumer might escape with our boards on the forum more enjoyable to him and instead of Beck and visitors we get abuzu:). You need it? I also do not have, so let’s edit the files.
First of all remove the fuck just delete the contents of files and xurl.txt xas.txt (hopefully educated people here have gone, and that for such a rotten things better to get a separate copy of the file XRumer-and tell them not to, since one machine can have at least 100 copies of XRumer-but in a different folder). Deleted? Now we have to fill their own rules for XRumer-a. Open the browser, any of the assembled boards, for example http://board.baxonet.com/, what should it do XRumer?
1) Register.
2) Zalogonitsya.
3) Send to offer the desired heading.
Since the points and go. Watch for publication!
Those interested can purchase XRumer on my page. Possible assistance in the development of this tool guaranteed.
2222222222222222222222222
It’s time to teach the XRumer registration boards. It’s not that simple. First, we need to explain to him that MUST be registered otherwise it will try to post anonymously of course … in the settings and there is XRumer-tick “Mandatory registration of + posting”

but we are not looking for easy ways:).
Let’s find feature, which will give XRumer-y, which is a must to register. What is unique is the engine that may be a sign? Anything! Although the piece links to the registration page! And write!
Open the file xmessages.txt, we find in him a line at the end of REGANYWAY and add the previous line; event = reg
For XRumer-and it will serve as a clue that you should first start a account here.
Ok, now we have to explain to him that the registration process should follow the link tools.php? Event = login. For the logic of moving XRumer-and the sites responsible file xurl.txt, read the FAQ:
Syntax
AddLinkRule ([oblast_poiska, 'string', необязательный_параметр_логики,
...
] Metka_ssylki);
Where:
search – a numeric value that specifies exactly where the searched string: 0 – the link in the lower register, a – a reference as there is in
HTML-code, 2 – along with the link anchor in the lower register
line – a line that should be included in your search to this rule is satisfied
необязательный_параметр_логики – there may be registered or not registered false; registered if false, it means that the string is NOT vice versa
must be present in the search area
Tag link – a label which will be marked with the reference if the specified rule is executed:
URL_TONEWPOST – a reference to the creation of a new message / topic
URL_TOREGISTRATION – link to registration
And according to the syntax described in the certificate to add to his rule:
AddLinkRule ([ 0, 'tools.php? Event = reg' ], URL_TOREGISTRATION);
An important point – XRumer wayward beast, and he has one feature not described in the certificate – the first rule in the file xurl.txt he ignores it. So the first rule is to put some kind of dummy, for example
AddLinkRule ([0, 'action = logout' ],'');
Then, at this stage of our xurl.txt becomes:
AddLinkRule ([0, 'action = logout' ],''); AddLinkRule ([ 0, 'tools.php? Event = reg' ], URL_TOREGISTRATION);
The next step – training fields of the registration form. It’s all very simple – look at the shape of
on page http://board.baxonet.com/tools.php?event=reg and understand that we need to fill in the fields:
Name Password E-mail Tick "Since the rules have read" And of course, the same URL
Others on request.
Look html code page, or rather a fragment responsible for the removal of the form:
<form action="tools.php?event=reguser" method="post"> <strong>Регистрация</strong> Имя:<span style="color: #ff0000;">*</span><input maxlength="25" name="login" /> Пароль:<span style="color: #ff0000;">*</span><input maxlength="25" name="password" type="password" /> E-mail:<span style="color: #ff0000;">*</span><input maxlength="40" name="email" /> Город:<input maxlength="60" name="gorod" /> URL:<input maxlength="40" name="url" /> ICQ:<input maxlength="15" name="icq" /> Телефон:<input maxlength="20" name="phone" /> Организация:<input maxlength="50" name="company" /> Коротко о себе:<textarea class="maxiinput" name="about"></textarea> <input name="rules" type="checkbox" />С <strong><a href="tools.php?event=about">правилами</a></strong> ознакомлен <input type="submit" value="Зарегистрироваться" /> </form>
Find that
Name corresponds to the field – login
Password – password
E-mail-in – email
Check the “familiar with the rules» – rules
URL – url
Important: We see that in addition to the above fields, there is also a field gorod, icq, phone, company, about – we do not need them, but if XRumer will not know how to fill them, then he fills out a form and will not send. It is therefore important to gather all the fields from the form, and file associations assign them to null.
All fields are collected, open the certificate on file associations xas.txt:
Syntax
# Imya_polya1; imya_polya2; …
prisvaivaemoe_znachenie
Where “field_name” – the name of the form fields in HTML (eg,
<input name="login" />
- Field name is a login), and “prisvaivaemoe_znachenie” – the meaning
which must be zapolyatsya data fields:
NICKNAME – nickname Users
PASSWORD – the password
MESSAGE – text message you send
EMAIL – email address
SUBJ1 – Topic title
HOMEPAGE – Homepage
any other value – the value specified by the user
Prescribe rules in accordance with the syntax:
#! Mail; email
EMAIL
# Url
HOMEPAGE
# Login
NICKNAME
# Password
PASSWORD
# Gorod; icq; phone; company; about
# Rules
1
Explanation, perhaps, require only the last line. The field rules have actually checkbox and a decent browser must send a if this checkbox is marked, respectively, we put this one in the line “prisvaivaemoe_znachenie.” Fields gorod, icq, phone, company, about, we decided not to fill, respectively, leaving it an empty string (but fill them with absolutely no problem, someone will need – can make in securing the studied material).
So special attention on the email! All have noticed that there appeared mention! Mail? This feature XRumer-a, although it is not necessary and there (logically), but without it we would not work … do not try to understand it, just remember! Mail; the place must fall in love.
It’s time to check what we have there naobuchali XRumer.
Create a simple test project – something like this:

Start Hrumer, Urla in the test, enter http://board.baxonet.com, click the Test button, close Hrumer.

Go to the folder where the file Debug looking kind LAST GET idh.htm, review it in your browser, if we see an inscription such as “You have successfully registered.”, Then did everything right. If you do not see the markings – so somewhere made a mistake – check the contents of changed files.
Now we need to explain Hrumer that the presence of line, “You have successfully registered.” Is 100 percent successful registration of a sign. To begin our look at the file as html – we find that our car sign would look like:
> You have successfully registered. <
Now add this feature in the file xmessages.txt, for this we find in him a line
REGISTERED
And the row which is above REGISTERED add
,> You have successfully registered. <
All Hrumer trained registration on the boards of WR-Board.
It is true that simple?
333333333333
Teach Hrumer login to the boards.
Hi all who are with us. We continue our story about learning Xrumer-a.
Now we will learn to login to the boards. I must say that this is not usually necessary – Xrumer perfectly supports the session and the majority of board thinks you zalogonenymi immediately after registration, but as they say, the cases are different.
The first step will teach XRumer distinguish resources where we have zalogoneny, the resources where we have to go under his name. Start the favorite browser, go to any board and login there handles … Got it? What has changed? Correctly, the message “Your Profile” – is not a flag for XRumer-eh? Look at how this sign is in HTML form and add it to the list of markers flag LOGGEDIN (hope you still remember that the list of flags of states of the program is in xmessages.txt). For version 5.02 you should get this:
#<strong>Logged in as:;>Log Out</a>;act=Login&CODE=03;loged in;&action=logout;?action=logout;?logout=true;Ваша регистрация закончена.;вы вошли как:;registration is now complete;you may now begin posting using your new username and password;Ваша регистрация теперь завершена.;Спасибо, Вы зарегистрировались и авторизованы;logout.php;Регистрация завершена. Вход и переадресация...;Вы зашли как <b>;hello, dear <b>;Вы зашли под логином: ;>You are logged on as<br>;>0 messages</a>, 0 are new.<br;index.php?action=logout;>You may now begin posting using your new UserName and Password.<;/ubb/my_profile.;Your registration is complete and you are now logged in;>logout</a>;>log out [ ;>Вы вошли как <A href="javascript://";<p><b>Вошли как:;<a href="log_off_user.asp";>Ваш Профиль<
LOGGEDIN
Now teach XRumer find the login form. Form in all the boards can be found at tools.php? Event = login, so we need to register in the file xurl.txt rule that will move Hrumer to the login page.
Add to xurl.txt the following lines:
AddLinkRule ([ 0, 'tools.php? Event = login' ], URL_TOLOGIN);
The next stage - filling in and sending the registration form.
Enjoying a HTML form:
<form action="tools.php?event=regenter" method="post"> <strong>Вход в систему</strong> Имя:<input name="myname" /> Пароль:<input name="mypassword" type="password" /> <input type="submit" value="Войти" /> </form>
As you can see XRumeru need to fill in only 2 fields: myname and mypassword. Adding these fields to the file xas.txt, not forgetting that takes into account the occurrence Hrumer words in the field.
As a result xas.txt takes the form:
#!mail;email EMAIL #url HOMEPAGE #login;myname NICKNAME #!password PASSWORD #gorod;icq;phone;company;about #rules 1
The question may arise - where delos field mypassword? But not gone anywhere - Hrumer will see that we described in xas.txt name password mypassword part of the fine and it will fill.
Check what we did - turns on "Newsletter of the previously registered user" and press the button Test. Here we will have an unpleasant surprise - dirty Hrumer cursed phrase "Result: there were no forms to be sent;." Check the contents of the Debug - we see that the same Hrumer went to the login page, but the shape of something unfilled ... I do not know what it is connected, but it seems to me it is connected with the cries of the poor punching in the "Newsletter of the previously registered user" . Analysis of the situation led me to a very disappointing conclusion - Hrumer wants to find a complete form with sabzhektom and textarea, and it is absolutely shit that we have here only a zalogonitsya ... We do not have much choice but to tell him that those on this page field is not vital. Open the file status flags (xmessages.txt) and add the login form feature (eg string name = mypassword) for the flags and FORCE_TEXTAREA FORCE_SUBJECT.
We get these two lines:
# Name = mypassword FORCE_TEXTAREA # Name = mypassword FORCE_SUBJECT
Restart the XRumer again push button test.
Learning Debug folder and enjoy the result obtained.
ZY
Do not forget to uncheck the end of the test, "Newsletter of the previously registered user," and tomorrow on the forum will be a lot of angry Botmastera posts from the category of "breaking the shit" ![]()
44444444444444
It's time to find and train Xrumer fill out a form submission of the announcement.
Look at what URL is a form - add.php, well, we add the corresponding rule xurl:
AddLinkRule ([ 0, 'add.php' ], URL_TONEWPOST);
All Hrumer knows where to find the form. The truth is not hard?
Now teach him to fill in form fields.
Enjoying the source code of the form:
<form action="add.php?event=add" enctype="multipart/form-data" method="post"><strong>Добавление объявления</strong> Категория: <select name="rubrika"> <option style="color: #CD8181;" value="0|||||">Работа и бизнес</option> <option value="71|72|Разное|Прочие мелочи|"> - Прочие мелочи</option> </select><input name="stime" type="hidden" value="1228399684" /> Тема объявления:<span style="color: #ff0000;">*</span> (не более 60 символов) <input maxlength="60" name="zag" /> Текст объявления: <textarea style="height: 200px; width: 300px;" name="msg"></textarea> Тип объявления:<span style="color: #ff0000;">*</span> <input name="type" type="radio" value="П" /><strong><span style="color: #ee2200;">П</span></strong>редложение <input name="type" type="radio" value="С" /><strong><span style="color: #1414cd;">С</span></strong>прос Ваше имя: <input name="name" type="hidden" value="testnik" /><strong>testnik</strong> Срок хранения объявления: <select style="FONT-SIZE: 13px" name="days"> <option value="7">7 дней</option> <option value="14">14 дней</option> <option value="30">30 дней</option> <option value="60">60 дней</option> <option value="90">90 дней</option></select><input class="longok" type="submit" value="Сохранить" /> </form>
As you can see we need to fill the following fields:
rubrika - choice column
zag - issue ads and
msg - Message text
type - type of ads
days - the shelf life offers
Field rubrika we ignore - this is normal SELECT and Hrumer he will try to choose the value corresponding to the list of priority sections of the project.
Shelf life makes sense to make the maximum possible - 90 days (need to pass a value of 90), and the type of ad - a proposal (to pass a value n).
Open xas.txt and add the following lines:
# Type P # Days 90 # Zag SUBJ1 # Msg MESSAGE
Everything! Maud is ready!
If lazy to go step by step - you can download ready-made fashion .
ZY
It should be noted that we received a very crude fashion. Why is it wet - I do not think the admins are dreaming, that their boards were grazed exclusively bots, respectively all available means to fight against us - to change the URLs, add fields, etc. Therefore, in order to have a full mod to hold still a pretty great job on the review of existing boards, but I once engaged in this ...
A couple tips for those who want to bring this mod to mind:
1) Build a large base, it will drive away in a test project with the system is self-learning - so you catch the unknown program field.
2) run detailed reports - so you catch the resources of the restructured links.
What do with the good things you already know ![]()
Good luck!
PM me for details.



