#248697 - 06/12/0304:11 PMRe: Beta-[6.2-6.3] Game Arcade 1.1
[Re: Gorlum]
JoshPet
I type Like navaho
Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
They are SWF files which download then play in the person's browser. The largest one is 416 KB and the smallest is 108 KB. <img src="/forum/images/graemlins/smile.gif" alt="" />
#248700 - 06/12/0304:42 PMRe: Beta-[6.2-6.3] Game Arcade 1.1
[Re: Daine]
Ian_W
Veteran
Registered: 02/22/02
Posts: 2575
Loc: England
Thanks - was interested to see if anyone had noticed their bandwidth shoot through the roof with these <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________ Fans Focus - Focusing on Fans of Sport
(Okay - mainly football (the British variety at the moment - but expanding all the time....)
most of my users aren't that bright, and since you have to be logged in, they would essentially need to figure out the URL to the SWF to pass on to people <img src="/forum/images/graemlins/wink.gif" alt="" />
looks great installed and working <img src="/forum/images/graemlins/smile.gif" alt="" /><br /><br />2 things though<br /><br />Firstly should the player name fill in automatically as it dosnt on my install?<br /><br />Secondly I wanted to put my games folder outside of the threads install I try and do this with all hacks as I find it neater.<br /><br />So I created a paths.php file with the following in:<br /><?<br />$threadspath = "PATH TO THREADS";<br />$baseurl = "PATH TO WEB ROOT";<br />?><br />==========<br />then I have removed this section of code in every game php file and gameindex.php:<br /><br />// What is the PATH (not URL) to your threads install<br /><br />and added this in its place:<br /><br />// Require the Paths<br />require ("paths.php");<br /><br />==========<br />and in gamesindex.php did a find and replace:<br />find: $config['phpurl']<br />replace with: $baseurl<br /><br />==========<br />and index.php now looks like this:<br /><br />require ("paths.php");<br />// Require the library<br />require ("$threadspath/main.inc.php"); <br />header ("Location:$baseurl/games/gameindex.php");<br /><br />HTH
#248705 - 06/14/0310:09 AMRe: Beta-[6.2-6.3] Game Arcade 1.1
[Re: Dawg_dup1]
Ian_W
Veteran
Registered: 02/22/02
Posts: 2575
Loc: England
Working fine at games.nonleague.com - if you add additional games, it is worth checking the swf size by doing a view source at the version on the miniclip site - I added Solitaire - as it means people can play slowly, and I can put ads beneath it <img src="/forum/images/graemlins/tongue.gif" alt="" /><br /><br />
_________________________ Fans Focus - Focusing on Fans of Sport
(Okay - mainly football (the British variety at the moment - but expanding all the time....)
#248707 - 07/05/0307:22 PMRe: Beta-[6.2-6.3] Game Arcade 1.1
[Re: Dawg_dup1]
Wando
Power User
Registered: 04/10/02
Posts: 64
Loc: UK
Works great at audi-sport.net, I've set it for registered users only, think I got carried away as I've got 30 games installed <img src="/forum/images/graemlins/blush.gif" alt="" /> <img src="/forum/images/graemlins/laugh.gif" alt="" />
#248709 - 07/06/0303:51 AMRe: Beta-[6.2-6.3] Game Arcade 1.1
[Re: Gorlum]
Wando
Power User
Registered: 04/10/02
Posts: 64
Loc: UK
I shall be around a fair bit more now, probably a bad thing as I'll be annoying you all with my dumba$$ questions <img src="/forum/images/graemlins/laugh.gif" alt="" />
#248710 - 07/06/0304:30 AMRe: Beta-[6.2-6.3] Game Arcade 1.1
[Re: algorewon]
Ian_W
Veteran
Registered: 02/22/02
Posts: 2575
Loc: England
We all have those questions from time to time <img src="/forum/images/graemlins/tongue.gif" alt="" /><br /><br />And beleive me I speak from experience <img src="/forum/images/graemlins/wink.gif" alt="" />
_________________________ Fans Focus - Focusing on Fans of Sport
(Okay - mainly football (the British variety at the moment - but expanding all the time....)
#248713 - 12/10/0310:54 PMRe: Beta-[6.2-6.3] Game Arcade 1.1
[Re: astre]
donJulio
Code Monkey
Registered: 06/17/02
Posts: 682
Loc: CA, USA
I haven't checked, but I'd be shocked if it didn't work for 6.4. How many other MiniClip games are there? I hadn't thought of the possibility of trying to add more.
_________________________
Too many men. There's too many people making too many problems, and not much love to go around. Can't you see this is the Land of Confusion? <img src="http://www.ubbdev.com/forum/images/graemlins/confused.gif" alt="" />
Yes, it works just fine under 6.4 <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" /><br /><br />ANd yes, you can add different games if you wish.