TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
IRC Channel
IRC Speech Bubble Join the friendly bunch on IRC...
(#TalkPHP on Freenode)

...Also available via a web interface.

See this thread for information on the TalkPHP Free Hugs Initiative™. Subject to availability.
Associates
Associates
CSS Tutorials
Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 02-28-2008, 12:13 AM   #1 (permalink)
The Addict
Upcoming Programmer Top Contributor 
 
Rendair's Avatar
 
Join Date: Nov 2007
Location: UK
Posts: 319
Thanks: 18
Rendair is on a distinguished road
Default Movie Hangman

Hey all

I have made myself a movie hangman game. Because i created a DVD database for my dad so he can login to my website and add DVD's that he buys and well because he has a lot i thought i could use this to create a hangman game..

http://www.dalemooney.com/games/hangman/

There are currently: 1284 Movies

Some are a lot harder then others of course . It still might have some bugs, but it seems to work fine at the moment.
__________________
www.jooney.co.uk - the online portfolio
Send a message via MSN to Rendair
Rendair is offline  
Reply With Quote
The Following 2 Users Say Thank You to Rendair For This Useful Post:
Alan @ CIT (02-28-2008), Village Idiot (02-28-2008)
Old 02-28-2008, 12:29 AM   #2 (permalink)
Alan @ CIT
Member of the Month
The Frequenter
Member of the Month Top Contributor 
 
Alan @ CIT's Avatar
 
Join Date: Apr 2005
Location: South UK
Posts: 483
Thanks: 51
Alan @ CIT is on a distinguished road
Default

Hi Dale,

Looks good (and addictive - love hangman) but it didn't work for me unfortunately

The popup didn't appear so I went directly to example.php, but when I try to guess a letter, it starts a new game then inserts the letter I picked. If I guess another letter, it starts another new game using that letter, and so on

Alan.
Send a message via MSN to Alan @ CIT
Alan @ CIT is offline  
Reply With Quote
Old 02-28-2008, 12:35 AM   #3 (permalink)
The Addict
Upcoming Programmer Top Contributor 
 
Rendair's Avatar
 
Join Date: Nov 2007
Location: UK
Posts: 319
Thanks: 18
Rendair is on a distinguished road
Default

Yes i have just noticed this...i am trying to figure out what has gone wrong..worked perfect a min ago lol

For some reason it aint recording the sessions on my server properly
__________________
www.jooney.co.uk - the online portfolio
Send a message via MSN to Rendair
Rendair is offline  
Reply With Quote
Old 02-28-2008, 01:09 AM   #4 (permalink)
The Addict
Upcoming Programmer Top Contributor 
 
Rendair's Avatar
 
Join Date: Nov 2007
Location: UK
Posts: 319
Thanks: 18
Rendair is on a distinguished road
Default

Quote:
Originally Posted by Alan @ CIT View Post
Hi Dale,

Looks good (and addictive - love hangman) but it didn't work for me unfortunately

The popup didn't appear so I went directly to example.php, but when I try to guess a letter, it starts a new game then inserts the letter I picked. If I guess another letter, it starts another new game using that letter, and so on

Alan.
I have manage to get it to work now

http://www.dalemooney.com/games/hangman/example.php

I have dulled it down for now but will make it look better later tell me what you think
__________________
www.jooney.co.uk - the online portfolio
Send a message via MSN to Rendair
Rendair is offline  
Reply With Quote
Old 02-28-2008, 01:34 AM   #5 (permalink)
The Contributor
 
abiko's Avatar
 
Join Date: Feb 2008
Location: Croatia
Posts: 90
Thanks: 4
abiko is on a distinguished road
Default

works perfect now :)
great game :)
a lot of movies.. wow
__________________
Back from sysadmins to the programmers.
Send a message via ICQ to abiko Send a message via MSN to abiko
abiko is offline  
Reply With Quote
Old 02-28-2008, 02:49 AM   #6 (permalink)
The Contributor
 
DeMo's Avatar
 
