SA-MP Forums Archive
Just started making a control panel, any suggestions? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Just started making a control panel, any suggestions? (/showthread.php?tid=110193)



Just started making a control panel, any suggestions? - ExoSanty - 25.11.2009

i started to make a control panel for multiple servers hosting, here's what i got so far: (sorry little fuzzy)

SA-MP Control Panel

servers are started/stopped/restarted by a ssh connection in php...

security? well:

Код:
<?php

define("_ENCRYPTED_CODE_", "eG0lMTglREYlQTUlOTJKNCU3RkxHaHZU... and so on.
beter then nothing and ssh should be secure on it's own...

i will add an option to install LAdmin and to backup, what else would such cp need?


Re: Just started making a control panel, any suggestions? - Westie - 25.11.2009

I take it you're using sftp?


Re: Just started making a control panel, any suggestions? - ExoSanty - 25.11.2009

Quote:
Originally Posted by /^We(stie|z+[e|a
r)$/ ]
I take it you're using sftp?
no...

Quote:
Originally Posted by ExoSanty
servers are started/stopped/restarted by a ssh connection in php...



Re: Just started making a control panel, any suggestions? - Westie - 25.11.2009

Quote:
Originally Posted by /^We(stie|z+[e|a
r)$/ ]
I take it you're using sftp?
I'll rephrase that again. Are you using sftp?


Re: Just started making a control panel, any suggestions? - saiberfun - 25.11.2009

Quote:
Originally Posted by ExoSanty
i started to make a control panel for multiple servers hosting, here's what i got so far: (sorry little fuzzy)

SA-MP Control Panel

servers are started/stopped/restarted by a ssh connection in php...

security? well:

Код:
<?php

define("_ENCRYPTED_CODE_", "eG0lMTglREYlQTUlOTJKNCU3RkxHaHZU... and so on.
beter then nothing and ssh should be secure on it's own...

i will add an option to install LAdmin and to backup, what else would such cp need?
a better look :]
if you want just pm then i can help u out this weekend
with a design^^


Re: Just started making a control panel, any suggestions? - ExoSanty - 25.11.2009

Quote:
Originally Posted by /^We(stie|z+[e|a
r)$/ ]
Quote:
Originally Posted by /^We(stie|z+[e|a
r)$/ ]
I take it you're using sftp?
I'll rephrase that again. Are you using sftp?
no, i have considered using that to save the config file, but since most parts of the control panel are within the same user account of the samp server itself i'm just writing to it instead...

for starting, restarting and stop the server: http://uk3.php.net/manual/en/function.ssh2-exec.php


Re: Just started making a control panel, any suggestions? - ExoSanty - 25.11.2009

Quote:
Originally Posted by ┤ŞąiBЄЯҒПŋ├
a better look :]
if you want just pm then i can help u out this weekend
with a design^^
hehe, i just started with this monday... i work at weekends, dough.