Back to Home

PHP Terminal - Console via WEB

Do you often have situations when there is no access via SSH · but you need to perform some actions on the client project · be it chmod or just archiving? I have. For example · to arrange ...

PHP Terminal - Console via WEB

    Php terminal
    Do you often have situations when there is no access via SSH, but you need to perform some actions on the client project, be it chmod or just archiving? I have.
    For example, to arrange the rights to files via FTP, especially when there are a lot of files and attachments, the activity is not pleasant.
    In order to optimize my work, I started looking for a solution that would allow us to execute system commands conveniently and quickly.

    There was an option to write your application, but the search yielded successful results. Welcome to PHP Terminal 0.3.0!
    PHP Terminal 1

    The main purpose is to execute system commands without ssh access, using standard php functions for these purposes.

    Benefits:


    Search by command history (like in the native Linux terminal, with up / down buttons)
    Possibility of HTTP authorization
    4 options for terminal colors
    4 options for terminal sizes
    3 files, totaling only 24 kilobytes (program itself, styles, and javascript)
    Distributed under the GNU GPL license v2
    PHP Terminal 2

    Installation:


    Download the source from sourceforge.net/projects/phpterm
    Unpack on the server within the document root
    Edit the phpterm.php file, where we enter the authorization data in the $ passwd array (in the form login => password)
    Open the browser URL (http: // path_to_host / phpterm.php) and enjoy.

    Perhaps this small and certainly useful software will help someone in their daily work / life. It helped me a lot.

    Personal blog post: http://blog.try4tune.ru/2008/10/php-terminal-web-console/

    Read Next