Windows NT KAMIDAKI 10.0 build 19045 (Windows 10) AMD64
Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.3.9
Server IP : 192.168.3.16 & Your IP : 216.73.216.140
Domains :
Cant Read [ /etc/named.conf ]
User : SISTEMA
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
C: /
xampp /
php /
pear /
Text /
Wiki /
Render /
Plain /
Delete
Unzip
Name
Size
Permission
Date
Action
Anchor.php
357
B
-rw-rw-rw-
2016-01-27 13:07
Blockquote.php
907
B
-rw-rw-rw-
2016-01-27 13:07
Bold.php
419
B
-rw-rw-rw-
2016-01-27 13:07
Box.php
1.2
KB
-rw-rw-rw-
2016-01-27 13:07
Break.php
426
B
-rw-rw-rw-
2016-01-27 13:07
Center.php
421
B
-rw-rw-rw-
2016-01-27 13:07
Code.php
461
B
-rw-rw-rw-
2016-01-27 13:07
Colortext.php
428
B
-rw-rw-rw-
2016-01-27 13:07
Deflist.php
1.09
KB
-rw-rw-rw-
2016-01-27 13:07
Delimiter.php
428
B
-rw-rw-rw-
2016-01-27 13:07
Embed.php
453
B
-rw-rw-rw-
2016-01-27 13:07
Emphasis.php
427
B
-rw-rw-rw-
2016-01-27 13:07
Font.php
1.29
KB
-rw-rw-rw-
2016-01-27 13:07
Freelink.php
444
B
-rw-rw-rw-
2016-01-27 13:07
Function.php
920
B
-rw-rw-rw-
2016-01-27 13:07
Heading.php
241
B
-rw-rw-rw-
2016-01-27 13:07
Horiz.php
429
B
-rw-rw-rw-
2016-01-27 13:07
Html.php
457
B
-rw-rw-rw-
2016-01-27 13:07
Image.php
419
B
-rw-rw-rw-
2016-01-27 13:07
Include.php
130
B
-rw-rw-rw-
2016-01-27 13:07
Interwiki.php
689
B
-rw-rw-rw-
2016-01-27 13:07
Italic.php
425
B
-rw-rw-rw-
2016-01-27 13:07
List.php
1.7
KB
-rw-rw-rw-
2016-01-27 13:07
Newline.php
148
B
-rw-rw-rw-
2016-01-27 13:07
Page.php
1.21
KB
-rw-rw-rw-
2016-01-27 13:07
Paragraph.php
596
B
-rw-rw-rw-
2016-01-27 13:07
Phplookup.php
501
B
-rw-rw-rw-
2016-01-27 13:07
Plugin.php
1.3
KB
-rw-rw-rw-
2016-01-27 13:07
Prefilter.php
754
B
-rw-rw-rw-
2016-01-27 13:07
Preformatted.php
1.25
KB
-rw-rw-rw-
2016-01-27 13:07
Raw.php
439
B
-rw-rw-rw-
2016-01-27 13:07
Revise.php
430
B
-rw-rw-rw-
2016-01-27 13:07
Smiley.php
1.26
KB
-rw-rw-rw-
2016-01-27 13:07
Specialchar.php
1.61
KB
-rw-rw-rw-
2016-01-27 13:07
Strong.php
430
B
-rw-rw-rw-
2016-01-27 13:07
Subscript.php
1.22
KB
-rw-rw-rw-
2016-01-27 13:07
Superscript.php
430
B
-rw-rw-rw-
2016-01-27 13:07
Table.php
1.11
KB
-rw-rw-rw-
2016-01-27 13:07
Tighten.php
136
B
-rw-rw-rw-
2016-01-27 13:07
Titlebar.php
1.36
KB
-rw-rw-rw-
2016-01-27 13:07
Toc.php
784
B
-rw-rw-rw-
2016-01-27 13:07
Tt.php
426
B
-rw-rw-rw-
2016-01-27 13:07
Underline.php
424
B
-rw-rw-rw-
2016-01-27 13:07
Url.php
554
B
-rw-rw-rw-
2016-01-27 13:07
Wikilink.php
425
B
-rw-rw-rw-
2016-01-27 13:07
Save
Rename
<?php class Text_Wiki_Render_Plain_Embed extends Text_Wiki_Render { /** * * Renders a token into text matching the requested format. * * @access public * * @param array $options The "options" portion of the token (second * element). * * @return string The text rendered from the token options. * */ function token($options) { return strip_tags($options['text']); } } ?>