SQL: DELETE from pl_iplimit WHERE
UNIX_TIMESTAMP(access_time) < (UNIX_TIMESTAMP(NOW()) - 86400)
ERROR Table 'audiohos_bypassproxies.pl_iplimit' doesn't exist
SQL: DELETE from pl_iplimit_block WHERE
UNIX_TIMESTAMP(since) < (UNIX_TIMESTAMP(NOW()) - 3000)
ERROR Table 'audiohos_bypassproxies.pl_iplimit_block' doesn't exist
SQL: SELECT COUNT(ip) FROM pl_iplimit_block WHERE
ip = '44.223.31.148'
ERROR Table 'audiohos_bypassproxies.pl_iplimit_block' doesn't exist
SQL: SELECT COUNT(proxy_id) FROM pl_iplimit WHERE
ip = '44.223.31.148' AND
proxy_id = 2342 AND
UNIX_TIMESTAMP(access_time) > (UNIX_TIMESTAMP(NOW()) - 60)
ERROR Table 'audiohos_bypassproxies.pl_iplimit' doesn't exist
SQL: SELECT proxy FROM pl_proxy WHERE id = 2342
ERROR Table 'audiohos_bypassproxies.pl_proxy' doesn't exist
error: can't find the proxy with the given id.