PHP SSH

Need help with an engine or coding not on the list? Need help with a game or the website and forums here? Direct all questions here.
Post Reply
Littlewiser
Posts: 3
Joined: Thu Jun 12, 2014 2:11 am

PHP SSH

Post by Littlewiser »

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.
Littlewiser
Posts: 3
Joined: Thu Jun 12, 2014 2:11 am

Re: PHP SSH

Post by Littlewiser »

Got this working tonight. Went the PHP/Mysql route. SSH is for the birds :)
Post Reply

Return to “Advanced Help and Support”