You gotta use __destruct() and not just destruct() in your database class, otherwise it sees is as a class function :p. It seems to be working fine for me. Did you try to destruct the self::$pdoStmt then thats why, because it can only be capable of destroying self::$pdo since the self::$pdoStmt...
Yet people still want to use deprecated RevCMS amongst other rookie software and tools as Apache/IIS and CloudFlare
Sent from my SM-G928F using Tapatalk
I use the second package with their Arms anti DDoS, its probably one of the fastest hosting services in Europe, bear in mind their support are a bit slow, but I'm actually pretty happy with the service.
There's nothing called unlimited lol, and you're not even close to use 2TB bandwith within a...
Never understood neither why so many people select all instead of the columns they need, even the MySQL manual forbid it. Waste of resources too.
Sent from my SM-G928F using Tapatalk
Actually you're plain wrong. Showing the errors really got nothing to do with security, if you already know at first, you've entered the correct details. It actually DONT try for the connection only, but also for statements etc, which yes, would be better to put into a log or something, but if...
Bruh, if people could figure out how to research before asking about every damn fucking thing they dont know, there wouldn't be any issues at all. Its a forum not your life, so get over with it.
@Leader
Sent from my SM-G928F using Tapatalk
public function getIP()
{
$ip = $_SERVER['REMOTE_ADDR'];
// In case the server is using CloudFlare, `REMOTE_ADDR` receives the server's IP itself and not the user's. `HTTP_CF_CONNECTING_IP` is deprecated and full of exploits.
if(isset($_SERVER['HTTP_FORWARDED'])) {...
You don't seem to have looked at the coding before you decided to answer. $_GET['redirect'] is something I use, if the user logs in, and I either want him to be redirected directly to client or me page.
I've fixed the IP problem, since it gets validated by the script itself and not the...
Have you read the error? Its not really my issue, when its something I cannot fix. Are you using sandbox or production mode? Because your production email doesnt work as your sandbox email. You should read their documentation, its not really that hard to setup.
Give me a link to your shopping...