The account activation code that you entered is invalid.

Enter the activation code from the "Account Activation" Email.

Activation Code:
value="" maxlength="10">




YourFans.com - User Default Home Page
This is the default home page for this user.

The account user may not have uploaded the

index.html web page onto the server.

If you are interested in running your own web site,

be sure to check out YourFans.com today.

"); fclose($fp); include('createdir.cgi?change=$user'); $HOSTNAME = "localhost"; $USERNAME = "yfdbadmin"; $PASSWORD = "ah2951niws"; $DATABASE = "clients"; $TABLE = "active"; $dbh = mysql_connect($HOSTNAME, $USERNAME, $PASSWORD); mysql_select_db("$DATABASE", $dbh); mysql_query ("INSERT INTO $TABLE VALUES ('','$fName','$mi','$lName','$add1','$add2','$city','$state','$zip','$phone','$whosenumber','$pemail','$web1','$web2','$beAbout','$user','$pass1','$offers','$dt','$ip')"); mysql_close ($dbh); $emailto = "$fName <$pemail>"; $emailfromaddr = "yf-members@yourfans.com"; $emailsubject = "YourFans.com Account Approval"; $emailbody = "Hello $fName $lName,\n\n"; $emailbody .= "The activation of your account with YourFans.com was successful!\n\n"; $emailbody .= "Username: $user\n"; $emailbody .= "Password: $pass1\n\n"; $emailbody .= "(Due to security or other reasons, your username and/or password may be different from what you requested.)\n\n"; $emailbody .= "Please write down your username and password and keep in a safe place.\n\n"; $emailbody .= "Your New Web Site:\n"; $emailbody .= "http://www.yourfans.com/$user"; $emailbody .= "\n\nLogin Access:\n"; $emailbody .= "http://www.yourfans.com/login.html"; $emailbody .= "\n\nIf you are interested in having an Email account that matches your username, please visit:\n"; $emailbody .= "http://www.yourfans.com/get-email-account.html"; $emailbody .= "\n\nThank you,\n\nYourFans.com"; $emailheaders = "From: $emailfromaddr"; mail( $emailto, $emailsubject, $emailbody, $emailheaders); $HOSTNAME = "localhost"; $USERNAME = "yfdbadmin"; $PASSWORD = "ah2951niws"; $DATABASE = "clients"; $TABLE = "pending"; $dbh = mysql_connect($HOSTNAME, $USERNAME, $PASSWORD); mysql_select_db("$DATABASE", $dbh); mysql_query ("DELETE FROM $TABLE WHERE pass2='$activationcode' AND user='$user'"); mysql_close ($dbh); exit; } else {echo "A user already exists."; exit;} } else {$msg=1; start(); exit;} } function good() { ?> YourFans.com - Member Account Activation


Your new account has been activated and is ready to use!

Your login information has been sent to your Email address.

To login to your new Control Panel, click here