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 /
templates /
Delete
Unzip
Name
Size
Permission
Date
Action
cannot_parse.html
1.59
KB
-rw-r--r--
2013-05-22 07:58
error._connection.tpl
266
B
-rw-r--r--
2013-05-22 07:58
error._footer.tpl
30
B
-rw-r--r--
2013-05-22 07:58
error._header.tpl
604
B
-rw-r--r--
2013-05-22 07:58
error._http.tpl
180
B
-rw-r--r--
2013-05-22 07:58
error._missing_afm.tpl
1.98
KB
-rw-r--r--
2013-05-22 07:58
error._no_fetchers.tpl
185
B
-rw-r--r--
2013-05-22 07:58
error._redirects.tpl
165
B
-rw-r--r--
2013-05-22 07:58
error_exec.tpl
1.88
KB
-rw-r--r--
2013-05-22 07:58
missing_exec.html
1.47
KB
-rw-r--r--
2013-05-22 07:58
missing_gs.html
3.07
KB
-rw-r--r--
2013-05-22 07:58
missing_pdflib.html
2.16
KB
-rw-r--r--
2013-05-22 07:58
missing_url_fopen.html
1.16
KB
-rw-r--r--
2013-05-22 07:58
Save
Rename
<html> <head> <title>html2ps/html2pdf error message</title> <style> body { color:#000; background-color:#fff; margin:10px; font-family:arial, helvetica, sans-serif; color:#000; font-size:12px; line-height:18px; } p,td { color:#000; font-size:12px; line-height:18px; margin-top:3px; vertical-align: top; } h1 { font-family:arial, helvetica, sans-serif; color:#669; font-size:27px; letter-spacing:-1px; margin-top:12px; margin-bottom:12px; } tr.odd { background-color: #f0f0f0; } tr.even { background-color: #ffffff; } td { padding: 3px; } </style> </head> <body> <h1>Error during 'exec'</h1> <p> Error executing the following command:<br/> <code><?php echo $_cmd; ?></code>. <p> <table> <tr class="odd"> <th width="20%">Problem</th><th>Solution</th> </tr> <tr class="even"> <td>'exec' function is disabled (please note that it have nothing to do with the PHP <i>safe mode</i>; particular functions can be disabled even when <i>safe mode</i> is OFF).</td> <td>Enable 'exec' function in your php.ini (refer your PHP manual or <a href="http://www.php.net">www.php.net</a> for exact instructions)</td> </tr> <tr class="odd"> <td>Executable is missing on your server.</td> <td>Check and update paths to executable files in script configuration</td> </tr> <tr class="even"> <td>Script cannot find path to your executable in system PATH variable.</td> <td>Check PATH variable. Please take into account that PHP may run under different user account than yours, so it may have its own PATH value. Do not forget to restart Apache after you've made changes to system variables.</td> </tr> <tr class="odd"> <td rowspan="2">safe_mode is On and executable is not in your safe_mode_exec_dir.</td> <td>Disable safe_mode OR update safe_mode_exec_dir value OR move the executable (and, most probably, its dependent files) to safe_mode_exec_dir.</td> </tr> </table> </body> </html>