View Single Post
Old January 6th, 2006, 10:03 PM   #2 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 52,691
The contact forum is not designed to be used by unregistered users

You can remove the code but I would not since it opens up the ability for spiders and bots etc to send people eroneous emails etc

if ( $gologin == 1 ) {
// We don't want unregistered users sending contact forms
$regcode = strtolower(get_regcode());

// We include a second time to rewrite the mustreg variable
include "{$Globals['PP_PATH']}/languages/$pplang.php";
diewell( $Globals['pp_lang']['mustreg'] );
}
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote