����JFIF���������
| Attention: Uname: Php: Hdd: Cwd: | Mr.X WSO Webshell! - Personal WEB SHELL Mr.X BYPASS! V2.5 Telegram: @jackleet 5.3.29 Safe mode: OFF Datetime: 2026-04-10 04:19:07 1999.30 GB Free: 63.54 GB (3%) /home/httpd/html/stoptube.com/ drwxr-xr-x [ root ] [ home ] Text | Server IP: 127.0.0.54 Client IP: 216.73.216.53 |
| [ Files ] | [ Logout ] |
|---|
### --------------------------------------------------------------- ###
### MECHBUNNY HTACCESS FILE ###
### --------------------------------------------------------------- ###
DirectoryIndex index.php
ErrorDocument 404 /404.php
ErrorDocument 403 /403.php
Options -Indexes -Multiviews
AddDefaultCharset utf-8
### --------------------------------------------------------------- ###
### DO NOT EDIT BELOW THIS LINE UNLESS YOU KNOW WHAT YOU ARE DOING! ###
### --------------------------------------------------------------- ###
##START MOD_REWRITE
RewriteEngine On
##Return default placeholder image when image file on server not found
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-f
RewriteRule \.(gif|jpe?g|png) /includes/image404.php [NC,L]
##AJAX
RewriteRule ^ajax/([a-z-]+)$ core/ajax/$1.php [L,QSA]
##FILTERS
RewriteRule ^filters$ index.php?controller=filters [L,QSA]
##MEDIA
RewriteRule ^page([0-9]+).html$ index.php?controller=index&page=$1 [L,QSA]
RewriteRule ^webcams/(.*)-(.*).html$ index.php?controller=performer&username=$1&site=$2 [QSA]
##SITEMAPS
RewriteRule ^sitemap.xml$ includes/sitemap/sitemap.php [L,QSA]
RewriteRule ^sitemapPerformers.xml$ includes/sitemap/sitemapPerformers.php [L,QSA]
RewriteRule ^sitemapTags.xml$ includes/sitemap/sitemapTags.php [L,QSA]
RewriteRule ^robots.txt$ index.php?controller=robots [L,QSA]
##STATIC CONTROLLERS
RewriteRule ^signup$ index.php?controller=signup [QSA]
RewriteRule ^validate$ index.php?controller=validate [QSA]
RewriteRule ^login$ index.php?controller=login [QSA]
RewriteRule ^logout$ index.php?controller=logout [QSA]
RewriteRule ^contact$ index.php?controller=contact [QSA]
RewriteRule ^forgot-password$ index.php?controller=forgot_pass [QSA]
RewriteRule ^forgot-pass$ index.php?controller=forgot_pass [QSA]
RewriteRule ^favorites/$ index.php?controller=favorites [QSA]
RewriteRule ^my-profile$ index.php?controller=my_profile [L]
RewriteRule ^edit-profile$ index.php?controller=edit_profile [L]
RewriteRule ^static/(.*)$ index.php?controller=displayStatic&id=$1 [QSA]
RewriteRule ^load/(.*)$ index.php?controller=loadLayout&id=$1 [QSA]
RewriteRule ^404.php$ index.php?controller=404 [QSA]
RewriteRule ^403.php$ index.php?controller=403 [QSA]
RewriteRule ^a/(.*)$ index.php?controller=link&slug=$1 [QSA]
RewriteRule ^tags/$ index.php?controller=tags [QSA]
RewriteRule ^languages/$ index.php?controller=languages [QSA]
RewriteRule ^sites/$ index.php?controller=sites [QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^(.*) index.php?controller=router&url=$1 [L]