It does look just like the trailer. Every scene is pretty much perfect except a few but I mean those scenes you couldn't do perfect even if you wanted.
There's one password. It was just going to be that you needed to know what the password was or be smart enough to know how to get it to enter the site. I guess I'll do that and no its not a typo.
I just googled it and this is what I found. http://en.wikipedia.org/wiki/Longest_word_in_English It just depends on how you define something as a word.
Ok, I was making a very simple login where you just need the password. The password is in the file "password.php". Well, it doesn't matter what I put in it takes me to the site. Even if there's nothing in the box. How do I make it check if the password inputted is the same as the password in password.php? Here's the code I've written so far. <form action="indexx.php" method="post">
<input type="hidden" name="file" value="password.php">
<input type="password" name="password"><br /><br />
<input type="submit" value="submit"</form> Note: Yes I know the isn't really secure but It was just a very simple login that I would edit later.
Here is the modded version of your save. It needs to be resigned and rehashed. Tell me if it doesn't work. http://rapidshare.com/files/183018193/Fabl...acterSave2.html Note: I forgot the item thing because I don't know how to do that.