Quote Originally Posted by conor
.... As far as testing the encryption goes, the only thing you really need to test is that you have PEAR:Crypt/Blowfish installed, but if you want to check for sure, you can see some lovely, reassuring gobbledegook by inserting the following line as line 450 in the protx_direct.php file:

PHP Code:
print $plaintext "\n\n\n" $encrypted;exit; 
(just after: $encrypted = $bf->encrypt($plaintext);)
Couldn't get this to work but I'll check with my host that PEAR:Crypt/Blowfish is installed.

Just to let you know I've now gone live and everything is working perfectly. Had it not been for Protx making things difficult with the Test/Simulator issue and my lack of knowledge about the IP this install would have been a walk in the park.

Thanks again Conor , donation on it's way to you.