15.03.2009, 17:38
This is my first PHP release for sa-mp. its a Control Panel for Linux Ubuntu.
includes:
FTP
server.cfg Editor
start
stop
restart
Install:
For a windows install just drag and drop the cpanel windows folder contents to your web directory and download samp 0.2x server for windows and make this directory
C:\samp\
and drop all the server files to that directry, and ur done.
in this section "maxprotector.class.php" you MUST edit the password
this password is the access to the control panel, to change the password change the word
"changeme"
in this section "ftp.php" on the 11th and 12th line there is the username and password, please change these
to what ever you want, please remember to use hard names like MrDfЈre and passwords like 43F$3F#
this prevents most brute force hacks,
_________________________________________________
NOW, to put your gamemode on you need to goto ftp > "login" > gamemode > upload
NOW, to put your filterscripts on you need to goto ftp > "login" > filterscripts > upload
NOW, to put your scriptfiles on you need to goto ftp > "login" > scriptfiles > upload
NOW, to put your plugins on you need to goto ftp > "login" > plugins > upload
NOW, to make these work, goto the main page, then goto server.cfg
Then goto the main page of the control panel and press start/restart/stop to control your server
Ubuntu:
http://rapidshare.com/files/20960092...panel.zip.html
http://rapidshare.de/files/46114872/...panel.zip.html
http://www.filefactory.com/file/af6a...-MP_cpanel_zip
http://www.megaupload.com/?d=GKUDCY37
V2.0
http://rapidshare.de/files/46531293/...l_2.0.zip.html
http://rapidshare.com/files/21749626...l_2.0.zip.html
http://www.zezombia.com/upload/files/511_sa-mp cpanel 2.0.zip
Windows:
http://rapidshare.com/files/21210320...elwin.zip.html
http://rapidshare.de/files/46265487/cpanelwin.zip.html
http://www.filefactory.com/file/af669cg/n/cpanelwin_zip
http://www.megaupload.com/?d=X7O1TNBI
CentOS:
http://rapidshare.com/files/20960092...panel.zip.html
http://rapidshare.de/files/46114872/...panel.zip.html
http://www.filefactory.com/file/af6a...-MP_cpanel_zip
http://www.megaupload.com/?d=GKUDCY37
PLEASE REPORT ALL BUGS FOR LINUX VERSIONS ONLY ^_^ i do not support the windows one anymore!.
includes:
FTP
server.cfg Editor
start
stop
restart
Install:
For a windows install just drag and drop the cpanel windows folder contents to your web directory and download samp 0.2x server for windows and make this directory
C:\samp\
and drop all the server files to that directry, and ur done.
Код:
<?php class maxProtector{ var $password = 'changeme'; function showLoginForm(){ ?>
this password is the access to the control panel, to change the password change the word
"changeme"
Код:
define("USERNAME", "usernamehere"); // Your default username. define("PASSWORD", "passwordhere"); // Your default password.
to what ever you want, please remember to use hard names like MrDfЈre and passwords like 43F$3F#
this prevents most brute force hacks,
_________________________________________________
NOW, to put your gamemode on you need to goto ftp > "login" > gamemode > upload
NOW, to put your filterscripts on you need to goto ftp > "login" > filterscripts > upload
NOW, to put your scriptfiles on you need to goto ftp > "login" > scriptfiles > upload
NOW, to put your plugins on you need to goto ftp > "login" > plugins > upload
NOW, to make these work, goto the main page, then goto server.cfg
Then goto the main page of the control panel and press start/restart/stop to control your server
Ubuntu:
http://rapidshare.com/files/20960092...panel.zip.html
http://rapidshare.de/files/46114872/...panel.zip.html
http://www.filefactory.com/file/af6a...-MP_cpanel_zip
http://www.megaupload.com/?d=GKUDCY37
V2.0
http://rapidshare.de/files/46531293/...l_2.0.zip.html
http://rapidshare.com/files/21749626...l_2.0.zip.html
http://www.zezombia.com/upload/files/511_sa-mp cpanel 2.0.zip
Windows:
http://rapidshare.com/files/21210320...elwin.zip.html
http://rapidshare.de/files/46265487/cpanelwin.zip.html
http://www.filefactory.com/file/af669cg/n/cpanelwin_zip
http://www.megaupload.com/?d=X7O1TNBI
CentOS:
http://rapidshare.com/files/20960092...panel.zip.html
http://rapidshare.de/files/46114872/...panel.zip.html
http://www.filefactory.com/file/af6a...-MP_cpanel_zip
http://www.megaupload.com/?d=GKUDCY37
PLEASE REPORT ALL BUGS FOR LINUX VERSIONS ONLY ^_^ i do not support the windows one anymore!.