*** Error Code:
PDO Error: That your web hosting didn't support PDO Drive. Why I use PDO SQlite and "not" mySQL? Because when you get spam or ddos, your web server will connect a lot to your mySQL database, and I don't want your database be crash or get any problem. Therefore, I use PDO SQLite, all tracking & block will be handle in antispam.inc/cache/spamdb.db , and other files + .htaccess "before" let visitors connect to your mySQL. As a result, you will block SPAMERS, FLOODING before mySQL connect. And .htaccess will block SPAMER IP before your PHP Handle it.
As cPanel / WHM and my Requirement:
http://forums.cpanel.net/f5/cpanel-e...do-257732.html
PDO only can install on WHM / cPanel, go to menu Easy Apache ( if you are using VPS ).
For shared hosting, just contact your Hosting Provider. 90% Web Hosting today support PDO, and no one use Native mySQL connection anymore --> just because it's not safe and less functions.
All popular web hosting like: Godaddy, Bluehost, Hostgator ... they all supported PDO, ionCube and PHP 5.2+
*** CAN I MAKE A Version WITHOUT PDO? Yes, but that version will only track & block SPAM. No Anti DDOS + Flooding features. I will add mySQL native drive on next version Stable1. Rev3. ( After Christmas )
ionCube: It's supported by many web hosting provider today, but if your web hosting don't have it? No problem, shoot an email to support team. They will install ionCube for you. Or you can create a custom php.ini on your public_html, and download ionCube by your self, upload it, and it run. More information at:
http://www.ioncube.com/loaders.php
** WHY I need to use ionCube for core.php? It's simple, because cURL can fake all user-agent, fake proxy, fake cookies. So, if they know my core.php that they will know how can I detect them, and then they just change their code to that way to continue auto fill captcha and spam you. As a result, that file must always be encoded with ionCube. Why NOT "Zend Encoder" ? Sorry, I don't trust Zend. Many hackers can decode Zend today by looking on Bytes / Memory of PHP.