
Thanks.
Server Status
Information taken from PHP ini File:
# GD Library Support: Enabled (Thumbs Nails Available)
# GD Library Version: bundled (2.0.28 compatible)
# Safe Mode Status: OFF
# Register Globals: ON
# Server Uploads Status: ON
# Max Upload Size Permitted: 2M
# Max Post Size Permitted: 8M
echo "Please review the following information:
";
echo _US_USERNAME.": ".$myts->makeTboxData4Preview($uname)."
";
echo _US_EMAIL.": ".$myts->makeTboxData4Preview($email)."
";
//if ( $user_avatar != '' ) {
// echo _US_AVATAR.": ![]()
";
//}
if ( isset($url) && $url != '' ) {
$url = formatURL($myts->makeTboxData4Preview($url));
echo _US_WEBSITE.": $url
";
}
$f_timezone = ($timezone_offset < 0) ? 'GMT '.$timezone_offset : 'GMT +'.$timezone_offset;
echo _US_TIMEZONE.": $f_timezone
";
echo "