1. wenn ich mich einloggen will kommt danach nur seite nicht gefunden
2. wenn ein gast sich registiert bekommt er eine e-mail um den accout zu aktivieren. wenn er den link anklickt kommt auch nur seite nicht gefunden.
ich weis zwar nicht ob es daran liegt was ich in der portal.php machen sollte.
Code: Alles auswählen
#
#------[ OPEN ]-------------------------------------------------------------
#
login.php
#
#------[ FIND ]-------------------------------------------------------------
#
redirect(append_sid("index.$phpEx", true));
#
#------[ REPLACE WITH ]-----------------------------------------------------
#
redirect(append_sid("portal.$phpEx", true));
#
#------[ FIND ]-------------------------------------------------------------
#
$url = ( !empty($HTTP_POST_VARS['redirect']) ) ? str_replace('&', '&', htmlspecialchars($HTTP_POST_VARS['redirect'])) : "index.$phpEx";
#
#------[ REPLACE WITH ]-----------------------------------------------------
#
$url = ( !empty($HTTP_POST_VARS['redirect']) ) ? str_replace('&', '&', htmlspecialchars($HTTP_POST_VARS['redirect'])) : "portal.$phpEx";
#
#------[ FIND ]-------------------------------------------------------------
#
redirect(append_sid("index.$phpEx", true));
#
#------[ REPLACE WITH ]-----------------------------------------------------
#
redirect(append_sid("portal.$phpEx", true));
#
#------[ FIND ]-------------------------------------------------------------
#
$url = ( !empty($HTTP_POST_VARS['redirect']) ) ? str_replace('&', '&', htmlspecialchars($HTTP_POST_VARS['redirect'])) : "index.$phpEx";
#
#------[ REPLACE WITH ]-----------------------------------------------------
#
$url = ( !empty($HTTP_POST_VARS['redirect']) ) ? str_replace('&', '&', htmlspecialchars($HTTP_POST_VARS['redirect'])) : "portal.$phpEx";
#
#------[ FIND ]-------------------------------------------------------------
#
redirect(append_sid("index.$phpEx", true));
#
#------[ REPLACE WITH ]-----------------------------------------------------
#
redirect(append_sid("portal.$phpEx", true));