HEX
Server: Apache
System: Linux sg2plmcpnl492417.prod.sin2.secureserver.net 4.18.0-553.58.1.lve.el8.x86_64 #1 SMP Fri Jul 4 12:07:06 UTC 2025 x86_64
User: nyiet8349bzl (9207396)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/nyiet8349bzl/Backup/sbc_back/homedir/public_html/NewUpdate.php
<?php 
include("config/connection.php");
$connection = new createCon();
$connection->connect();
?>
<div id="news" height="200px" class="contact-link">
	<link rel="stylesheet" href="http://cdn.webrupee.com/font" mce_href="http://cdn.webrupee.com/font" type="text/css" media="screen" title="no title" charset="utf-8">
	<!-- 		   @font-face{font-family: 'WebRupee';				src: url('http://cdn.webrupee.com/WebRupee.V2.0.eot');				src: local('WebRupee'), url('http://cdn.webrupee.com/WebRupee.V2.0.ttf') format('truetype'),  url('http://cdn.webrupee.com/WebRupee.V2.0.woff') format('woff'), url('http://cdn.webrupee.com/WebRupee.V2.0.svg') format('svg');font-weight: bold;font-style: normal;} 
		.WebRupee{font-family: 'WebRupee';} -->
	<script src="http://cdn.webrupee.com/js" type="text/javascript"><!-- mce:0 --></script>
	<marquee class="new_maquee" behavior="scroll" direction="up" direction="up" scrollamount="1"  onMouseOver="stop()" onMouseOut="start()" width="100%" height="225px" style="padding-left:10px;font-size:12px; font-family:Helvetica Neue,Helvetica,Arial,sans-serif;">
		<?php
			$sql = mysqli_query($connection->myconn, "SELECT * FROM news WHERE status=1 ORDER BY created_on DESC");
			//print_r($sql);exit;
			while($rows = mysqli_fetch_array($sql))
			{
		?>
				<img src="images/symbol.jpg" width="7" height="8">
				<a href="uploads/pdf/<?php echo $rows['image']; ?>" target="_blank"> <?php echo $rows['name'];?> </a>
				<img src="images/new.gif" width="33" height="16" > 
		<?php 
			echo "<br /><br />";
			}
		?>
	</marquee>
</div>