Ed:
Thanks for looking at this.
I keep getting the "Invalid Entries" line whenever I put any number in either place. So if I put in 365 for the number of days and 1 for the number of posts then I get the "Invalid Entries" line.
Also, I am not sure now that the script uses 86,400 as the number to use for calculation of the sign up date. In the import.php file it uses:
if ( ereg( "([0-9]{1,2})-([0-9]{1,2})-([0-9]{2,4})", $userinfo[datejoined], $regs ) ) {
$datejoined=mktime(0,0,0,$regs[1],$regs[2],$regs[3])-($timeoffset)*3600;
} else {
$datejoined=time();
}
Any ideas?
BTW, what does this do?:
if (!is_int($joinpostsremove) and !is_int($joindateremove))
Thanks,
Parker
[Edited by Parker Clack on 07-31-2000 at 11:34 PM]
|