Chuck, what can I do to get PP to redirect to the login screen if the daily uploads amount are exceeded? THis will force either a registration or login.. hopefully.
Can I redirect in uploadphoto.php around line 144:
Quote:
$Globals['pp_lang']['uplimit'] = str_replace( "%pics%", $uploadchk, $Globals['pp_lang']['uplimit'] ); diewell($Globals['pp_lang']['uplimit']);
|