Jackpot Game!

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

    #16
    Code:
    <?php
    //////original copy of wapple adventure changed title to Ancient Empires
    ///// pinoy2.com  official games xyve aka facedown ideas!............
    so you gonna sell other ppl work?[/b]

    lol i coded wapple adventure..


    it is my signiture game lol...


    my name is xyve...


    as you seen in wapple adventure..


    king xyve



    my name is in that game lol...

    my signiture includes $adven coz that is the second gamescript that i coded...


    "Ancient empires" is the title of that game when i sold it to someone..


    I coded my "jack en poy game" or "jnp" from scratch... then i used JNP as the base script

    after that i created Wapple adventure game

    then i rename it to Ancient empires sold to a south african wapmaster...


    then after that i coded my new game, wapjueteng.. then after that i created jackpot.. then after jackpot, i created


    poker lol


    this lines are one of my signiture lol..

    //////original copy of wapple adventure changed title to Ancient Empires
    ///// pinoy2.com official games xyve aka facedown ideas!............


    $adven




    eg... i posted this before in here
    <div class='codetop'>CODE</div><div class='codemain' style='height:200px;white-space:pre;overflow:auto'>
    <?php
    //////original copy of wapple adventure changed title to Ancient Empires
    /////// new games for sale just send private message to me
    //////////heres my version

    $version = "version: v1.0";
    forsale games: whammy push your luck,wap poker online game

    $adven = "whammy push your luck!";
    $adven2 = "swerte!";

    ?>

    <?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>Chapel</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...";
    echo "</p>";
    echo "</body>";
    echo "</html>";
    exit();
    }

    $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://wapple.890m.com/index.php\">Login</a>";
    echo "</p>";
    echo "</body>";
    echo "</html>";
    exit();
    }
    if(isbanned($uid))
    {
    echo "<head>";
    echo "<title>Error!!!</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=="chpreqref")
    {
    $id=$_GET["id"];

    addonline(getuid_sid($sid),"XHTML - Chapel","index.php?action=$action");
    echo "<body>";
    echo "

    "; echo "Chapel";
    echo "</p>";
    echo "

    ";
    $dbinfo=mysql_fetch_array(mysql_query("SELECT * FROM ibwf_married WHERE id=&#39;".$id."&#39;"));
    $frmnick=getnick_uid($dbinfo["frmuid"]);
    echo "Aww, We are sorry to hear about You Decision, your proposer has been informed of your decison, thank you";
    $dbinfo2=mysql_query("DELETE FROM ibwf_married WHERE id=&#39;".$id."&#39;");
    $tonick=getnick_uid($dbinfo["touid"]);

    $byuid = getuid_sid($sid);
    $person = getnick_sid($sid);
    $who=$dbinfo["frmuid"];
    $pmtext="Sorry, $tonick has refused your proposal. we are sorry to hear this, but feel free to try again at a later date";

    $tm = time();
    $res = mysql_query("INSERT INTO ibwf_private SET text=&#39;".$pmtext."&#39;, byuid=&#39;".$byuid."&#39;, touid=&#39;".$who."&#39;, timesent=&#39;".$tm."&#39;");

    echo "</p>";
    echo "

    ";
    echo "Please Note: This Marriage IS NOT Legally Binding
    ";
    echo "<a href=\"index.php?action=main&amp;sid=$sid\"><img src=\"images/home.gif\" alt=\"*\"/>";
    echo "Home</a>";
    echo "</p>";
    echo "</body>";
    }
    else if($action=="chpreqacc")
    {
    $id=$_GET["id"];

    addonline(getuid_sid($sid),"XHTML - Chapel","index.php?action=$action");
    echo "<body>";
    echo "

    ";
    echo "Chapel";
    echo "</p>";
    echo "

    ";
    $dbinfo=mysql_fetch_array(mysql_query("SELECT * FROM ibwf_married WHERE id=&#39;".$id."&#39;"));
    $frmnick=getnick_uid($dbinfo["frmuid"]);
    echo "Congratulations!. Your Marriage To $frmnick Is Complete. We Hope You Are Both Happy in your new Relationship";
    $dbinfo2=mysql_query("UPDATE ibwf_married SET agreed=&#39;1&#39;, complete=&#39;1&#39; WHERE id=&#39;".$id."&#39;");
    $tonick=getnick_uid($dbinfo["touid"]);

    $byuid = getuid_sid($sid);
    $person = getnick_sid($sid);
    $who=$dbinfo["frmuid"];
    $pmtext="Congratulations!. Your Marriage To $tonick Is Complete. We Hope You Are Both Happy in your new Relationship";

    $tm = time();
    $res = mysql_query("INSERT INTO ibwf_private SET text=&#39;".$pmtext."&#39;, byuid=&#39;".$byuid."&#39;, touid=&#39;".$who."&#39;, timesent=&#39;".$tm."&#39;");

    echo "</p>";
    echo "

    ";
    echo "Please Note: This Marriage IS NOT Legally Binding
    ";
    echo "<a href=\"index.php?action=main&amp;sid=$sid\"><img src=\"images/home.gif\" alt=\"*\"/>";
    echo "Home</a>";
    echo "</p>";
    echo "</body>";
    }
    else if($action=="chapel")
    {
    addonline(getuid_sid($sid),"XHTML - Chapel","index.php?action=$action");
    echo "<body>";
    echo "

    ";
    echo "Chapel";
    echo "</p>";
    echo "

    ";
    echo "Welcome To $sitename Online Chapel.
    Here You Can Get Married Online In Front Of Our Resident vicar Chaos_dragon";
    echo "</p>";
    $uid=getuid_sid($sid);
    $chkcode=mysql_fetch_array(mysql_query("SELECT id FROM ibwf_married WHERE touid=&#39;".$uid."&#39;"));
    if($chkcode[0]>0)
    {
    $marriedinfo=mysql_fetch_array(mysql_query("SELECT * FROM ibwf_married WHERE touid=&#39;".$uid."&#39;"));
    echo "

    ";
    $tonick=getnick_uid($marriedinfo[&#39;touid&#39;]);
    $frmnick=getnick_uid($marriedinfo[&#39;frmuid&#39;]);
    $mf=mysql_fetch_array(mysql_query("SELECT sex FROM ibwf_users WHERE id=&#39;".$marriedinfo[&#39;frmnick&#39;]."&#39;"));
    if($mf[0]=="M")
    {
    $sex=="Him";
    $husb=="Husband";
    }else{
    $sex=="Her";
    $husb=="Wife";
    }
    $i=$marriedinfo["ID"];
    echo "Marriage Between $tonick and $frmnick

    ";
    echo "Your Only one step away from Marrying your true love. all you need to do is read and accept the vows below

    ";
    echo "$tonick, do you take $frmnick to be your wedded $husb to live together in marriage. Do you promise to love, comfort, honor and keep $sex
    ";
    echo "For better or worse, for richer or poorer, in sickness and in health. And forsaking all others, be faithful only to
    ";
    echo "$sex so long as you both shall live?

    ";
    echo "<a href=\"kasal.php?action=chpreqacc&amp;sid=$sid&amp ;id=$i\">I Do</a>
    ";
    echo "<a href=\"kasal.php?action=chpreqref&amp;sid=$sid&amp ;id=$i\">Sorry, I Dont</a>
    ";
    echo "</p>";
    }else{
    $nick=getnick_sid($sid);
    echo "

    ";
    echo "To Begin Please Enter The Nickname Of The User You Want to Marry, A PM will be sent
    ";
    echo "To them asking if they wish to marry you and inviting them to the chapel to complete the service.
    ";
    echo "By Sending the message below you agree to the below vows also";
    echo "

    ";
    echo "$nick, do you take [user] to be your wedded [wife/husband] to live together in marriage. Do you promise to love, comfort, honor and keep [him/her]
    ";
    echo "For better or worse, for richer or poorer, in sickness and in health. And forsaking all others, be faithful only to
    ";
    echo "[him/her] so long as you both shall live?

    ";
    echo "Username:
    ";
    echo "<form name=\"form1\" action=\"kasal.php?action=chpsndreq&amp;sid=$sid\" method=\"post\">";
    echo "<input name=\"marusr\" maxlength=\"25\"/>
    ";
    echo "<input type=\"submit\" name=\"submit\" value=\"I Do\"></form>";
    echo "</p>";
    }
    echo "

    ";
    echo "Please Note: This Marriage IS NOT Legally Binding
    ";
    echo "<a href=\"index.php?action=main&amp;sid=$sid\"><img src=\"images/home.gif\" alt=\"*\"/>";
    echo "Home</a>";
    echo "</p>";
    echo "</body>";
    }
    else if($action=="chpsndreq")
    {
    addonline(getuid_sid($sid),"XHTML - Chapel","index.php?action=$action");
    echo "<body>";
    echo "

    ";
    echo "Wap Chapel";
    echo "</p>";
    echo "

    ";
    echo "Welcome To Our Online Chapel.
    Here You Can Get Married Online In Front Of Our Resident vicar CHAOS_DRAGON";
    echo "</p>";
    $marusr = $_POST["marusr"];
    $who = getuid_nick($marusr);
    $whonick = getnick_uid($who);
    if($who=="")
    {
    echo "

    ";
    echo "Sorry this user does not exist, Please Try Again";
    echo "

    <a href=\"index.php?action=main&amp;sid=$sid\"><img src=\"images/home.gif\" alt=\"*\"/>";
    echo "Home</a>";
    echo "</p>";
    echo "</body>";
    echo "</html>";
    exit;
    }

    $byuid = getuid_sid($sid);
    $person = getnick_sid($sid);
    $sql=mysql_query("INSERT INTO ibwf_married SET frmuid=&#39;".$byuid."&#39;, touid=&#39;".$who."&#39;");
    $sql2=mysql_fetch_array(mysql_query("SELECT id FROM ibwf_married WHERE frmuid=&#39;".$byuid."&#39; AND touid=&#39;".$who."&#39;"));
    $pmtext="-marriage- $person would like to To ask For your hand in marriage, to accept or refuse visit the chapel link in the sites fun menu";

    $tm = time();
    $res = mysql_query("INSERT INTO ibwf_private SET text=&#39;".$pmtext."&#39;, byuid=&#39;".$byuid."&#39;, touid=&#39;".$who."&#39;, timesent=&#39;".$tm."&#39;");
    if($res)
    {
    echo "

    ";
    echo "<img src=\"images/ok.gif\" alt=\"O\"/>";
    echo "Marriage Request was sent successfully to $whonick
    please wait for a response</p>";
    }else{
    echo "

    ";
    echo "<img src=\"images/notok.gif\" alt=\"X\"/>";
    echo "Can&#39;t Send Request to $whonick</p>";
    }
    echo "

    ";
    echo "Please Note: This Marriage IS NOT Legally Binding
    ";
    echo "<a href=\"index.php?action=main&amp;sid=$sid\"><img src=\"images/home.gif\" alt=\"*\"/>";
    echo "Home</a>";
    echo "</p>";
    echo "</body>";
    }
    ?></div>
    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


      #17
      KING ? pmpl so so so sorry king in what ? 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


        #18
        this is my email facedown_pogi@yahoo.com and my user names in wapworld is face, facedown, inet, xyve, aspen thatproves that i coded that script lol

        here are the proves...

        adventure is my game script

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

        $version = "version: v1.0";
        $adven = "adventure";
        ?>

        <?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>$sitename</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...";
        echo "</p>";
        echo "</body>";
        echo "</html>";
        exit();
        }

        $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://wapple.890m.com/index.php\">Login</a>";
        echo "</p>";
        echo "</body>";
        echo "</html>";
        exit();
        }
        if(isbanned($uid))
        {
        echo "<head>";
        echo "<title>Error!!!</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=="padventure")
        {
        addonline(getuid_sid($sid),"playing wapple planet adventure","");
        $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 "How great... Wanna play wapple planet adventure? good luck pinoy-wapper!";
        echo "</p>";
        //////ALL LISTS SCRIPT <<

        echo "<p align=\"center\">";
        echo "<a href=\"adven.php?action=go&amp;sid=$sid\">»Go</a>
        ";
        echo "</p>";
        ////// UNTILL HERE >>
        echo "<p align=\"center\">";
        echo "<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>";
        echo "</p>";
        echo "
        ";
        }
        else if($action=="go")
        {
        addonline(getuid_sid($sid),"adventuring wapple planet","");
        $view = $_GET["view"];
        if($view=="")$view="date";
        echo "<card id=\"main\" title=\"wapple planet\">";
        echo "<p align=\"center\">";
        echo "<big>Adventure $version</big>
        ";
        echo "Mania!";
        echo "</p>";

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

        //////ALL LISTS SCRIPT <<

        echo "choose hero:";
        echo "<a href=\"adven.php?action=a&amp;sid=$sid\">King Wapple</a> , <a href=\"adven.php?action=b&amp;sid=$sid\">King Rohan</a> , <a href=\"adven.php?action=c&amp;sid=$sid\">King Xyve</a> , other hero not yet supported in this game $version like King Richard and Lothor<a href=\"adven.php?action=d&amp;sid=$sid\">King Richard</a>, <a href=\"adven.php?action=e&amp;sid=$sid\">King Lothor</a>";

        echo "</p>";


        ////// UNTILL HERE >>
        echo "<p align=\"center\">";
        echo "<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>";
        echo "</p>";
        echo "
        ";
        }
        if($action=="a")
        {
        addonline(getuid_sid($sid),"ADVENTURING Hero Wapple","");
        echo "<head>";
        echo "<title>Adventure $version</title>";
        echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"../themes/$theme[0]\">";
        echo "</head>";
        echo "<body>";
        echo "<p align=\"center\">";

        //////ALL LISTS SCRIPT <<

        $num1 = rand(1, 5);

        $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 "King Wapple $adven
        ";
        echo "You are armored with 3 sword and magical powers, try to kill your enemy!";
        echo "<p align=left><a href=\"adven.php?action=a&amp;sid=$sid\">Sword Attack</a> , <a href=\"adven.php?action=a&amp;sid=$sid\">Kick</a> , <a href=\"adven.php?action=a&amp;sid=$sid\">Magic</a>";
        echo "</p>";
        $ugpl = mysql_fetch_array(mysql_query("SELECT plusses FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
        $ugpl = $ugpl[0];
        echo "Golden Plusses: $ugpl
        ";
        $power = rand(50,100);
        echo "Power: $power
        ";
        $damage = rand(0,100);
        $evil = Monster;
        $gold = rand(30,100);

        if ($num1 == 1) {
        $num = rand(1, 3);
        echo "You hit $evil with damage $damage. You&#39;ve Won $gold Gold!";
        $ugpl = mysql_fetch_array(mysql_query("SELECT plusses FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
        $ugpl = $ugpl[0];
        $ugpl2 = $ugpl + "$gold";
        mysql_query("UPDATE ibwf_users SET plusses=&#39;".$ugpl2."&#39; WHERE id=&#39;".$uid."&#39;");

        echo "
        ";
        }
        if ($num1 == 2) {
        $num = rand(1, 3);
        echo "You hit $evil with damage $damage,but he return 2 kick for you with damage $gold. You&#39;ve been attacked and Lost $gold gold!";
        $ugpl = mysql_fetch_array(mysql_query("SELECT plusses FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
        $ugpl = $ugpl[0];
        $ugpl2 = $ugpl - "$gold";
        mysql_query("UPDATE ibwf_users SET plusses=&#39;".$ugpl2."&#39; WHERE id=&#39;".$uid."&#39;");

        echo "
        ";
        }
        if ($num1 == 3) {
        $num = rand(1, 3);
        echo "You hit $evil damaging him $damage %. Then $evil return magic attack to you, damaging you $damage %. You draw! Minus 10 plusses for that attack";
        $ugpl = mysql_fetch_array(mysql_query("SELECT plusses FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
        $ugpl = $ugpl[0];
        $ugpl2 = $ugpl - "10";
        mysql_query("UPDATE ibwf_users SET plusses=&#39;".$ugpl2."&#39; WHERE id=&#39;".$uid."&#39;");

        echo "
        ";
        }
        if ($num1 == 4) {
        $num = rand(1, 3);
        echo "You hit $evil with a damage of $damage %. Then $evil return a scratch attack to you $gold %. You draw! Minus $gold plusses for that attack";
        $ugpl = mysql_fetch_array(mysql_query("SELECT plusses FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
        $ugpl = $ugpl[0];
        $ugpl2 = $ugpl - "$gold";
        mysql_query("UPDATE ibwf_users SET plusses=&#39;".$ugpl2."&#39; WHERE id=&#39;".$uid."&#39;");

        echo "
        ";
        }
        if ($num1 == 5) {
        $num = rand(1, 3);
        echo "You hit $evil damaging him 0%. Miss... Miss! Miss! Minus 10 plusses for that attack";
        $ugpl = mysql_fetch_array(mysql_query("SELECT plusses FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
        $ugpl = $ugpl[0];
        $ugpl2 = $ugpl - "10";
        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>";
        echo "</p>";
        echo "</body>";
        }
        if($action=="b")
        {
        addonline(getuid_sid($sid),"ADVENTURING Hero Rohan","");
        echo "<head>";
        echo "<title>Adventure $version</title>";
        echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"../themes/$theme[0]\">";
        echo "</head>";
        echo "<body>";
        echo "<p align=\"center\">";

        //////ALL LISTS SCRIPT <<

        $num2 = rand(1, 9);

        $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 "King Rohan $adven
        ";
        echo "You are armored with Special Axe and magical powers, try to let your enemy with low lifepower!
        ";
        echo "<p align=left><a href=\"adven.php?action=b&amp;sid=$sid\">Axe Attack</a> , <a href=\"adven.php?action=b&amp;sid=$sid\">Kick</a> , <a href=\"adven.php?action=b&amp;sid=$sid\">Magic</a>";
        echo "</p>";
        $ugpl = mysql_fetch_array(mysql_query("SELECT plusses FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
        $ugpl = $ugpl[0];
        echo "Golden Plusses: $ugpl
        ";
        $power = rand(50,100);
        echo "Power: $power
        ";
        $damage = rand(0,100);
        $evil2 = Darklord;
        $gold = rand(30,100);
        $magic = rand(60,93);
        $level = 2;
        $level2 = 3;
        $low = 1;
        if ($num2 == 1) {
        $num = rand(1, 3);
        echo "You hit $evil2 with damage $damage. You&#39;ve Won $gold Gold!";
        $ugpl = mysql_fetch_array(mysql_query("SELECT plusses FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
        $ugpl = $ugpl[0];
        $ugpl2 = $ugpl + "$gold";
        mysql_query("UPDATE ibwf_users SET plusses=&#39;".$ugpl2."&#39; WHERE id=&#39;".$uid."&#39;");

        echo "
        ";
        }
        if ($num2 == 2) {
        $num = rand(1, 3);
        echo "You hit $evil2 with damage $damage,but he return 2 body and $low high kick for you with damage $gold. You&#39;ve been attacked and Lost $gold gold!";
        $ugpl = mysql_fetch_array(mysql_query("SELECT plusses FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
        $ugpl = $ugpl[0];
        $ugpl2 = $ugpl - "$gold";
        mysql_query("UPDATE ibwf_users SET plusses=&#39;".$ugpl2."&#39; WHERE id=&#39;".$uid."&#39;");

        echo "
        ";
        }
        if ($num2 == 3) {
        $num = rand(1, 3);
        echo "You cast magic $magic % with a hit to $evil2 damaging him $damage %. Then $evil2 return magic attack to you, damaging you $damage %. You draw! Minus 10 plusses for that attack";
        $ugpl = mysql_fetch_array(mysql_query("SELECT plusses FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
        $ugpl = $ugpl[0];
        $ugpl2 = $ugpl - "10";
        mysql_query("UPDATE ibwf_users SET plusses=&#39;".$ugpl2."&#39; WHERE id=&#39;".$uid."&#39;");

        echo "
        ";
        }
        if ($num2 == 4) {
        $num = rand(1, 3);
        echo "You hit $evil2 with a damage of $damage %. Then $evil2 return dark spell attack to you $gold %. You draw! Minus $gold plusses for that attack";
        $ugpl = mysql_fetch_array(mysql_query("SELECT plusses FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
        $ugpl = $ugpl[0];
        $ugpl2 = $ugpl - "$gold";
        mysql_query("UPDATE ibwf_users SET plusses=&#39;".$ugpl2."&#39; WHERE id=&#39;".$uid."&#39;");

        echo "
        ";
        }
        if ($num2 == 5) {
        $num = rand(1, 3);
        echo "You hit $evil2 damaging him 0%. Miss... Miss! Miss! Minus 10 plusses for that attack";
        $ugpl = mysql_fetch_array(mysql_query("SELECT plusses FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
        $ugpl = $ugpl[0];
        $ugpl2 = $ugpl - "10";
        mysql_query("UPDATE ibwf_users SET plusses=&#39;".$ugpl2."&#39; WHERE id=&#39;".$uid."&#39;");

        echo "
        ";
        }
        if ($num2 == 6) {
        $num = rand(1, 3);
        echo "You hit $evil2 damaging him 100%. level up $level2. You are a GODLIKE! Plus 90 plusses for that attack";
        $ugpl = mysql_fetch_array(mysql_query("SELECT plusses FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
        $ugpl = $ugpl[0];
        $ugpl2 = $ugpl + "90";
        mysql_query("UPDATE ibwf_users SET plusses=&#39;".$ugpl2."&#39; WHERE id=&#39;".$uid."&#39;");

        echo "
        ";
        }
        if ($num2 == 7) {
        $num = rand(1, 3);
        echo "You hit $evil2 damaging him 40%. Level up to $level You win 50 plusses for that attack";
        $ugpl = mysql_fetch_array(mysql_query("SELECT plusses FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
        $ugpl = $ugpl[0];
        $ugpl2 = $ugpl + "50";
        mysql_query("UPDATE ibwf_users SET plusses=&#39;".$ugpl2."&#39; WHERE id=&#39;".$uid."&#39;");

        echo "
        ";
        }
        if ($num2 == dirol.gif {
        $num = rand(1, 3);
        echo "You did not hit $evil2 . He jump faster than your attack! Miss... Miss! Miss! Minus 10 plusses for that attack";
        $ugpl = mysql_fetch_array(mysql_query("SELECT plusses FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
        $ugpl = $ugpl[0];
        $ugpl2 = $ugpl - "10";
        mysql_query("UPDATE ibwf_users SET plusses=&#39;".$ugpl2."&#39; WHERE id=&#39;".$uid."&#39;");

        echo "
        ";
        }
        if ($num2 == 9) {
        $num = rand(1, 3);
        echo "You hit $evil2 $damage % damage, but he hit you 99 % damage. Minus 99 plusses for that attack";
        $ugpl = mysql_fetch_array(mysql_query("SELECT plusses FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
        $ugpl = $ugpl[0];
        $ugpl2 = $ugpl - "99";
        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>";
        echo "</p>";
        echo "</body>";
        }
        if($action=="c")
        {
        addonline(getuid_sid($sid),"ADVENTURING Hero Rohan","");
        echo "<head>";
        echo "<title>Adventure $version</title>";
        echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"../themes/$theme[0]\">";
        echo "</head>";
        echo "<body>";
        echo "<p align=\"center\">";

        //////ALL LISTS SCRIPT <<

        $num2 = rand(1, 9);

        $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 "King Xyve $adven
        ";
        echo "You are armored with Two bladed Samorai and Fire powers, try to let your enemy with low life stat!
        ";
        echo "<p align=left><a href=\"adven.php?action=c&amp;sid=$sid\">Samorai Attack</a> , <a href=\"adven.php?action=c&amp;sid=$sid\">Back-Stub</a> , <a href=\"adven.php?action=c&amp;sid=$sid\">Fire</a>";
        echo "</p>";
        $ugpl = mysql_fetch_array(mysql_query("SELECT plusses FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
        $ugpl = $ugpl[0];
        echo "Golden Plusses: $ugpl
        ";
        $power = rand(50,100);
        echo "Power: $power
        ";
        $damage = rand(0,100);
        $evil3 = HeadDragon;
        $gold = rand(30,100);
        $magic = rand(60,93);
        $level = 2;
        $level2 = 3;
        $low = 1;
        if ($num2 == 1) {
        $num = rand(1, 3);
        echo "You hit $evil3 with damage $damage. You&#39;ve Won $gold Gold!";
        $ugpl = mysql_fetch_array(mysql_query("SELECT plusses FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
        $ugpl = $ugpl[0];
        $ugpl2 = $ugpl + "$gold";
        mysql_query("UPDATE ibwf_users SET plusses=&#39;".$ugpl2."&#39; WHERE id=&#39;".$uid."&#39;");

        echo "
        ";
        }
        if ($num2 == 2) {
        $num = rand(1, 3);
        echo "You hit $evil3 with damage $damage,but he return 2 kick for you with damage $magic . You&#39;ve been attacked and Lost $gold gold!";
        $ugpl = mysql_fetch_array(mysql_query("SELECT plusses FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
        $ugpl = $ugpl[0];
        $ugpl2 = $ugpl - "$gold";
        mysql_query("UPDATE ibwf_users SET plusses=&#39;".$ugpl2."&#39; WHERE id=&#39;".$uid."&#39;");

        echo "
        ";
        }
        if ($num2 == 3) {
        $num = rand(1, 3);
        echo "You cast magic $magic % with a hit to $evil3 damaging him $damage %. Then $evi3 return magic attack to you, damaging you $damage %. You draw! Minus 10 plusses for that attack";
        $ugpl = mysql_fetch_array(mysql_query("SELECT plusses FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
        $ugpl = $ugpl[0];
        $ugpl2 = $ugpl - "10";
        mysql_query("UPDATE ibwf_users SET plusses=&#39;".$ugpl2."&#39; WHERE id=&#39;".$uid."&#39;");

        echo "
        ";
        }
        if ($num2 == 4) {
        $num = rand(1, 3);
        echo "You hit $evil3 with a damage of $damage %. Then $evil2 return hold spell attack to you $gold %. You draw! Minus $gold plusses for that attack";
        $ugpl = mysql_fetch_array(mysql_query("SELECT plusses FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
        $ugpl = $ugpl[0];
        $ugpl2 = $ugpl - "$gold";
        mysql_query("UPDATE ibwf_users SET plusses=&#39;".$ugpl2."&#39; WHERE id=&#39;".$uid."&#39;");

        echo "
        ";
        }
        if ($num2 == 5) {
        $num = rand(1, 3);
        echo "You hit $evil3 damaging him 0%. Miss... Miss! Miss! Minus 10 plusses for that attack";
        $ugpl = mysql_fetch_array(mysql_query("SELECT plusses FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
        $ugpl = $ugpl[0];
        $ugpl2 = $ugpl - "10";
        mysql_query("UPDATE ibwf_users SET plusses=&#39;".$ugpl2."&#39; WHERE id=&#39;".$uid."&#39;");

        echo "
        ";
        }
        if ($num2 == 6) {
        $num = rand(1, 3);
        echo "You hit $evil3 damaging him 100%. You are a GODLIKE! Plus 98 plusses for that attack";
        $ugpl = mysql_fetch_array(mysql_query("SELECT plusses FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
        $ugpl = $ugpl[0];
        $ugpl2 = $ugpl + "90";
        mysql_query("UPDATE ibwf_users SET plusses=&#39;".$ugpl2."&#39; WHERE id=&#39;".$uid."&#39;");

        echo "
        ";
        }
        if ($num2 == 7) {
        $num = rand(1, 3);
        echo "You hit $evil3 damaging him 70%. Level up to $level2 You win 50 plusses for that attack";
        $ugpl = mysql_fetch_array(mysql_query("SELECT plusses FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
        $ugpl = $ugpl[0];
        $ugpl2 = $ugpl + "50";
        mysql_query("UPDATE ibwf_users SET plusses=&#39;".$ugpl2."&#39; WHERE id=&#39;".$uid."&#39;");

        echo "
        ";
        }
        if ($num2 == dirol.gif {
        $num = rand(1, 3);
        echo "You did not hit $evil3 . He ran faster than your attack! Miss... Miss! Miss! Minus 10 plusses for that attack";
        $ugpl = mysql_fetch_array(mysql_query("SELECT plusses FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
        $ugpl = $ugpl[0];
        $ugpl2 = $ugpl - "10";
        mysql_query("UPDATE ibwf_users SET plusses=&#39;".$ugpl2."&#39; WHERE id=&#39;".$uid."&#39;");

        echo "
        ";
        }
        if ($num2 == 9) {
        $num = rand(1, 3);
        echo "You hit $evil3 $damage % damage, but he hit you 100 % damage. Minus 100 plusses for that attack";
        $ugpl = mysql_fetch_array(mysql_query("SELECT plusses FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
        $ugpl = $ugpl[0];
        $ugpl2 = $ugpl - "99";
        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>";
        echo "</p>";
        echo "</body>";
        }

        ?>
        </div>


        the code written by facedown_pogi@yahoo.com

        for wapple.890m.com

        <div class='codetop'>CODE</div><div class='codemain' style='height:200px;white-space:pre;overflow:auto'>
        <?php
        include("core.php");
        include("config.php");
        header("Content-type: text/html; charset=ISO-8859-1");
        echo "<?xml version=\"1.0\" encoding=\"ISO-8859-1\" ?>";
        echo "<!DOCTYPE html PUBLIC \"-//WAPFORUM//DTD XHTML Mobile 1.0//EN\"\"http://www.wapforum.org/DTD/xhtml-mobile10.dtd\">";
        echo "<html xmlns=\"http://www.w3.org/1999/xhtml\">";
        echo "<head>";
        echo "<title>$stitle</title>";
        echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"style/style.css\"/>";
        echo "
        <meta http-equiv=\"Cache-Control\" content=\"must-revalidate\" />
        <meta http-equiv=\"Cache-Control\" content=\"no-cache\"/>
        <meta name=\"description\" content=\"spammers club \">
        <meta name=\"keywords\" content=\"free, community, forums, chat, wap, communicate\">
        ";
        echo "</head>";
        echo "<body>";
        $bcon = connectdb();
        if (!$bcon)
        {

        echo "<p align=\"center\">";
        echo "<img src=\"images/exit.gif\" alt=\"*\"/>
        ";
        echo "ERROR! cannot connect to database

        ";
        echo "This error usually happens when backing up the database, please be patient, The site will be up as soon as possible

        ";
        echo "THANK YOU VERY MUCH";
        echo "</p>";
        exit();
        }
        $brws = explode(" ",$HTTP_USER_AGENT);
        $ubr = $brws[0];
        $uip = getip();
        $action = $_GET["action"];
        $sid = $_GET["sid"];
        $page = $_GET["page"];
        $who = $_GET["who"];
        $wnick = getnick_uid($who);
        $uid = getuid_sid($sid);
        $version = "version: v1.0";
        $bat = "wapbattle smilies warz";
        cleardata();
        if(isipbanned($uip,$ubr))
        {
        if(!isshield(getuid_sid($sid)))
        {

        echo "<p align=\"center\">";
        echo "<img src=\"images/notok.gif\" alt=\"x\"/>
        ";
        echo "This IP address is blocked
        ";
        echo "
        ";
        echo "However we grant a shield against IP-Ban for our best users, you can try to see if you are shielded by trying to login, if you keep coming to this page that means you are not shielded, so come back when the ip-ban period is over

        ";
        $banto = mysql_fetch_array(mysql_query("SELECT timeto FROM ibwf_penalties WHERE penalty=&#39;2&#39; AND ipadd=&#39;".$uip."&#39; AND browserm=&#39;".$ubr."&#39; LIMIT 1 "));
        $remain = $banto[0] - time();
        $rmsg = gettimemsg($remain);
        echo " IP: $rmsg

        ";

        echo "</p>";
        echo "

        ";
        echo "<form action=\"login.php\" method=\"get\">";
        echo "username:
        <input name=\"loguid\" format=\"*x\" size=\"8\" maxlength=\"30\"/>
        ";
        echo "password:
        <input type=\"password\" name=\"logpwd\" size=\"8\" maxlength=\"30\"/>
        ";
        echo "<input type=\"submit\" value=\"login »\"/>";
        echo "</form>";
        echo "</p>";
        exit();
        }
        }
        if(($action != "") && ($action!="terms"))
        {
        $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 "<p align=\"center\">";
        echo "<img src=\"images/notok.gif\" alt=\"x\"/>
        ";
        echo "You are Banned
        ";
        $banto = mysql_fetch_array(mysql_query("SELECT timeto FROM ibwf_penalties WHERE uid=&#39;".$uid."&#39; AND penalty=&#39;1&#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 to finish your penalty: $rmsg

        ";
        echo "Ban Reason: $banres[0]";
        echo "</p>";
        exit();
        }
        $res = mysql_query("UPDATE ibwf_users SET browserm=&#39;".$ubr."&#39;, ipadd=&#39;".$uip."&#39; WHERE id=&#39;".getuid_sid($sid)."&#39;");

        ////////////////////////////////////////MAIN PAGE
        if($action=="battle")
        {
        addonline(getuid_sid($sid),"playing $bat","");
        $view = $_GET["view"];
        if($view=="")$view="date";
        echo "<p align=\"center\">";
        echo "<img src=\"images/roll.gif\" alt=\"*\"/>
        ";
        echo "Earn more plusses! You wanna play $bat? good luck pinoy-wapper!";
        echo "</p>";
        echo "<p align=\"center\">";
        echo "<a href=\"adv.php?action=bat&amp;sid=$sid\">»Play $bat</a>
        ";
        echo "</p>";
        echo "<p align=\"center\">";
        echo "<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>";
        echo "</p>";
        exit();
        }

        else if($action=="bat")
        {
        addonline(getuid_sid($sid),"Trying his luck at $bat","");
        $view = $_GET["view"];
        if($view=="")$view="date";
        echo "<p align=\"center\">";
        echo "<big>$bat $version</big>
        ";
        echo "Craze!";

        if(getplusses(getuid_sid($sid))<75)
        {
        echo "You need at least 75 plusses to play $bat!";
        }
        echo "</p>";
        //////ALL LISTS SCRIPT <<

        echo "<p align=\"left\">";
        echo "choose character:";
        echo "<p align=\"center\">";
        echo "<a href=\"adv.php?action=bata&amp;sid=$sid\"><img alt=\"*\" src=\"../final_files/2guns.gif\"/></a> - <a href=\"adv.php?action=batb&amp;sid=$sid\"><img alt=\"*\" src=\"../final_files/7.gif\"/></a>";

        echo "</p>";


        ////// UNTILL HERE >>
        echo "<p align=\"center\">";
        echo "<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>";
        echo "</p>";
        exit();
        }
        if($action=="bata")
        {
        addonline(getuid_sid($sid),"Playing $bat","");
        echo "<p align=\"center\">";
        //////ALL LISTS SCRIPT <<

        $num1 = rand(1, 6);

        $uid = mysql_fetch_array(mysql_query("SELECT uid FROM ibwf_ses WHERE id=&#39;".$sid."&#39;"));
        $uid = $uid[0];
        $usrid = $uid;
        echo "$bat $version
        ";
        echo "Todo na to!
        ";
        echo "choose from:";
        echo "<a href=\"adv.php?action=bata&amp;sid=$sid\">[fire]</a> , <a href=\"adv.php?action=bata&amp;sid=$sid\">[double gun]</a> , <a href=\"adv.php?action=bata&amp;sid=$sid\">[shot]</a>";
        echo "</p>";
        $ugpl = mysql_fetch_array(mysql_query("SELECT plusses FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
        $ugpl = $ugpl[0];
        echo "Plusses: $ugpl
        ";

        if ($num1 == 1) {
        $num = rand(1, 3);
        echo "
        <img alt=\"\" src=\"../final_files/2guns.gif\"/>---power]]]]]]]]]]]]]]]]]]]]]]]>*= =
        <img alt=\"\" src=\"../final_files/7.gif\"/>
        You&#39;ve Won 100 Plusses!";
        $ugpl = mysql_fetch_array(mysql_query("SELECT plusses FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
        $ugpl = $ugpl[0];
        $ugpl2 = $ugpl + "100";
        mysql_query("UPDATE ibwf_users SET plusses=&#39;".$ugpl2."&#39; WHERE id=&#39;".$uid."&#39;");

        echo "
        ";
        }
        if ($num1 == 2) {
        $num = rand(1, 3);
        echo "
        <img alt=\"\" src=\"../final_files/2guns.gif\"/>---lowpower]>*=====================
        <img alt=\"\" src=\"../final_files/7.gif\"/>.
        Sorry You&#39;ve Lost 50 Plusses!";
        $ugpl = mysql_fetch_array(mysql_query("SELECT plusses FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
        $ugpl = $ugpl[0];
        $ugpl2 = $ugpl - "50";
        mysql_query("UPDATE ibwf_users SET plusses=&#39;".$ugpl2."&#39; WHERE id=&#39;".$uid."&#39;");

        echo "
        ";
        }
        if ($num1 == 3) {
        $num = rand(1, 3);
        echo "
        <img alt=\"\" src=\"../final_files/2guns.gif\"/>---draw]]]]]]]]]]]]]]>*[[[[[[[[[[[[[[draw
        <img alt=\"\" src=\"../final_files/7.gif\"/>
        . You draw! Minus 10 plusses for transaction fee";
        $ugpl = mysql_fetch_array(mysql_query("SELECT plusses FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
        $ugpl = $ugpl[0];
        $ugpl2 = $ugpl - "10";
        mysql_query("UPDATE ibwf_users SET plusses=&#39;".$ugpl2."&#39; WHERE id=&#39;".$uid."&#39;");

        echo "
        ";
        }
        if ($num1 == 4) {
        $num = rand(1, 3);
        echo "
        <img alt=\"\" src=\"../final_files/2guns.gif\"/>---]]]]]>*((((((((((((((((((super========
        <img alt=\"\" src=\"../final_files/7.gif\"/>
        . You lost! Minus 40 plusses for transaction fee";
        $ugpl = mysql_fetch_array(mysql_query("SELECT plusses FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
        $ugpl = $ugpl[0];
        $ugpl2 = $ugpl - "40";
        mysql_query("UPDATE ibwf_users SET plusses=&#39;".$ugpl2."&#39; WHERE id=&#39;".$uid."&#39;");

        echo "
        ";
        }
        if ($num1 == 5) {
        $num = rand(1, 3);
        echo "
        <img alt=\"\" src=\"../final_files/ghost.gif\"/>-*dead*-------------------------------------
        <img alt=\"\" src=\"../final_files/7.gif\"/>
        . You lost! Minus 100000 from all your plusses for transaction fee";
        $ugpl = mysql_fetch_array(mysql_query("SELECT plusses FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
        $ugpl = $ugpl[0];
        $ugpl2 = $ugpl - "100000";
        mysql_query("UPDATE ibwf_users SET plusses=&#39;".$ugpl2."&#39; WHERE id=&#39;".$uid."&#39;");

        echo "
        ";
        }
        if ($num1 == 6) {
        $num = rand(1, 3);
        echo "
        <img alt=\"\" src=\"../final_files/2guns.gif\"/>--------------------------------------------*dead*-
        <img alt=\"\" src=\"../final_files/ghost.gif\"/>
        . You won! plus 100000 plusses for you!";
        $ugpl = mysql_fetch_array(mysql_query("SELECT plusses FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
        $ugpl = $ugpl[0];
        $ugpl2 = $ugpl + "100000";
        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>";
        echo "</p>";
        }

        if($action=="batb")
        {
        addonline(getuid_sid($sid),"Playing $bat","");
        echo "<p align=\"center\">";

        //////ALL LISTS SCRIPT <<

        $num1 = rand(1, 6);

        $uid = mysql_fetch_array(mysql_query("SELECT uid FROM ibwf_ses WHERE id=&#39;".$sid."&#39;"));
        $uid = $uid[0];
        $usrid = $uid;
        echo "$bat $version
        ";
        echo "Todo na to!
        ";
        echo "choose from:";
        echo "<a href=\"adv.php?action=batb&amp;sid=$sid\">[fire]</a> , <a href=\"adv.php?action=batb&amp;sid=$sid\">[double gun]</a> , <a href=\"adv.php?action=batb&amp;sid=$sid\">[shot]</a>";
        echo "</p>";
        $ugpl = mysql_fetch_array(mysql_query("SELECT plusses FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
        $ugpl = $ugpl[0];
        echo "Plusses: $ugpl
        ";

        if ($num1 == 1) {
        $num = rand(1, 3);
        echo "
        <img src=\"../final_files/2guns.gif\" alt=\"\"/>---]]=========================power
        <img src=\"../final_files/7.gif\" alt=\"\"/>
        You&#39;ve Won 100 Plusses!";
        $ugpl = mysql_fetch_array(mysql_query("SELECT plusses FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
        $ugpl = $ugpl[0];
        $ugpl2 = $ugpl + "100";
        mysql_query("UPDATE ibwf_users SET plusses=&#39;".$ugpl2."&#39; WHERE id=&#39;".$uid."&#39;");

        echo "
        ";
        }

        if ($num1 == 2) {
        $num = rand(1, 3);
        echo "
        <img alt=\"\" src=\"../final_files/2guns.gif\"/>---power---------]................>*==
        <img alt=\"\" src=\"../final_files/7.gif\"/>.
        Sorry You&#39;ve Lost 50 Plusses!";
        $ugpl = mysql_fetch_array(mysql_query("SELECT plusses FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
        $ugpl = $ugpl[0];
        $ugpl2 = $ugpl - "50";
        mysql_query("UPDATE ibwf_users SET plusses=&#39;".$ugpl2."&#39; WHERE id=&#39;".$uid."&#39;");

        echo "
        ";
        }

        if ($num1 == 3) {
        $num = rand(1, 3);
        echo "
        <img alt=\"\" src=\"../final_files/2guns.gif\"/>---draw]]]]]]]]]]]]]]>*[[[[[[[[[[[[[[draw
        <img alt=\"\" src=\"../final_files/7.gif\"/>
        . You draw! Minus 10 plusses for transaction fee";
        $ugpl = mysql_fetch_array(mysql_query("SELECT plusses FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
        $ugpl = $ugpl[0];
        $ugpl2 = $ugpl - "10";
        mysql_query("UPDATE ibwf_users SET plusses=&#39;".$ugpl2."&#39; WHERE id=&#39;".$uid."&#39;");

        echo "
        ";
        }
        if ($num1 == 4) {
        $num = rand(1, 3);
        echo "
        <img alt=\"\" src=\"../final_files/2guns.gif\"/>---super]]]]]]]]]]]]]]]]]]]]]]]]]>*(((========
        <img alt=\"\" src=\"../final_files/7.gif\"/>
        . You lost! Minus 40 plusses for transaction fee";
        $ugpl = mysql_fetch_array(mysql_query("SELECT plusses FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
        $ugpl = $ugpl[0];
        $ugpl2 = $ugpl - "40";
        mysql_query("UPDATE ibwf_users SET plusses=&#39;".$ugpl2."&#39; WHERE id=&#39;".$uid."&#39;");

        echo "
        ";
        }
        if ($num1 == 5) {
        $num = rand(1, 3);
        echo "
        <img alt=\"\" src=\"../final_files/ghost.gif\"/>-*dead*-------------------------------------
        <img alt=\"\" src=\"../final_files/7.gif\"/>
        . You win! plus 100000 from all your plusses for 0 transaction fee";
        $ugpl = mysql_fetch_array(mysql_query("SELECT plusses FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
        $ugpl = $ugpl[0];
        $ugpl2 = $ugpl + "100000";
        mysql_query("UPDATE ibwf_users SET plusses=&#39;".$ugpl2."&#39; WHERE id=&#39;".$uid."&#39;");

        echo "
        ";
        }
        if ($num1 == 6) {
        $num = rand(1, 3);
        echo "
        <img alt=\"\" src=\"../final_files/2guns.gif\"/>--------------------------------------------*dead*-
        <img alt=\"\" src=\"../final_files/ghost.gif\"/>
        . You lose! minus 100000 plusses for you!";
        $ugpl = mysql_fetch_array(mysql_query("SELECT plusses FROM ibwf_users WHERE id=&#39;".$uid."&#39;"));
        $ugpl = $ugpl[0];
        $ugpl2 = $ugpl - "100000";
        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>";
        echo "</p>";
        }

        else{
        addonline(getuid_sid($sid),"Where am i?","");
        echo "<p align=\"center\">";
        echo "I don&#39;t know how did you get into here, but there&#39;s nothing to show

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


        echo "</body>";
        echo "</html>";
        ?>
        </div>
        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


          #19
          I have thousands of ideas to come lol such i&#39;m not worried to release one of my scripts.. lol

          i&#39;m planning to release the rpg for all.. what would be the wap world with having sites with lots of games to critical to all admins..

          well actually, giving new games is the best way to achieve new members.. well i&#39;m not planning to be just wapmaster but instead a seller of games scripts.. tnt lol i just earned 40 dollars last night...
          i will code in exchange of money.. thats my very reason lol.. i&#39;m earning.. tnt

          this script only prove that i will sell my ideas to all..[/b]

          code the games properly if you are gonna sell them. dont sell ppl sh*t :|

          Comment


            #20
            oh dear think someone made a booboo and posted the script i posted
            <?php

            include("core.php");

            include("config.php");

            header("Content-type: text/html; charset=ISO-8859-1");

            echo "<?xml version=\"1.0\" encoding=\"ISO-8859-1\" ?>";

            echo "<!DOCTYPE html PUBLIC \"-//WAPFORUM//DTD XHTML Mobile 1.0//EN\"\"http://www.wapforum.org/DTD/xhtml-mobile10.dtd\">";

            echo "<html xmlns=\"http://www.w3.org/1999/xhtml\">";

            echo "<head>";

            echo "<title>$stitle</title>";

            echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"style/style.css\"/>";

            echo "

            <meta http-equiv=\"Cache-Control\" content=\"must-revalidate\" />

            <meta http-equiv=\"Cache-Control\" content=\"no-cache\"/>

            <meta name=\"description\" content=\"spammers club \">[/b]
            rofl maybe its cos thats the version without errors lol

            Comment


              #21
              oh dear think someone made a booboo and posted the script i posted

              rofl maybe its cos thats the version without errors lol[/b]
              y deliberately post a script with errors if you&#39;re sharing

              Comment


                #22
                exactly! whats the point in taking bits out or making mistakes in scripts on purpose ?
                Maybe so that only people who can code can use them . . . but then again . . . people who can code will make a better script anyway lol so zero point to it lol
                i just found it funny that it still had spammers club in it lol

                Comment


                  #23
                  inca u script is no script maybe even u had half coding and now using wizard bru codes on u site after getting full script
                  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


                    #24
                    inca u script is no script maybe even u had half coding and now using wizard bru codes on u site after getting full script [/b]

                    is that true?



                    here&#39;s the full source code of my Game And My IDEA


                    in another version..


                    wait i&#39;ll upload it here..
                    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


                      #25
                      maybe tru who know? now everybody have full code everybody can edit
                      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


                        #26
                        Just dropping to say hi @author

                        Comment


                          #27
                          huh! im not even using this script ????
                          i just loked at it and added a bit i thought would be usefull to you learner
                          (seeming you were asking what the if else statements were)
                          my quote was on a completely different script that i had previously posted !
                          (which works 100 percent on the server im using)

                          Comment


                            #28
                            inet ur such a kind wap coder tnx 4 sharing a script... but better if u convert it into wml version

                            Comment


                              #29
                              hardly anything is sanitised in that script above .. i suggest you secure it before just sticking it on your site .. that is now public domain code accessible to everyone .. hence anyone can spot those vulnerabilities and attempt to exploit them on any site that does not secure it first

                              Comment


                                #30
                                inet ur such a kind wap coder tnx 4 sharing a script... but better if u convert it into wml version[/b]

                                where is your site bro?
                                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

                                Working...
                                X