need a little help

prosperer888

Client
Регистрация
15.09.2011
Сообщения
157
Благодарностей
4
Баллы
18
i create an email account and safe it like this "[email protected]|pass1234"....then i create forum register templates. i try to use the email that i create to fill in the register email column but it fill the email column with "[email protected]|pass1234" that it take from the file...How i can take email and put it on email column and passwords on passwords column with the email format like i safe it.
 
Регистрация
01.02.2011
Сообщения
99
Благодарностей
15
Баллы
0
After you get the login data from file you have to run split string macros. This splits the email & pass into separate executions results that can post to the sites forms.

{-String.Split-|-{-FieldData.FieldData-|-EXECUTION RESULT OF ABOVE STRING-}-|-|-|-0-}
{-String.Split-|-{-FieldData.FieldData-|-EXECUTION RESULT OF ABOVE STRING-}-|-|-|-1-}

| = divider in between data to split
0 = email
1 = pass

The execution results from each split are then pasted into the set value for the email & then the pass.
 
  • Спасибо
Реакции: prosperer888

prosperer888

Client
Регистрация
15.09.2011
Сообщения
157
Благодарностей
4
Баллы
18
Thanks...i try it now
 

prosperer888

Client
Регистрация
15.09.2011
Сообщения
157
Благодарностей
4
Баллы
18
Lol...can you explain more how to do that, because i try to do it and it email from line 1 and passwords from line 2...if can please start the begining..^_^
 

gcomm

Client
Регистрация
01.03.2011
Сообщения
332
Благодарностей
93
Баллы
28

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