Das Arcade Mod v2.0.7 installiere ich doch, um Spiele auf mein Board zu bekommen,richtig?
Muss ich zuvor noch etwas auf mein "nacktes" Board laden, bevor ich dieses installiere?
Gibt es etwas Grundlegendes,was ich als Anfänger beachten muss?
Danke

modbo hat geschrieben:Aktuell ist 2.0.7 B2.
Download auf http://www.mp3locator.co.uk
Erst 2.0.61 installieren.
Dann 2.0.7 installieren.
Dann admin_acrade.php installieren (daraus folgt v.2.0.7 B2)
Dann newscore.php installieren.
Letztens die index.php anpassen.
steht aber das gleiche wie in der "mod_install.php".#
#-----[ SQL ]------------------------------------------
#
Diese !## Installation
##
## 1) Upload all files to their respective locations in you main phpbb directory.
## 2) Edit all the files below.
## 3) Run mod_install.php from your web broswer to make the table changes.
## 4) Delete mod_install.php, mod_uninstall.php, and mod_upgrade.php.
usw...#
#-----[ OPEN ]------------------------------------------
#
viewonline.php
#
#-----[ FIND ]------------------------------------------
#
case PAGE_FAQ:
$location = $lang['Viewing_FAQ'];
$location_url = "faq.$phpEx";
break;
#
#-----[ AFTER, ADD ]------------------------------------------
#
case PAGE_ACTIVITY:
$location = $lang['Activity'];
$location_url = "activity.$phpEx";
break;