Download
Download this page and the helper plugin > here <
Installation instructions
- Unzip the downloaded file in an empty folder.
- Copy the file debug.dump.php in the plugins folder
located in the XAseco folder.
- Edit the file debug.dump.php and replace the name and path of the output file in line #19.
It can be for instance a path to a file that can be accessed through your web server.
- Edit the file plugins.xml located in the XAseco folder and add this line at the bottom:
<plugin>debug.dump.php</plugin>
- Copy the other files: explorer.html, jquery.js and
explorer.zip in the same folder than the one specified at step #3 above.
- Stop and restart XAseco.
Use the plugin
During the game, you may enter in the chat either:
- /dump to dump the $aseco variable,
- /dump variable_name to dump the corresponding PHP variable.
For instance: /dump re_config dumps the $re_config variable.