Update Version 1.1
To upgrade from 1.0 to 1.1, replace the old hangman.php with the new one in the new vbhangman11.zip
1) Fixed a bug that does not allow you to increase the number of images when you increase the number of attempts.
To fix this manually, open hangman.php.
Find:
PHP Code:
$nwrong=$wrong; if ($nwrong>6) $nwrong=6;
Replace with:
PHP Code:
$nwrong=$wrong;
2) For people using the Store Version of this hack by zajako, lalo landa has posted a new version with a bug fix so that people will lose points if they get it wrong. I have linked to this new file in my first post.
Sorry for the bugs, and enjoy!