Linux ih01.iridiumhosting.com 5.14.0-611.5.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 08:09:09 EST 2025 x86_64
LiteSpeed
Server IP : 67.227.241.211 & Your IP : 216.73.216.226
Domains :
Cant Read [ /etc/named.conf ]
User : dustinhy
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
dustinhy /
.www_backup /
themes /
Divi /
core /
Delete
Unzip
Name
Size
Permission
Date
Action
admin
[ DIR ]
drwxr-xr-x
2025-11-24 15:20
build
[ DIR ]
drwxr-xr-x
2025-11-24 15:20
code-snippets
[ DIR ]
drwxr-xr-x
2025-11-24 15:20
components
[ DIR ]
drwxr-xr-x
2025-11-24 15:20
i18n
[ DIR ]
drwxr-xr-x
2025-11-24 15:20
item-library-local
[ DIR ]
drwxr-xr-x
2025-11-24 15:20
json-data
[ DIR ]
drwxr-xr-x
2025-11-24 15:20
_et_core_version.php
257
B
-rw-r--r--
2025-11-24 15:20
_metadata.php
15.93
KB
-rw-r--r--
2025-11-24 15:20
functions.php
62.07
KB
-rw-r--r--
2025-11-24 15:20
init.php
5.32
KB
-rw-r--r--
2025-11-24 15:20
php_functions.php
476
B
-rw-r--r--
2025-11-24 15:20
updates_init.php
46
B
-rw-r--r--
2025-11-24 15:20
wp_functions.php
8.81
KB
-rw-r--r--
2025-11-24 15:20
Save
Rename
<?php if ( ! function_exists( 'array_replace' ) ) : function array_replace( array $array, array $array1 ) { $args = func_get_args(); $count = func_num_args(); for ( $i = 0; $i < $count; ++$i ) { if ( is_array( $args[ $i ] ) ) { foreach ( $args[ $i ] as $key => $val ) { $array[ $key ] = $val; } } else { trigger_error( __FUNCTION__ . '(): Argument #' . ( $i + 1 ) . ' is not an array', E_USER_WARNING ); return null; } } return $array; } endif;