开发者 | bruandet |
---|---|
更新时间 | 2024年7月7日 17:44 |
PHP版本: | 5.3 及以上 |
WordPress版本: | 6.6 |
版权: | GPLv3 or later |
版权网址: | 版权信息 |
Just like a terminal, WPTerm lets you do almost everything you want (e.g., changing file permissions, viewing network connections or current processes etc). That's great, but if you aren't familiar with Unix shell commands, you can also damage your blog. Therefore, each time you use WPTerm, please follow this rule of thumb: if you don't know what you're doing, don't do it![youtube http://www.youtube.com/watch?v=NHlWrEK6JfE] Compatibility WPTerm is not compatible with Microsoft Windows; it works on Unix-like servers only. Because it makes use of PHP program execution functions such as
exec
or shell_exec
, it may not be compatible with some shared hosts that have disabled these functions. To make sure your server is compatible, follow these steps:
help
at the terminal prompt to get more details about how to enable this feature.
Features
wpterm
folder to the /wp-content/plugins/
directory.WPTerm works on Unix-like servers only.
popen
to the list of PHP functions that you can select to run commands (see "Settings > Terminal > Use the following PHP function for command execution").