summaryrefslogtreecommitdiff
path: root/www-ssl/makeuser.php.en
diff options
context:
space:
mode:
Diffstat (limited to 'www-ssl/makeuser.php.en')
-rwxr-xr-xwww-ssl/makeuser.php.en13
1 files changed, 13 insertions, 0 deletions
diff --git a/www-ssl/makeuser.php.en b/www-ssl/makeuser.php.en
index 86ee286d..8c3a0fa3 100755
--- a/www-ssl/makeuser.php.en
+++ b/www-ssl/makeuser.php.en
@@ -45,6 +45,19 @@ if( $_POST)
$SQL2 = "SELECT UID FROM `User` WHERE Nick='". $_POST["Nick"]. "';";
$Erg2 = mysql_query($SQL2, $con);
$Data = mysql_fetch_array($Erg2);
+
+ $SQL3 = "INSERT INTO `UserCVS` (`UID`) VALUES (". $Data["UID"]. ");";
+ $Erg3 = mysql_query($SQL3, $con);
+ if ($Erg3 != 1)
+ {
+ echo "error: can't save userright... <br><h6>(".mysql_error($con).")</h6>";
+ }
+ else
+ {
+ echo "userright was saved...<br>";
+ echo "<br><br> Your acount was sucsessfull creat, hafe al lot of fun.";
+ }
+
}
}
if( !isset($error) ){