Php Test Page

Simple example

Hi, I'm a PHP script!

Database Host: localhost

Random Tests

            Array
(
    [0] => 4
    [1] => 51
    [2] => 29
    [3] => 27
    [4] => 7
    [5] => 36
    [6] => 15
    [7] => 31
    [8] => 2
    [9] => 48
    [10] => 43
    [11] => 3
    [12] => 16
    [13] => 38
    [14] => 49
    [15] => 50
    [16] => 28
    [17] => 12
    [18] => 32
    [19] => 14
    [20] => 39
    [21] => 46
    [22] => 11
    [23] => 25
    [24] => 24
    [25] => 34
    [26] => 6
    [27] => 19
    [28] => 45
    [29] => 26
    [30] => 8
    [31] => 9
    [32] => 13
    [33] => 30
    [34] => 10
    [35] => 35
    [36] => 18
    [37] => 47
    [38] => 17
    [39] => 1
    [40] => 21
    [41] => 42
    [42] => 22
    [43] => 33
    [44] => 44
    [45] => 40
    [46] => 5
    [47] => 20
    [48] => 37
    [49] => 23
    [50] => 52
    [51] => 41
)

For sequential

The number is: 1
The number is: 2
The number is: 3
The number is: 4

For arbitrary

The number is: 1
The number is: 3
The number is: 2
The number is: 4

Date Time Tests

Default timezone: 2026-07-28 16:56:18

America/New_York timezone: 2026-07-28 12:56:18

Sleep Test

2026-07-28 12:56:18.731

Sleeping for 1 sec.

2026-07-28 12:56:19.731

CPU sleeping for 1 sec.

2026-07-28 12:56:20.732

var_dump(function_exists('sleep'));

bool(true)

php sapi name: litespeed

Array
(
    [0] => Core
    [1] => date
    [2] => libxml
    [3] => openssl
    [4] => pcre
    [5] => sqlite3
    [6] => zlib
    [7] => bz2
    [8] => calendar
    [9] => ctype
    [10] => curl
    [11] => hash
    [12] => filter
    [13] => ftp
    [14] => gettext
    [15] => json
    [16] => iconv
    [17] => SPL
    [18] => pcntl
    [19] => random
    [20] => readline
    [21] => Reflection
    [22] => session
    [23] => standard
    [24] => mbstring
    [25] => shmop
    [26] => SimpleXML
    [27] => tokenizer
    [28] => xml
    [29] => litespeed
    [30] => i360
    [31] => bcmath
    [32] => dba
    [33] => dom
    [34] => enchant
    [35] => fileinfo
    [36] => gd
    [37] => gmp
    [38] => imap
    [39] => intl
    [40] => ldap
    [41] => exif
    [42] => mysqlnd
    [43] => mysqli
    [44] => odbc
    [45] => PDO
    [46] => pdo_mysql
    [47] => PDO_ODBC
    [48] => pdo_pgsql
    [49] => pdo_sqlite
    [50] => pgsql
    [51] => Phar
    [52] => posix
    [53] => pspell
    [54] => snmp
    [55] => soap
    [56] => sockets
    [57] => tidy
    [58] => xmlreader
    [59] => xmlwriter
    [60] => xsl
    [61] => zip
)
        
Is sleep allowed?: Yes
Sleep returned: 0
Actual seconds passed: 1.0000810623169

$_SERVER dump

Array
(
    [PATH] => /usr/local/bin:/bin:/usr/bin
    [DOCUMENT_ROOT] => /home/fjjry221/public_html
    [HTTP_ACCEPT] => */*
    [HTTP_ACCEPT_ENCODING] => gzip, br, zstd, deflate
    [HTTP_HOST] => site1785167944.mywhc.ca
    [HTTP_USER_AGENT] => Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
    [HTTP_X_HTTPS] => 1
    [REMOTE_ADDR] => 216.73.217.177
    [REMOTE_PORT] => 11624
    [SERVER_ADDR] => 173.209.32.227
    [SERVER_NAME] => site1785167944.mywhc.ca
    [SERVER_ADMIN] => webmaster@site1785167944.mywhc.ca
    [SERVER_PORT] => 443
    [REQUEST_SCHEME] => https
    [REQUEST_URI] => /playground/test1.php
    [HTTPS] => on
    [X_SPDY] => HTTP2
    [SSL_PROTOCOL] => TLSv1.3
    [SSL_CIPHER] => TLS_AES_256_GCM_SHA384
    [SSL_CIPHER_USEKEYSIZE] => 256
    [SSL_CIPHER_ALGKEYSIZE] => 256
    [SCRIPT_FILENAME] => /home/fjjry221/public_html/playground/test1.php
    [QUERY_STRING] => 
    [SCRIPT_URI] => https://site1785167944.mywhc.ca/playground/test1.php
    [SCRIPT_URL] => /playground/test1.php
    [SCRIPT_NAME] => /playground/test1.php
    [SERVER_PROTOCOL] => HTTP/1.1
    [SERVER_SOFTWARE] => LiteSpeed
    [REQUEST_METHOD] => GET
    [X-LSCACHE] => on
    [PHP_SELF] => /playground/test1.php
    [REQUEST_TIME_FLOAT] => 1785257778.7288
    [REQUEST_TIME] => 1785257778
)
        

URL Fetch

            
<html><body><script type="text/javascript" src="/aes.js" ></script><script>function toNumbers(d){var e=[];d.replace(/(..)/g,function(d){e.push(parseInt(d,16))});return e}function toHex(){for(var d=[],d=1==arguments.length&&arguments[0].constructor==Array?arguments[0]:arguments,e="",f=0;f<d.length;f++)e+=(16>d[f]?"0":"")+d[f].toString(16);return e.toLowerCase()}var a=toNumbers("f655ba9d09a112d4968c63579db590b4"),b=toNumbers("98344c2eee86c3994890592585b49f80"),c=toNumbers("d8489ef30de8bb2420bec0956bf2aec5");document.cookie="__test="+toHex(slowAES.decrypt(c,2,a,b))+"; max-age=21600; expires=Thu, 31-Dec-37 23:55:55 GMT; path=/"; location.href="https://mgouin.freehosting.dev/?i=1";</script><noscript>This site requires Javascript to work, please enable Javascript in your browser or use a browser with Javascript support</noscript></body></html>