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 = '3.235.251.99'
ERROR Table 'audiohos_bypassproxies.pl_iplimit_block' doesn't exist
SQL: SELECT COUNT(proxy_id) FROM pl_iplimit WHERE
ip = '3.235.251.99' AND
proxy_id = 771 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 = 771
ERROR Table 'audiohos_bypassproxies.pl_proxy' doesn't exist
error: can't find the proxy with the given id.