Jump to content

how could I do this?


BRADERY

Recommended Posts

ok so, I have logins for 1000 accounts..

 

 

they are all in a text file in the format

 

email pass

email pass

email pass

 

email and then pass seperated by only one space, a new account on each line

well I want to put them into a another script

 

I would have to put them like this

 

$myHeader[]=get_myspace_header('email','pass');

 

is there a way I could write a script that would take the logins from the text file and make another text file and it would put the emails in the $myHeader and then write to a file? so I dont have to copy 1000 logins and put them into the script manually?

 

Thanks

Link to comment
https://forums.phpfreaks.com/topic/204827-how-could-i-do-this/
Share on other sites

Why do you  want to put them in another script? What are you trying to do?

 

I'm willing to bet he has a lot of stolen myspace/email accounts and he's writing some massive script to change all of their profiles to advertise for some website of his. Just a guess though..  ;D

 

Edit: The wink at the end of my post didn't seem enough to prove I was joking. He probably just has a lot of accounts (that he owns) and probably just trying to mass something in some myspace game..

Link to comment
https://forums.phpfreaks.com/topic/204827-how-could-i-do-this/#findComment-1072297
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.