WS_OK_7.4.33 HEX
HEX
Server: nginx/1.21.4
System: Linux v12674 6.8.0-85-generic #85-Ubuntu SMP PREEMPT_DYNAMIC Thu Sep 18 15:26:59 UTC 2025 x86_64
User: endtheignorance (1014)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
Upload Files
File: /storage/v12674/nginx/airalle-bots.conf
if ($http_user_agent ~* (ZoteroTranslationServer|2345Explorer|bytedance|2ip|AdstxtBot|amazonbot|applebot|awario|Clickagy|CriteoBot|DuckDuck|EyeMonIT|freshping|GumGum|GnowitNewsbot|magpie|mediacloud|ahrefs|semrush|AmazonAdBot|archive|blex|certytags|coccocbot|dataforseo|opensiteexplorer|dotbot|RU_Bot|MJ12|petal|neeva|MojeekBot|PaperLiBot|SentiBot|SeznamBot|top1mbot|startmebot|UptimeRobot|Yak|yandex|baidu|Quantcastbot|msnbot|trendiction|SEBot|SerendeputyBot|serpstatbot|socialoomph|snailbot|AccompanyBot|webpros|Preload|zoominfo|yacybot|grapeshot|ACICrawler|AvocetCrawler|Centro|IonCrawl|Netvibes|proximic|megaindex|yahoo|semantic|Squidbot|dance|Barkrowler|route53|sogou|request|pingdom|wpmu|go-http)) {
   return 200;
}

location = /wp-admin/install.php { deny all; }
location = /nginx.conf { deny all; }
location ~ /\.htaccess$ { deny all; }
location ~ /readme\.html$ { deny all; }
location ~ /readme\.txt$ { deny all; }
location ~ /wp-config.php$ { deny all; }
location ~ ^/wp-admin/includes/ { deny all; }
location ~ ^/wp-includes/[^/]+\.php$ { deny all; }
location ~ ^/wp-includes/js/tinymce/langs/.+\.php$ { deny all; }
location ~ ^/wp-includes/theme-compat/ { deny all; }

location ~* /(?:uploads|content|files)/.*\.php\$ { deny all; }

location ~* /wp-content/.*.php$ {
        deny all;
}

location ~ ^/\.user\.ini {
    deny all;
}

location ~* /.*.sql$ {
    deny all;
}

### Delete below this line to enable Jetpack
location ~* /xmlrpc.php$ {
        deny all;
}