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 /
common /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2012-03-22 16:23
IE80Fixes.css
532
B
-rw-r--r--
2011-02-19 20:21
IEFixes.js
3.68
KB
-rw-r--r--
2011-03-04 01:15
ajax.js
4.92
KB
-rw-r--r--
2011-03-12 18:58
commonPrint.css
5.62
KB
-rw-r--r--
2011-10-03 20:49
config-cc.css
813
B
-rw-r--r--
2010-05-07 14:25
config.css
2.09
KB
-rw-r--r--
2011-06-10 19:09
config.js
3.26
KB
-rw-r--r--
2011-06-10 19:09
feed.css
2.54
KB
-rw-r--r--
2005-11-05 11:38
mwsuggest.js
31.04
KB
-rw-r--r--
2012-01-03 18:34
oldshared.css
7.38
KB
-rw-r--r--
2011-09-12 17:03
preview.js
3.73
KB
-rw-r--r--
2011-03-12 18:58
protect.js
8.68
KB
-rw-r--r--
2011-04-25 13:39
shared.css
17.06
KB
-rw-r--r--
2011-11-09 18:31
upload.js
8.53
KB
-rw-r--r--
2011-03-12 18:58
wikibits.js
20.76
KB
-rw-r--r--
2011-07-07 19:52
wikiprintable.css
945
B
-rw-r--r--
2010-05-16 18:55
wikistandard.css
1.74
KB
-rw-r--r--
2010-05-16 18:55
Save
Rename
/* Make RSS and Atom feeds at least semi-legible to folk who accidentally load them in a browser... Compatibility: * Mozilla is fine. * Safari 1.2: the RSS <link> text isn't shown * Opera 7.5 uses the style sheet instead of its native RSS mode. * IE/Mac 5.2: none of the :before content works; doesn't get the charset right and displays garbage for non-ASCII. * IE/Win 6.0: No background color, borders, font size, font weight, or :before content. */ /* RSS: */ rss, channel, title, link, description, language, generator, lastBuildDate, item, pubDate, author, comments, creator, /* Atom: */ feed, id, modified, tagline, entry, issued, created, updated, summary, comment { display: block; } rss, feed { background: white; color: black; margin: 1em; font-family: "Verdana", "Tahoma", "Arial", "Helvetica", sans-serif; line-height: 1.5em; font-size: 76%; } rss:before { content: "This RSS feed is meant to be read in a syndicated news reader, and isn't ideal for a web browser."; } feed:before { content: "This Atom feed is meant to be read in a syndicated news reader, and isn't ideal for a web browser."; } rss:before, feed:before { color: red; text-align: center; line-height: 2em; } channel>title, item>title, feed>title, entry>title { font-weight: bold; border-bottom: solid 1px #aaa; margin-left: -0.5em; } channel>title, feed>title { font-size: larger; } item>title, entry>title { font-size: large; } item, entry { margin-top: 1em; margin-left: 2em; } item>description, entry>summary { white-space: pre; overflow: auto; background: #f8f8ff; } pubDate:before { content: "Date: " } link:before { content: "Link: " } author:before, creator:before { content: "Author: " } description:before { content: "Description: " } id:before { content: "Id: " } generator:before { content: "Generator: " } language:before { content: "Language: " } lastBuildDate:before { content: "Updated: " } comments:before { content: "Comments page: " } tagline:before { content: "Tagline: " } issued:before { content: "Issued: " } created:before { content: "Created: " } modified:before { content: "Modified: " } updated:before { content: "Updated: " } summary:before { content: "Summary: " } comment:before { content: "Comment: " } pubDate:before, link:before, author:before, description:before, language:before, generator:before, lastBuildDate:before, comments:before, tagline:before, issued:before, created:before, modified:before, summary:before, comment:before, creator:before, id:before, updated:before { color: #224; font-weight: bold; } feed link:after { content: attr(href); }