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.52
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 /
Xhtml /
Delete
Unzip
Name
Size
Permission
Date
Action
Address.php
1.05
KB
-rw-rw-rw-
2016-01-27 13:07
Anchor.php
1.21
KB
-rw-rw-rw-
2016-01-27 13:07
Blockquote.php
1.85
KB
-rw-rw-rw-
2016-01-27 13:07
Bold.php
1.37
KB
-rw-rw-rw-
2016-01-27 13:07
Box.php
1.52
KB
-rw-rw-rw-
2016-01-27 13:07
Break.php
1.25
KB
-rw-rw-rw-
2016-01-27 13:07
Center.php
1.51
KB
-rw-rw-rw-
2016-01-27 13:07
Code.php
4.31
KB
-rw-rw-rw-
2016-01-27 13:07
Colortext.php
1.77
KB
-rw-rw-rw-
2016-01-27 13:07
Deflist.php
2.01
KB
-rw-rw-rw-
2016-01-27 13:07
Delimiter.php
1.17
KB
-rw-rw-rw-
2016-01-27 13:07
Embed.php
1.15
KB
-rw-rw-rw-
2016-01-27 13:07
Emphasis.php
1.39
KB
-rw-rw-rw-
2016-01-27 13:07
Font.php
2.04
KB
-rw-rw-rw-
2016-01-27 13:07
Freelink.php
1003
B
-rw-rw-rw-
2016-01-27 13:07
Function.php
3.44
KB
-rw-rw-rw-
2016-01-27 13:07
Heading.php
2.41
KB
-rw-rw-rw-
2016-01-27 13:07
Horiz.php
1.25
KB
-rw-rw-rw-
2016-01-27 13:07
Html.php
1.14
KB
-rw-rw-rw-
2016-01-27 13:07
Image.php
5.92
KB
-rw-rw-rw-
2016-01-27 13:07
Include.php
883
B
-rw-rw-rw-
2016-01-27 13:07
Interwiki.php
3.05
KB
-rw-rw-rw-
2016-01-27 13:07
Italic.php
1.38
KB
-rw-rw-rw-
2016-01-27 13:07
List.php
4.62
KB
-rw-rw-rw-
2016-01-27 13:07
Newline.php
888
B
-rw-rw-rw-
2016-01-27 13:07
Page.php
1.16
KB
-rw-rw-rw-
2016-01-27 13:07
Paragraph.php
1.4
KB
-rw-rw-rw-
2016-01-27 13:07
Phplookup.php
2.28
KB
-rw-rw-rw-
2016-01-27 13:07
Plugin.php
1.22
KB
-rw-rw-rw-
2016-01-27 13:07
Prefilter.php
1.04
KB
-rw-rw-rw-
2016-01-27 13:07
Preformatted.php
1.22
KB
-rw-rw-rw-
2016-01-27 13:07
Raw.php
1.17
KB
-rw-rw-rw-
2016-01-27 13:07
Revise.php
1.66
KB
-rw-rw-rw-
2016-01-27 13:07
Smiley.php
2.55
KB
-rw-rw-rw-
2016-01-27 13:07
Specialchar.php
1.61
KB
-rw-rw-rw-
2016-01-27 13:07
Strong.php
1.4
KB
-rw-rw-rw-
2016-01-27 13:07
Subscript.php
1.4
KB
-rw-rw-rw-
2016-01-27 13:07
Superscript.php
1.4
KB
-rw-rw-rw-
2016-01-27 13:07
Table.php
3.41
KB
-rw-rw-rw-
2016-01-27 13:07
Tighten.php
882
B
-rw-rw-rw-
2016-01-27 13:07
Titlebar.php
1.4
KB
-rw-rw-rw-
2016-01-27 13:07
Toc.php
2.83
KB
-rw-rw-rw-
2016-01-27 13:07
Tt.php
1.38
KB
-rw-rw-rw-
2016-01-27 13:07
Underline.php
1.39
KB
-rw-rw-rw-
2016-01-27 13:07
Url.php
3.97
KB
-rw-rw-rw-
2016-01-27 13:07
Wikilink.php
5.82
KB
-rw-rw-rw-
2016-01-27 13:07
Save
Rename
<?php // vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: /** * Heading rule end renderer for Xhtml * * 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: Heading.php 196293 2005-09-18 13:39:39Z toggg $ * @link http://pear.php.net/package/Text_Wiki */ /** * This class renders headings in XHTML. * * @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 Release: @package_version@ * @link http://pear.php.net/package/Text_Wiki */ class Text_Wiki_Render_Xhtml_Heading extends Text_Wiki_Render { var $conf = array( 'css_h1' => null, 'css_h2' => null, 'css_h3' => null, 'css_h4' => null, 'css_h5' => null, 'css_h6' => null ); function token($options) { $collapse = null; static $jsOutput = false; // get nice variable names (id, type, level) extract($options); switch($type) { case 'start': $css = $this->formatConf(' class="%s"', "css_h$level"); return ' <h'.$level.$css.' id="'.$id.'"'.($collapse !== null ? ' onclick="hideTOC(\''.$id.'\');"' : '').'>'; case 'end': return '</h'.$level.'> '.($collapse !== null ? '<a id="'.$id.'__link" href="javascript:void();" onclick="hideTOC(\''.$id.'\')">['.($collapse ? '+' : '-').']</a> ' : ''); case 'startContent': if ($collapse !== null) { if ($jsOutput) { $js = ''; } else { $js = ' <script language="javascript"> function hideTOC(id) { div = document.getElementById(id+"__content"); link = document.getElementById(id+"__link"); if (div.style.display == "none") { div.style.display = ""; link.innerHTML = "[-]"; } else { div.style.display = "none"; link.innerHTML = "[+]"; } } </script> '; } } else { $js = ''; } return $js.' <div style="'.($collapse === true ? 'display: none; ' : '').'padding: 0px; margin: 0px; border: none;" id="'.$id.'__content"> '; case 'endContent': return ' </div> '; } } } ?>