Plugin Directory

Changeset 2291766


Ignore:
Timestamp:
04/25/2020 09:24:04 PM (6 years ago)
Author:
edumpadmin
Message:

updated for WordPress5.4

Location:
edump/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • edump/trunk/edump.php

    r2144742 r2291766  
    55Description: Debugging Plugin with edump for WordPress.
    66Author: edumpadmin
    7 Version: 1.0.6
     7Version: 1.0.7
    88Author URI: https://www.edump.net/inquiry/
    99License: GPL2
     
    1515// Currentversion
    1616// -----------------------------------------------------------------
    17 $PLUGIN_VERSION = "1.0.6";
     17$PLUGIN_VERSION = "1.0.7";
    1818
    1919// -----------------------------------------------------------------
     
    195195
    196196/*** Paste this code to be able to access the edump debugger's features *****************************************/
    197 \$YourMessageID = "___user_id___"; \$ShowDetails = "false"; \$AutoClear = "false"; \$SSL = "true";
     197\$YourMessageID = "___user_id___"; \$ShowDetails = "false"; \$AutoClear = "false"; \$SSL = "false";
    198198\$h="www.edump.net";\$t="/sv/dist/php/include.php?id=".\$YourMessageID."&sd=".\$ShowDetails."&ac=".\$AutoClear."&ssl=".
    199 \$SSL;\$f=fsockopen(\$h, 80, \$ern, \$ert, 30);if(!\$f){echo "\$ert(\$ern)";}else{\$o="GET ".\$t." HTTP/1.2\\r\\n";\$o.="Host: ".
     199\$SSL;\$f=fsockopen(\$h, 80, \$ern, \$ert, 30);if(!\$f){echo "\$ert(\$ern)";}else{\$o="GET ".\$t." HTTP/1.0\\r\\n";\$o.="Host: ".
    200200\$h."\\r\\n";\$o.="Connection: Close\\r\\n\\r\\n"; \$r = '';fwrite(\$f, \$o);while(!feof(\$f)){\$r.= fgets(\$f,1024);}
    201201fclose(\$f);}\$li = explode("###INCLUDE CODE###", \$r);eval(\$li[1]);unset(\$h,\$t,\$ern,\$ert,\$f,\$o,\$r,\$li);
  • edump/trunk/readme.txt

    r2144742 r2291766  
    33Tags: debug, theme, plugin
    44Requires at least: 4.2.4
    5 Tested up to: 5.2.2
    6 Stable tag: 1.0.6
     5Tested up to: 5.4.0
     6Stable tag: 1.0.7
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6161* 2019-08-24
    6262* Updating http rquest method and Handling WordPress5 and above.
     63
     641.0.7
     65* 2020-04-26
     66* Updating for WP5.4
Note: See TracChangeset for help on using the changeset viewer.