account data

alchemylabs7

Новичок
Регистрация
12.06.2011
Сообщения
4
Благодарностей
0
Баллы
0
Hi guy,

Just playing with the demo version before i buy..

Ok i have a question about accounts i have been making accounts on a social network.

the accounts are saved in this format in a txt file

dean121:ghg9grd0d
james343:fhfd8d0ss

But my question is when i then use the data to LOGIN to the social network how to i use the data so that the first part before the : goes in the username box AND THEN the second part after the : goes into the password box?

so i guess what i am asking is how do i login with the accounts that i have made.

thanks in advance for any help guys.
 

gcomm

Client
Регистрация
01.03.2011
Сообщения
332
Благодарностей
93
Баллы
28
Splitstring and pull the execution of login (0) and pull the execution of password (1)


step 1: {-File.GetString-|-C:\filepath\loginandpassword.txt-|-random-|-false-}
step 2: {-String.Split-|-{-FieldData.FieldData-|-EXECUTION RESULT OF ABOVE STRING-}-|-:-|-0-}
step 3: {-String.Split-|-{-FieldData.FieldData-|-EXECUTION RESULT OF ABOVE STRING-}-|-:-|-1-}




((((take note of the "0 and 1" ))))) (0)login : (1)password
 

Вложения

  • Спасибо
Реакции: kilaz и alchemylabs7

alchemylabs7

Новичок
Регистрация
12.06.2011
Сообщения
4
Благодарностей
0
Баллы
0
That's great got the hang of it now! thanks so much gcomm
 

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