Jackpot Game!

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

    #31
    inet ur such a kind wap coder tnx 4 sharing a script... but better if u convert it into wml version[/b]
    i think that the coding is already WML bro...

    Comment


      #32
      inet ur such a kind wap coder tnx 4 sharing a script... but better if u convert it into wml version[/b]
      you should REALLY read entire topic..
      wizard has posted WML version..
      and its 100% bugless !
      It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
      ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ ⓐⓡⓔ ⓐⓑⓛⓔ ⓣⓞ ⓗⓔⓐⓡ !
      ιη тнєσяу, тнє ρяα¢тι¢є ιѕ α яєѕυℓт σƒ тнє тнєσяу, вυт ιη ρяα¢тι¢є ιѕ тнє σρρσѕιтє.
      キノgんイノ刀g 4 ア乇ムc乇 ノ丂 レノズ乇 キucズノ刀g 4 √ノ尺gノ刀ノイリ!

      Comment


        #33
        you should REALLY read entire topic..
        wizard has posted WML version..
        and its 100% bugless ! [/b]

        <div class='codetop'>CODE</div><div class='codemain' style='height:200px;white-space:pre;overflow:auto'><?php
        //header(&#39;Content-type: application/vnd.wap.xhtml+xml&#39;);
        echo "<?xml version=\"1.0\"?>";
        echo "<!DOCTYPE html PUBLIC \"-//WAPFORUM//DTD XHTML Mobile 1.0//EN\" \"http://www.wapforum.org/DTD/xhtml-mobile10.dtd\">";
        ?>
        <html xmlns="http://www.w3.org/1999/xhtml">
        <?php
        include("config.php");
        include("core.php");
        $bcon = connectdb();

        if (!$bcon)
        {
        echo "<head>";
        echo "<title>Pinoy2.com</title>";
        echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"../themes/white.css\">";
        echo "<head>";
        echo "<body>";
        echo "<p align=\"center\">";
        echo "<img src=\"../images/notok.gif\" alt=\"!\"/>
        ";
        echo "Error! Cannot Connect To Database...

        ";
        echo "This error happens usually when backing up the database, please be patient... or go to our chatsite <a href=\"http://pinoy2.com/index.php\">http://www.pinoy2.com</a>";
        echo "</p>";
        echo "</body>";
        echo "</html>";
        exit();
        }

        $bet = $_GET["bet"];
        $guess1 = $_GET["guess1"];
        $action = $_GET["action"];
        $sid = $_GET["sid"];
        $sitename = mysql_fetch_array(mysql_query("SELECT value FROM ibwf_settings WHERE name=&#39;sitename&#39;"));
        $sitename = $sitename[0];
        $uid = getuid_sid($sid);
        $theme = mysql_fetch_array(mysql_query("SELECT theme FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));

        if((islogged($sid)==false)||($uid==0))
        {
        echo "<head>";
        echo "<title>Error!!!</title>";
        echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"../themes/white_medium.css\">";
        echo "</head>";
        echo "<body>";
        echo "<p align=\"center\">";
        echo "You are not logged in
        ";
        echo "Or Your session has been expired

        ";
        echo "<a href=\"http://pinoy2.com/index.php\">Login</a>";
        echo "</p>";
        echo "</body>";
        echo "</html>";
        exit();
        }
        if(isbanned($uid))
        {
        echo "<head>";
        echo "<title>pinoy2.com !!!</title>";
        echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"../themes/$theme[0]\">";
        echo "</head>";
        echo "<body>";
        echo "<p align=\"center\">";
        echo "<img src=\"../images/notok.gif\" alt=\"x\"/>
        ";
        echo "You are Banned

        ";
        $banto = mysql_fetch_array(mysql_query("SELECT timeto, pnreas, exid FROM ibwf_penalties WHERE uid=&#39;".$uid."&#39; AND penalty=&#39;1&#39; OR uid=&#39;".$uid."&#39; AND penalty=&#39;2&#39;"));
        $banres = mysql_fetch_array(mysql_query("SELECT lastpnreas FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
        $remain = $banto[0]- time();
        $rmsg = gettimemsg($remain);
        echo "Time Left: $rmsg
        ";
        $nick = getnick_uid($banto[2]);
        echo "By: $nick
        ";
        echo "Reason: $banto[1]";
        echo "<a href=\"http://wapple.890m.com/index.php\">Login</a>";
        echo "</p>";
        echo "</body>";
        echo "</html>";
        exit();
        }
        if($action=="main")
        {
        addonline(getuid_sid($sid),"playing $adven","../Jackpot3.php?action=main&amp;sid=$sid");
        $view = $_GET["view"];
        if($view=="")$view="date";
        echo "<card id=\"main\" title=\"Playing adventure\">";
        echo "<p align=\"center\">";
        echo "<img src=\"images/roll.gif\" alt=\"*\"/>
        ";
        echo "see and play pinoy2.com ($adven2) $adven? Well good luck!
        Script created by facedown_pogi@yahoo.com!
        ";
        echo "</p>";
        //////ALL LISTS SCRIPT <<
        echo "<center><a href=\"jockpot3.php?action=go&amp;sid=$sid\">[Go]
        pinoy2! este Pinoy to! isigaw mo! JACKPOT!</a>

        Advertisers: $x
        </center>";


        echo "</p>";
        ////// UNTILL HERE >>
        echo "<p align=\"center\">";
        echo "<center><a href=\"index.php?action=funm&amp;sid=$sid\"><img src=\"images/roll.gif\" alt=\"*\"/>";
        echo "Fun/Games</a>
        ";
        echo "<a href=\"index.php?action=main&amp;sid=$sid\"><img src=\"images/home.gif\" alt=\"*\"/>";
        echo "Home</a></center>";
        echo "</p>";
        echo "
        ";
        }
        else if($action=="go")
        {
        addonline(getuid_sid($sid),"playing $adven","../Jackpot3.php?action=main&amp;sid=$sid");
        $view = $_GET["view"];
        if($view=="")$view="date";
        echo "<card id=\"main\" title=\"wapple super games\">";
        echo "<p align=\"center\">";
        echo "<big>$adven $version</big>
        ";
        echo " © Pinoy2.com
        Script created by facedown_pogi@yahoo.com!
        ";
        echo "</p>";

        if(getplusses(getuid_sid($sid))<75)
        {
        echo "You need at least 75 plusses to play Jackpot! Stay away!";
        }

        //////ALL LISTS SCRIPT <<

        $bet = $_POST["bet"];
        echo "<p align=\"center\">";

        echo "<center><font color= red> <blink>© Pinoy2.com </blink></font>
        Advertisers: $x
        Jackpot money is $xyvelster
        Please choose your bet!
        This is an instant jackpot game!
        Your bet will be multiplied by the current jackpot!
        The more you bet, the more you win!
        The cost of game is per bet minus in your current plusses!
        The minimum bet is ten!

        ";

        echo "<form action=\"jockpot3.php?action=a&amp;sid=$sid\" method=\"post\">
        ";
        echo "<font color= orange>Your Bet:</font><select name=\"bet\">";
        echo "<option value=\"10\">10 Plusses</option>";
        echo "<option value=\"20\">20 Plusses</option>";
        echo "<option value=\"30\">30 Plusses</option>";
        echo "<option value=\"40\">40 Plusses</option>";
        echo "<option value=\"50\">50 Plusses</option>";
        echo "<option value=\"60\">60 Plusses</option>";
        echo "<option value=\"70\">70 Plusses</option>";
        echo "<option value=\"80\">80 Plusses</option>";
        echo "<option value=\"90\">90 Plusses</option>";
        echo "<option value=\"100\">100 Plusses</option>";
        echo "</select>
        ";


        echo "
        Choose your number from 1 to 9 in the selection box bellow!
        Our system will send immidiately the prize and will send the confirmation of your winnings at your inbox!
        So choose wisely!
        You get 100 bonus plusses if you win!
        ";


        echo "<font color= blue>Choose Your Digit:</font><select name=\"guess1\">";
        echo "<option value=\"0\">--blank--</option>";
        echo "<option value=\"1\"> -1- </option>";
        echo "<option value=\"2\"> -2- </option>";
        echo "<option value=\"3\"> -3- </option>";
        echo "<option value=\"4\"> -4- </option>";
        echo "<option value=\"5\"> -5- </option>";
        echo "<option value=\"6\"> -6- </option>";
        echo "<option value=\"7\"> -7- </option>";
        echo "<option value=\"8\"> -8- </option>";
        echo "<option value=\"9\"> -9- </option>";
        echo "</select>
        ";
        echo "<input type=\"Submit\" Name=\"Submit\" Value=\"Submit\"></center>";



        echo "</p>";


        ////// UNTILL HERE >>
        echo "<p align=\"center\">";
        echo "<center><a href=\"index.php?action=funm&amp;sid=$sid\">«back to fun menu</a>
        ";
        echo "<a href=\"index.php?action=main&amp;sid=$sid\"><img src=\"images/home.gif\" alt=\"*\"/>";
        echo "Home</a></center>";
        echo "</p>";
        echo "
        ";
        }
        if($action=="a")
        {
        addonline(getuid_sid($sid),"playing $adven","");
        echo "<head>";
        echo "<title>play $adven $version</title>";
        echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"../themes/$theme[0]\">";
        echo "</head>";
        echo "<body>";
        echo "<p align=\"center\">";

        //////ALL LISTS SCRIPT <<
        </div>


        that portion of the script works well.. maybe the lower portion in html doesnt work well

        or vice versa.. maybe the heading is wrong.. see the difference with the heading?
        Services

        Are you looking to take your wap or wapsite to a higher level? Do you want to stand out and rise above your competitors?

        Below is a list of services I offer:

        Wap Design and Customized Coding -The first way to stand out in a crowd is to have a brilliant and unique design for your wap or wapsite.

        Rates

        General consulting – My current hourly rate is $100 / hour.
        Custom Wapsite Community - My current rate is $500 / Wap Community Development.

        Comment


          #34
          <div class='codetop'>CODE
          <div class='codemain' style='height:200px;white-space:pre;overflow:auto'><?php
          //header(&#39;Content-type: application/vnd.wap.xhtml+xml&#39;);
          echo "<?xml version=\"1.0\"?>";
          echo "<!DOCTYPE html PUBLIC \"-//WAPFORUM//DTD XHTML Mobile 1.0//EN\" \"http://www.wapforum.org/DTD/xhtml-mobile10.dtd\">";
          ?>
          <html xmlns="http://www.w3.org/1999/xhtml">
          <?php
          include("config.php");
          include("core.php");
          $bcon = connectdb();

          if (!$bcon)
          {
          echo "<head>";
          echo "<title>Pinoy2.com</title>";
          echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"../themes/white.css\">";
          echo "<head>";
          echo "<body>";
          echo "<p align=\"center\">";
          echo "<img src=\"../images/notok.gif\" alt=\"!\"/>
          ";
          echo "Error! Cannot Connect To Database...

          ";
          echo "This error happens usually when backing up the database, please be patient... or go to our chatsite <a href=\"http://pinoy2.com/index.php\">http://www.pinoy2.com</a>";
          echo "</p>";
          echo "</body>";
          echo "</html>";
          exit();
          }

          $bet = $_GET["bet"];
          $guess1 = $_GET["guess1"];
          $action = $_GET["action"];
          $sid = $_GET["sid"];
          $sitename = mysql_fetch_array(mysql_query("SELECT value FROM ibwf_settings WHERE name=&#39;sitename&#39;"));
          $sitename = $sitename[0];
          $uid = getuid_sid($sid);
          $theme = mysql_fetch_array(mysql_query("SELECT theme FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));

          if((islogged($sid)==false)||($uid==0))
          {
          echo "<head>";
          echo "<title>Error!!!</title>";
          echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"../themes/white_medium.css\">";
          echo "</head>";
          echo "<body>";
          echo "<p align=\"center\">";
          echo "You are not logged in
          ";
          echo "Or Your session has been expired

          ";
          echo "<a href=\"http://pinoy2.com/index.php\">Login</a>";
          echo "</p>";
          echo "</body>";
          echo "</html>";
          exit();
          }
          if(isbanned($uid))
          {
          echo "<head>";
          echo "<title>pinoy2.com !!!</title>";
          echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"../themes/$theme[0]\">";
          echo "</head>";
          echo "<body>";
          echo "<p align=\"center\">";
          echo "<img src=\"../images/notok.gif\" alt=\"x\"/>
          ";
          echo "You are Banned

          ";
          $banto = mysql_fetch_array(mysql_query("SELECT timeto, pnreas, exid FROM ibwf_penalties WHERE uid=&#39;".$uid."&#39; AND penalty=&#39;1&#39; OR uid=&#39;".$uid."&#39; AND penalty=&#39;2&#39;"));
          $banres = mysql_fetch_array(mysql_query("SELECT lastpnreas FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
          $remain = $banto[0]- time();
          $rmsg = gettimemsg($remain);
          echo "Time Left: $rmsg
          ";
          $nick = getnick_uid($banto[2]);
          echo "By: $nick
          ";
          echo "Reason: $banto[1]";
          echo "<a href=\"http://wapple.890m.com/index.php\">Login</a>";
          echo "</p>";
          echo "</body>";
          echo "</html>";
          exit();
          }
          if($action=="main")
          {
          addonline(getuid_sid($sid),"playing $adven","../Jackpot3.php?action=main&amp;sid=$sid");
          $view = $_GET["view"];
          if($view=="")$view="date";
          echo "<card id=\"main\" title=\"Playing adventure\">";
          echo "<p align=\"center\">";
          echo "<img src=\"images/roll.gif\" alt=\"*\"/>
          ";
          echo "see and play pinoy2.com ($adven2) $adven? Well good luck!
          Script created by facedown_pogi@yahoo.com!
          ";
          echo "</p>";
          //////ALL LISTS SCRIPT <<
          echo "<center><a href=\"jockpot3.php?action=go&amp;sid=$sid\">[Go]
          pinoy2! este Pinoy to! isigaw mo! JACKPOT!</a>

          Advertisers: $x
          </center>";


          echo "</p>";
          ////// UNTILL HERE >>
          echo "<p align=\"center\">";
          echo "<center><a href=\"index.php?action=funm&amp;sid=$sid\"><img src=\"images/roll.gif\" alt=\"*\"/>";
          echo "Fun/Games</a>
          ";
          echo "<a href=\"index.php?action=main&amp;sid=$sid\"><img src=\"images/home.gif\" alt=\"*\"/>";
          echo "Home</a></center>";
          echo "</p>";
          echo "
          ";
          }
          else if($action=="go")
          {
          addonline(getuid_sid($sid),"playing $adven","../Jackpot3.php?action=main&amp;sid=$sid");
          $view = $_GET["view"];
          if($view=="")$view="date";
          echo "<card id=\"main\" title=\"wapple super games\">";
          echo "<p align=\"center\">";
          echo "<big>$adven $version</big>
          ";
          echo " © Pinoy2.com
          Script created by facedown_pogi@yahoo.com!
          ";
          echo "</p>";

          if(getplusses(getuid_sid($sid))<75)
          {
          echo "You need at least 75 plusses to play Jackpot! Stay away!";
          }

          //////ALL LISTS SCRIPT <<

          $bet = $_POST["bet"];
          echo "<p align=\"center\">";

          echo "<center><font color= red> <blink>© Pinoy2.com </blink></font>
          Advertisers: $x
          Jackpot money is $xyvelster
          Please choose your bet!
          This is an instant jackpot game!
          Your bet will be multiplied by the current jackpot!
          The more you bet, the more you win!
          The cost of game is per bet minus in your current plusses!
          The minimum bet is ten!

          ";

          echo "<form action=\"jockpot3.php?action=a&amp;sid=$sid\" method=\"post\">
          ";
          echo "<font color= orange>Your Bet:</font><select name=\"bet\">";
          echo "<option value=\"10\">10 Plusses</option>";
          echo "<option value=\"20\">20 Plusses</option>";
          echo "<option value=\"30\">30 Plusses</option>";
          echo "<option value=\"40\">40 Plusses</option>";
          echo "<option value=\"50\">50 Plusses</option>";
          echo "<option value=\"60\">60 Plusses</option>";
          echo "<option value=\"70\">70 Plusses</option>";
          echo "<option value=\"80\">80 Plusses</option>";
          echo "<option value=\"90\">90 Plusses</option>";
          echo "<option value=\"100\">100 Plusses</option>";
          echo "</select>
          ";


          echo "
          Choose your number from 1 to 9 in the selection box bellow!
          Our system will send immidiately the prize and will send the confirmation of your winnings at your inbox!
          So choose wisely!
          You get 100 bonus plusses if you win!
          ";


          echo "<font color= blue>Choose Your Digit:</font><select name=\"guess1\">";
          echo "<option value=\"0\">--blank--</option>";
          echo "<option value=\"1\"> -1- </option>";
          echo "<option value=\"2\"> -2- </option>";
          echo "<option value=\"3\"> -3- </option>";
          echo "<option value=\"4\"> -4- </option>";
          echo "<option value=\"5\"> -5- </option>";
          echo "<option value=\"6\"> -6- </option>";
          echo "<option value=\"7\"> -7- </option>";
          echo "<option value=\"8\"> -8- </option>";
          echo "<option value=\"9\"> -9- </option>";
          echo "</select>
          ";
          echo "<input type=\"Submit\" Name=\"Submit\" Value=\"Submit\"></center>";



          echo "</p>";


          ////// UNTILL HERE >>
          echo "<p align=\"center\">";
          echo "<center><a href=\"index.php?action=funm&amp;sid=$sid\">«back to fun menu</a>
          ";
          echo "<a href=\"index.php?action=main&amp;sid=$sid\"><img src=\"images/home.gif\" alt=\"*\"/>";
          echo "Home</a></center>";
          echo "</p>";
          echo "
          ";
          }
          if($action=="a")
          {
          addonline(getuid_sid($sid),"playing $adven","");
          echo "<head>";
          echo "<title>play $adven $version</title>";
          echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"../themes/$theme[0]\">";
          echo "</head>";
          echo "<body>";
          echo "<p align=\"center\">";

          //////ALL LISTS SCRIPT <<
          </div>
          that portion of the script works well.. maybe the lower portion in html doesnt work well

          or vice versa.. maybe the heading is wrong.. see the difference with the heading?[/b][/quote]
          this aint WML version !
          and as i said above....
          wizard posted 100% working WMML version...
          so whats the problem???
          It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
          ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ ⓐⓡⓔ ⓐⓑⓛⓔ ⓣⓞ ⓗⓔⓐⓡ !
          ιη тнєσяу, тнє ρяα¢тι¢є ιѕ α яєѕυℓт σƒ тнє тнєσяу, вυт ιη ρяα¢тι¢є ιѕ тнє σρρσѕιтє.
          キノgんイノ刀g 4 ア乇ムc乇 ノ丂 レノズ乇 キucズノ刀g 4 √ノ尺gノ刀ノイリ!

          Comment


            #35
            friends i convert jackpot to xhtml but it do not want to work why?
            <div class='codetop'>CODE</div><div class='codemain' style='height:200px;white-space:pre;overflow:auto'><?php
            include("config.php");
            include("core.php");
            connectdb();


            function canplay_jackpot($uid)
            {
            $sql = mysql_fetch_array(mysql_query("SELECT plusses FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
            if($sql[0]>=10)
            {
            return true;
            }else{
            false;
            }
            }


            $action=$_GET["action"];
            $id=$_GET["id"];
            $sid = $_GET["sid"];
            $rid=$_GET["rid"];
            $rpw=$_GET["rpw"];
            $brws = explode(" ",$HTTP_USER_AGENT);
            $ubr = $brws[0];
            $uip = getip();
            $who = $_GET["who"];

            $uid = getuid_sid($sid);

            echo "<html xmlns=\"http://www.w3.org/1999/xhtml\">\n";
            echo "<head>\n";
            echo "<meta http-equiv=\"Cache-Control\" content=\"max-age=0\">\n";


            echo "</head>\n";
            echo "<body>\n";


            $bcon = connectdb();
            if (!$bcon)
            {
            echo "<img src=\"../images/exit.gif\" alt=\"*\"/>
            ";
            echo "ERROR! cannot connect to database

            ";
            echo "This error happens usually when backing up the database, please be patient, The site will be up any minute

            ";
            echo "you can temperoray be in this site <a href=\"http://nowhere.com\">$site_name</a> while $site_name is offline
            ";
            echo "THANK YOU VERY MUCH";
            echo "</p>";
            echo "</html>";
            echo "</body>";
            exit();
            }
            $brws = explode(" ",$_SERVER[HTTP_USER_AGENT] );
            $ubr = $brws[0];
            $uip = getip();
            $action = $_GET["action"];
            $sid = $_GET["sid"];
            $page = $_GET["page"];
            $who = $_GET["who"];


            $uid = getuid_sid($sid);

            connectdb();
            $action = $_GET["action"];
            $sid = $_GET["sid"];
            $uid = getuid_sid($sid);
            if((islogged($sid)==false)||($uid==0))
            {

            echo "<p align=\"center\">";
            echo "You are not logged in
            ";
            echo "Or Your session has been expired

            ";
            echo "<a href=\"index.php\">Login</a>";
            echo "</p>";
            exit();
            }

            if(isbanned($uid))
            {
            echo &#39;<body id="main" title="Login Error">&#39;;
            echo &#39;<p align="center">&#39;;
            echo &#39;[img]images/notok.gif[/img]&#39;;
            echo &#39;
            &#39;;
            echo &#39;&#39;;
            echo &#39;You are Banned
            &#39;;
            echo &#39;
            &#39;;
            $sql = "SELECT timeto, pnreas, exid
            FROM ibwf_parusa
            WHERE uid=&#39;".$uid."&#39;
            AND penalty=&#39;1&#39; OR uid=&#39;".$uid."&#39;
            AND penalty=&#39;2&#39;
            ";
            $banto = mysql_fetch_array(mysql_query($sql));
            $banres = mysql_fetch_array(mysql_query("SELECT lastpnreas FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
            $remain = $banto[0]- time();
            $rmsg = gettimemsg($remain);
            echo &#39;Time Left: &#39;.$rmsg.&#39;&#39;;
            echo &#39;
            &#39;;
            $nick = getnick_uid($banto[2]);
            echo &#39;By: &#39;.$nick.&#39;&#39;;
            echo &#39;
            &#39;;
            echo &#39;Reason: &#39;.$banto[1].&#39;&#39;;
            echo &#39;
            &#39;;
            echo &#39;</p>&#39;;
            echo &#39;<p align="center">&#39;;
            echo &#39;<a href="index.php?action=main&amp;sid=&#39;.$sid.&#3 9;">[img]images/home.gif[/img]&#39;;
            echo &#39;Home</a>
            &#39;;
            echo &#39;</p>&#39;;
            echo &#39;</body>&#39;;
            echo &#39;</html>&#39;;
            exit();
            }

            if(!canplay_jackpot($uid))
            {
            echo &#39;<body id="main" title="Error">&#39;;
            echo &#39;<p align="center">&#39;;
            echo &#39;[img]images/notok.gif[/img]&#39;;
            echo &#39;
            &#39;;
            echo &#39;You must have atleast 10 plusses to play JackPot!&#39;;
            echo &#39;
            &#39;;
            echo &#39;</p>&#39;;
            echo &#39;<p align="center">&#39;;
            echo &#39;<a href="index.php?action=funm&amp;sid=&#39;.$sid.&#3 9;">[img]images/roll.gif[/img]&#39;;
            echo &#39;Fun Menu</a>
            &#39;;
            echo &#39;
            &#39;;
            echo &#39;<a href="index.php?action=main&amp;sid=&#39;.$sid.&#3 9;">[img]images/home.gif[/img]&#39;;
            echo &#39;Home</a>
            &#39;;
            echo &#39;</p>&#39;;
            echo &#39;</body>&#39;;
            echo &#39;</html>&#39;;
            exit();
            }

            if($action==&#39;play&#39;)
            {
            echo &#39;<p align="center">&#39;;
            echo &#39;[img]images/jackpot.gif[/img]&#39;;
            echo &#39;
            &#39;;
            echo &#39;Place your bet&#39;;
            echo &#39;
            &#39;;
            echo &#39;<select name="bet">&#39;;
            echo &#39;<option value="10">10</option>&#39;;
            echo &#39;<option value="20">20</option>&#39;;
            echo &#39;<option value="30">30</option>&#39;;
            echo &#39;<option value="40">40</option>&#39;;
            echo &#39;<option value="50">50</option>&#39;;
            echo &#39;<option value="60">60</option>&#39;;
            echo &#39;<option value="70">70</option>&#39;;
            echo &#39;<option value="80">80</option>&#39;;
            echo &#39;<option value="90">90</option>&#39;;
            echo &#39;<option value="100">100</option>&#39;;
            echo &#39;</select>&#39;;
            echo &#39;
            &#39;;
            echo &#39;Choose your lucky number&#39;;
            echo &#39;
            &#39;;
            echo &#39;<select name="lucky_number">&#39;;
            echo &#39;<option value="1">1</option>&#39;;
            echo &#39;<option value="2">2</option>&#39;;
            echo &#39;<option value="3">3</option>&#39;;
            echo &#39;<option value="4">4</option>&#39;;
            echo &#39;<option value="5">5</option>&#39;;
            echo &#39;<option value="6">6</option>&#39;;
            echo &#39;<option value="7">7</option>&#39;;
            echo &#39;<option value="8">8</option>&#39;;
            echo &#39;<option value="9">9</option>&#39;;
            echo &#39;<option value="10">10</option>&#39;;
            echo &#39;</select>&#39;;
            echo &#39;
            &#39;;
            echo &#39;<form action="jackpot.php?action=do_bet&amp;sid=&#39;.$s id.&#39;" method="post">&#39;;
            echo &#39;<input type="bet" value="$(bet)"/>&#39;;
            echo &#39;<input type="lucky_number" value="$(lucky_number)"/>&#39;;
            echo &#39;<input type="submit" value="SPIN"/>&#39;;
            echo &#39;</form>&#39;;
            echo &#39;</p>&#39;;
            echo &#39;<p align="center">&#39;;
            echo &#39;<a href="index.php?action=funm&amp;sid=&#39;.$sid.&#3 9;">[img]images/roll.gif[/img]&#39;;
            echo &#39;Fun Menu</a>
            &#39;;
            echo &#39;
            &#39;;
            echo &#39;<a href="index.php?action=main&amp;sid=&#39;.$sid.&#3 9;">[img]images/home.gif[/img]&#39;;
            echo &#39;Home</a>
            &#39;;
            echo &#39;</p>&#39;;
            echo &#39;</body>&#39;;
            }else if($action==&#39;do_bet&#39;)
            {
            if(isset($_POST))
            {
            $bet = $_POST[&#39;bet&#39;];
            $lucky_number = $_POST[&#39;lucky_number&#39;];
            $random = rand(1,10);

            echo &#39;<p align="center">&#39;;
            echo &#39;[img]images/jackpot.gif[/img]&#39;;
            echo &#39;
            &#39;;
            echo &#39;JackPot Result&#39;;
            echo &#39;
            &#39;;
            echo &#39;
            &#39;;

            $uplus = mysql_fetch_array(mysql_query("SELECT plusses FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));

            echo &#39;Your Plusses: &#39;.$uplus[0].&#39;&#39;;
            echo &#39;
            &#39;;
            echo &#39;
            &#39;;
            echo &#39;Your lucky number: &#39;.$lucky_number.&#39;&#39;;
            echo &#39;
            &#39;;
            echo &#39;The winning number: &#39;.$random.&#39;&#39;;
            echo &#39;
            &#39;;
            echo &#39;
            &#39;;

            if($lucky_number==$random)
            {
            $var = $bet * 2;
            $nplus = $uplus[0] + $var;

            if(@mysql_query("UPDATE ibwf_users SET plusses=&#39;".$nplus."&#39; WHERE id=&#39;".$uid."&#39;"))
            {
            echo &#39;You have recieved &#39;.$var.&#39; plusses for winning&#39;;
            echo &#39;
            &#39;;
            echo &#39;You now have &#39;.$nplus.&#39; plusses left.&#39;;
            echo &#39;
            &#39;;
            }
            }else{
            $nplus = $uplus[0] - $bet;
            if($nplus<0)
            {
            $nplus = 0;
            }
            if(@mysql_query("UPDATE ibwf_users SET plusses=&#39;".$nplus."&#39; WHERE id=&#39;".$uid."&#39;"))
            {
            echo &#39;You have lost &#39;.$bet.&#39; plusses for losing&#39;;
            echo &#39;
            &#39;;
            echo &#39;You now have &#39;.$nplus.&#39; plusses left.&#39;;
            echo &#39;
            &#39;;
            }
            }
            echo &#39;
            &#39;;
            echo &#39;Try Again&#39;;

            echo &#39;</p>&#39;;
            echo &#39;<p align="center">&#39;;
            echo &#39;<a href="index.php?action=funm&amp;sid=&#39;.$sid.&#3 9;">[img]images/roll.gif[/img]&#39;;
            echo &#39;Fun Menu</a>

            &#39;;
            echo &#39;<a href="index.php?action=main&amp;sid=&#39;.$sid.&#3 9;">[img]images/home.gif[/img]&#39;;
            echo &#39;Home</a>
            &#39;;
            echo &#39;</p>&#39;;
            echo &#39;</body>&#39;;
            }else{
            echo &#39;<p align="center">&#39;;
            echo &#39;What the hell are you trying???
            &#39;;
            echo &#39;</p>&#39;;
            echo &#39;<p align="center">&#39;;
            echo &#39;<a href="index.php?action=funm&amp;sid=&#39;.$sid.&#3 9;">[img]images/roll.gif[/img]&#39;;
            echo &#39;Fun Menu</a>
            &#39;;
            echo &#39;
            &#39;;
            echo &#39;<a href="index.php?action=main&amp;sid=&#39;.$sid.&#3 9;">[img]images/home.gif[/img]&#39;;
            echo &#39;Home</a>
            &#39;;
            echo &#39;</p>&#39;;
            echo &#39;</body>&#39;;
            }
            }else{
            echo &#39;<p align="center">&#39;;
            echo &#39;[img]images/jackpot.gif[/img]&#39;;
            echo &#39;
            &#39;;
            echo &#39;So you want to challenge our dealer and Win the jackpot!&#39;;
            echo &#39;
            &#39;;
            echo &#39;If you think you got what it takes, click below:&#39;;
            echo &#39;
            &#39;;
            echo &#39;Play Now&#39;;
            echo &#39;</p>&#39;;
            echo &#39;<p align="center">&#39;;
            echo &#39;<a href="index.php?action=funm&amp;sid=&#39;.$sid.&#3 9;">[img]images/roll.gif[/img]&#39;;
            echo &#39;Fun Menu</a>
            &#39;;
            echo &#39;
            &#39;;
            echo &#39;<a href="index.php?action=main&amp;sid=&#39;.$sid.&#3 9;">[img]images/home.gif[/img]&#39;;
            echo &#39;Home</a>
            &#39;;
            echo &#39;</p>&#39;;
            echo &#39;</body>&#39;;
            }

            echo &#39;</html>&#39;;

            ?></div>

            please figure out the mistake i make
            Failure is not when a girls leaves you, its only when you let her go virgin. heheh!!

            <span style="color:#9ACD32"><span style="font-size:36pt;line-height:100%">BEST MOBILE ADVERTISER</span></span>

            Comment


              #36
              friends i convert jackpot to xhtml but it do not want to work why?
              <div class='codetop'>CODE
              <div class='codemain' style='height:200px;white-space:pre;overflow:auto'><?php
              include("config.php");
              include("core.php");
              connectdb();
              function canplay_jackpot($uid)
              {
              $sql = mysql_fetch_array(mysql_query("SELECT plusses FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
              if($sql[0]>=10)
              {
              return true;
              }else{
              false;
              }
              }
              $action=$_GET["action"];
              $id=$_GET["id"];
              $sid = $_GET["sid"];
              $rid=$_GET["rid"];
              $rpw=$_GET["rpw"];
              $brws = explode(" ",$HTTP_USER_AGENT);
              $ubr = $brws[0];
              $uip = getip();
              $who = $_GET["who"];

              $uid = getuid_sid($sid);

              echo "<html xmlns=\"http://www.w3.org/1999/xhtml\">\n";
              echo "<head>\n";
              echo "<meta http-equiv=\"Cache-Control\" content=\"max-age=0\">\n";
              echo "</head>\n";
              echo "<body>\n";
              $bcon = connectdb();
              if (!$bcon)
              {
              echo "<img src=\"../images/exit.gif\" alt=\"*\"/>
              ";
              echo "ERROR! cannot connect to database

              ";
              echo "This error happens usually when backing up the database, please be patient, The site will be up any minute

              ";
              echo "you can temperoray be in this site <a href=\"http://nowhere.com\">$site_name</a> while $site_name is offline
              ";
              echo "THANK YOU VERY MUCH";
              echo "</p>";
              echo "</html>";
              echo "</body>";
              exit();
              }
              $brws = explode(" ",$_SERVER[HTTP_USER_AGENT] );
              $ubr = $brws[0];
              $uip = getip();
              $action = $_GET["action"];
              $sid = $_GET["sid"];
              $page = $_GET["page"];
              $who = $_GET["who"];
              $uid = getuid_sid($sid);

              connectdb();
              $action = $_GET["action"];
              $sid = $_GET["sid"];
              $uid = getuid_sid($sid);
              if((islogged($sid)==false)||($uid==0))
              {

              echo "<p align=\"center\">";
              echo "You are not logged in
              ";
              echo "Or Your session has been expired

              ";
              echo "<a href=\"index.php\">Login</a>";
              echo "</p>";
              exit();
              }

              if(isbanned($uid))
              {
              echo &#39;<body id="main" title="Login Error">&#39;;
              echo &#39;<p align="center">&#39;;
              echo &#39;[img]images/notok.gif[/img]&#39;;
              echo &#39;
              &#39;;
              echo &#39;&#39;;
              echo &#39;You are Banned
              &#39;;
              echo &#39;
              &#39;;
              $sql = "SELECT timeto, pnreas, exid
              FROM ibwf_parusa
              WHERE uid=&#39;".$uid."&#39;
              AND penalty=&#39;1&#39; OR uid=&#39;".$uid."&#39;
              AND penalty=&#39;2&#39;
              ";
              $banto = mysql_fetch_array(mysql_query($sql));
              $banres = mysql_fetch_array(mysql_query("SELECT lastpnreas FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
              $remain = $banto[0]- time();
              $rmsg = gettimemsg($remain);
              echo &#39;Time Left: &#39;.$rmsg.&#39;&#39;;
              echo &#39;
              &#39;;
              $nick = getnick_uid($banto[2]);
              echo &#39;By: &#39;.$nick.&#39;&#39;;
              echo &#39;
              &#39;;
              echo &#39;Reason: &#39;.$banto[1].&#39;&#39;;
              echo &#39;
              &#39;;
              echo &#39;</p>&#39;;
              echo &#39;<p align="center">&#39;;
              echo &#39;<a href="index.php?action=main&amp;sid=&#39;.$sid.&#3 9;">[img]images/home.gif[/img]&#39;;
              echo &#39;Home</a>
              &#39;;
              echo &#39;</p>&#39;;
              echo &#39;</body>&#39;;
              echo &#39;</html>&#39;;
              exit();
              }

              if(!canplay_jackpot($uid))
              {
              echo &#39;<body id="main" title="Error">&#39;;
              echo &#39;<p align="center">&#39;;
              echo &#39;[img]images/notok.gif[/img]&#39;;
              echo &#39;
              &#39;;
              echo &#39;You must have atleast 10 plusses to play JackPot!&#39;;
              echo &#39;
              &#39;;
              echo &#39;</p>&#39;;
              echo &#39;<p align="center">&#39;;
              echo &#39;<a href="index.php?action=funm&amp;sid=&#39;.$sid.&#3 9;">[img]images/roll.gif[/img]&#39;;
              echo &#39;Fun Menu</a>
              &#39;;
              echo &#39;
              &#39;;
              echo &#39;<a href="index.php?action=main&amp;sid=&#39;.$sid.&#3 9;">[img]images/home.gif[/img]&#39;;
              echo &#39;Home</a>
              &#39;;
              echo &#39;</p>&#39;;
              echo &#39;</body>&#39;;
              echo &#39;</html>&#39;;
              exit();
              }

              if($action==&#39;play&#39;)
              {
              echo &#39;<p align="center">&#39;;
              echo &#39;[img]images/jackpot.gif[/img]&#39;;
              echo &#39;
              &#39;;
              echo &#39;Place your bet&#39;;
              echo &#39;
              &#39;;
              echo &#39;<select name="bet">&#39;;
              echo &#39;<option value="10">10</option>&#39;;
              echo &#39;<option value="20">20</option>&#39;;
              echo &#39;<option value="30">30</option>&#39;;
              echo &#39;<option value="40">40</option>&#39;;
              echo &#39;<option value="50">50</option>&#39;;
              echo &#39;<option value="60">60</option>&#39;;
              echo &#39;<option value="70">70</option>&#39;;
              echo &#39;<option value="80">80</option>&#39;;
              echo &#39;<option value="90">90</option>&#39;;
              echo &#39;<option value="100">100</option>&#39;;
              echo &#39;</select>&#39;;
              echo &#39;
              &#39;;
              echo &#39;Choose your lucky number&#39;;
              echo &#39;
              &#39;;
              echo &#39;<select name="lucky_number">&#39;;
              echo &#39;<option value="1">1</option>&#39;;
              echo &#39;<option value="2">2</option>&#39;;
              echo &#39;<option value="3">3</option>&#39;;
              echo &#39;<option value="4">4</option>&#39;;
              echo &#39;<option value="5">5</option>&#39;;
              echo &#39;<option value="6">6</option>&#39;;
              echo &#39;<option value="7">7</option>&#39;;
              echo &#39;<option value="8">8</option>&#39;;
              echo &#39;<option value="9">9</option>&#39;;
              echo &#39;<option value="10">10</option>&#39;;
              echo &#39;</select>&#39;;
              echo &#39;
              &#39;;
              echo &#39;<form action="jackpot.php?action=do_bet&amp;sid=&#39;.$s id.&#39;" method="post">&#39;;
              echo &#39;<input type="bet" value="$(bet)"/>&#39;;
              echo &#39;<input type="lucky_number" value="$(lucky_number)"/>&#39;;
              echo &#39;<input type="submit" value="SPIN"/>&#39;;
              echo &#39;</form>&#39;;
              echo &#39;</p>&#39;;
              echo &#39;<p align="center">&#39;;
              echo &#39;<a href="index.php?action=funm&amp;sid=&#39;.$sid.&#3 9;">[img]images/roll.gif[/img]&#39;;
              echo &#39;Fun Menu</a>
              &#39;;
              echo &#39;
              &#39;;
              echo &#39;<a href="index.php?action=main&amp;sid=&#39;.$sid.&#3 9;">[img]images/home.gif[/img]&#39;;
              echo &#39;Home</a>
              &#39;;
              echo &#39;</p>&#39;;
              echo &#39;</body>&#39;;
              }else if($action==&#39;do_bet&#39;)
              {
              if(isset($_POST))
              {
              $bet = $_POST[&#39;bet&#39;];
              $lucky_number = $_POST[&#39;lucky_number&#39;];
              $random = rand(1,10);

              echo &#39;<p align="center">&#39;;
              echo &#39;[img]images/jackpot.gif[/img]&#39;;
              echo &#39;
              &#39;;
              echo &#39;JackPot Result&#39;;
              echo &#39;
              &#39;;
              echo &#39;
              &#39;;

              $uplus = mysql_fetch_array(mysql_query("SELECT plusses FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));

              echo &#39;Your Plusses: &#39;.$uplus[0].&#39;&#39;;
              echo &#39;
              &#39;;
              echo &#39;
              &#39;;
              echo &#39;Your lucky number: &#39;.$lucky_number.&#39;&#39;;
              echo &#39;
              &#39;;
              echo &#39;The winning number: &#39;.$random.&#39;&#39;;
              echo &#39;
              &#39;;
              echo &#39;
              &#39;;

              if($lucky_number==$random)
              {
              $var = $bet * 2;
              $nplus = $uplus[0] + $var;

              if(@mysql_query("UPDATE ibwf_users SET plusses=&#39;".$nplus."&#39; WHERE id=&#39;".$uid."&#39;"))
              {
              echo &#39;You have recieved &#39;.$var.&#39; plusses for winning&#39;;
              echo &#39;
              &#39;;
              echo &#39;You now have &#39;.$nplus.&#39; plusses left.&#39;;
              echo &#39;
              &#39;;
              }
              }else{
              $nplus = $uplus[0] - $bet;
              if($nplus<0)
              {
              $nplus = 0;
              }
              if(@mysql_query("UPDATE ibwf_users SET plusses=&#39;".$nplus."&#39; WHERE id=&#39;".$uid."&#39;"))
              {
              echo &#39;You have lost &#39;.$bet.&#39; plusses for losing&#39;;
              echo &#39;
              &#39;;
              echo &#39;You now have &#39;.$nplus.&#39; plusses left.&#39;;
              echo &#39;
              &#39;;
              }
              }
              echo &#39;
              &#39;;
              echo &#39;Try Again&#39;;

              echo &#39;</p>&#39;;
              echo &#39;<p align="center">&#39;;
              echo &#39;<a href="index.php?action=funm&amp;sid=&#39;.$sid.&#3 9;">[img]images/roll.gif[/img]&#39;;
              echo &#39;Fun Menu</a>

              &#39;;
              echo &#39;<a href="index.php?action=main&amp;sid=&#39;.$sid.&#3 9;">[img]images/home.gif[/img]&#39;;
              echo &#39;Home</a>
              &#39;;
              echo &#39;</p>&#39;;
              echo &#39;</body>&#39;;
              }else{
              echo &#39;<p align="center">&#39;;
              echo &#39;What the hell are you trying???
              &#39;;
              echo &#39;</p>&#39;;
              echo &#39;<p align="center">&#39;;
              echo &#39;<a href="index.php?action=funm&amp;sid=&#39;.$sid.&#3 9;">[img]images/roll.gif[/img]&#39;;
              echo &#39;Fun Menu</a>
              &#39;;
              echo &#39;
              &#39;;
              echo &#39;<a href="index.php?action=main&amp;sid=&#39;.$sid.&#3 9;">[img]images/home.gif[/img]&#39;;
              echo &#39;Home</a>
              &#39;;
              echo &#39;</p>&#39;;
              echo &#39;</body>&#39;;
              }
              }else{
              echo &#39;<p align="center">&#39;;
              echo &#39;[img]images/jackpot.gif[/img]&#39;;
              echo &#39;
              &#39;;
              echo &#39;So you want to challenge our dealer and Win the jackpot!&#39;;
              echo &#39;
              &#39;;
              echo &#39;If you think you got what it takes, click below:&#39;;
              echo &#39;
              &#39;;
              echo &#39;Play Now&#39;;
              echo &#39;</p>&#39;;
              echo &#39;<p align="center">&#39;;
              echo &#39;<a href="index.php?action=funm&amp;sid=&#39;.$sid.&#3 9;">[img]images/roll.gif[/img]&#39;;
              echo &#39;Fun Menu</a>
              &#39;;
              echo &#39;
              &#39;;
              echo &#39;<a href="index.php?action=main&amp;sid=&#39;.$sid.&#3 9;">[img]images/home.gif[/img]&#39;;
              echo &#39;Home</a>
              &#39;;
              echo &#39;</p>&#39;;
              echo &#39;</body>&#39;;
              }

              echo &#39;</html>&#39;;

              ?>



              -----------------------------------------------------------------------------------------------------


              this is my high-low game patterened to my jackpot3.php game

              <?php//////original copy of wapple adventure changed title to Ancient Empires/////facedown_pogi@yahoo.com$dagdag = 2 * $bet;$version = "version: 1.0 ";$adven = "High-Low!";$adven2 = "Modified Taas-baba";//$xyvepotmoney = mysql_fetch_array(mysql_query("SELECT value FROM ibwf_settings WHERE name=&#39;potmoney&#39;"));$result = rand(1,15);?><?php//header(&#39;Content-type: application/vnd.wap.xhtml+xml&#39;); echo "<?xml version=\"1.0\"?>";echo "<!DOCTYPE html PUBLIC \"-//WAPFORUM//DTD XHTML Mobile 1.0//EN\" \"http://www.wapforum.org/DTD/xhtml-mobile10.dtd\">";?><html xmlns="http://www.w3.org/1999/xhtml"><?phpinclude("config.php");include("core.ph p");$bcon = connectdb();if (!$bcon){ echo "<head>"; echo "<title>Pinoy2.com</title>"; echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"../themes/white.css\">"; echo "<head>"; echo "<body>"; echo "<p align=\"center\">"; echo "<img src=\"../images/notok.gif\" alt=\"!\"/>
              "; echo "Error! Cannot Connect To Database...

              "; echo "This error happens usually when backing up the database, please be patient... or go to our chatsite <a href=\"http://pinoy2.com/index.php\">http://www.pinoy2.com</a>"; echo "</p>"; echo "</body>"; echo "</html>"; exit();}$bet = $_GET["bet"];$guess1 = $_GET["guess1"];$action = $_GET["action"];$sid = $_GET["sid"];$sitename = mysql_fetch_array(mysql_query("SELECT value FROM ibwf_settings WHERE name=&#39;sitename&#39;"));$sitename = $sitename[0];$uid = getuid_sid($sid);$theme = mysql_fetch_array(mysql_query("SELECT theme FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));if((islogged($sid)==false )||($uid==0)){ echo "<head>"; echo "<title>Error!!!</title>"; echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"../themes/white_medium.css\">"; echo "</head>"; echo "<body>"; echo "<p align=\"center\">"; echo "You are not logged in
              "; echo "Or Your session has been expired

              "; echo "<a href=\"http://pinoy2.com/index.php\">Login</a>"; echo "</p>"; echo "</body>"; echo "</html>"; exit();}if(isbanned($uid)) { echo "<head>"; echo "<title>pinoy2.com !!!</title>"; echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"../themes/$theme[0]\">"; echo "</head>"; echo "<body>"; echo "<p align=\"center\">"; echo "<img src=\"../images/notok.gif\" alt=\"x\"/>
              "; echo "You are Banned

              "; $banto = mysql_fetch_array(mysql_query("SELECT timeto, pnreas, exid FROM ibwf_parusa WHERE uid=&#39;".$uid."&#39; AND penalty=&#39;1&#39; OR uid=&#39;".$uid."&#39; AND penalty=&#39;2&#39;")); $banres = mysql_fetch_array(mysql_query("SELECT lastpnreas FROM ibwf_users WHERE id=&#39;".$uid."&#39;")); $remain = $banto[0]- time(); $rmsg = gettimemsg($remain); echo "Time Left: $rmsg
              "; $nick = getnick_uid($banto[2]); echo "By: $nick
              "; echo "Reason: $banto[1]"; echo "<a href=\"http://pinoy2.com/index.php\">Login</a>"; echo "</p>"; echo "</body>"; echo "</html>"; exit(); }if($action=="main"){ addonline(getuid_sid($sid),"playing $adven","../hilow.php?action=main&amp;sid=$sid"); $view = $_GET["view"]; if($view=="")$view="date"; echo "<card id=\"main\" title=\"Playing adventure\">"; echo "<p align=\"center\">"; echo "<img src=\"images/roll.gif\" alt=\"*\"/>
              "; echo "see and play pinoy2.com ($adven2) $adven? Well good luck!
              Script created by facedown_pogi@yahoo.com!
              "; echo "</p>"; //////ALL LISTS SCRIPT <<echo "<center><a href=\"hilow.php?action=go&amp;sid=$sid\">[Go]
              pinoy2! este Pinoy to! isigaw mo! Taas-Baba!</a>
              Advertisers: $x
              </center>"; echo "</p>"; ////// UNTILL HERE >> echo "<p align=\"center\">"; echo "<center><a href=\"index.php?action=funm&amp;sid=$sid\"><img src=\"images/roll.gif\" alt=\"*\"/>";echo "Fun/Games</a>
              "; echo "<a href=\"index.php?action=main&amp;sid=$sid\"><img src=\"images/home.gif\" alt=\"*\"/>";echo "Home</a></center>"; echo "</p>"; echo "
              ";}else if($action=="go"){ addonline(getuid_sid($sid),"playing $adven","../hilow.php?action=main&amp;sid=$sid"); $view = $_GET["view"]; if($view=="")$view="date"; echo "<card id=\"main\" title=\"wapple super games\">"; echo "<p align=\"center\">"; echo "<big>$adven $version</big>
              "; echo " © Pinoy2.com
              Script created by facedown_pogi@yahoo.com!
              "; echo "</p>"; if(getplusses(getuid_sid($sid))<75) { echo "You need at least 75 plusses to play high low! Stay away!"; } //////ALL LISTS SCRIPT << $bet = $_POST["bet"]; echo "<p align=\"center\">"; echo "<center><font color= red> <blink>© Pinoy2.com </blink></font>
              Advertisers: $x
              Previous result is $result
              Please choose your bet!
              Welcome to Hi-low or the Taas-Baba Game!
              Your bet will be multiplied by two!
              The more you bet, the more you win!
              The cost of game is per bet minus in your current plusses!
              The minimum bet is ten!

              "; echo "<form action=\"hilow.php?action=a&amp;sid=$sid\" method=\"post\">
              "; echo "<font color= orange>Your Bet:</font><select name=\"bet\">"; echo "<option value=\"10\">10 Plusses</option>"; echo "<option value=\"20\">20 Plusses</option>"; echo "<option value=\"30\">30 Plusses</option>"; echo "<option value=\"40\">40 Plusses</option>"; echo "<option value=\"50\">50 Plusses</option>"; echo "<option value=\"60\">60 Plusses</option>"; echo "<option value=\"70\">70 Plusses</option>"; echo "<option value=\"80\">80 Plusses</option>"; echo "<option value=\"90\">90 Plusses</option>"; echo "<option value=\"100\">100 Plusses</option>"; echo "</select>
              "; echo "


              The numbers are between 1 and 15
              The number is $result will the next be higher or lower?
              Choose your CARD in the selection box bellow!

              Is it higher or lower? for the next number result!
              Guess the next result!

              Our system will send immidiately the prize!
              So choose wisely!
              You get double of your bet plusses if you win!
              "; echo "<font color= blue>Choose:</font><select name=\"hula\">"; echo "<option value=\"HIGH\">--HIGH--</option>"; echo "<option value=\"LOW\">--LOW--</option>"; echo "</select>
              "; echo "<input type=\"Submit\" Name=\"Submit\" Value=\"Submit\"></center>"; echo "</p>"; ////// UNTILL HERE >> echo "<p align=\"center\">"; echo "<center><a href=\"index.php?action=funm&amp;sid=$sid\">«back to fun menu</a>
              "; echo "<a href=\"index.php?action=main&amp;sid=$sid\"><img src=\"images/home.gif\" alt=\"*\"/>";echo "Home</a></center>"; echo "</p>"; echo "
              ";}if($action=="a"){ addonline(getuid_sid($sid),"playing $adven",""); echo "<head>"; echo "<title>play $adven $version</title>"; echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"../themes/$theme[0]\">"; echo "</head>"; echo "<body>"; echo "<p align=\"center\">"; //////ALL LISTS SCRIPT << $result2 = rand(1, 15);$hula = $_POST["hula"];$bet = $_POST["bet"]; $guess2 = rand(1, 15); $uid = mysql_fetch_array(mysql_query("SELECT uid FROM ibwf_ses WHERE id=&#39;".$sid."&#39;")); $uid = $uid[0]; $usrid = $uid; echo "$adven $version
              "; echo "$adven2
              "; //signiture again! lol..echo "<center>
              Mananalo ka sa Jakpot kapag may natanggap ka na mensahe sa inbox!
              You win if you see YES YOU WIN in your mail inbox!
              You get 100 bonus point plusses if you win!
              "; echo "<p align=center><a href=\"hilow.php?action=go&amp;sid=$sid\">[Try Again]</a>
              "; echo "</p>"; $ugpl = mysql_fetch_array(mysql_query("SELECT plusses FROM ibwf_users WHERE id=&#39;".$uid."&#39;")); $ugpl = $ugpl[0]; echo "Current Plusses: $ugpl
              "; if ($result2 == $guess2) { $num = rand(1, 3); echo "
              Your Bet: $bet
              You: $hula. Computer: $hulla. You draw with the computer!
              Minus bet $bet! Transaction fee is your bet!
              "; $ugpl = mysql_fetch_array(mysql_query("SELECT plusses FROM ibwf_users WHERE id=&#39;".$uid."&#39;")); $ugpl = $ugpl[0]; $ugpl2 = $ugpl - "$bet"; mysql_query("UPDATE ibwf_users SET plusses=&#39;".$ugpl2."&#39; WHERE id=&#39;".$uid."&#39;"); echo "
              ";}if($result2 <$guess2){ $num = rand(1, 3); echo "Your Bet: $bet
              You: $guess2 HIGHER than Computer : $result2.
              The winning number is $guess2 .
              $hi2
              So You&#39;ve won! $dagdag
              "; $ugpl = mysql_fetch_array(mysql_query("SELECT plusses FROM ibwf_users WHERE id=&#39;".$uid."&#39;")); $ugpl = $ugpl[0]; $ugpl2 = $ugpl + "$dagdag"; mysql_query("UPDATE ibwf_users SET plusses=&#39;".$ugpl2."&#39; WHERE id=&#39;".$uid."&#39;"); echo "
              ";}elseif($result2 >$guess2){ $num = rand(1, 3); echo "Your Bet: $bet
              You: $guess2 LOWer than computer: $result2 .
              The winning number is $result2 .
              $hi2
              So You&#39;ve lose! $bet
              "; $ugpl = mysql_fetch_array(mysql_query("SELECT plusses FROM ibwf_users WHERE id=&#39;".$uid."&#39;")); $ugpl = $ugpl[0]; $ugpl2 = $ugpl - "$bet"; mysql_query("UPDATE ibwf_users SET plusses=&#39;".$ugpl2."&#39; WHERE id=&#39;".$uid."&#39;"); echo "
              ";}echo "<a href=\"index.php?action=funm&amp;sid=$sid\">«Back To Fun Zone</a>";echo "
              ----------
              "; echo "0 <a accesskey=\"0\" href=\"index.php?action=main&amp;sid=$sid\"><img src=\"../images/home.gif\" alt=\"\"/>Home</a></center>"; echo "</p>"; echo "</body>";}?></div>

              please figure out the mistake i make [/b][/quote]


              you must use this one in html bro but edit it like jackpot its the same script as well


              the script is patterned in one way or the another way.. only one pattern at all.. thats a coll tip from me hehehehehehe
              Services

              Are you looking to take your wap or wapsite to a higher level? Do you want to stand out and rise above your competitors?

              Below is a list of services I offer:

              Wap Design and Customized Coding -The first way to stand out in a crowd is to have a brilliant and unique design for your wap or wapsite.

              Rates

              General consulting – My current hourly rate is $100 / hour.
              Custom Wapsite Community - My current rate is $500 / Wap Community Development.

              Comment


                #37
                inet you being in my site have you lol
                Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
                Visit: WapMasterz Coming Back Soon!
                _______
                SCRIPTS FOR SALE BY SUBZERO
                Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
                FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
                _______
                Info & Tips
                php.net
                w3schools.com

                Comment


                  #38
                  inet you being in my site have you lol[/b]

                  i visit everyones sites i&#39;m kinda addik to cool sites and those site that been considered as the best..

                  so if i visited one of your sites.. your site is the best..


                  i encrypted one of my files to your /tools/
                  Services

                  Are you looking to take your wap or wapsite to a higher level? Do you want to stand out and rise above your competitors?

                  Below is a list of services I offer:

                  Wap Design and Customized Coding -The first way to stand out in a crowd is to have a brilliant and unique design for your wap or wapsite.

                  Rates

                  General consulting – My current hourly rate is $100 / hour.
                  Custom Wapsite Community - My current rate is $500 / Wap Community Development.

                  Comment


                    #39
                    ;) services to your needs lol


                    yeah games i got was made by me and amylees guest the number i rip of a lavalair lol
                    Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
                    Visit: WapMasterz Coming Back Soon!
                    _______
                    SCRIPTS FOR SALE BY SUBZERO
                    Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
                    FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
                    _______
                    Info & Tips
                    php.net
                    w3schools.com

                    Comment


                      #40
                      please help me with the coding i made inet bru or wizard bru i like that one more which wiz bru made
                      Failure is not when a girls leaves you, its only when you let her go virgin. heheh!!

                      <span style="color:#9ACD32"><span style="font-size:36pt;line-height:100%">BEST MOBILE ADVERTISER</span></span>

                      Comment


                        #41
                        this should work <div class='codetop'>CODE</div><div class='codemain' style='height:200px;white-space:pre;overflow:auto'><?php

                        /**
                        * @Copyright wizard <mc_jayrulez@yahoo.com.au>
                        * @File: jackpot.php
                        * @param: $sid
                        */

                        header(&#39;Content-type: application/xhtml+xml&#39;);

                        echo &#39;<?xml version="1.0" encoding="utf-8"?>&#39;;
                        echo &#39;<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">&#39;;
                        echo &#39;<html xmlns="http://www.w3.org/1999/xhtml">&#39;;

                        include("config.php");

                        include("core.php");

                        function pghead($title)
                        {
                        echo &#39;
                        <head>
                        <title>&#39;.$title.&#39;</title>
                        <!--<link rel="StyleSheet" type="text/css" href="css/base.css"/>
                        <link rel="shortcut icon" href="favicon.ico"/>-->
                        </head>
                        <body>
                        &#39;;
                        }

                        function canplay_jackpot($uid)
                        {
                        $sql = mysql_fetch_array(mysql_query("SELECT plusses FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
                        if($sql[0]>=10)
                        {
                        return true;
                        }else{
                        return false;
                        }
                        }

                        $bcon = connectdb();
                        $sid = $_GET[&#39;sid&#39;];
                        $uid = getuid_sid($sid);
                        $action = $_GET[&#39;action&#39;];

                        if(!$bcon)
                        {
                        pghead(&#39;Database Error&#39;);
                        echo &#39;<p align="center">&#39;;
                        echo &#39;[img]images/notok.gif[/img]&#39;;
                        echo &#39;
                        &#39;;
                        echo &#39;Database Connection Error, please try again later!&#39;;
                        echo &#39;</p>&#39;;
                        echo &#39;<p align="center">&#39;;
                        echo &#39;<a href="index.php?action=funm&amp;sid=&#39;.$sid.&#3 9;">[img]images/roll.gif[/img]&#39;;
                        echo &#39;Fun Menu</a>
                        &#39;;
                        echo &#39;
                        &#39;;
                        echo &#39;<a href="index.php?action=main&amp;sid=&#39;.$sid.&#3 9;">[img]images/home.gif[/img]&#39;;
                        echo &#39;Home</a>
                        &#39;;
                        echo &#39;</p>&#39;;
                        echo &#39;</body>&#39;;
                        echo &#39;</html>&#39;;
                        exit();
                        }

                        if(!islogged($sid))
                        {
                        pghead(&#39;Login Error&#39;);
                        echo &#39;<p align="center">&#39;;
                        echo &#39;[img]images/notok.gif[/img]&#39;;
                        echo &#39;
                        &#39;;
                        echo &#39;You are not logged in or your session has expired!&#39;;
                        echo &#39;
                        &#39;;
                        echo &#39;Login&#39;;
                        echo &#39;</p>&#39;;
                        echo &#39;<p align="center">&#39;;
                        echo &#39;<a href="index.php?action=main&amp;sid=&#39;.$sid.&#3 9;">[img]images/home.gif[/img]&#39;;
                        echo &#39;Home</a>
                        &#39;;
                        echo &#39;</p>&#39;;
                        echo &#39;</body>&#39;;
                        echo &#39;</html>&#39;;
                        exit();
                        }

                        if(isbanned($uid))
                        {
                        pghead(&#39;Banned&#39;);
                        echo &#39;<p align="center">&#39;;
                        echo &#39;[img]images/notok.gif[/img]&#39;;
                        echo &#39;
                        &#39;;
                        echo &#39;&#39;;
                        echo &#39;You are Banned
                        &#39;;
                        echo &#39;
                        &#39;;
                        $sql = "SELECT timeto, pnreas, exid
                        FROM ibwf_parusa
                        WHERE uid=&#39;".$uid."&#39;
                        AND penalty=&#39;1&#39; OR uid=&#39;".$uid."&#39;
                        AND penalty=&#39;2&#39;
                        ";
                        $banto = mysql_fetch_array(mysql_query($sql));
                        $banres = mysql_fetch_array(mysql_query("SELECT lastpnreas FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
                        $remain = $banto[0]- time();
                        $rmsg = gettimemsg($remain);
                        echo &#39;Time Left: &#39;.$rmsg.&#39;&#39;;
                        echo &#39;
                        &#39;;
                        $nick = getnick_uid($banto[2]);
                        echo &#39;By: &#39;.$nick.&#39;&#39;;
                        echo &#39;
                        &#39;;
                        echo &#39;Reason: &#39;.$banto[1].&#39;&#39;;
                        echo &#39;
                        &#39;;
                        echo &#39;</p>&#39;;
                        echo &#39;<p align="center">&#39;;
                        echo &#39;<a href="index.php?action=main&amp;sid=&#39;.$sid.&#3 9;">[img]images/home.gif[/img]&#39;;
                        echo &#39;Home</a>
                        &#39;;
                        echo &#39;</p>&#39;;
                        echo &#39;</body>&#39;;
                        echo &#39;</html>&#39;;
                        exit();
                        }

                        if(!canplay_jackpot($uid))
                        {
                        pghead(&#39;Error&#39;);
                        echo &#39;<p align="center">&#39;;
                        echo &#39;[img]images/notok.gif[/img]&#39;;
                        echo &#39;
                        &#39;;
                        echo &#39;You must have atleast 10 plusses to play JackPot!&#39;;
                        echo &#39;
                        &#39;;
                        echo &#39;</p>&#39;;
                        echo &#39;<p align="center">&#39;;
                        echo &#39;<a href="index.php?action=funm&amp;sid=&#39;.$sid.&#3 9;">[img]images/roll.gif[/img]&#39;;
                        echo &#39;Fun Menu</a>
                        &#39;;
                        echo &#39;
                        &#39;;
                        echo &#39;<a href="index.php?action=main&amp;sid=&#39;.$sid.&#3 9;">[img]images/home.gif[/img]&#39;;
                        echo &#39;Home</a>
                        &#39;;
                        echo &#39;</p>&#39;;
                        echo &#39;</body>&#39;;
                        echo &#39;</html>&#39;;
                        exit();
                        }

                        if($action==&#39;play&#39;)
                        {
                        pghead(&#39;JackPot&#39;);
                        echo &#39;<p align="center">&#39;;
                        echo &#39;[img]images/jackpot.gif[/img]&#39;;
                        echo &#39;
                        &#39;;
                        echo &#39;Place your bet&#39;;
                        echo &#39;
                        &#39;;
                        echo &#39;<form action="jackpot.php?action=do_bet&amp;sid=&#39;.$s id.&#39;" method="post">&#39;;
                        echo &#39;<select name="bet">&#39;;
                        echo &#39;<option value="10">10</option>&#39;;
                        echo &#39;<option value="20">20</option>&#39;;
                        echo &#39;<option value="30">30</option>&#39;;
                        echo &#39;<option value="40">40</option>&#39;;
                        echo &#39;<option value="50">50</option>&#39;;
                        echo &#39;<option value="60">60</option>&#39;;
                        echo &#39;<option value="70">70</option>&#39;;
                        echo &#39;<option value="80">80</option>&#39;;
                        echo &#39;<option value="90">90</option>&#39;;
                        echo &#39;<option value="100">100</option>&#39;;
                        echo &#39;</select>&#39;;
                        echo &#39;
                        &#39;;
                        echo &#39;Choose your lucky number&#39;;
                        echo &#39;
                        &#39;;
                        echo &#39;<select name="lucky_number">&#39;;
                        echo &#39;<option value="1">1</option>&#39;;
                        echo &#39;<option value="2">2</option>&#39;;
                        echo &#39;<option value="3">3</option>&#39;;
                        echo &#39;<option value="4">4</option>&#39;;
                        echo &#39;<option value="5">5</option>&#39;;
                        echo &#39;<option value="6">6</option>&#39;;
                        echo &#39;<option value="7">7</option>&#39;;
                        echo &#39;<option value="8">8</option>&#39;;
                        echo &#39;<option value="9">9</option>&#39;;
                        echo &#39;<option value="10">10</option>&#39;;
                        echo &#39;</select>&#39;;
                        echo &#39;
                        &#39;;
                        echo &#39;<input type="submit" value="Spin"/>&#39;;
                        echo &#39;</form>&#39;;
                        echo &#39;</p>&#39;;
                        echo &#39;<p align="center">&#39;;
                        echo &#39;<a href="index.php?action=funm&amp;sid=&#39;.$sid.&#3 9;">[img]images/roll.gif[/img]&#39;;
                        echo &#39;Fun Menu</a>
                        &#39;;
                        echo &#39;
                        &#39;;
                        echo &#39;<a href="index.php?action=main&amp;sid=&#39;.$sid.&#3 9;">[img]images/home.gif[/img]&#39;;
                        echo &#39;Home</a>
                        &#39;;
                        echo &#39;</p>&#39;;
                        echo &#39;</body>&#39;;
                        }else if($action==&#39;do_bet&#39;)
                        {
                        if(isset($_POST))
                        {
                        $bet = $_POST[&#39;bet&#39;];
                        $lucky_number = $_POST[&#39;lucky_number&#39;];
                        $random = rand(1,10);

                        pghead(&#39;JackPot&#39;);
                        echo &#39;<p align="center">&#39;;
                        echo &#39;[img]images/jackpot.gif[/img]&#39;;
                        echo &#39;
                        &#39;;
                        echo &#39;JackPot Result&#39;;
                        echo &#39;
                        &#39;;
                        echo &#39;
                        &#39;;

                        $uplus = mysql_fetch_array(mysql_query("SELECT plusses FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));

                        echo &#39;Your Plusses: &#39;.$uplus[0].&#39;&#39;;
                        echo &#39;
                        &#39;;
                        echo &#39;
                        &#39;;
                        echo &#39;Your lucky number: &#39;.$lucky_number.&#39;&#39;;
                        echo &#39;
                        &#39;;
                        echo &#39;The winning number: &#39;.$random.&#39;&#39;;
                        echo &#39;
                        &#39;;
                        echo &#39;
                        &#39;;

                        if($lucky_number==$random)
                        {
                        $var = $bet * 2;
                        $nplus = $uplus[0] + $var;

                        if(@mysql_query("UPDATE ibwf_users SET plusses=&#39;".$nplus."&#39; WHERE id=&#39;".$uid."&#39;"))
                        {
                        echo &#39;You have recieved &#39;.$var.&#39; plusses for winning&#39;;
                        echo &#39;
                        &#39;;
                        echo &#39;You now have &#39;.$nplus.&#39; plusses left.&#39;;
                        echo &#39;
                        &#39;;
                        }
                        }else{
                        $nplus = $uplus[0] - $bet;
                        if($nplus<0)
                        {
                        $nplus = 0;
                        }
                        if(@mysql_query("UPDATE ibwf_users SET plusses=&#39;".$nplus."&#39; WHERE id=&#39;".$uid."&#39;"))
                        {
                        echo &#39;You have lost &#39;.$bet.&#39; plusses for losing&#39;;
                        echo &#39;
                        &#39;;
                        echo &#39;You now have &#39;.$nplus.&#39; plusses left.&#39;;
                        echo &#39;
                        &#39;;
                        }
                        }
                        echo &#39;
                        &#39;;
                        echo &#39;Try Again&#39;;

                        echo &#39;</p>&#39;;
                        echo &#39;<p align="center">&#39;;
                        echo &#39;<a href="index.php?action=funm&amp;sid=&#39;.$sid.&#3 9;">[img]images/roll.gif[/img]&#39;;
                        echo &#39;Fun Menu</a>

                        &#39;;
                        echo &#39;<a href="index.php?action=main&amp;sid=&#39;.$sid.&#3 9;">[img]images/home.gif[/img]&#39;;
                        echo &#39;Home</a>
                        &#39;;
                        echo &#39;</p>&#39;;
                        echo &#39;</body>&#39;;
                        }else{
                        pghead(&#39;Cheater&#39;);
                        echo &#39;<p align="center">&#39;;
                        echo &#39;What the hell are you trying???
                        &#39;;
                        echo &#39;</p>&#39;;
                        echo &#39;<p align="center">&#39;;
                        echo &#39;<a href="index.php?action=funm&amp;sid=&#39;.$sid.&#3 9;">[img]images/roll.gif[/img]&#39;;
                        echo &#39;Fun Menu</a>
                        &#39;;
                        echo &#39;
                        &#39;;
                        echo &#39;<a href="index.php?action=main&amp;sid=&#39;.$sid.&#3 9;">[img]images/home.gif[/img]&#39;;
                        echo &#39;Home</a>
                        &#39;;
                        echo &#39;</p>&#39;;
                        echo &#39;</body>&#39;;
                        }
                        }else{
                        pghead(&#39;JackPot&#39;);
                        echo &#39;<p align="center">&#39;;
                        echo &#39;[img]images/jackpot.gif[/img]&#39;;
                        echo &#39;
                        &#39;;
                        echo &#39;So you want to challenge our dealer and Win the jackpot!&#39;;
                        echo &#39;
                        &#39;;
                        echo &#39;If you think you got what it takes, click below:&#39;;
                        echo &#39;
                        &#39;;
                        echo &#39;Play Now&#39;;
                        echo &#39;</p>&#39;;
                        echo &#39;<p align="center">&#39;;
                        echo &#39;<a href="index.php?action=funm&amp;sid=&#39;.$sid.&#3 9;">[img]images/roll.gif[/img]&#39;;
                        echo &#39;Fun Menu</a>
                        &#39;;
                        echo &#39;
                        &#39;;
                        echo &#39;<a href="index.php?action=main&amp;sid=&#39;.$sid.&#3 9;">[img]images/home.gif[/img]&#39;;
                        echo &#39;Home</a>
                        &#39;;
                        echo &#39;</p>&#39;;
                        echo &#39;</body>&#39;;
                        }

                        echo &#39;</html>&#39;;

                        ?></div>

                        Comment


                          #42
                          lol this site removes my copyright notice as he coded the whole thing better edit it now, you just copy and paste things.. i dont want to do this but you actions like that is entirely wrong.. removing others name just to recognize you as the coder? lol you asked me, to help you to have a monster game yet i discovered what you did.. i will only help you when you replace that thing to what is due to it.. and i will provide you the game for free.. you&#39;ve been asking me to give a copy of wapindo monster game.. lol when i will give this to you you again put in your copyrights?

                          <div class='codetop'>CODE</div><div class='codemain' style='height:200px;white-space:pre;overflow:auto'>On the Spot Jackpot! version: 3
                          © Indonesiawap
                          Script created by Leorjuna@indonesiawap.net!
                          Kamau harus mempunyai 75 plussess untuk bermain Jackpot..mintalah staf untuk modal plussess kamu!

                          © Indonesiawap.net
                          Advertisers:
                          Updates by: Leoarjuna
                          Indonesiawap.net
                          Jackpot money is
                          Please choose your bet!
                          This is an instant jackpot game!
                          Your bet will be multiplied by the current jackpot!
                          The more you bet, the more you win!
                          The cost of game is per bet minus in your current plusses!
                          The minimum bet is ten!

                          Your Bet:

                          Choose your number from 1 to 9 in the selection box bellow!
                          Our system will send immidiately the prize and will send the confirmation of your winnings at your inbox!
                          So choose wisely!
                          You get 100 bonus plusses if you win!
                          Choose Your Digit:



                          «back to fun menu
                          Home</div>


                          i will only provide the monster scripts for you free, when you retain my name as the coder lol...

                          and i will always check out your site if you still insist that you code that thing..

                          i see in there 3 of my gamescripts..

                          and please reply in here Leorjuna


                          i&#39;m hoping that you got to edit that now..
                          Services

                          Are you looking to take your wap or wapsite to a higher level? Do you want to stand out and rise above your competitors?

                          Below is a list of services I offer:

                          Wap Design and Customized Coding -The first way to stand out in a crowd is to have a brilliant and unique design for your wap or wapsite.

                          Rates

                          General consulting – My current hourly rate is $100 / hour.
                          Custom Wapsite Community - My current rate is $500 / Wap Community Development.

                          Comment


                            #43
                            I only the test just try, to jackpot him, I have tried in an original your jackpot, but was just the same results, not the work, with your coppyright , thank, I has been removed by me jackpod him.

                            Comment


                              #44
                              lol this site removes my copyright notice as he coded the whole thing better edit it now, you just copy and paste things.. i dont want to do this but you actions like that is entirely wrong.. removing others name just to recognize you as the coder? lol you asked me, to help you to have a monster game yet i discovered what you did.. i will only help you when you replace that thing to what is due to it.. and i will provide you the game for free.. you&#39;ve been asking me to give a copy of wapindo monster game.. lol when i will give this to you you again put in your copyrights?

                              <div class='codetop'>CODE
                              <div class='codemain' style='height:200px;white-space:pre;overflow:auto'>On the Spot Jackpot! version: 3
                              © Indonesiawap
                              Script created by Leorjuna@indonesiawap.net!
                              Kamau harus mempunyai 75 plussess untuk bermain Jackpot..mintalah staf untuk modal plussess kamu!

                              © Indonesiawap.net
                              Advertisers:
                              Updates by: Leoarjuna
                              Indonesiawap.net
                              Jackpot money is
                              Please choose your bet!
                              This is an instant jackpot game!
                              Your bet will be multiplied by the current jackpot!
                              The more you bet, the more you win!
                              The cost of game is per bet minus in your current plusses!
                              The minimum bet is ten!

                              Your Bet:

                              Choose your number from 1 to 9 in the selection box bellow!
                              Our system will send immidiately the prize and will send the confirmation of your winnings at your inbox!
                              So choose wisely!
                              You get 100 bonus plusses if you win!
                              Choose Your Digit:
                              «back to fun menu
                              Home</div>
                              i will only provide the monster scripts for you free, when you retain my name as the coder lol...

                              and i will always check out your site if you still insist that you code that thing..

                              i see in there 3 of my gamescripts..

                              and please reply in here Leorjuna
                              i&#39;m hoping that you got to edit that now..[/b][/quote]

                              Ok.you helped I about the monster game, I will use coppyright you.plz...provide me..

                              Comment


                                #45
                                lol this site removes my copyright notice as he coded the whole thing better edit it now, you just copy and paste things.. i dont want to do this but you actions like that is entirely wrong.. removing others name just to recognize you as the coder? lol you asked me, to help you to have a monster game yet i discovered what you did.. i will only help you when you replace that thing to what is due to it.. and i will provide you the game for free.. you&#39;ve been asking me to give a copy of wapindo monster game.. lol when i will give this to you you again put in your copyrights?

                                <div class='codetop'>CODE
                                <div class='codemain' style='height:200px;white-space:pre;overflow:auto'>On the Spot Jackpot! version: 3
                                © Indonesiawap
                                Script created by Leorjuna@indonesiawap.net!
                                Kamau harus mempunyai 75 plussess untuk bermain Jackpot..mintalah staf untuk modal plussess kamu!

                                © Indonesiawap.net
                                Advertisers:
                                Updates by: Leoarjuna
                                Indonesiawap.net
                                Jackpot money is
                                Please choose your bet!
                                This is an instant jackpot game!
                                Your bet will be multiplied by the current jackpot!
                                The more you bet, the more you win!
                                The cost of game is per bet minus in your current plusses!
                                The minimum bet is ten!

                                Your Bet:

                                Choose your number from 1 to 9 in the selection box bellow!
                                Our system will send immidiately the prize and will send the confirmation of your winnings at your inbox!
                                So choose wisely!
                                You get 100 bonus plusses if you win!
                                Choose Your Digit:
                                «back to fun menu
                                Home</div>
                                i will only provide the monster scripts for you free, when you retain my name as the coder lol...

                                and i will always check out your site if you still insist that you code that thing..

                                i see in there 3 of my gamescripts..

                                and please reply in here Leorjuna
                                i&#39;m hoping that you got to edit that now..[/b][/quote]
                                I only the test just try, to jackpot him, I have tried in an original your jackpot, but was just the same results, not the work, with your coppyright , thank, I has been removed by me jackpod him.

                                Comment

                                Working...
                                X