-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /var/www/html/include/
File Upload :
Current File : /var/www/html/include/s_deposit.php

<?
$leftBdeposit = '' ; 
$leftBdepositCount = 0 ;
$lbdexe = $exe->qry_one(" from tbl_{$config[BDP][1]} order by numid desc ", " username ") ;
while ( $lbdrs = $exe->fetch($lbdexe)) {
	$leftBdeposit .= '<li style="width:140px;float:left;margin:0;">¤ý' . $lbdrs['username'] . '</li>' ;
	$leftBdepositCount++ ; 
}
$leftBdeposit = empty($leftBdeposit) ? '<p style="padding:80px 25px 10px 10px;font-size:11px;"></p>' : '<ul>' . $leftBdeposit . '</ul>' ;  
?>
          <div class="search-payment obj-section01">
            <table style="background-image:url(/img/main/search_payment_bg.gif);background-repeat:no-repeat;" width="184" height="152">
              <tbody>
                <tr>
                  <td valign="top" style="padding-top:35px; padding-left:15px;">
                  <div class="findDepositlist" id="lfindDepositlist" style="width:143px;height:117px;position:absolute;overflow:hidden;text-align: center;">
                  <?=$leftBdeposit?>
                  </div>
                  </td>
                </tr>
              </tbody>
            </table>
          </div>
<? if ( $leftBdepositCount > 0 ) { ?>
<script language="javascript">
$(function() {
    $(".findDepositlist").jCarouselLite({
		visible: <?= $leftBdepositCount < 7 ? $leftBdepositCount : 7 ?>,
		vertical:true ,
		auto:1000
    });
});
</script>
<? } ?>

Copyright © 2017 || Recoded By Mr.Bumblebee