Logged In: NO

The error with the email is easy to fix

In the file globetrotter.php at approximately line #656
the line begins with:
mail($EMAIL_address, "Someone has j....

The variable $EMAIL_address needs to be changed to
$ADMIN_email

Double check in the file, config.php at approx. line #27
under the section /*:::::::::: Admin Page
Information ::::::::::*/ to confirm that the $ADMIN_email
has been assigned the correct email address for sending
purposes.

PS - Thanks for the cool script and hoping others will
enjoy it as much as I am!