Server IP : 103.191.208.50 / Your IP : 216.73.216.53 Web Server : LiteSpeed System : Linux orion.herosite.pro 4.18.0-553.53.1.lve.el8.x86_64 #1 SMP Wed May 28 17:01:02 UTC 2025 x86_64 User : celkcksm ( 1031) PHP Version : 7.4.33 Disable Function : show_source, system, shell_exec, passthru, popen, exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home/celkcksm/bmtrust.org.in/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include("include/header.php"); ?> <div class="cbp-row wh-page-title-bar"> <div class="cbp-container"> <div class="one whole wh-padding wh-page-title-wrapper"> <h1 class="page-title">Notice Board</h1> </div> </div> </div> <div class="cbp-row wh-content"> <div class="cbp-container"> <div class="three fourths wh-padding wh-content-inner"> <h5>News</h5> <div class="wpb_column vc_column_container vc_col-sm-6"> <div class="vc_column-inner vc_custom_1570878565963"> <div class="wpb_wrapper"> <div class="scp-tribe-events-wrap layout_1"> <ul class="scp-tribe-events"> <?php $upid=mysqli_real_escape_string($con,$_REQUEST['csrf']); $newsQ=mysqli_query($con,"select * from news where id=$upid"); $newsR=mysqli_fetch_assoc($newsQ); ?> <li class="event"> <div class="date"> <span class="month"> <?=date("M",strtotime($newsR['date']));?> </span> <span class="day"> <?=date("d",strtotime($newsR['date']));?> </span> </div> <div class="info"> <div class="title"> <a href="news.php?csrf=<?=$newsR['id'];?>"><?=$newsR['subject'];?></a> </div> </div> </li> </ul> </div> </div> </div> </div> <div class="wpb_column vc_column_container vc_col-sm-12"> <?=$newsR['content'];?> </div> </div> <div class="wh-sidebar one fourth wh-padding"> <div class="widget recent-posts-4 widget_recent_entries"> <h5 class="widget-title">Recent News</h5> <ul> <?php $newsQ=mysqli_query($con,"select * from news order by id desc limit 5"); while($newsR=mysqli_fetch_assoc($newsQ)){ ?> <li> <a href="news.php?csrf=<?=$newsR['id'];?>"><?=$newsR['subject'];?></a> </li> <?php } ?> </ul> </div> <div style="display:none;"> <a href="https://desajernihjaya.kerincikab.go.id/">slot gacor</a> <a href="https://kecselatan.padangsidimpuankota.go.id/assets/slot-gacor/">slot88</a> <a href="https://cms.explorealma.com/assets/slot-terpercaya-88/">ratu88</a> <a href="https://cms.explorealma.com/assets/slot-demo-antilag/">slot demo</a> <a href="http://www.fhycs.unju.edu.ar/sistema_comunicacion/uploads/bandartogel/">bandar togel</a> <a href="http://ains.etf.rs/">bandar togel terpercaya</a> <a href="https://martinaberto.co.id/-/togel-online/">situs toto</a> <a href="https://shionagaroom.vip/">shionaga slot</a> <a href="https://www.mededuinfo.com/themes/">togel dana</a> <a href="https://rhapsodyofrealities.b-cdn.net/app/dailyarticle">situs maxwin</a> <a href="https://slotberuang4d.online/">beruang4d</a> <a href="https://berjayaprediksi.co/">Prediksi Hk</a> <a href="https://gambar-slot.almatajer.online/">Gambarslot</a> <a href="https://www.jaya388.com/">jaya388</a> <a href="https://pmb.stikes-muhammadiyahku.ac.id/upload/bukti/jaya388/">slot</a> <a href="https://www.jaya388.shop/">jaya388</a> <a href="https://rtpasli.site/">rtp slot</a> rel="noopener" </div> </div> </div> </div> <?php include("include/footer.php");?>