This is definitely a newbie question, since I'm not sure where to start on this.
I've used a PHP anti-spam form email script for years which was purchased from a developer (who has ceased their business) but is sometimes flagged as suspicious by our web host. It continues to work flawlessly, but I'd like to understand more what it's doing...
Is there a way to decode what is wrapped into the following:
<?php ob_start();?>FJ3HbutclkZfpYfV4IA5oRr1gznnzEmBOY....?>
The code, of course, is much longer than the above.
Your ideas, suggestions are most appreciated.
Dan
This appears to be a messily obfuscated hunk of open source classes, including PHPMailer. Full code is here. Note this looks pretty old and will not work as-is with PHP versions greater than 5.6.