Bug Fix : Invalid Stats

There is a display bug. The script will show invalid click stats.

I have updated the ZIP file with the new script.

Here is how to fix this bug.

Open your /includes/init.php

Replace

$q = "SELECT SUM(`proxy_hits_out`) FROM `proxies` GROUP BY `proxy_status`";

With

$q = "SELECT SUM(`proxy_hits_out`) FROM `proxies` WHERE `proxy_status` = 'active'";
This entry was posted in Bug Fix and tagged . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>