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 /
sipdm.cesa.co.za /
admin /
mnet /
Delete
Unzip
Name
Size
Permission
Date
Action
access_control.php
8.64
KB
-rw-r--r--
2017-06-22 14:51
delete.php
2.22
KB
-rw-r--r--
2017-06-22 14:51
index.php
5.03
KB
-rw-r--r--
2017-06-22 14:51
peer_forms.php
8.44
KB
-rw-r--r--
2017-06-22 14:51
peers.php
10.35
KB
-rw-r--r--
2017-06-22 14:51
profilefields.php
3.19
KB
-rw-r--r--
2017-06-22 14:51
profilefields_form.php
2.82
KB
-rw-r--r--
2017-06-22 14:51
services.php
3.46
KB
-rw-r--r--
2017-06-22 14:51
services_form.php
3.01
KB
-rw-r--r--
2017-06-22 14:51
tabs.php
1.93
KB
-rw-r--r--
2017-06-22 14:51
testclient.php
7.72
KB
-rw-r--r--
2017-06-22 14:51
trustedhosts.html
2.21
KB
-rw-r--r--
2017-06-22 14:51
trustedhosts.php
2.12
KB
-rw-r--r--
2017-06-22 14:51
Save
Rename
<?php echo $OUTPUT->header(); ?> <div id="trustedhosts"><!-- See theme/standard/styles_layout.css #trustedhosts .generaltable for rules --> <table cellspacing="0" cellpadding="5" class="generaltable generalbox" > <tr> <th class="header c0" colspan="2"><?php print_string('trustedhosts', 'mnet'); ?></th> </tr> <tr> <td class="cell c1" colspan="2"><?php print_string('trustedhostsexplain', 'mnet'); ?></td> </tr> <tr> <td class="cell c1" colspan="2"> <form method="post" action="trustedhosts.php"> <div> <input type="hidden" name="sesskey" value="<?php echo sesskey() ?>" /> <textarea name="hostlist" cols="40" rows="20"><?php echo $trusted_hosts; ?></textarea><br /> <input type="submit" value="<?php print_string('savechanges'); ?>" /> </div> </form> </td> </tr> </table> <table cellspacing="0" cellpadding="5" class="generaltable generalbox" > <tr> <th class="header c0" colspan="2"><?php print_string('testtrustedhosts', 'mnet'); ?></th> </tr> <?php if (!empty($test_ip_address)){ ?> <tr> <td class="cell c1" colspan="2"> <?php if ($in_range) { print_string('is_in_range', 'mnet', $test_ip_address); echo '<br />'; print_string('validated_by', 'mnet', $validated_by); } else { print_string('not_in_range', 'mnet', $test_ip_address); } ?> </td> </tr> <?php } else { ?> <tr> <td class="cell c1" colspan="2"><?php print_string('testtrustedhostsexplain', 'mnet'); ?></td> </tr> <?php } ?> <tr> <td class="cell c1" colspan="2"> <form method="get" action="trustedhosts.php"> <div> <input type="hidden" name="sesskey" value="<?php echo sesskey() ?>" /> <input type="text" name="testipaddress" value="<?php echo $test_ip_address; ?>" /> <input type="submit" value="<?php print_string('go'); ?>" /> </div> </form> </td> </tr> </table> </div> <?php echo $OUTPUT->footer(); ?>