uawdijnntqw1x1x1
IP : 216.73.216.26
Hostname : server.wtmmart.in
Kernel : Linux server.wtmmart.in 4.18.0-553.45.1.el8_10.x86_64 #1 SMP Wed Mar 19 09:44:46 EDT 2025 x86_64
Disable Function : exec,passthru,shell_exec,system
OS : Linux
PATH:
/
home2
/
wtmwscom
/
public_html
/
member
/
scripts
/
.
/
..
/
uploads
/
..
/
news.php
/
/
<?php include 'header.php'; include 'connection.php'; ?> <div id="content" role="main"> <h1>Latest News</h1> <!-- Breadcrumbs -----------------------------------------------------------> <p itemscope itemtype="http://data-vocabulary.org/Breadcrumb" id="breadcrumbs"><a href="index.php" rel="home" itemprop="url"><span itemprop="title">Home</span></a> <i class="icon-chevron-right"></i> News</p> <hr /> <!-- <h3>Some news by company.....</h3>--> <div style="width: auto;height: auto;display: block;margin: 0 0 30px 0;"> <div style="margin: 0 auto;width: 80%;height: auto;border: 1px solid #dddddd;"> <div style="background-color: #0071BB;color: #ffffff;font-size: 15px;font-weight: bold;width: 100%;min-height: 10px;padding: 8px 15px;text-align: center;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;">News Box</div> <div style="overflow: hidden;word-wrap: break-word;background-color: #ffffff;color: #0090ec;font-size: 13px;font-weight: normal;width: 100%;padding: 8px 15px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;"> <?php $hot_news = mysqli_fetch_object(mysqli_query($connection,"select hot_news from hot_news;"))->hot_news; ?> <!--<marquee width="100%" height="100%" scrollamount="2" direction="up" onmouseover="this.stop();" onmouseout="this.start();" style="">--> <font size="2" face="arial" color="#0090ec"> <hr style=""> <br/> <?php echo $hot_news;?> <br/> <hr style=""> </font> <!--</marquee>--> </div> </div> </div> </div> <!-- END .content --> </div> <!-- END .wrapper --> <?php include 'footer.php';?>
/home2/wtmwscom/public_html/member/scripts/./../uploads/../news.php