Hi,
I have big board with many users and datas. After installing this mod, limits "max user connections" and "max connestions" (per hour) exceeding in every hour.
I looked into the code and I think that the two SQL questions have bad construction:
Code:
case 1: $sorgu = "ORDER BY dateline DESC LIMIT 0, $displayrecords"; break;
case 2: $sorgu = "ORDER BY rand(NOW()) DESC LIMIT 0, $displayrecords"; break;
Is the "LIMIT 0" cause of errors?