Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
cesa.co.za /
fpdf /
samples /
Delete
Unzip
Name
Size
Permission
Date
Action
API
[ DIR ]
drwxr-sr-x
2013-05-22 07:30
out
[ DIR ]
drwxr-sr-x
2013-05-22 07:57
sample.batch.php
6.51
KB
-rw-r--r--
2013-05-22 07:57
sample.form.handler.php
86
B
-rw-r--r--
2013-05-22 07:57
sample.pipeline.custom.php
1.37
KB
-rw-r--r--
2013-05-22 07:57
sample.pipeline.default.php
1.11
KB
-rw-r--r--
2013-05-22 07:57
sample.simplest.from.file.php
2.84
KB
-rw-r--r--
2013-05-22 07:57
sample.simplest.from.memory.php
3.4
KB
-rw-r--r--
2013-05-22 07:57
Save
Rename
<?php require_once(dirname(__FILE__).'/../config.inc.php'); require_once(HTML2PS_DIR.'pipeline.factory.class.php'); parse_config_file(HTML2PS_DIR.'html2ps.config'); global $g_config; $g_config = array( 'cssmedia' => 'screen', 'renderimages' => true, 'renderforms' => false, 'renderlinks' => true, 'mode' => 'html', 'debugbox' => false, 'draw_page_border' => false ); $media = Media::predefined('A4'); $media->set_landscape(false); $media->set_margins(array('left' => 0, 'right' => 0, 'top' => 0, 'bottom' => 0)); $media->set_pixels(1024); global $g_px_scale; $g_px_scale = mm2pt($media->width() - $media->margins['left'] - $media->margins['right']) / $media->pixels; global $g_pt_scale; $g_pt_scale = $g_px_scale * 1.43; $pipeline = PipelineFactory::create_default_pipeline("",""); $pipeline->configure($g_config); $pipeline->process('http://localhost:81/testing/ww.html', $media); ?>