PHP SSH
Posted: Thu Jun 12, 2014 7:02 pm
I currently host my website on paid hosting. The server for the game is hosted in someone's home along with the database. The game is written in C. Right now I am making accounts and creating characters manually through ssh as the game server is Linux. Two scripts that are on the server (create_account and create_character) need to accessed from the website to make it an automated system. I need to access these two scripts via ssh/shell_exe and pass the variables entered on the php pages to the scripts. Does anyone have any experience or ideas on how to do that. I have been scouring the internet and reading and I am looking for a little guidance.
Thanks.
Thanks.