Re: [mccode] mailbox with smilies
ok after actually looking at your mailbox script, it looks like you need to have your smilies in the root directory instead of in the smilies directory
Re: [mccode] Lucky Dip
change
if($ir['gamegoes']==0)
{
print "Sorry, you only have one go each day!
";
}
to this
if($ir['gamegoes']==0)
{
die("Sorry, you only have one go each day!
");
}
Re: Phaos Game Engine
it would be unique until it was posted on CE for everyone to see, it's gonne turn out like another MCcodes sage, hundreds of "unique" games all based on the same source code
Re: FlashChat for your Game
get in touch with me on msn, better to find me on skype though most of the time UCC it is possible to get it integrated into your DB and users table, takes some work but it is possible, ijust couldn't be assed with it at the time lol