PDA

View Full Version : V3Arcade: Test game from AdminCP


frankenberrie
10-28-2004, 10:00 PM
V3Arcade: Test game from AdminCP

Files to modify: arcadeadmin.php (in admincp directory)
Backup your files before you modify!!

Screenshots below!

This is another simple but very useful V3Arcade mod that I came up with. What it does is adds an icon next to your game name in the Admincp under Arcade Game Settings which allows you to test the select game right in your AdminCP window. Let's begin....


STEP #1:
Download testgame.zip and upload contents to your images/arcade directory.

STEP #2:
Open arcadeadmin.php and find:
<td><img src=\"../images/arcade/file.gif\"></td>STEP #3:
Replace that with this:
<td><a href=\"../arcade.php?do=play&gameid=$games[gameid]\" title=\"TEST\">
<img src=\"../images/arcade/testgame.gif\" border=\"0\"></a>&nbsp;</td>

STEP #4:
Guess what. Your done! Don't forget to click install if you use :)


Here are my other V3Arcade fixes / mods - Hope they can help make life easier for you.

V3Arcade - AdminCP: game settings scroll window
https://vborg.vbsupport.ru/showthread.php?threadid=71099

ORGANIZE YOUR V3Arcade CATEGORIES
https://vborg.vbsupport.ru/showthread.php?threadid=71092

V3Arcade Category search fix
https://vborg.vbsupport.ru/showthread.php?threadid=71058

moley
10-29-2004, 04:04 PM
thanks you must really like the arcade :p

frankenberrie
10-29-2004, 04:12 PM
thanks you must really like the arcade :p

HEY!!! Lets get something straight... I lubs the Arcade :p

Polo
03-14-2005, 03:28 PM
This is a little nice addon :) thanks for sharing the tip ;) I customized it alittle bit and added it :) again, thank you for sharing the idea.