Bulk Generate Different Dates for Vbulletin
We sometimes use php or mysql to generate many different user names, we found all users’ joining dates are the same. How to deal this issue then? Let me share my skills with you. <? function rand_time($a,$b) { $a=strtotime($a); $b=strtotime($b);… Read moreBulk Generate Different Dates for Vbulletin