Skip to content

vibhuti019/PHP-Terminal-Prompt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Terminal On Browser(Shell)

  • This Is A Simple PHP Script.
  • It Creates A Shell (Prompt/Terminal) That Can Execute Commands On Server.
  • It Requires A Working Server.
  • This Shell Independent Of Server Type (Windows/Linux).
  • It Can Execute Both Prompt As Well As Terminal Commands

Getting Started:-

  • Create A Local Server(localhost) Using Apache.

Prerequisites :-

  • Requires Server That Can Execute PHP Script And Can Execute Commands(Linux/Windows).

Steps to Check The Server :-

  • You Can Check This By Opening link "127.0..0.1 / Or Ip Of The Server xxx.xxx.xxx.xxx " In Any Browser.
  • If It Says "Failed To Connect".
  • Your Server Is Not Working And You Need To Setup Apache Or Any Other Type Of Server.

Steps To Initialize And Create Server On Local Host :-

  • If Xampp Is Not Installed. Download and Install Xampp

In Windows Based Systems:

  1. Open Xampp Control Panel From The ShortCut On Desktop.
  2. Start the Service Apache link.
  3. Place Shell.php (File Downloaded). In the Folder %XamppDirectory%/htdocs
  4. In the Browser. Open Link 127.0.0.1/Shell.php
  5. Your Prompt Is Ready.

In Debian/Linux Systems (Without Installing Xampp)

  1. Open the Terminal, type command apt-get install apache2 . (Installs Apache).
  2. Start Apache Service using Command service apache2 start.
  3. Place Shell.php in /var/www/html/Shell.php.
  4. In the Browser. Open Link 127.0.0.1/Shell.php
  5. Your Prompt Is Ready.

Author

About

On Browser Terminal(Depending On The Server Type)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages