Well post the code of that file and we shall take a look at it for you Don't forget to use code tags...
cwarn23
Occupation: Genius
3,033 posts since Sep 2007
Reputation Points: 413
Solved Threads: 259
It appears they have used two layers of encryption on they code making it incompatible with the version of php you are using. The two options are 1 - decode the data to something php can read or 2 - use a script php can read. As for decoding the data, I'm not sure how I myself could decode it but if you asked the makers of the script that might be able to give you a hand. BTW also check that the script is designed for php5 as that would make a big difference encoded or decoded. Sorry I can't be much of a help for this one as my attempts to decode it resulted in random symbols.
cwarn23
Occupation: Genius
3,033 posts since Sep 2007
Reputation Points: 413
Solved Threads: 259