| Server IP : 172.67.178.83 / Your IP : 216.73.217.141 Web Server : Apache System : Linux hosting01.arsenalhost.com 4.18.0-425.13.1.lve.el8.x86_64 #1 SMP Mon Feb 27 15:23:24 EST 2023 x86_64 User : corbizre ( 1013) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/corbizre/nextgreathome.com/ |
Upload File : |
<a target="blank" href="https://www.epik.com/index-live.php">https://www.epik.com/index-live.php</a>
<?php
exit;
error_reporting(E_ALL);
$json = 'a:1:{i:0;a:9:{s:4:"Name";s:15:"Kurt Lowdermilk";s:7:"Address";s:0:"";s:4:"City";s:0:"";s:5:"State";s:0:"";s:3:"Zip";s:0:"";s:11:"CompanyName";s:17:"RE/MAX CONNECTION";s:5:"Phone";s:21:"231-349-9038 [Mobile]";s:3:"Fax";s:0:"";s:5:"Email";s:0:"";}}';
print_r(unserialize($json));
$json = '{"foo-bar": 12345}';
$obj = json_decode($json);
print_r($obj);
?>