From 38b3e249d27d34340cdc64a57472d55260aadbd2 Mon Sep 17 00:00:00 2001 From: cookie Date: Sat, 19 Nov 2005 19:46:41 +0000 Subject: sprache umgestellt git-svn-id: svn://svn.cccv.de/engel-system@67 29ba0400-6e00-0410-a75a-ca02368028f8 --- www-ssl/makeuser.php.en | 146 ------------------------------------------------ 1 file changed, 146 deletions(-) delete mode 100755 www-ssl/makeuser.php.en (limited to 'www-ssl/makeuser.php.en') diff --git a/www-ssl/makeuser.php.en b/www-ssl/makeuser.php.en deleted file mode 100755 index 73a6d1d6..00000000 --- a/www-ssl/makeuser.php.en +++ /dev/null @@ -1,146 +0,0 @@ - $value) - { - $value = strtr($value, get_html_translation_table(HTML_ENTITIES)); - $keys .= "`$key`, "; - $values .= "'".$value."', "; - } - $keys = substr($keys, 0, -2); - $values = substr($values, 0, -2); - $sql = "INSERT INTO $table (".$keys.") VALUES (".$values.")"; - mysql_query($sql, $con); - } - - mysqlinsert('User', $con, $_POST); - $Erg = mysql_affected_rows(); - - if ($Erg != 1) - { - echo "error: can't save your data...
"; - echo "
(error: ".mysql_error($con).")
"; - } - else - { - echo "

transmitted. "; - - $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...

(".mysql_error($con).")
"; - } - else - { - echo "userright was saved...
"; - echo "

Your acount was successfuly created, hafe al lot of fun.

"; - } - echo "Thank you for your participation..

\n

"; - } - } - if( !isset($error) ){ - echo "If you would like to be an chaos angel please insert following details into this form:
"; - } else { - echo "

\n$error\n

"; - } -} -else -{ - //init vars - $_POST["Nick"] = ""; - $_POST["Name"] = ""; - $_POST["Vorname"] = ""; - $_POST["Alter"] = ""; - $_POST["Telefon"] = ""; - $_POST["DECT"] = ""; - $_POST["Handy"] = ""; - $_POST["email"] = ""; - $_POST["Size"] = ""; - $_POST["Art"] = ""; - $_POST["kommentar"] = ""; -} -?> - -

Chaos-Angel registration

- -By completing this form you're registering as a Chaos-Angel. This script will create you an account in the congress angel task system. - -
- - - - - - - - - - - - - - - - - - -
nick*"/>
last name"/>
first name"/>
age"/>
phone"/>
DECT"/>
mobile"/>
e-mail*"/>
shirt size* - -
type of angel - -
- Did you help at former
- congresses and which tasks
- have you performed then?
-
-
password*
password confirm*
 
-
- * entry required! - - - -- cgit v1.2.3-70-g09d2