Bekomme immer diese Meldung
Logging started
2010-08-08 08:54:36.318033|INFO |ServerLibPriv | | Server Version: 3.0.0-beta26 [Build: 11927], Linux
2010-08-08 08:54:36.318447|INFO |DatabaseQuery | | Please make sure you use the supplied ts3server_minimal_runscript.sh to run the server, or set LD_LIBRARY_PATH yourself
2010-08-08 08:54:36.318473|CRITICAL|DatabaseQuery | | unable to load database plugin library "libts3db_sqlite3.so", halting!
Und wenn ich mit screen starte will kommt [screen ist terminating]
__________________
PHP-Code:
1. 2. 3. 4. 5. 6. 7. 8. 9.
|
include_once('include/zauberei.php'); session_start(); if($zauberei == "yes"){ echo "<td class=\"tablea\">PHP ist wie Zauberei</td>"; echo "<td class=\"tablea\">Der eine kann es der andere nicht</td>"; }elseif ($zauberei == "no") { echo "<td class=\"tablea\">Man kann es Lernen mit viel zeit und mühe></td>"; }
|
|