Talk:Which Server
From JumbaWiki
Weren't Jumba removing the shell_exec() command? If so, the methods shown in the article are completely useless. phpinfo() would be the only way to find out the server name - assuming that hasn't been removed.
- The phpinfo part of the article was removed as phpinfo is disallowed as noted - you need to contact jumba to find out what server you are on or any other php info. Aussiepete
- Wouldn't it make more sense to just say to either contact Jumba directly, or look in the welcome email? shell_exec() is now banned - meaning that the PHP code shared will no longer work - `hostname` is short for shell_exec("hostname"). SSH access is a rare delicacy, so that is barely an option anymore. Mick might need to say something here. Thewebdruid

