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 /
includes /
libs /
time /
Delete
Unzip
Name
Size
Permission
Date
Action
ConvertibleTimestamp.php
7.9
KB
-rw-r--r--
2016-11-28 20:20
TimestampException.php
77
B
-rw-r--r--
2016-11-28 20:20
defines.php
990
B
-rw-r--r--
2016-11-28 20:20
Save
Rename
<?php /** * Unix time - the number of seconds since 1970-01-01 00:00:00 UTC */ define( 'TS_UNIX', 0 ); /** * MediaWiki concatenated string timestamp (YYYYMMDDHHMMSS) */ define( 'TS_MW', 1 ); /** * MySQL DATETIME (YYYY-MM-DD HH:MM:SS) */ define( 'TS_DB', 2 ); /** * RFC 2822 format, for E-mail and HTTP headers */ define( 'TS_RFC2822', 3 ); /** * ISO 8601 format with no timezone: 1986-02-09T20:00:00Z * * This is used by Special:Export */ define( 'TS_ISO_8601', 4 ); /** * An Exif timestamp (YYYY:MM:DD HH:MM:SS) * * @see http://exif.org/Exif2-2.PDF The Exif 2.2 spec, see page 28 for the * DateTime tag and page 36 for the DateTimeOriginal and * DateTimeDigitized tags. */ define( 'TS_EXIF', 5 ); /** * Oracle format time. */ define( 'TS_ORACLE', 6 ); /** * Postgres format time. */ define( 'TS_POSTGRES', 7 ); /** * ISO 8601 basic format with no timezone: 19860209T200000Z. This is used by ResourceLoader */ define( 'TS_ISO_8601_BASIC', 9 );