To change the WordPress theme manually, you will need to edit the wp-config.php file.
Please add this code to your wp-config.php file (you need to specify your path):
define ('TEMPLATEPATH', '/ path / to / your / new / theme / directory');
define ('STYLESHEETPATH', '/ path / to / your / new / theme / directory');