Quote:
Originally posted by IceMalee
this hack just seems to have stopped working check out the forums, most all these b-day users have 0 posts, also attached is my functions.php
www.emusanet.com/forums
|
First, delete that attachment. We're not allowed to post complete vB files. Then, modify the query in functions.php. I think this will work:
PHP Code:
$bdays = $DB_site->query("SELECT username,userid,birthday
FROM user
WHERE posts>'101' AND (birthday LIKE '%-$todayneggmt'
OR birthday LIKE '%-$todayposgmt')");