Join Date: Jan 2008
Location: Brazil
Posts: 77
Thanks: 14
DeMo is on a distinguished road
Default

Nice game!!
Just one thing: I ended up guessing a movie name by picking the right letters, when the name was finished the game didn't detect this situation, I had to type the name in the "guess word" textfield for it to finish.
Send a message via ICQ to DeMo Send a message via MSN to DeMo Send a message via Skype™ to DeMo
DeMo is offline  
Reply With Quote
Old 02-28-2008, 07:55 AM   #7 (permalink)
The Addict
Upcoming Programmer Top Contributor 
 
Rendair's Avatar
 
Join Date: Nov 2007
Location: UK
Posts: 319
Thanks: 18
Rendair is on a distinguished road
Default

Yeah that is one thing i noticed its to do with the spaces its expecting you to guess the spaces as well...ill have to sort that out.
__________________
www.jooney.co.uk - the online portfolio
Send a message via MSN to Rendair
Rendair is offline  
Reply With Quote
Old 02-28-2008, 08:21 AM   #8 (permalink)
Alan @ CIT
Member of the Month
The Frequenter
Member of the Month Top Contributor 
 
Alan @ CIT's Avatar
 
Join Date: Apr 2005
Location: South UK
Posts: 483
Thanks: 51
Alan @ CIT is on a distinguished road
Default

I don't think your game likes me

movie-hangman-hangman.jpg

Alan
Send a message via MSN to Alan @ CIT
Alan @ CIT is offline  
Reply With Quote
Old 02-28-2008, 10:16 AM   #9 (permalink)
The Addict
Upcoming Programmer Top Contributor 
 
Rendair's Avatar
 
Join Date: Nov 2007
Location: UK
Posts: 319
Thanks: 18
Rendair is on a distinguished road
Default

Ah yes i see i think its because the word you where given was in capital letters and its case sensitive...if you do another it should be ok, but ill have to upload the updated version that puts things to lowercase. lol
__________________
www.jooney.co.uk - the online portfolio
Send a message via MSN to Rendair
Rendair is offline  
Reply With Quote
Old 02-28-2008, 10:34 AM   #10 (permalink)
Alan @ CIT
Member of the Month
The Frequenter
Member of the Month Top Contributor 
 
Alan @ CIT's Avatar
 
Join Date: Apr 2005
Location: South UK
Posts: 483
Thanks: 51
Alan @ CIT is on a distinguished road
Default

Cool, I finally won one

movie-hangman-hangman2.jpg

Alan
Send a message via MSN to Alan @ CIT
Alan @ CIT is offline  
Reply With Quote
Old 02-28-2008, 11:40 AM   #11 (permalink)
The Addict
Upcoming Programmer Top Contributor 
 
Rendair's Avatar
 
Join Date: Nov 2007
Location: UK
Posts: 319
Thanks: 18
Rendair is on a distinguished road
Default

ConGratz lol some are harder then others and really long lol
__________________
www.jooney.co.uk - the online portfolio
Send a message via MSN to Rendair
Rendair is offline  
Reply With Quote
Old 02-28-2008, 03:57 PM   #12 (permalink)
Wizard
Top Contributor 
 
Village Idiot's Avatar
 
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
Village Idiot is on a distinguished road
Default

Good way to waste time, bookmarked.
__________________

Village Idiot is offline  
Reply With Quote
Old 02-28-2008, 06:25 PM   #13 (permalink)
Alan @ CIT
Member of the Month
The Frequenter
Member of the Month Top Contributor 
 
Alan @ CIT's Avatar
 
Join Date: Apr 2005
Location: South UK
Posts: 483
Thanks: 51
Alan @ CIT is on a distinguished road
Default

I've been playing this on and off all day and have a few suggestions if you want them

1. Make the letters hyperlinked and in a row instead of in a dropdown - my mouse arm is getting tired - example: movie-hangman-z.jpg

2. Remove the letters after I've picked them - I'm too lazy to re-read the letters that I've picked each time and have a habbit of picking letters I've already picked.

