First post count on 1ns3rt comments (SLOW)
select count(*) as firstPostCount, name from linkcomment where id in ( select min(id) as i from linkcomment group by linkref order by i) group by name order by firstPostCount desc;
Warning: include(/home/bradders/public_html/lib/php7-mysql-shim.php): failed to open stream: No such file or directory in /home/bradders/public_html/colCmeta/query.php on line 98
Warning: include(): Failed opening '/home/bradders/public_html/lib/php7-mysql-shim.php' for inclusion (include_path='.:/opt/alt/php72/usr/share/pear') in /home/bradders/public_html/colCmeta/query.php on line 98
Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /home/bradders/public_html/colCmeta/query.php:99 Stack trace: #0 {main} thrown in /home/bradders/public_html/colCmeta/query.php on line 99