PHP terminal emulator(PHP终端模拟器)
问题描述
我想用 php 和 jquery 或 ajax 编写一个终端"模拟器.
I want to program a "Terminal" emulator in php and jquery or ajax.
我的意图不是执行真正的终端命令,我想创建类似 echo 的命令并将结果检索到 TextArea,或者创建类似 newuser 的命令并打开 jquery 对话框或网页.有没有办法开发这个东西?
My intention it's not to execute real terminal commands, I want to make commands like echo and retrieve me the results to an TextArea, or make commands like newuser and open me a jquery dialog or a webpage. Is there any way to do develop this thing?
我想要的是一个文本区域,我可以在其中获取响应和一个文本输入字段,我可以在其中放置命令.需要做的功能是调用一个 php 文件,它管理文本字段上的数据输入,比较并执行一些操作,例如简单的回声或掷骰子.我不想管理系统.感谢大家
The thing i want is a text area where i get the responses and a text input field where i put the commands. The function that needs to do is make a call to a php file where it manages the data input on the text field, compare and do some actions, like a simple echo or a dice rolling. I don't want to manage the system. Thanks to all
推荐答案
有几个远程(ajax)shell,它们模拟一个shell并将命令转发到服务器上的真实shellHTTP(S):
There are several remote (ajax) shells, which emulate a shell and forward the commands to to the real shell on the server via HTTP(S):
- http://antony.lesuisse.org/software/ajaxterm/
- http://www.squarefree.com/shell/shell.html
- http://en.wikipedia.org/wiki/Web-based_SSH
这篇关于PHP终端模拟器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:PHP终端模拟器
基础教程推荐
- Doctrine 2 - 在多对多关系中记录更改 2022-01-01
- 使用 PDO 转义列名 2021-01-01
- 如何在 Symfony 和 Doctrine 中实现多对多和一对多? 2022-01-01
- phpmyadmin 错误“#1062 - 密钥 1 的重复条目‘1’" 2022-01-01
- 在 yii2 中迁移时出现异常“找不到驱动程序" 2022-01-01
- 找不到类“AppHttpControllersDB",我也无法使用新模型 2022-01-01
- PHP 守护进程/worker 环境 2022-01-01
- 在 CakePHP 2.0 中使用 Html Helper 时未定义的变量 2021-01-01
- HTTP 与 FTP 上传 2021-01-01
- 如何在 XAMPP 上启用 mysqli? 2021-01-01