*LACHFLASH* (sorry für den unsinnigen post) Omg ey xDDDDDDDDDDDD
pass auf gleich gibt der "http://deinehamachiip" ein xDQuote:
:facepalm: du sollst ja auch nichteingeben , sondernPHP Code:http://deinedomain.de/install.php
PHP Code:http://deinehamachiip
Namen des Admins eingeben Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Paris' for '2.0/DST' instead in C:\xampp\htdocs\inc\daten.inc.php on line 4 Account erfolgreich als Admin eingetragen. Nun bitte die "install.php" löschen! zur Seite
Warning: mysql_connect() [function.mysql-connect]: Unknown MySQL server host 'DB-IP' (11001) in C:\xampp\htdocs\inc\player.inc.php on line 4
Spieler Online: 3
Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\php\PEAR\Config.php on line 80
Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\php\PEAR\Config.php on line 166
Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\php\PEAR\Config\Container.php on line 111
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'ODBC'@'localhost' (using password: NO) in C:\xampp\htdocs\inc\acc.inc.php on line 2
Accountanzahl : 11
1. Die Zeitzone stimmt nicht, soweit ich das verstanden habQuote:
Hey leute,
habe 3 Fragen:
1. Als ich die installation abgeschlossen habe und meinem Account admin rechte ggeben habe kam das
was muss ich da machen ?^^Code:Namen des Admins eingeben Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Paris' for '2.0/DST' instead in C:\xampp\htdocs\inc\daten.inc.php on line 4 Account erfolgreich als Admin eingetragen. Nun bitte die "install.php" löschen! zur Seite
2.
So meine 2. Frage ist: Die Hompage ist ziwhmlich langsam... woran liegt das ?
3.
Am Rand beim Server Status steht das:
was muss ich da machen ?^^Code:Warning: mysql_connect() [function.mysql-connect]: Unknown MySQL server host 'DB-IP' (11001) in C:\xampp\htdocs\inc\player.inc.php on line 4 Spieler Online: 3 Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\php\PEAR\Config.php on line 80 Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\php\PEAR\Config.php on line 166 Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\php\PEAR\Config\Container.php on line 111 Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'ODBC'@'localhost' (using password: NO) in C:\xampp\htdocs\inc\acc.inc.php on line 2 Accountanzahl : 11
gebe Thx bei hilfe ;)
1. Das heißt was muss ich ändern ?Quote:
1. Die Zeitzone stimmt nicht, soweit ich das verstanden hab
2.Vermtulich hast du hamachi oder dyndns oder? oder freewebspace
3. du musst acc.inc.php und config.php noch anpassen
<style type="text/css"><!-- b {color: black}--></style><?php include("config.php");
mysql_connect($dbhost ,$dbuser ,$dbpass);
mysql_select_db("account");
$accs = "SELECT * from account";
$accsquery = mysql_query($accs);
$accszahl = mysql_num_rows($accsquery);
echo " <b>Accountanzahl : $accszahl </b>"; ?>