17.01.2012, 21:07
Panel is good.But those errors i didnt had when i test it!
I think the operating system wouldnt matter that much, its your server/php configuration what needs to be modified.
|
<?
/*
==> domPanel
==> Simple SA:MP Server Control
==> © woot - http://forum.sa-mp.com/member.php?u=9580
==> http://www.domVPS.com
==> This panel is for LINUX only.
*/
// Desired admin username
define('USERNAME', '123456');
// Desired admin password
define('PASSWORD', '123456');
/*
SSH SETTINGS
*/
define('SSH2_HOST', 'localhost'); // Change this if your panel is not on the same machine as your SA:MP Server.
define('SSH2_PORT', 22); // Default SSH Port is 22.
define('SSH2_USER', '****'); // Your SSH username.
define('SSH2_PASS', '******'); // Your SSH password.
define('EXEC_PATH', 'root/samp03/'); // EXACT path where your samp server executable is located. - Usually /home/username/samp03/
define('EXEC_NAME', 'samp03svr'); // EXACT name of your samp server executable - samp03svr = default (sa-mp 0.3c)
/*
DONE CONFIGURING?
SET SETTINGS_MODIFIED TO "YES"
*/
define('SETTINGS_MODIFIED', YES);