angrybird88
Newbie
- Mar 1, 2014
- 4
- 0
I have long list of usernames and passwords in the format
file: userpass.txt
In another textfile, loginscript.txt, I want the first occurance of the symbols "***" to be replaced with user1 from userpass.txt, and I want the first occurance of "---" to be replaced with pass1, next occurance of "***" replace with user2, next occurance of "---" with pass2, and so on..
$15 reward in bitcoins will be sent to the first person in the thread that solves this task for me. Don't know if it can be solved through notepad++ or maybe it's necessary to use some other scripting language? This will save me alot of time in my daily work and I will honor my word to payout the reward.
Code:
user1:pass1
user2:pass2 , etc., a couple of thousand rows of username/passwords.
In another textfile, loginscript.txt, I want the first occurance of the symbols "***" to be replaced with user1 from userpass.txt, and I want the first occurance of "---" to be replaced with pass1, next occurance of "***" replace with user2, next occurance of "---" with pass2, and so on..
$15 reward in bitcoins will be sent to the first person in the thread that solves this task for me. Don't know if it can be solved through notepad++ or maybe it's necessary to use some other scripting language? This will save me alot of time in my daily work and I will honor my word to payout the reward.