Funmobile Bank Script

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

    Funmobile Bank Script

    <div align="center">heres da script of funmobile bank.many ppl request dis.ok.enjoy now</div>


    <div align="center"> </div>
    Attached Files

    #2
    I recode at xhtml 4 wapdesire web script
    if like my post click:

    http://coding-talk.com/images/totall...ost_thanks.gif

    Comment


      #3
      <div align="center">heres da script of funmobile bank.many ppl request dis.ok.enjoy now

      <div align="center"> </div>[/b][/quote]

      code isnt full so its pointless downloading it Plus how is it ment to give 10% extra each day
      ??

      Comment


        #4
        code isnt full so its pointless downloading it Plus how is it ment to give 10% extra each day
        ??[/b]
        Oh sorry bro I forgot to add that.here&#39;s da way.add this part to main page.ok


        $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);}


        <div align="center"> </div>

        Comment


          #5
          Oh sorry bro I forgot to add that.here&#39;s da way.add this part to main page.ok


          $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);}


          <div align="center">
          [/b][/quote]


          thanks bro :-) i wont be doing a bank lol got something else planned lol

          Comment


            #6
            there is no genproch.php in it how am i suppose to get the codeing from genproch.php?action=witdraw






            ?

            Comment


              #7
              there is no genproch.php in it how am i suppose to get the codeing from genproch.php?action=witdraw






              ?[/b]
              just code it.. i&#39;ll post the full coding to a bank script later... bit busy building something else at the min

              Comment


                #8
                just code it.. i&#39;ll post the full coding to a bank script later... bit busy building something else at the min [/b]

                hmm ok kool al be waiting

                Comment


                  #9
                  there is no genproch.php in it how am i suppose to get the codeing from genproch.php?action=witdraw
                  ?[/b]
                  heres that code bro.anything else...


                  else if($action=="diposit")
                  {
                  addonline(getuid_ses($ses),"Diposit credits","");
                  $who = $_GET["who"];
                  $ptg = $_POST["ptg"];
                  if($mime== WEB)
                  {
                  echo webhead($uthm,$stitle);
                  echo "<p align=\"center\">";
                  //$uid = getuid_ses($ses);
                  $gpsf = mysql_fetch_array(mysql_query("SELECT credits FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
                  $gpst = mysql_fetch_array(mysql_query("SELECT bank FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
                  if($gpsf[0]>=$ptg){
                  $gpsf = $gpsf[0]-$ptg;
                  $gpst = $gpst[0]+$ptg;
                  $res = mysql_query("UPDATE ibwf_users SET bank=&#39;".$gpst."&#39; WHERE id=&#39;".$uid."&#39;");
                  if($res)
                  {
                  $res = mysql_query("UPDATE ibwf_users SET credits=&#39;".$gpsf."&#39; WHERE id=&#39;".$uid."&#39;");
                  echo "<img src=\"images/ok.gif\" alt=\"o\"/>Amount diposited Successfully
                  ";
                  }else{
                  echo "<img src=\"images/notok.gif\" alt=\"x\"/>Database Error!
                  ";
                  }
                  }else{
                  echo "<img src=\"images/notok.gif\" alt=\"x\"/>You don&#39;t have enough Credits 2 diposit
                  ";
                  }

                  echo "
                  ";

                  echo "<a href=\"index.php?action=main&amp;ses=$ses\"><img src=\"images/home.gif\" alt=\"*\"/>";
                  echo "Home</a>";
                  echo "</p>";
                  echo webfoot();

                  }else{
                  echo waphead($stitle);
                  echo "<p align=\"center\">";
                  //$uid = getuid_ses($ses);
                  $gpsf = mysql_fetch_array(mysql_query("SELECT credits FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
                  $gpst = mysql_fetch_array(mysql_query("SELECT bank FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
                  if($gpsf[0]>=$ptg){
                  $gpsf = $gpsf[0]-$ptg;
                  $gpst = $gpst[0]+$ptg;
                  $res = mysql_query("UPDATE ibwf_users SET bank=&#39;".$gpst."&#39; WHERE id=&#39;".$uid."&#39;");
                  if($res)
                  {
                  $res = mysql_query("UPDATE ibwf_users SET credits=&#39;".$gpsf."&#39; WHERE id=&#39;".$uid."&#39;");
                  echo "<img src=\"images/ok.gif\" alt=\"o\"/>Amount diposited Successfully
                  ";
                  }else{
                  echo "<img src=\"images/notok.gif\" alt=\"x\"/>Database Error!
                  ";
                  }
                  }else{
                  echo "<img src=\"images/notok.gif\" alt=\"x\"/>You don&#39;t have enough credits to diposit
                  ";
                  }

                  echo "
                  ";

                  echo "<a href=\"index.php?action=main&amp;ses=$ses\"><img src=\"images/home.gif\" alt=\"*\"/>";
                  echo "Home</a>";
                  echo "</p>";
                  echo wapfoot();

                  }
                  }

                  /////////////////////////////////////withdraw mny
                  else if($action=="wdraw")
                  {
                  addonline(getuid_ses($ses),"Withdraw credits","");
                  $who = $_GET["who"];
                  $ptg = $_POST["ptg"];
                  if($mime== WEB)
                  {
                  echo webhead($uthm,$stitle);
                  echo "<p align=\"center\">";
                  //$uid = getuid_ses($ses);
                  $gpsf = mysql_fetch_array(mysql_query("SELECT bank FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
                  $gpst = mysql_fetch_array(mysql_query("SELECT credits FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
                  if($gpsf[0]>=$ptg){
                  $gpsf = $gpsf[0]-$ptg;
                  $gpst = $gpst[0]+$ptg;
                  $res = mysql_query("UPDATE ibwf_users SET credits=&#39;".$gpst."&#39; WHERE id=&#39;".$uid."&#39;");
                  if($res)
                  {
                  $res = mysql_query("UPDATE ibwf_users SET bank=&#39;".$gpsf."&#39; WHERE id=&#39;".$uid."&#39;");
                  echo "<img src=\"images/ok.gif\" alt=\"o\"/>Amount withdrawed Successfully
                  ";
                  }else{
                  echo "<img src=\"images/notok.gif\" alt=\"x\"/>Database Error!
                  ";
                  }
                  }else{
                  echo "<img src=\"images/notok.gif\" alt=\"x\"/>You don&#39;t have enough Credits 2 withdraw
                  ";
                  }

                  echo "
                  ";

                  echo "<a href=\"index.php?action=main&amp;ses=$ses\"><img src=\"images/home.gif\" alt=\"*\"/>";
                  echo "Home</a>";
                  echo "</p>";
                  echo webfoot();

                  }else{
                  echo waphead($stitle);
                  echo "<p align=\"center\">";
                  //$uid = getuid_ses($ses);
                  $gpsf = mysql_fetch_array(mysql_query("SELECT bank FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
                  $gpst = mysql_fetch_array(mysql_query("SELECT credits FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
                  if($gpsf[0]>=$ptg){
                  $gpsf = $gpsf[0]-$ptg;
                  $gpst = $gpst[0]+$ptg;
                  $res = mysql_query("UPDATE ibwf_users SET credits=&#39;".$gpst."&#39; WHERE id=&#39;".$uid."&#39;");
                  if($res)
                  {
                  $res = mysql_query("UPDATE ibwf_users SET bank=&#39;".$gpsf."&#39; WHERE id=&#39;".$uid."&#39;");
                  echo "<img src=\"images/ok.gif\" alt=\"o\"/>Amount withdrawed Successfully
                  ";
                  }else{
                  echo "<img src=\"images/notok.gif\" alt=\"x\"/>Database Error!
                  ";
                  }
                  }else{
                  echo "<img src=\"images/notok.gif\" alt=\"x\"/>You don&#39;t have enough credits to withdraw
                  ";
                  }

                  echo "
                  ";

                  echo "<a href=\"index.php?action=main&amp;ses=$ses\"><img src=\"images/home.gif\" alt=\"*\"/>";
                  echo "Home</a>";
                  echo "</p>";
                  echo wapfoot();

                  Comment


                    #10
                    thats just been made buy the game plusses coding lol well done tho

                    Comment


                      #11
                      thats just been made buy the game plusses coding lol well done tho[/b]
                      yeh bro.thats da easyest way

                      Comment


                        #12
                        thats just been made buy the game plusses coding lol well done tho[/b]
                        Yep it was discussed in some other topic... But here at least a single user should be there in site during the time mentioned for this to work... I have done it in my site in another way!

                        Thanks for sharing bro!

                        Comment


                          #13
                          pls give to my vault section to www.matarawap.com

                          Comment


                            #14
                            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 ??

                            Comment


                              #15
                              you can put it where ever mate, stick it in the index.php

                              Comment

                              Working...
                              X