PHPterm is a terminal/shell emulator for PHP which let's you execute shell commands just like in a shell, but all within your browser window over the HTTP protocol.
It aims to provide the look and feel of konsole, the KDE terminal.
License
GNU General Public License version 2.0 (GPLv2)Follow PHP Shell Terminal
Other Useful Business Software
The All-in-One Commerce Platform for Businesses - Shopify
Shopify is a leading all-in-one commerce platform that enables businesses to start, build, and grow their online and physical stores. It offers tools to create customized websites, manage inventory, process payments, and sell across multiple channels including online, in-person, wholesale, and global markets. The platform includes integrated marketing tools, analytics, and customer engagement features to help merchants reach and retain customers. Shopify supports thousands of third-party apps and offers developer-friendly APIs for custom solutions. With world-class checkout technology, Shopify powers over 150 million high-intent shoppers worldwide. Its reliable, scalable infrastructure ensures fast performance and seamless operations at any business size.
Rate This Project
Login To Rate This Project
User Reviews
-
In order to work, you need to have function proc_open() OR shell_exec() enabled on your server. Be sure to check this because a lot of servers are configured to disable these functions by default (for security reasons). This little tool is nice to have when you need to perform some command lines on the server, but it has some limitations : - you can't run any interactive application (such as "vi") because you're not on a tty) - on many servers, you can't perform any sudo / su because it say's it requires a tty (this check is enabled on many servers for security reasons) (you may however be able to install this tool on a server and use the SUID bit on it in order to mimick a permanent sudo) If you're OK with these limitations, then go for it : it's perfect for launching commands such as compress/decompress files, making aliases, etc. If someone is ready to work on it, this little tool could be improved in several ways, including : - adding autocompletion when pressing TAB key - adding a permanent sudo in the 'tools' menu, for the happy fews who have servers where the sudo is enabled (when you go in the menu, and click on sudo, you would then type in a login/password, and starting from then, all commands would be performed with this account until you click again on this 'tools > sudo' menu). - adding some javascript to better handle the scrollbar (when there's a lot of text in the console, each time you run a new command, the scrollbar is reseted to the top first line)