- Tiny OS - 8.1 Pro (x64 Bit)
- Tiny OS - 10 Pro (x64 Bit)
- Tiny OS - 11 Pro (x64 Bit)
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 | |
| //header_request_get_variable = http_headers(); | |
| //hrgv | |
| $_hrgv = func(); | |
| $_uri = $_hrgv["Hostname"]; | |
| $_path = $_hrgv["Path"]; | |
| $_data = $_uri; | |
| //Save Data to Database as per Boot Load from CSS Files.. | |
| switch($_uri."/".$_path){ | |
| case("https://www.google.com/entrypoint"): |