PDA

View Full Version : Miscellaneous Hacks - Tic Tac Toe Game


Atakan KOC
06-07-2006, 10:00 PM
Tic Tac Toe

Installation

Installation in two easy steps:

1. Upload all the files from the "files" directory in this zip into your forums directory.

2. Import product-tictactoe.xml as a product. (Via "Plugin System" > "Manage Products" > "Add/Import Product" in your Admin CP.)

Upload

tictactoe.php == forum/tictactoe.php
ex.gif == forum/images/ex.gif
oh.gif == forum/images/oh.gif
nothing.gif == forum/images/nothing.gif

Template Change

Template: navbar

now open your navbar template:
Admincp >> Styles & Templates >> Style Manager >> *template* >> navbar

Find this code


<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>


Place under it


<td class="vbmenu_control"><a href="tictactoe.php">TicTacToe</a></td>


Orginal Source
http://www.dynamicdrive.com/dynamici.../tictactoe.htm (http://www.dynamicdrive.com/dynamicindex12/tictactoe.htm)

Vbulletin 3.0 Version
https://vborg.vbsupport.ru/showthread.php?t=83401

Vbulletin 3.5.0 Version
https://vborg.vbsupport.ru/showthread.php?t=117915

SaN-DeeP
06-09-2006, 01:03 AM
can we add the same to v3arcade ?

Synergy
08-14-2006, 05:37 AM
Funny , Thanks...

1SRT8-2NV
01-05-2007, 12:07 AM
Works great on my 3.6.4!!

deezelpope
03-08-2007, 03:44 PM
Nice!!! Thanks!! "Installed":D

koby411
07-29-2007, 01:11 PM
Everytime I try to go to test it.. it gives a pop up error saying you can't move here..

Help please?

xsamet
07-29-2007, 03:42 PM
Thanks

Teşekkürler üstad....

SuperTaz
08-01-2007, 04:39 AM
I had to alter the navbar edit a bit to get it to work. What I did is in red. It works great now. Installed.

<td class="vbmenu_control"><a href="/forums/tictactoe.php">TicTacToe</a></td>

ArnyVee
04-29-2008, 03:42 PM
This works great on my 3.6.8 p2 forums. Gave it a little Disney twist replacing the X's with Mickey and O's with Donald. :)

ArnyVee
04-29-2008, 04:30 PM
Can you have this so that only members can play?

SVTCobraLTD
04-29-2008, 04:36 PM
Can you have this so that only members can play?

If you use "if" conditions and make only the members have access to the link then only members can play.



Anyway to add this to an existing arcade? ibProArcade?

ArnyVee
04-30-2008, 10:20 PM
If you use "if" conditions and make only the members have access to the link then only members can play.

Can you help me with this? Where/how do we place the "if" conditions?

SVTCobraLTD
05-08-2008, 02:08 AM
I believe this what you need to do. Find where you have added the link to the game and add before it:

<if condition="$show['member']"> and then after it add </if>

Maybe someone can verify this is correct but I am pretty sure it is.

ArnyVee
06-18-2008, 12:31 AM
Thanks for the info, by the way.

My "Disney" version of the Tic-Tac-Toe game is working great still. Do we need (and are there plans) for a 3.7.1 version of it?

Anyone know of any other 'basic' type of games like these? Maybe crossword puzzles, word finds, hangman, etc?

DobieGillis?
08-24-2009, 03:47 PM
installed. Works on 3.8.2. Noice!