PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Arcade Section Online!


ze
12.06.05, 23:45:14
Hiho, Arcade Section läuft soweit, bis auf ein kleines problem:


Hiho @all,

first of all, thx for the great Arcade Hack.

I think I did install it quite correctly (for the index.php modification in the forumhome I put the changes at the very top, directly below "<?php".

The problem I have now, is that the steering from the index.php doesnt work.
Links like:
http://spieleplan.athen098.server4you.de/index.php?act=Arcade&do=play&gameid=1
lead to the forum homepage instead of performing the necessary action.

It seems that the "act" command does not work with the arcade.php
As I checked three times if I did all the changes correctly, I'm asking myself where I should check 4-6 more times :-)

Btw, if I chance all index.php with arcade.php within the arcade.php file the links work. Unfortunately this does not apply for the score submission, but everything else...

Cheers, Roberto


Die index.php?act=Arcade gibt das irgendwie nicht weiter. Habe versucht es von Hand böse zu ändern, aber klappt nicht.
Oben in die index.php habe ich folgendes (nach Installationanleitung) einfügt:
Das ist ganz am Anfang.

<?php

// ibproarcade modification
if(isset($act) && $act == "Arcade") {
include "arcade.php";
exit();
}
if(isset($showuser) && $showuser >= 1) {
$u = $showuser;
$_GET['u'] = $showuser;
include "member.php";
exit();
}
// end of ibproarcade modification


Naja, spielen könnt ihr dort schon, nur halt keine Highscores submitten :that:
Mal schauen ob wir unser teuer bezahlten Support bekommen oder hier weiss jemand weiter.

Gruss, ze :raucher:

ze
13.06.05, 12:48:05
Thx for Feedback :D

Es sieht so aus als ob wir ne potentielle Lösung haben. Und zwar die index.php edits in die portalpage einfügen.
Wobei mich das wundern würde, da wir ja immer noch Forumhome als index haben (Hauptseite).

Weiteres Feedback ist immer noch willkommen...

Cheers, Roberto

Lord_Pinhead
13.06.05, 22:39:00
Versuch einmal


if(isset($act) && $act == "Arcade") {
include ("/arcade.php");
exit();
}

ze
14.06.05, 03:00:29
Thx. Kümmere mich drum sobald ich ne freie minute habe...

gruss, ze :raucher:

ze
14.06.05, 21:17:26
So. Hat geklappt. Wie?
Indem wir den code in der index.php wie folgt geändert haben:


// ibproarcade modification
$act = $_GET['act'];
$showuser= $_GET['showuser'];

if($act == "Arcade") {
include "arcade.php";
exit();
}
if(!empty($showuser) && $showuser >= 1) {
$u = $showuser;
$_GET['u'] = $showuser;
include "member.php";
exit();
}
// end of ibproarcade modification



Viiiiel Spass beim spielen. Gamen darf wer gereggt ist und mindestens einen post hat.

Es gibt dann auch noch turniere und so zeugs (und natürlich mehr games), kümmern wir uns drum wenn wir das nächste mal Zeit haben.

gruss, ze :raucher:

Zwergi
14.06.05, 21:28:21
Klasse :top:

Phantom
14.06.05, 21:32:52
yeah endlich ^^

Doefi
14.06.05, 21:34:57
*freu* mensch jetzt muss ich noch irgendn scheiß schreiben damit ich min. 10 zeichen habe suber :D :fin:

Flex
14.06.05, 23:17:58
Daumen hoch

ze
15.06.05, 00:45:53
Thx :) Da macht die Arbeit Spass. Was neue Games angeht ist es aber erstmal schwierig: Grad tobt da ein Urheberrechtsstreit zwischen den Flashgame Autoren und den Arcade Hack Programmieren und Anbieterseiten.

Von dem her sind grad alle Gamesites vom Netz. Das wird sich aber sicher bald wieder legen.

Gruss, ze :raucher:

HG
15.06.05, 01:58:08
geht er jetzu oder net?

ze
15.06.05, 08:50:35
Die Arcade Section geht mit den Games, die drauf sind.
Mehr Games wird aber noch ein bisschen dauern.

Gruss, ze :raucher: