php forum
php mysql forum
php mysql smarty
 
Page 1 of 4 1 2 3 4 >
Topic Options
#248655 - 06/02/03 12:46 AM Beta-[6.2-6.3-6.4] Game Arcade 1.1
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Mod Name / Version: Game Arcade 1.1 <br />   Version 1.1 fixes some table bugs in IE on the PC and adds instructions to update the who's online location. <br /> <br />Description: This is an integrated Game Arcade for your forum with flash games from MiniClip.com. This mod includes 8 games an allows you to limit play to registered users if you desire. <br /> <br />Working Under: UBB.Threads 6.2-6.4 <br /> <br />Mod Status: Beta <br /> <br />Any pre-requisites: none <br /> <br />Author(s): JoshPet <br /> <br />Date: 06/01/03 <br /> <br />Credits: MiniClip.com for Free Game Content <br /> <br />Files Altered: none <br /> <br />New Files: A whole "games" directory which is placed inside your threads directory. <br /> <br />Database Altered: none <br /> <br />Info/Instructions: Upload all files to a /games directory inside your threads directory. <br /> <br />If you wish to limit play to registered users only, edit the variable at the top of the /games/index.php file. <br /> <br />Add a link to /games/gameindex.php somewhere on your site. You may wish to add this to your menu bar (ubbt_registerednav.tmpl & ubbt_unregisterednav.tmpl) or into your footer (ubbt_footer.tmpl). <br /> <br />Demo: At JoshuaPettit.com <br /> <br />See the AAAInstructions.txt file included for more instructions and instructions on having the who's online location update correctly when users are playing games. <img src="/forum/images/graemlins/smile.gif" alt="" /> <br /> <br />Disclaimer: Please backup every file that you intend to modify. <br />If the modification modifies the database, it's a good idea to backup your database before doing so. <br /> <br />Note: If you modify your UBB.Threads code, you may be giving up your right for "official" support from Infopop.If you need official support, you'll need to restore unmodified files. <br /> <br />


Attachments
82668-games.zip (221 downloads)



Edited by Ian_W (12/13/03 03:54 AM)
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#248656 - 06/02/03 07:35 AM Re: Beta-[6.2-6.3] Game Arcade [Re: Daine]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25452
Loc: Texas
Wheeeeee!! <img src="/forum/images/graemlins/peace.gif" alt="" /> <img src="/forum/images/graemlins/peace.gif" alt="" /> <img src="/forum/images/graemlins/peace.gif" alt="" />
_________________________
- Allen wavey
- What Drives You?

Top
#248657 - 06/02/03 09:39 AM Re: Beta-[6.2-6.3] Game Arcade [Re: SurfMinister]
Ian_W Global Moderator Offline
Veteran

Registered: 02/22/02
Posts: 2575
Loc: England
Nice idea <img src="/forum/images/graemlins/smile.gif" alt="" /><br /><br />Time for another sub-domain <img src="/forum/images/graemlins/grin.gif" alt="" />
_________________________
Fans Focus - Focusing on Fans of Sport

