forked from mathetos/send-system-info
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
115 lines (88 loc) · 3.14 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
=== Send System Info ===
Contributors: johnregan3
Donate Link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=BAG2XC69ZYADQ
Tags: support, system, version, php, php version,
Requires at least: 3.0.1
Tested up to: 3.9
Stable tag: trunk
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Send Information about your WP install, Server, and Browser to Support personnel.
== Description ==
Send System Info is a handy WordPress plugin that displays System Information for debugging. This information can be downloaded as a .txt file, sent via email directly from the plugin, and/or remotely viewed via generated URL. This plugin is a must-recommend for those who deal with support every day.
This plugin displays WordPress, Server and Browser information, including fields like PHP version, active plugins, current browser, etc. It also tests for FSOCKOPEN, cURL, SOAP client, as well as many other features.
**Plugin Features**
* Quickly and easily presents a snapshot of the user's site configuration
* Send System Info via email
* Download System Info as .txt file
* Option to allow remote viewing of System Information
* Multisite Support
**Full List of Information Displayed**
* Multisite
* SITE_URL
* HOME_URL
* WordPress Version
* Permalink Structure
* Active Theme
* Registered Post Stati
* Platform
* Browser Name
* Browser Version
* User Agent String
* PHP Version
* MySQL Version
* Web Server Info
* WordPress Memory Limit
* PHP Safe Mode
* PHP Memory Limit
* PHP Upload Max Size
* PHP Post Max Size
* PHP Upload Max Filesize
* PHP Time Limit
* PHP Max Input Vars
* PHP Arg Separator
* PHP Allow URL File Open
* WP_DEBUG
* WP Table Prefix
* Show On Front
* Page On Front
* Page For Posts
* WP Remote Post
* Session
* Session Name
* Cookie Path
* Save Path
* Use Cookies
* Use Only Cookies
* DISPLAY ERRORS
* FSOCKOPEN
* cURL
* SOAP Client
* SUHOSIN
* ACTIVE PLUGINS
* NETWORK ACTIVE PLUGINS
**Contribute to Send System Info**
[Send System Info on GitHub](https://github.com/johnregan3/send-system-info "Send System Info on GitHub")
== Installation ==
Install Send System Info just as you would any other WP Plugin:
1. [Download Send System Info](http://wordpress.org/plugins/send-system-info "Send System Info") from WordPress.org.
2. Unzip the .zip file.
3. Upload the Plugin folder (send-system-info/) to the wp-content/plugins folder.
4. Go to [Plugins Admin Panel](http://codex.wordpress.org/Administration_Panels#Plugins "Plugins Admin Panel") and find the newly uploaded Plugin, "Send System Info" in the list.
5. Click Activate Plugin to activate it.
[More help installing Plugins](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins "WordPress Codex: Installing Plugins")
After installation and activation, this plugin's administration screen can be found under Tools > Send System Info.
== Screenshots ==
1. The Send System Info Administration Screen (Tools > Send System Info)
== Changelog ==
= 1.1 =
* Updating method for determining MySQL version
* Minor Bugfixes
= 1.0 =
* Inital Release
== Upgrade Notice ==
= 1.1 =
* Updating method for determining MySQL version
* Minor Bugfixes
= 1.0 =
* Inital Release