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 /
features /
Delete
Unzip
Name
Size
Permission
Date
Action
_factory.php
1017
B
-rw-r--r--
2013-05-22 07:52
automargins.php
1.98
KB
-rw-r--r--
2013-05-22 07:52
toc.php
6.62
KB
-rw-r--r--
2013-05-22 07:52
watermark.php
664
B
-rw-r--r--
2013-05-22 07:52
Save
Rename
<?php class FeatureWatermark { var $_text; function FeatureWatermark() { $this->set_text(''); } function get_text() { return $this->_text; } function handle_after_page($params) { $pipeline =& $params['pipeline']; $document =& $params['document']; $pageno =& $params['pageno']; $pipeline->output_driver->_show_watermark($this->get_text()); } function install(&$pipeline, $params) { $dispatcher =& $pipeline->get_dispatcher(); $dispatcher->add_observer('after-page', array(&$this, 'handle_after_page')); $this->set_text($params['text']); } function set_text($text) { $this->_text = $text; } } ?>