Plugin Directory

Changeset 2152968


Ignore:
Timestamp:
09/08/2019 10:03:23 AM (7 years ago)
Author:
devparis
Message:

Version 1.1, tested up to 5.2.3, add new feature

Location:
yld-server-information/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • yld-server-information/trunk/functions.php

    r2118389 r2152968  
    2424        'User Agent' => substr($_SERVER['HTTP_USER_AGENT'], 0, 40),
    2525        'User IP' => $_SERVER['REMOTE_ADDR'],
     26        // version 1.1
     27        'wp_max_upload_size' => wp_max_upload_size()/1024/1024 . 'M',
    2628    );
    2729    return $info;
  • yld-server-information/trunk/readme.txt

    r2118394 r2152968  
    11=== YLD Server Information ===
    2 Contributors: devparis
     2Contributors: Yinlong
    33Donate link: https://cms.xsparis.com
    44Tags: server, php, mysql, information, version
    55Requires at least: 5.0.4
    6 Tested up to: 5.2.2
     6Tested up to: 5.2.3
    77Requires PHP: 5.6
    8 Stable tag: 1.0
     8Stable tag: 1.1
    99License: GPLv2
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1111
    1212It 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 WordPress
    19 
    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.0
    30 
    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  
    66 * Author:      Yinlong
    77 * Author URI:  https://www.linkedin.com/in/yinlong-shao-559605189/
     8 * Donate link: https://www.paypal.me/shaoyinlong
    89 * License:     GPL2
    910 */
Note: See TracChangeset for help on using the changeset viewer.