*/ define("COOKIE_EXPIRE", 60*60*24*100); //100 days by default define("COOKIE_PATH", "/"); //Avaible in whole domain /** * Email Constants - these specify what goes in * the from field in the emails that the script * sends to users, and whether to send a * welcome email to newly registered users. */ define("EMAIL_FROM_NAME", "Napali Research"); define("EMAIL_FROM_ADDR", "info@napaliresearch.com"); define("EMAIL_WELCOME", true); /** * This constant forces all users to have * lowercase usernames, capital letters are * converted automatically. */ define("ALL_LOWERCASE", false); /** * Specific definitions for Napali Research */ define("ACCT_DIR", "acct"); define("ACCT_DIR_PATH", $_SERVER['DOCUMENT_ROOT']."/".ACCT_DIR); define("INDEX_TEMPLATE", "include/template.html"); ?> Jpmaster77's Login Script

Forgot Password

A new password will be generated for you and sent to the email address
associated with your account, all you have to do is enter your username.

Username:

[Back to Main]