SA-MP Forums Archive
how to script php with out need ssh - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: how to script php with out need ssh (/showthread.php?tid=232092)



how to script php with out need ssh - oOegyptOo - 26.02.2011

hi iam going to make my own hosting company for sa-mp servers i had already a webhosting company and i got a success in it.
iam going to make a sa-mp hosting company but i need a secure way .
when i checked alot of php scripts they need ssh which controll the whole server.
so i decided to make the ssh detials in a file before public_html and edit the controll panel.
but my problem thats i need a more secure way!!!
any body have an idea?


Re: how to script php with out need ssh - Mike Garber - 26.02.2011

SSH is secure - If you use It right.
The SSH account that are to be put in should not control the whole server, and should not be the root account (unless It's an installer).


Re: how to script php with out need ssh - oOegyptOo - 26.02.2011

Quote:
Originally Posted by Mike Garber
Посмотреть сообщение
SSH is secure - If you use It right.
The SSH account that are to be put in should not control the whole server, and should not be the root account (unless It's an installer).
how to do it i have WHM and cPanel but how to make another ssh account with a limited permission.