Einzelnen Beitrag anzeigen
#1
Alt 12.06.05, 23:45:14
Lächeln Arcade Section Online!
ze
Benutzerbild von ze
Admin a.d.
Registriert seit: 07.04.03
Geschlecht: ♂
Beiträge: 5.763
IRC Zeilen: 4014
Quizrunden gewonnen: 11

Spenden-Award Spenden-Award Goldener Topposter Silberne Postauszeichnung Bronzener Topposter Blecherner Postaward Core-Award 

ze eine Nachricht über ICQ schicken ze eine Nachricht über AIM schicken ze eine Nachricht über MSN schicken ze eine Nachricht über Yahoo! schicken ze eine Nachricht über Skype™ schicken
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.server4yo...=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.
Code:
<?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
Mal schauen ob wir unser teuer bezahlten Support bekommen oder hier weiss jemand weiter.

Gruss, ze

Rentner