Adventure Game

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

    #16
    I started on a final fantasy lava game ages ago ..... i got really far into making the game but then got bored of coding it and now cos there is so much going on in the script it takes a long time to work out whats going on again in it (and time done that get bored again) lol
    i think all thats left to finish coding is guardians ...started them but not finished as yet

    Comment


      #17
      and where is the line 20? What must change?

      PHP Code:
      <?php
      include("config.php");
      include(
      "core.php");
      connectdb();
      $action $_GET["action"];
      $sid $_GET["sid"];
      $page $_GET["page"];
      $who $_GET["who"];
      $sitename mysql_fetch_array(mysql_query("SELECT value FROM ibwf_settings WHERE name='sitename'"));
      $sitename $sitename[0];
      $lastloc=$_GET["lstloc"];
      if(
      $lastloc=="cht"){
      ****
      $rid$_GET["rid"];
      ****
      $rooms mysql_fetch_array(mysql_query("SELECT id, name FROM ibwf_rooms WHERE id='".$rid."'"));
      ****
      $rname $rooms[1];
      }
      if(
      islogged($sid)==false)
      {
      ****echo 
      "<card id=\"main\" title=\"$sitename\">";
      ******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>";
      ******echo 
      "</card>";
      ******echo 
      "</wml>";
      ******exit();
      }
      Last edited by Leviathan73; 14.09.09, 16:37.

      Comment


        #18
        remove the **** at the start of the lines and i bet itd work lol









        Dont Ask Me Dumb Questions.Or you'l get a Dumb Answer..
        Want A Profesional Logo or Theme For Your wap site Pm Me.If I Have The Time Ill Make It For Free

        Comment


          #19
          Thanks works. As soon as I click the play me check this error page:
          Kingdom WAR Error!
          I don't know how did you get into here, but there's nothing to show
          Kingdom WAR end home
          PHP Code:
          else{
          addonline(getuid_sid($sid),"Lost in kingdom","");
          echo 
          "<card id=\"main\" title=\"Kingdom WAR Error!\">";
          echo 
          "<p align=\"center\">";
          echo 
          "I don't know how did you get into here, but there's nothing to show";
          echo 
          "<a href=\"index.php?action=main&amp;sid=$sid\">Kingdom WAR</a>";
          echo 
          "
          "
          ;
          echo 
          "<a href=\"index.php?action=main&amp;sid=$sid\"><img src=\"../images/home.gif\" alt=\"\"/>Home</a>";
          echo 
          "</p></card>";

          because I'm not playing?
          Last edited by Leviathan73; 16.09.09, 09:29.

          Comment


            #20
            I can not enter the game, why?

            Comment

            Working...
            X