Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
opt /
lampp /
lib /
php /
doc /
HTML_Template_Xipe /
docs /
[ HOME SHELL ]
Name
Size
Permission
Action
autoBracesOff
[ DIR ]
drwxr-xr-x
Cache
[ DIR ]
drwxr-xr-x
fullFeatured
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
simple
[ DIR ]
drwxr-xr-x
xmlConfig
[ DIR ]
drwxr-xr-x
style.css
3.26
KB
-rw-r--r--
translate.mysql.sql
2.03
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : translate.mysql.sql
# phpMyAdmin MySQL-Dump # version 2.2.1 # http://phpwizard.net/phpMyAdmin/ # http://phpmyadmin.sourceforge.net/ (download page) # # Host: ludwig # Generation Time: Jan 15, 2002 at 11:32 AM # Server version: 3.23.37 # PHP Version: 4.0.6 # Database : `test` # -------------------------------------------------------- # # Table structure for table `translate_de` # CREATE TABLE translate_de ( id int(11) NOT NULL auto_increment, string varchar(255) NOT NULL default '', convertHtml enum('0','1') NOT NULL default '0', PRIMARY KEY (id) ) TYPE=MyISAM; # # Dumping data for table `translate_de` # INSERT INTO translate_de VALUES (1, 'hier zus�tzlich benutzte Features:', '0'); INSERT INTO translate_de VALUES (2, 'Quellcode', '0'); INSERT INTO translate_de VALUES (3, 'englisch', '0'); INSERT INTO translate_de VALUES (4, 'deutsch', '0'); INSERT INTO translate_de VALUES (5, '�bersetzen (z.B. in $1 )', '0'); INSERT INTO translate_de VALUES (6, 'dann solltest Du SimpleTemplate ausprobieren.', '0'); INSERT INTO translate_de VALUES (7, 'nebenbei konvertiert translate auch alle Texte in korrektes HTML wenn Du magst, wobei in DB alles normal abgelegt ist', '0'); # -------------------------------------------------------- # # Table structure for table `translate_en` # CREATE TABLE translate_en ( id int(11) NOT NULL auto_increment, string varchar(255) NOT NULL default '', numSubPattern tinyint(4) NOT NULL default '0', PRIMARY KEY (id) ) TYPE=MyISAM; # # Dumping data for table `translate_en` # INSERT INTO translate_en VALUES (1, 'here additionally used Features:', 0); INSERT INTO translate_en VALUES (2, 'source code', 0); INSERT INTO translate_en VALUES (3, 'english', 0); INSERT INTO translate_en VALUES (4, 'german', 0); INSERT INTO translate_en VALUES (5, 'translate \\(i.e. into (.*)\\)', 1); INSERT INTO translate_en VALUES (6, 'then you should try SimpleTemplate.', 0); INSERT INTO translate_en VALUES (7, 'translate does by the way also convert everything to proper HTML if you want to, but you can maintain it without that in the DB', 0);
Close