📁
SKYSHELL MANAGER
PHP v8.2.30
Create
Create
Path:
root
/
home
/
qooetu
/
costes.qooetu.com
/
Name
Size
Perm
Actions
📁
.well-known
-
0755
🗑️
🏷️
🔒
📁
2e19d9
-
0755
🗑️
🏷️
🔒
📁
6b114
-
0755
🗑️
🏷️
🔒
📁
Modules
-
0755
🗑️
🏷️
🔒
📁
app
-
0755
🗑️
🏷️
🔒
📁
assets
-
0755
🗑️
🏷️
🔒
📁
bootstrap
-
0755
🗑️
🏷️
🔒
📁
cgi-bin
-
0755
🗑️
🏷️
🔒
📁
config
-
0755
🗑️
🏷️
🔒
📁
css
-
0755
🗑️
🏷️
🔒
📁
database
-
0755
🗑️
🏷️
🔒
📁
images
-
0755
🗑️
🏷️
🔒
📁
js
-
0755
🗑️
🏷️
🔒
📁
nbproject
-
0755
🗑️
🏷️
🔒
📁
public
-
0755
🗑️
🏷️
🔒
📁
resources
-
0755
🗑️
🏷️
🔒
📁
routes
-
0755
🗑️
🏷️
🔒
📁
storage
-
0755
🗑️
🏷️
🔒
📁
tests
-
0755
🗑️
🏷️
🔒
📁
uploads
-
0755
🗑️
🏷️
🔒
📁
vendor
-
0755
🗑️
🏷️
🔒
📁
wp-admin
-
0755
🗑️
🏷️
🔒
📁
wp-content
-
0755
🗑️
🏷️
🔒
📁
wp-includes
-
0755
🗑️
🏷️
🔒
📄
.htaccess
0.23 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
COOKIE.txt
0.2 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
X7ROOT.txt
0.27 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
defaults.php
1.29 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
engine.php
0 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
error_log
813.08 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
features.php
11.28 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
googlecfb82e09419fc0f6.html
0.05 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
index.php0
1.56 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
inputs.php
0.12 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
kurd.html
1.07 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
library.php
0 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
min.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
p.php
2.75 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
php.ini
0.04 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
product.php
1.78 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
qpmwztts.php
0.74 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
robots.txt
0.32 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
tovmbkwh.php
0.74 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
tyyffovi.php
0.74 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
veoxv.html
1.23 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
Edit: errmsg.inc
<?php /** * copyright : (C) 2001-2013 Advanced Internet Designs Inc. * email : forum@prohost.org * $Id$ * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; version 2 of the License. **/ defined('_hs') or define('_hs', ''); defined('_rsid') or define('_rsid', ''); /** Forum is disabled. Display reason and hang up. */ function exit_forum_disabled($format='html') { $TITLE_EXTRA = $RSS = null; header('HTTP/1.1 503 Service Temporarily Unavailable'); header('Status: 503 Service Temporarily Unavailable'); header('Retry-After: 1800'); // 30 minutes. header('Connection: Close'); header('Content-type: text/'. $format .'; charset=utf-8'); if ($format == 'xml') { exit('<?xml version="1.0" encoding="utf-8"?> <error> <message>'.$GLOBALS['DISABLED_REASON'].'</message> </error>'); } else { exit('<!DOCTYPE html> <html lang="en" dir="ltr"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="description" content="'.(!empty($META_DESCR) ? ''.$META_DESCR.'' : ''.$GLOBALS['FORUM_DESCR'].'' ) .'" /> <title>'.$GLOBALS['FORUM_TITLE'].$TITLE_EXTRA.'</title> <link rel="search" type="application/opensearchdescription+xml" title="'.$GLOBALS['FORUM_TITLE'].' Search" href="[[relativeurl]]/open_search.php" /> '.$RSS.' <link rel="stylesheet" href="[[relativeurl]]/theme/default/forum.css" media="screen" title="Default Forum Theme" /> <link rel="stylesheet" href="[[relativeurl]]/js/ui/jquery-ui.css" media="screen" /> <script src="[[relativeurl]]/js/jquery.js"></script> <script async src="[[relativeurl]]/js/ui/jquery-ui.js"></script> <script src="[[relativeurl]]/js/lib.js"></script> </head> <body> <!-- --> <div class="header"> '.($GLOBALS['FUD_OPT_1'] & 1 && $GLOBALS['FUD_OPT_1'] & 16777216 ? ' <div class="headsearch"> <form id="headsearch" method="get" action="[[relativeurl]]/index.php">'._hs.' <input type="hidden" name="t" value="search" /> <br /><label accesskey="f" title="Forum Search">Forum Search:<br /> <input type="search" name="srch" value="" size="20" placeholder="Forum Search" /></label> <input type="image" src="[[relativeurl]]/theme/default/images/search.png" title="Search" name="btn_submit"> </form> </div> ' : '' ) .' <a href="[[relativeurl]]/" title="Home"> <img class="headimg" src="[[relativeurl]]/theme/default/images/header.gif" alt="" align="left" height="80" /> <span class="headtitle">'.$GLOBALS['FORUM_TITLE'].'</span> </a><br /> <span class="headdescr">'.$GLOBALS['FORUM_DESCR'].'<br /><br /></span> </div> <div class="content"> <!-- Table for sidebars. --> <table width="100%"><tr><td> <br /> <h2>'.$GLOBALS['DISABLED_REASON'].'</h2> <br /> <small>Administrators can login <a href="[[relativeurl]]/adm/admloginuser.php">here</a>.</small> <br /><br /> '.(!empty($RIGHT_SIDEBAR) ? ' </td><td width="200px" align-"right" valign="top" class="sidebar-right"> '.$RIGHT_SIDEBAR.' ' : '' ) .' </td></tr></table> </div> <div class="footer ac"> <b>.::</b> <a href="mailto:'.$GLOBALS['ADMIN_EMAIL'].'">Contact</a> <b>::</b> <a href="[[relativeurl]]/index.php?t=index&'._rsid.'">Home</a> <b>::.</b> <p class="SmallText">Powered by: FUDforum '.$GLOBALS['FORUM_VERSION'].'.<br />Copyright ©2001-2025 <a href="http://fudforum.org/">FUDforum Bulletin Board Software</a></p> </div> </body></html>'); } } /** User is banned. Notify and hang up. */ function exit_user_banned() { $TITLE_EXTRA = $RSS = null; header('HTTP/1.1 403 Forbidden'); header('Status: 403 Forbidden'); header('Connection: Close'); header('Content-type: text/html; charset=utf-8'); exit('<!DOCTYPE html> <html lang="en" dir="ltr"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="description" content="'.(!empty($META_DESCR) ? ''.$META_DESCR.'' : ''.$GLOBALS['FORUM_DESCR'].'' ) .'" /> <title>'.$GLOBALS['FORUM_TITLE'].$TITLE_EXTRA.'</title> <link rel="search" type="application/opensearchdescription+xml" title="'.$GLOBALS['FORUM_TITLE'].' Search" href="[[relativeurl]]/open_search.php" /> '.$RSS.' <link rel="stylesheet" href="[[relativeurl]]/theme/default/forum.css" media="screen" title="Default Forum Theme" /> <link rel="stylesheet" href="[[relativeurl]]/js/ui/jquery-ui.css" media="screen" /> <script src="[[relativeurl]]/js/jquery.js"></script> <script async src="[[relativeurl]]/js/ui/jquery-ui.js"></script> <script src="[[relativeurl]]/js/lib.js"></script> </head> <body> <!-- --> <div class="header"> '.($GLOBALS['FUD_OPT_1'] & 1 && $GLOBALS['FUD_OPT_1'] & 16777216 ? ' <div class="headsearch"> <form id="headsearch" method="get" action="[[relativeurl]]/index.php">'._hs.' <input type="hidden" name="t" value="search" /> <br /><label accesskey="f" title="Forum Search">Forum Search:<br /> <input type="search" name="srch" value="" size="20" placeholder="Forum Search" /></label> <input type="image" src="[[relativeurl]]/theme/default/images/search.png" title="Search" name="btn_submit"> </form> </div> ' : '' ) .' <a href="[[relativeurl]]/" title="Home"> <img class="headimg" src="[[relativeurl]]/theme/default/images/header.gif" alt="" align="left" height="80" /> <span class="headtitle">'.$GLOBALS['FORUM_TITLE'].'</span> </a><br /> <span class="headdescr">'.$GLOBALS['FORUM_DESCR'].'<br /><br /></span> </div> <div class="content"> <!-- Table for sidebars. --> <table width="100%"><tr><td> <br /> Your prior actions have resulted in you being permanently banned from this forum. Goodbye. <br /><br /> '.(!empty($RIGHT_SIDEBAR) ? ' </td><td width="200px" align-"right" valign="top" class="sidebar-right"> '.$RIGHT_SIDEBAR.' ' : '' ) .' </td></tr></table> </div> <div class="footer ac"> <b>.::</b> <a href="mailto:'.$GLOBALS['ADMIN_EMAIL'].'">Contact</a> <b>::</b> <a href="[[relativeurl]]/index.php?t=index&'._rsid.'">Home</a> <b>::.</b> <p class="SmallText">Powered by: FUDforum '.$GLOBALS['FORUM_VERSION'].'.<br />Copyright ©2001-2025 <a href="http://fudforum.org/">FUDforum Bulletin Board Software</a></p> </div> </body></html>'); } ?>
Save