Monkey Albino

Linux altar53.supremepanel53.com 4.18.0-553.8.1.lve.el8.x86_64 #1 SMP Thu Jul 4 16:24:39 UTC 2024 x86_64
/ home/ bdapparelinfo/ electropackbd.com/

//home/bdapparelinfo/electropackbd.com/brand_logo.php

<div class="panel-grid" id="pg-4-4">
<div class="panel-grid-cell" id="pgc-4-4-0">
<div class="so-panel widget widget_sow-editor panel-first-child panel-last-child" id="panel-4-4-0-0" data-index="7">
<div class="so-widget-sow-editor so-widget-sow-editor-base">
<!--<h3 class="widget-title">Our Business Partner</h3>-->
<div class="siteorigin-widget-tinymce textwidget">
	<marquee direction="left" onmouseout="this.start()" class="scrollbrand" id="demo2"  onmouseover="this.stop()" scrolldelay="1" scrollamount="4"> 
								
										<?php   
										$SQL_brand = "select * from pages_content where content_pages_name='Brand Logo' ORDER BY `id` ASC";
										$query_brand = mysql_query($SQL_brand);	 				
										while ($result_brand = mysql_fetch_array($query_brand))
										{ 
											?>
													
					 <img src="media/<?php echo $result_brand['image'];?>" class="" style="width:250px; height:200px; padding-left:10px;display:inline;"  alt="agent-logo"   />  
							 
										<?php
											}
										?>		
								  </marquee>
</div>
</div>
</div>
</div>
</div>