Giter Site home page Giter Site logo

lesterchan / wp-serverinfo Goto Github PK

View Code? Open in Web Editor NEW
17.0 3.0 6.0 126 KB

Display your host's PHP, MYSQL & memcached (if installed) information on your WordPress dashboard.

Home Page: https://wordpress.org/plugins/wp-serverinfo/

JavaScript 2.42% PHP 97.58%
serverinfo wp-serverinfo memcached phpinfo wordpress wordpress-plugin lesterchan

wp-serverinfo's Introduction

WP-ServerInfo

Contributors: GamerZ
Donate link: http://lesterchan.net/site/donation/
Tags: phpinfo, mysql, php, server, serverinfo, info, information, memcached, memcache
Requires at least: 4.0
Tested up to: 6.3
Stable tag: 1.66

Display your host's PHP, MYSQL & memcached (if installed) information on your WordPress dashboard.

Description

Build Status

Build Status

Development

https://github.com/lesterchan/wp-serverinfo

Translations

https://translate.wordpress.org/projects/wp-plugins/wp-serverinfo

Credits

Donations

I spent most of my free time creating, updating, maintaining and supporting these plugins, if you really love my plugins and could spare me a couple of bucks, I will really appreciate it. If not feel free to use it without any obligations.

Changelog

1.66

  • NEW: Remove get_php_magic_quotes_gpc() and SERVER_ADMIN

1.65

  • NEW: Bump version to force update

1.64

  • FIXED: Remove safe mode and replace it with MySQL Query Cache Size

1.63

  • FIXED: Uses WordPress Polyglots for translation rather than po/mo

1.62

  • FIXED: phpinfo() display issue. Now uses DOMDocument to parse it

1.61

  • FIXED: PHP notices & remove eregi()

1.60 (09-01-2011)

  • NEW: Added memcached info if your PHP is compiled with memcached extension
  • NEW: Ported readme.html to readme.txt

1.50 (01-06-2009)

  • NEW: Works For WordPress 2.8
  • NEW: Minified Javascript Instead Of Packed Javascript
  • NEW: Renamed serverinfo-js-packed.js To serverinfo-js.js
  • NEW: Renamed serverinfo-js.js To pserverinfo-js.dev.js
  • NEW: Added "View all" Link To WP-ServerInfo Page On WP-ServerInfo Dashboard Widget
  • FIXED: Server Date/Time Too Fast

1.40 (12-12-2008)

  • NEW: Works For WordPress 2.7 Only
  • NEW: Load Admin JS And CSS Only In WP-ServerInfo Dashboard Page
  • NEW: Right To Left Language Support by Kambiz R. Khojasteh
  • NEW: Uses plugins_url()
  • FIXED: SSL Support
  • FIXED: In "General Overview", Used format_filesize() To Format Size Related PHP Values by Kambiz R. Khojasteh

1.31 (16-07-2008)

  • NEW: Works For WordPress 2.6

1.30 (01-06-2008)

  • NEW: Works With WordPress 2.5 Only
  • NEW: Uses /wp-serverinfo/ Folder Instead Of /serverinfo/
  • NEW: Uses wp-serverinfo.php Instead Of serverinfo.php
  • NEW: Renamed serverinfo-js.php To serverinfo-js.js
  • NEW: Uses serverinfo-js-packed.js
  • NEW: Removed serverinfo-css.css

1.00 (01-02-2007)

  • NEW: Initial Release

Installation

  1. Open wp-content/plugins Folder
  2. Put: Folder: wp-serverinfo
  3. Activate WP-ServerInfo Plugin
  4. Go to WP-Admin -> Dashboard -> WP-ServerInfo

Upgrading

  1. Deactivate WP-ServerInfo Plugin
  2. Open wp-content/plugins Folder
  3. Put/Overwrite: Folder: wp-serverinfo
  4. Activate WP-ServerInfo Plugin

Upgrade Notice

N/A

Screenshots

  1. Dashboard
  2. General Info
  3. PHP Info
  4. MYSQL Info
  5. Memcached Info

Frequently Asked Questions

WP-ServerInfo Support Forums

wp-serverinfo's People

Contributors

lesterchan avatar presskopp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

wp-serverinfo's Issues

Breaks Sites with Large Database

Hello,

Installing this plugin in a site with a large database 4GB and 4million rows causes the dashboard to not load correctly.

Some commands shouldn't be run on page load but instead triggered by the user via a modal. For instance these two pieces of information being collected become problematic.

Data Disk Usage: 3.4 MiB
Index Disk Usage: 976.0 KiB

Issue with PHP7

Hi,

I installed this plugin on Site Ground and my website started having 500 server error due to some conflict with PHP7. I removed the plugin and error got fixed.

Kindly look into fixing this plugin for PHP7.

Thanks & Regards

PHP 7.1 warnings

PHP Warning: A non-numeric value encountered in /wp-content/plugins/wp-serverinfo/wp-serverinfo.php on line 462
PHP Warning: A non-numeric value encountered in /wp-content/plugins/wp-serverinfo/wp-serverinfo.php on line 479

Depreciated Code for PHP7

Hi,

At line 381 - 391 @ wp-serverinfo.php do I see a problem for PHP7. This is a depreciated code since PHP5.4. Remove also line 131 and 132 from the file.

### Function: Get PHP Safe Mode
if(!function_exists('get_php_safe_mode')) {
function get_php_safe_mode() {
if(ini_get('safe_mode')) {
$safe_mode = __('On', 'wp-serverinfo');
} else {
$safe_mode = __('Off', 'wp-serverinfo');
}
return $safe_mode;
}
}

Display php_uname()

Would it be possible to add php_uname() to the main page? The reason I'm asking is this will provide the hostname of the server.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.