Changeset 2152968
- Timestamp:
- 09/08/2019 10:03:23 AM (7 years ago)
- Location:
- yld-server-information/trunk
- Files:
-
- 3 edited
-
functions.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
yld-server-info.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
yld-server-information/trunk/functions.php
r2118389 r2152968 24 24 'User Agent' => substr($_SERVER['HTTP_USER_AGENT'], 0, 40), 25 25 'User IP' => $_SERVER['REMOTE_ADDR'], 26 // version 1.1 27 'wp_max_upload_size' => wp_max_upload_size()/1024/1024 . 'M', 26 28 ); 27 29 return $info; -
yld-server-information/trunk/readme.txt
r2118394 r2152968 1 1 === YLD Server Information === 2 Contributors: devparis2 Contributors: Yinlong 3 3 Donate link: https://cms.xsparis.com 4 4 Tags: server, php, mysql, information, version 5 5 Requires at least: 5.0.4 6 Tested up to: 5.2. 26 Tested up to: 5.2.3 7 7 Requires PHP: 5.6 8 Stable tag: 1. 08 Stable tag: 1.1 9 9 License: GPLv2 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 11 11 12 12 It will show all server information in an admin page. 13 14 15 16 == Installation ==17 1. Upload the plugin files to the `/wp-content/plugins/plugin-name` directory, or install the plugin through the WordPress plugins screen directly.18 2. Activate the plugin through the 'Plugins' screen in WordPress19 20 21 == Frequently Asked Questions ==22 = Where can I see the information? =23 After active the plugin, you will find an item "Server Info" in admin menu, click on it, it will show all information in a page.24 = What information does it show? =25 System, Server Environment, available space, Server name, IP, port number, document root, mysql version, php version, php max upload filesize, post size...26 27 == Changelog ==28 = 1.0 =29 The first version 1.030 31 == Upgrade Notice ==32 = 1.0 =33 The first version.34 35 == Screenshots ==36 1. screenshot-1.png -
yld-server-information/trunk/yld-server-info.php
r2118389 r2152968 6 6 * Author: Yinlong 7 7 * Author URI: https://www.linkedin.com/in/yinlong-shao-559605189/ 8 * Donate link: https://www.paypal.me/shaoyinlong 8 9 * License: GPL2 9 10 */
Note: See TracChangeset
for help on using the changeset viewer.