(Okay - mainly football (the British variety wink at the moment - but expanding all the time....)

Top
#248658 - 06/02/03 12:32 PM Re: Beta-[6.2-6.3] Game Arcade [Re: Daine]
BWilliams_dup1 Offline
Member

Registered: 03/09/03
Posts: 171
Loc: Southern California
Josh, <br /> <br />This is GREAT. <br /> <br />I know this is probably an easy one, but how do I code the "online" file to show "In Game Room"? <br /> <br />Thanks, <br /> <br />Bobby

Top
#248659 - 06/02/03 01:09 PM Re: Beta-[6.2-6.3] Game Arcade [Re: vajraman]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Let me ponder that and see if I can easily post instructions. I'm not sure if adding the script name to the online.php language file will work right because it's in a sub directory.... and thus may show up as private like all admin functions.
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#248660 - 06/02/03 01:11 PM Re: Beta-[6.2-6.3] Game Arcade [Re: Daine]
BWilliams_dup1 Offline
Member

Registered: 03/09/03
Posts: 171
Loc: Southern California
Thanks <img src="/forum/images/graemlins/cool.gif" alt="" />

Top
#248661 - 06/02/03 01:18 PM Re: Beta-[6.2-6.3] Game Arcade [Re: vajraman]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Add this into the /languages/english/online.php file<br /><br />$ubbt_lang['battleships'] = "Playing a Game - Battleships";<br />$ubbt_lang['crashdown'] = "Playing a Game - Creash Down";<br />$ubbt_lang['flashman'] = "Playing a Game - Flashman";<br />$ubbt_lang['paintball'] = "Playing a Game - Stress Relief Paintball";<br />$ubbt_lang['rigelianhotshots'] = "Playing a Game - Rigelian Hotshots";<br />$ubbt_lang['rocketman'] = "Playing a Game - Rocketman";<br />$ubbt_lang['sheepish'] = "Playing a Game - Sheepish";<br />$ubbt_lang['smashing'] = "Playing a Game - Smashing";<br /><br />The only sticker - the game index is "index" but if you're using IIP you're already using that.... so without changing the name of the script you can't really show location on that script easily. <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#248662 - 06/02/03 01:48 PM Re: Beta-[6.2-6.3] Game Arcade [Re: Daine]
BWilliams_dup1 Offline
Member

Registered: 03/09/03
Posts: 171
Loc: Southern California
So, if I understand you correctly, there isn't a way to make this work without major hacking?

Top
#248663 - 06/02/03 01:57 PM Re: Beta-[6.2-6.3] Game Arcade [Re: vajraman]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
No do what I said above - the exception is the game index - index.php as if you have IIP you already have an 'index' file.<br /><br />You'd have to rename the game index to something else - and change the links back to the game index in all the game scripts if you wanted the game index to show up on who's online - otherwise - right now - it'll show up as the "entrance page" because it's got the same name "index.php" as your IIP page.
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#248664 - 06/02/03 02:01 PM Re: Beta-[6.2-6.3] Game Arcade [Re: Daine]
BWilliams_dup1 Offline
Member

Registered: 03/09/03
Posts: 171
Loc: Southern California
Oh, ok. I must have miss read your post, sorry <img src="/forum/images/graemlins/grin.gif" alt="" />

Top
#248665 - 06/02/03 02:03 PM Re: Beta-[6.2-6.3] Game Arcade [Re: vajraman]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
I wouldn't be that hard to rename "index.php" to "games.php" then add an entry in the online language file for :<br /><br />$ubbt_lang[games] = "Viewing the Game Arcade";<br /><br /><br />Then in each of the game scripts - there's a link back to index.php - you'd need to change that to games.php<br /><br />But what I posted above will cover all except the index file. Didn't think about online when I was setting it up. <img src="/forum/images/graemlins/grin.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#248666 - 06/02/03 03:27 PM Re: Beta-[6.2-6.3] Game Arcade [Re: Daine]
BWilliams_dup1 Offline
Member

Registered: 03/09/03
Posts: 171
Loc: Southern California
Works PERFECT !!! <img src="/forum/images/graemlins/grin.gif" alt="" /> <img src="/forum/images/graemlins/grin.gif" alt="" /> <img src="/forum/images/graemlins/grin.gif" alt="" /><br /><br />Thanks,<br /><br />BWilliams

Top
#248667 - 06/02/03 03:35 PM Re: Beta-[6.2-6.3] Game Arcade [Re: vajraman]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
One thing I noticed Josh since I use the tablewrappers and you would not see unless you validate the page is the HTML after the embed does not work. There is not links BACK TO THE GAME or anything. <br /> <br />http://www.reeftalk.com/ubbthreads/games/battleships.php
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#248668 - 06/02/03 03:47 PM Re: Beta-[6.2-6.3] Game Arcade [Re: sf49rminer]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Hmmmmm I wonder why that is. <br /> <br />Is that a PC thing - I see it. <img src="/forum/images/graemlins/tongue.gif" alt="" /> <br /> <br />Am I missing something HTML wise in the embed tag. I inserted the code that Miniclip said - but I wonder if it's not valid. LOL


Attachments
82708-screen.gif (1 downloads)

_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#248669 - 06/02/03 04:30 PM Re: Beta-[6.2-6.3] Game Arcade [Re: Daine]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
Thats the weirdest thing ever. One mine it does not load the html after the embedded game.


Attachments
82711-screen.jpg (2 downloads)

_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#248670 - 06/02/03 05:15 PM Re: Beta-[6.2-6.3] Game Arcade [Re: sf49rminer]
Ian_W Global Moderator Offline
Veteran

Registered: 02/22/02
Posts: 2575
Loc: England
Haven't looked at the code yet - but is it easy to add other games - there are a few UK games, that should keep my members hapy <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Fans Focus - Focusing on Fans of Sport

(Okay - mainly football (the British variety wink at the moment - but expanding all the time....)

Top
#248671 - 06/02/03 05:47 PM Re: Beta-[6.2-6.3] Game Arcade [Re: Gorlum]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Yes, you can use the game pages as templates - there are loads more at that Miniclip site - you just basicaly embed the swf file in the page. And add links to the game index of course. <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#248672 - 06/02/03 07:15 PM Re: Beta-[6.2-6.3] Game Arcade [Re: Daine]
Storm_dup1 Offline
Member

Registered: 08/03/02
Posts: 263
Loc: Somewhere above Texas
Oh man! That Josh thinks of everything..... <img src="/forum/images/graemlins/laugh.gif" alt="" /> Thanks Man!!!! <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Some people read their stars..... I choose to write my own

Top
#248673 - 06/02/03 08:06 PM Re: Beta-[6.2-6.3] Game Arcade [Re: ]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25452
Loc: Texas
I just like playing the games at josh's site <img src="/forum/images/graemlins/tongue.gif" alt="" />
_________________________
- Allen wavey
- What Drives You?

Top
#248674 - 06/02/03 09:01 PM Re: Beta-[6.2-6.3] Game Arcade 1.1 [Re: Daine]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
OK <br /><br />Updated this - this fixes the issue with the HTML not appearing after the embeded SWF file. This also updates instructions to update the who's online page (including the game index).<br /><br />Instructions to upgrade - upload all the new PHP files - and follow the enclosed instructiosn (AAAInstructions.txt) for the who's online steps. <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
Page 1 of 4 1 2 3 4 >


Moderator:  Ian_W 
Who's Online
0 registered (), 25 Guests and 14 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Wisdom needed
by Gizmo
56 minutes 29 seconds ago
How to hide sub forums from summary page
by blaaskaak
Yesterday at 09:54 AM
Spell Check [beta]
by Bill B
12/01/08 09:16 PM
PhotoPost BB Code Popup
by AllenAyres
12/01/08 09:41 AM
Problems reading a lot of old posts here
by AllenAyres
12/01/08 09:35 AM
Forum 'Trader Ratings'.
by AllenAyres
12/01/08 09:33 AM
Customization needed
by Gizmo
11/12/08 12:28 PM
New Mods
User Authentication Class
by
01/19/07 02:59 PM
Multiple Identity Detector
by
12/30/06 06:39 PM
PhotoPost BB Code Popup
by
11/06/06 05:43 PM
Spell Check [beta]
by
10/17/06 09:24 PM
Newest Members
Truth, David DelMonte, nick1, Begbie, cenk
13364 Registered Users
Top Posters
AllenAyres 25452
JoshPet 11330
Rick 8372
LK 7396
Lord Dexter 6503
Greg Hard 5533
Charles Capps 5438

 

 

 
fusionbb message board php hacks