This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying that +ovomatik is my blockchain ID. https://onename.com/ovomatik |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
* A small MODX snippet to extract POST, GET, SESSION & COOKIE values - (c) 2012 ackwa.fr | |
* | |
* @version : 1.0.1 | |
* @see : https://gist.github.com/gists/2853625 | |
* | |
* @usage : [[!argv?key=`myparam`&default=`1`]] -> return the value | |
* [[!argv?key=`myparam`&default=`1`&toph=`1`]] -> set [[+argv.myparam]] | |
* [[!argv?key=`myparam`&from=`GP`]] -> return the value from GET or POST |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[^qt^] - Query Time - Shows how long MODx took talking to the database <br> | |
[^q^] - Query Count -Shows how many database queries MODx made <br> | |
[^p^] - Parse Time - Shows how long MODx took to parse the page <br> | |
[^t^] - Total Time - Shows the total time taken to parse/ render the page <br> | |
[^s^] - Source - Shows the source of page, whether is database or cache. |