Uname : Linux serv1.rebootns.com 5.14.0-570.62.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 10:10:59 EST 2025 x86_64
Soft : LiteSpeed
Ip : 139.99.125.122
Port : 443
~
/
usr
/
local
/
sitepad
/
www
[ HOME ]
Exec
Submit
index.php
<?php ////////////////////////////////////////////////////////////// //=========================================================== // SitePad Website Builder //=========================================================== // Inspired by the DESIRE to be the BEST OF ALL // ---------------------------------------------------------- // Date: 23rd Jan 2012 // Time: 21:00 hrs // Site: http://www.sitepad.com/ (SitePad) // ---------------------------------------------------------- // Please Read the Terms of use at http://www.sitepad.com // ---------------------------------------------------------- //=========================================================== // (c)Softaculous Ltd //=========================================================== ////////////////////////////////////////////////////////////// @define('SITEPAD', 1); // Is it the admin ? if(in_array($_SERVER['SERVER_PORT'], array('2087', 2086))){ include_once(dirname(dirname(__FILE__)).'/admin.php'); // Is it the enduser ? }elseif(in_array($_SERVER['SERVER_PORT'], array(2083, 2082, 443, 80))){ @define('SITEMUSHUSER', 1); header("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1 header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Date in the past //cPanel recently enabled tweak setting(Use X-Frame-Options and X-Content-Type-Options headers) by default which blocks script tags which was causing issue to load the "top act" via index.auto.tmpl, hence to load "act top" we pass Content-Type: text/javascript if(@$_GET['act'] == 'top'){ header("Content-Type: text/javascript; charset=UTF-8"); }else{ header("Content-Type: text/html; charset=UTF-8"); } if(isset($_GET['act']) && $_GET['act'] == 'backups' && !empty($_GET['download']) && substr_count($_GET['download'], './') == 0){ header('Content-Disposition: attachment; filename="'.$_GET['download'].'"'); } include_once(dirname(dirname(__FILE__)).'/enduser.php'); }
Submit
Back
Folder Name
Submit
File Name
File Content
Submit
Name
Type
Size
Permission
Last Modified
Actions
.
dir
-
0755
2025-11-19 08:07:17
..
dir
-
0755
2025-11-29 12:55:28
themes
dir
-
0755
2025-11-16 08:44:21
index.cgi
file
207 B
0755
2025-11-29 12:55:28
index.live.php
file
926 B
0644
2025-11-29 12:55:28
index.php
file
1.89 KB
0644
2025-11-29 12:55:28