Funmobile Bank Script

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    where to put

    $now = time();
    $start=date("Y-m-d")." 23:00:00";
    $end=date("Y-m-d")." 23:01:00";
    $tstamp1=strtotime($start);
    $tstamp2=strtotime($end);if($now>$tstamp1 && $now<$tstamp2) { $sql = &#39;UPDATE `ibwf_users` SET `bank` = `bank` * 1.1 WHERE `bank` > 100&#39;;

    mysql_query($sql);}

    ??

    in genproc = "deposit"

    or

    in genproc = "wdraw"

    or where ??[/b]
    put tht in index.php under the main function

    Comment


      #17
      ic ?

      i dont see the function ??

      Comment


        #18
        there it says
        Code:
        if($action=="main")
        {
        $now = time();
        $start=date("Y-m-d")." 23:00:00";
        $end=date("Y-m-d")." 23:01:00";
        $tstamp1=strtotime($start);
        $tstamp2=strtotime($end);if($now>$tstamp1 && $now<$tstamp2) { $sql = &#39;UPDATE `ibwf_users` SET `bank` = `bank` * 1.1 WHERE `bank` > 100&#39;;
        
        mysql_query($sql);}

        Comment


          #19
          which function in this coding that make user pluses add 10% or 5% in a day?

          Comment


            #20
            Code:
            $now = time();
            $start=date("Y-m-d")." 23:50:00";
            $end=date("Y-m-d")." 23:50:10";
            $tstamp1=strtotime($start);
            $tstamp2=strtotime($end);if($now>$tstamp1 && $now<$tstamp2) { $sql = &#39;UPDATE `ibwf_users` SET `bank` = `bank` * 1.05 WHERE `bank` > 100&#39;;
            
            mysql_query($sql);}
            use this code for 5 %

            Comment


              #21
              which function in this coding that make user pluses add 10% or 5% in a day?[/b]
              What you still doing here you dum ****

              ****off

              Click here!!!

              Comment


                #22
                end ho heave this file correct??????????plz post

                Comment


                  #23
                  re

                  do u have sql for this or a complete BANK script with sql and working in lava..thanks..

                  Comment


                    #24
                    No sql file for the script
                    http://myfacepals.com
                    MYFACEPALS SOCIAL NETWORKsigpic

                    Comment


                      #25
                      re

                      Oh no sql but row added in ibwf_users?ryt?I've already done but10% interest not working?

                      Comment

                      Working...
                      X