Hi mäddels also ich habe kleines problem ich möchte gerne nen cp aufen root packen Es funzt aber nicht richtig ....
http://world-of-reallife.de/cp/
Das ist das CP
http://forum.sa-mp.com/index.php?topic=133781.0
Settings.php
<?php
/* Server related settings */
define("GAME_DIRECTORY", '/var/www/cp/System/_Server');
define("GAME_BIN_NAME", "samp03svr");
define("HTTP_DIRECTORY", "/cp"); // Leave the final / off!
/* File manager settings */
define('FILE_MANAGER_BLOCKED', 'php3 php4 php5 php6 phtml php exe');
/* Execution settings */
define("OS_LINUX", (strtolower(substr(PHP_OS, 0, 3)) == "lin" ? true : false));
define("PATH_SEP", "");
Danke im vorraus für die hilfe
MFG 60Cent