Put those in and I'll never leave the site

Alan
Send a message via MSN to Alan @ CIT
Alan @ CIT is offline  
Reply With Quote
Old 02-28-2008, 06:33 PM   #14 (permalink)
The Acquainted
 
obolus's Avatar
 
Join Date: Oct 2007
Location: florida
Posts: 110
Thanks: 36
obolus is on a distinguished road
Default

lol this is awesome

good work
obolus is offline  
Reply With Quote
Old 02-28-2008, 07:05 PM   #15 (permalink)
The Addict
Upcoming Programmer Top Contributor 
 
Rendair's Avatar
 
Join Date: Nov 2007
Location: UK
Posts: 319
Thanks: 18
Rendair is on a distinguished road
Default

Quote:
Originally Posted by Alan @ CIT View Post
I've been playing this on and off all day and have a few suggestions if you want them

1. Make the letters hyperlinked and in a row instead of in a dropdown - my mouse arm is getting tired - example: Attachment 158

2. Remove the letters after I've picked them - I'm too lazy to re-read the letters that I've picked each time and have a habbit of picking letters I've already picked.

Put those in and I'll never leave the site

Alan
Haha i will do that i can see how it can hurt your arm and make things easier

Quote:
Originally Posted by obolus View Post
lol this is awesome

good work
Thanks
__________________
www.jooney.co.uk - the online portfolio
Send a message via MSN to Rendair
Rendair is offline  
Reply With Quote
Old 02-28-2008, 07:43 PM   #16 (permalink)
The Acquainted
 
Gareth's Avatar
 
Join Date: Jan 2008
Posts: 136
Thanks: 4
Gareth is on a distinguished road
Default

Looks good, but I get this:

Code:
Parse error: syntax error, unexpected ')', expecting ']' in /data/members/paid/l/o/lost-soldiers.com/htdocs/www/games/hangman/example.php on line 23
Gareth is offline  
Reply With Quote
Old 02-28-2008, 07:51 PM   #17 (permalink)
The Addict
Upcoming Programmer Top Contributor 
 
Rendair's Avatar
 
Join Date: Nov 2007
Location: UK
Posts: 319
Thanks: 18
Rendair is on a distinguished road
Default

Quote:
Originally Posted by Gareth View Post
Looks good, but I get this:

Code:
Parse error: syntax error, unexpected ')', expecting ']' in /data/members/paid/l/o/lost-soldiers.com/htdocs/www/games/hangman/example.php on line 23
I have fixed it now and i have changed it as Alan suggested
__________________
www.jooney.co.uk - the online portfolio
Send a message via MSN to Rendair
Rendair is offline  
Reply With Quote
The Following User Says Thank You to Rendair For This Useful Post:
Alan @ CIT (02-28-2008)
Old 02-28-2008, 08:17 PM   #18 (permalink)
Alan @ CIT
Member of the Month
The Frequenter
Member of the Month Top Contributor 
 
Alan @ CIT's Avatar
 
Join Date: Apr 2005
Location: South UK
Posts: 483
Thanks: 51
Alan @ CIT is on a distinguished road
Default

Excellent - good stuff mate

Alan
Send a message via MSN to Alan @ CIT
Alan @ CIT is offline  
Reply With Quote
Old 02-29-2008, 09:00 AM   #19 (permalink)
The Wanderer
 
Join Date: Feb 2008
Posts: 10
Thanks: 0
Pete is on a distinguished road
Default

Thats really cool :o)
Pete is offline  
Reply With Quote
Old 02-29-2008, 03:44 PM   #20 (permalink)
Wizard
Top Contributor 
 
Village Idiot's Avatar
 
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
Village Idiot is on a distinguished road
Default

I cant guess the answer, even if it's correct it tells me I am wrong.

Also, have CSS make the links always blue, they show up as visited even on new games.
__________________

Village Idiot is offline  
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 02:13 AM.

 
     

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Inactive Reminders By Icora Web Design