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
/ home1/ bdapparelinfo/ www/

//home1/bdapparelinfo/www/goldmember_list.php

		<link type="text/css" href="css/scroll_style.css" rel="stylesheet">
		<script language="JavaScript" src="script/template_homepage.js"></script>
          <title>demo</title>
		<div class="box2" style=" width:528px; margin:auto">
	 	
			<div class="hclatestbuyoffers">
		<div class="subheading">
							<div class="text">
					<div class="v2_smallunderline float_right p0">
					  <a href="cat_list.php" rel="nofollow" class="v2_smallunderline dbl_blue_arrow_bg">View More</a>
					</div>
				</div>
			  </div>
	<ul id="buy_leads_container_div" class="latest_container">	
        
            	<?php 
                $SQL = "select * from add_list where add_positions='Golden Member'  ORDER BY `id` ASC";
                $query = mysql_query($SQL);	 				
                while ($result = mysql_fetch_array($query))
                {
                ?>
				
	<li class="latest_row_b" title="<?php echo $result['company_name'];?>" onclick="location.href = '#'" onmouseover="$D.addClass(this,'latest_row_b_hover');" onmouseout="$D.removeClass(this,'latest_row_b_hover');">
					<div style="float:right" class="latest_date_b"><?php echo $result['dob'];?></div>
					<a tk_zone="1" class="c_flag f_cn pl25" rel="nofollow" href="sub_index.php?sq=<?php echo $result['id'];?>">
					<?php echo $result['title'];?>					</a>
				</li>
                <?php } ?>
                
               </ul>
</div><!--latest buy offers-->
	
		<script> var handle_latest_buy_div = TK.widget.SimpleScroll.decorate('buy_leads_container_div', {startDelay: 1});</script>	

	<div class="hclatestproducts">
		<div class="subheading">
				<div class="text"><div class="float_right v2_smallunderline">
				  <a href="cat_list.php" rel="nofollow" class="v2_smallunderline dbl_blue_arrow_bg">View More</a>
				</div>
                </div>
	  </div>
	<ul id="sell_leads_container_div" class="latest_container">
				<?php 
                $SQL = "select * from add_list where add_positions='Golden Member'  ORDER BY `id` DESC";
                $query = mysql_query($SQL);	 				
                while ($result = mysql_fetch_array($query))
                {
                ?>
	<li class="latest_row_s" title="<?php echo $result['company_name'];?>" onclick="location.href = ''" onmouseover="$D.addClass(this,'latest_row_s_hover');" onmouseout="$D.removeClass(this,'latest_row_s_hover');">
					<div style="float:right" class="latest_date_b"><?php echo $result['dob'];?></div>
					<a tk_zone="1" class="c_flag f_cn pl25" rel="nofollow" href="sub_index.php?sq=<?php echo $result['id'];?>">
					<?php echo $result['title'];?>					</a>
				</li>
                <?php } ?>
               </ul>
</div><!--hclatestproducts-->
		<script>
			var handle_latest_sell_div = TK.widget.SimpleScroll.decorate('sell_leads_container_div', {lineHeight: 20, startDelay: 2});
		</script>
	<div style="clear:both"></div>
</div>