DHT
Starting Member
37 Posts |
Posted - 01 September 2001 : 23:28:37
|
Here is the Tetris Game for Snitz Forum. Ehehhe... I hope it will be the best Mod of the month :)
I used the AspTetris at http://www.planet-source-code.com/xq/ASP/txtCodeId.6430/lngWId.4/qx/vb/scripts/ShowCode.htm, then modified to interact with Snitz database.
This mod won't change anything in Snitz files or origin tables except a new Table for Tetris (FORUM_TETRIS)
Files include:
mod_dbsetup.asp ' mod to setup database tetris.dbs ' file to create table Tetris mod_tetris_conn.asp ' the database connection file - You can use the config.asp in Snitz if you understand codes in there ! mod_tetris_login.asp ' login file mod_tetris.asp ' main file readme.txt ' this file ===
- If you use my mod_tetris_conn.asp, you need to change this line: strConn = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=your_snitz_database_location.mdb"
to the corrected location of your database
- You can place those files anywhere in your web and set a link from anywhere in your forum. The mod only need to read the table of members and tetris table in Snitz database. - This game only works on IE browsers. If you are an expert with DOM, please help to make it work on Netscape too. - Maybe there still are a lot of bugs :) Try to fix or let me know.
Enjoy and Happy Holiday, DHT
Demo games: http://www.vietbao.com/games/aspTetris/mod_tetris_login.asp File download: http://www.vietbao.com/games/aspTetris/aspTetris.zip
Edited by - DHT on 01 September 2001 23:30:47 |
|