spacebattle FEHLER

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • spacebattle FEHLER

    Also ich habe mir ein Open Source Browsergame gedownloadet und versucht zu installieren. Auf meinem Apache Server geht die Startseite, allerdings geht die auf meinem Webspace nicht. Die config daten habe ich alle richtig eingegeben, da bin ich mir ziehmlich sicher.
    folgender fehler kommt:

    PHP-Code:
    Parse errorparse errorunexpected ';' in 
    /usr/export/www/vhosts/funnetwork/hosting/shinzon/spacebattle/ing/start.php on line 23 
    der sagt ja, dass in der star.php in Zeile 23 was nicht stimmt.(ich glaube, dass da ein ; weg muss. wenn ich das aber weg mache kommt das:

    PHP-Code:
    Parse errorparse errorunexpected T_CONSTANT_ENCAPSED_STRING in 
    /usr/export/www/vhosts/funnetwork/hosting/shinzon/spacebattle/ing/start.php on line 23 
    vieleicht kennt jemand ja das Browsergame. der name ist: Spacebattle und kann mir helfen, oder vieleicht auch so einer...

    MFG

    Silik
    Zuletzt geändert von asp2php; 15.11.2004, 13:58.

  • #2
    Re: spacebattle FEHLER

    Original geschrieben von Silik
    der sagt ja, dass in der star.php in Zeile 23 was nicht stimmt.(ich glaube, dass da ein ; weg muss. wenn ich das aber weg mache kommt das:
    muß nicht unbedingt in Zeile 23 sein, sondern auch die Zeile(n) davor

    Kommentar


    • #3
      wo hast'n das runtegeladen?

      Kommentar


      • #4
        Ich habe das von http://sourceforge.net/projects/spacebattle/

        MFG

        Silik

        Kommentar


        • #5
          ich habe den fehler immer noch ncihtz gefunden

          könnt ihr da ein fehler entdecken:

          PHP-Code:
          <?php
          ##################################################################################
          #  Space Battle is a standard space combat online mulitiplayer game.             #
          #  Copyright (C) 2004  Ole Martin Gjersvik (olemartin@jerweb.com).               #
          #                                                                                #
          #  Space Battle program is free software; you can redistribute it and/or modify  #
          #  it under the terms of the GNU General Public License as published by          #
          #  the Free Software Foundation; either version 2 of the License, or             #
          #  (at your option) any later version.                                           #
          #                                                                                #
          #  This program is distributed in the hope that it will be useful,               #
          #  but WITHOUT ANY WARRANTY; without even the implied warranty of                #
          #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the                 #
          #  GNU General Public License for more details.                                  #
          #                                                                                #
          #  You should have received a copy of the GNU General Public License             #
          #  along with this program; if not, write to the Free Software                   #
          #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA     #
          ##################################################################################

          require("http://shinzon.funpic.de/spacebattle/ing/config.php");
          session_start();
          require(
          $root"http://shinzon.funpic.de/spacebattle/lang/en.php");

          $loggin false;

          if (
          $_SESSION['id'] > 0){
              
          $sql "SELECT * FROM medlemmer WHERE id ='".$_SESSION['id']."'";
              
          $query mysql_query($sql,$db) or die("Fell ca lingje 10: ".mysql_error());
              
          $user mysql_fetch_array($queryMYSQL_ASSOC);
              
          mysql_free_result($query);
              
              
          $loggin true;
          }

          if(
          $close){
              
          $ok false;
              if(
          $_SESSION['passord'] and $_SESSION['ip'] == $_SERVER['REMOTE_ADDR'] and $_SESSION['bukernavn'] == $user['bukernavn'] ){
                  
          $ok true;
              }
              if(!
          $ok){
                  
          header("Location: ".$url."index.php");
                  exit;
              }
              unset(
          $ok,$sql);
          }
          ?>
          MFG

          Silik

          Kommentar


          • #6
            macht dir da mal keine hoffnung mit dem "spiel", wie du im cvs rep
            sehen kannst hat da 10 monate lang keiner mehr was dran gemacht.

            also wenn überhaupt lauffähig ist dann ist's schrott

            Kommentar


            • #7
              na ja, dass
              require($root"http://shinzon.funpic.de/spacebattle/lang/en.php");
              einen fehler wirft, sollte doch wohl klar sein.

              entweder variable und string ordentlich verketten, oder aber $root da ganz rausschmeißen - sehe sowieso wenig sinn darin, wenn danach ein absoluter URL mit http:// beginnend kommt.
              I don't believe in rebirth. Actually, I never did in my whole lives.

              Kommentar


              • #8
                hm... also ich würde halt gerne ein Browsergame auf meinem Server haben... hat jemand von euch eine gute Idee, wo ich so eins bekommen kann? was auch gut ist?

                MFG

                Silik

                Kommentar


                • #9
                  http://sourceforge.net/projects/blacknova

                  anmerkung:
                  - keine weiterentwicklung

                  Kommentar

                  Lädt...
                  X