Your FTP program that you used to upload your files can upload files in one of two modes, ASCII, and Binary. Normally, php files are uploaded in ASCII mode as most PHP programming is text-based. vShare, however, is binary based and thus, require you to upload them in binary mode. Check with your FTP program's documentation for how to change its upload to binary mode.