Don't know Comus but if I had to guess I'd say:
Warning: Unknown(/www/letsjerk.com/ct/cx.php): failed to create stream: Permission denied in Unknown on line 0
Means you have some directory permissions set too low in the script php directories... go to at least 771 and see what happens, then back down until it stops working again and then you know where it SHOULD be.
and
Warning: Unknown(): Failed opening '/www/letsjerk.com/ct/cx.php' for inclusion (include_path='.:/usr/local/lib/php') in Unknown on line 0
means either
-in your setup files for the script you have a bad path setting somwhere
or
-the same permissions problem from the first error is causing the script to fail when opening the include files and php libraries
or
-your php configs are wrong and you don't have the php library files available
or
-your server doesn't have php configed right
Comus probably has great tech support... contact them.
