Ok, I have it commented off like this for now
Code:
$cutoff = TIMENOW - (substr($tnow,8,2)*3600 + substr($tnow,10,2)*60 + substr($tnow,12,2));
//$cutoff = $now - 86400 ;//
because if I take the comments off, it shows a list of ALL members. How can this be fixed because I have it set up as a module on my main page (
www.RatPackInternational.com) and it works fine. Any help please?