1 && strlen($Password) == 4 && strlen($MobilePhoneFull) > 7 ) { $error = formatErrorMessage("We sent your Pin by SMS to you!"); if ( strstr($land, "DE") || strstr($land, "CH") || strstr($land, "AT") ){ $SmsMessage = "Deine Bitjoe.de Pin ist $Password . Viel Spass mit Bitjoe.de - empfehl Bitjoe.de deinen Freunden."; $error = formatErrorMessage("Wir haben dir deinen Pin per SMS zugeschickt!"); } elseif ( strstr($land, "GB") ){ $SmsMessage = "Your Bitjoe.de Pin is $Password . Enjoy the Bitjoe.de Software and tell your friends."; } else { $SmsMessage = "Bitjoe.de Pin $Password . Enjoy the Bitjoe.de Software and tell your friends."; }; # strstr $land SendPasswordReminder( $MobilePhoneFull, $SmsMessage ); PasswordPage( $error ); exit(0); }; # if ( strlen($land) > 1 && strlen($Password) == 4 && strlen($MobilePhoneFull) > 7 ) { } else { # if ( $MobilePhoneStatus == 1 ) { PasswordPage(); exit(0); }; # END: if ( $MobilePhoneStatus == 1 ) { # Never reached PasswordPage( ); exit(0); ?>