ChupaChu Posted December 7, 2007 Posted December 7, 2007 I just played a simpatic game, when trying to access the forum Whats it called? Is it normal site design, or was tuts4you hacked, by some strange games loving hackers :?) i woud have post a screenshot but attachemt system seems to be offline
Ufo-Pu55y Posted December 7, 2007 Posted December 7, 2007 I saw 'Bubble Bobble' some days ago.. maybe that one ?I didn't realise, that it's playable.. is it ? oO
Teddy Rogers Posted December 7, 2007 Posted December 7, 2007 Yes, it is a game and it is called Puzzle Bobble. I put it there so when there is a site error instead of everyone hitting refresh and getting frustrated they (including me) can take a few minutes out with the game. It is actually quite addictive when you get in to it... Ted.
ChupaChu Posted December 7, 2007 Author Posted December 7, 2007 i would like to know how its implemented.. i mean how "it" knows when some error or unaccessibility accours? p.s. just give us direct link to the game, so we can play it when hawin nothing more usefull to do, i find it quite adictive in deed - is there a "hi-socre" board?
Teddy Rogers Posted December 7, 2007 Posted December 7, 2007 It is pretty simple, you can specify what error you want to redirect using ErrorDocument in .htaccess. It is probably the easiest way but you have to be a little careful how you apply it so that you don't block Spiders such as Google from accessing your site. For example:ErrorDocument 401 http://yourdomain.com/nopassword.htmlIt is possible to do it that way but I found Spiders seem not to like it so I prefer to use something like:ErrorDocument 404 /500.shtmlThen I can specify what I want to do in each error page.There is an updated version to the one found on this site with feature for a highscore table but I found it had some issues. The direct link to the game is:http://www.tuts4you.com/error.swf>http://www.tuts4you.com/error.swfTed.
Ufo-Pu55y Posted December 8, 2007 Posted December 8, 2007 - is there a "hi-socre" board?This ends up with asking Ted for more site errors
ChupaChu Posted December 8, 2007 Author Posted December 8, 2007 Well if there gota be problems let us enjoy while others work hard to fix it Teddy - Thanks for link and explaining, its actualy a good feature. BTW: there is more userfriendly link to the game (easier for me to remember LOL): http://www.tuts4you.com/ChupaChu_wants_to_play.exe BR, ChupaChu!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now