if your validation class was not getting loaded you should be getting a fatal error when trying to call $v = new validate(); so something else is wrong....
at the top of contact.php add
PHP Code:
ERROR_REPORTING(E_ALL);
you may then see some other error that might give you a clue.
changing file names wont help a jot