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 /
Delete
Unzip
Name
Size
Permission
Date
Action
Parse
[ DIR ]
drwxrwxrwx
2024-07-26 18:49
Render
[ DIR ]
drwxrwxrwx
2024-07-26 18:49
Default.php
802
B
-rw-rw-rw-
2016-01-27 13:07
Parse.php
6.44
KB
-rw-rw-rw-
2016-01-27 13:07
Render.php
4.91
KB
-rw-rw-rw-
2016-01-27 13:07
Save
Rename
<?php // vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: /** * Parse structured wiki text and render into arbitrary formats such as XHTML. * * PHP versions 4 and 5 * * @category Text * @package Text_Wiki * @author Justin Patrin <justinpatrin@php.net> * @license http://www.gnu.org/copyleft/lesser.html LGPL License 2.1 * @version CVS: $Id: Default.php 208363 2006-03-01 16:58:17Z justinpatrin $ * @link http://pear.php.net/package/Text_Wiki */ require_once('Text/Wiki.php'); /** * This is the parser for the Default ruleset. For now, this simply extends Text_Wiki. * * @category Text * @package Text_Wiki * @version Release: @package_version@ * @author Justin Patrin <justinpatrin@php.net> */ class Text_Wiki_Default extends Text_Wiki { }