name; $event_start_date = Carbon::parse($challenge_detail->start_date); $event_end_date = Carbon::parse($challenge_detail->end_date); $reg_end_date = Carbon::createFromFormat('Y-m-d H:i:s', '2016-10-01 00:00:00'); // Redirect to index when registration period ends if(Carbon::now() >= $reg_end_date) { //header("Location: ".$GLOBAL_HOSTHTTP_URL."/challenges/1050/index.php"); //exit; } // Show login modal if not logged in if (isInSession()) { $logged_in = true; $enable_checkout = true; } else { $logged_in = false; $enable_checkout = false; } $user = new User(getSessionUserid()); if ($user->isBanned()) { header ("Location: ".$GLOBAL_HOSTHTTP_URL."/common/logout.php"); exit; } $cuser = ChallengeUser::where('cid', $challenge_detail->cid)->where('userid', getSessionUserid())->getOne(); if($cuser) { header("Location: ".$GLOBAL_HOSTHTTP_URL."/challenges/togo1050/thank-you.php"); exit; } $prev_participant = ChallengeUser::where('cid', array(1, 2), 'IN')->where('userid', getSessionUserid())->getOne(); if(isset($_SESSION['challenge-reg'])) { $registrant = $_SESSION['challenge-reg']; } ## Fill in the following for SEO $canonical_url = 'http://www.togoparts.com/challenges/togo1050/index.php'; $WEBPAGE_TITLE = "TOGO1050 Registration | ".$GLOBAL_PORTAL_NAME; $meta_description = "Register for the TOGO1050 Challenge"; $meta_keywords = ""; $canonical_url = ""; //for canonical meta rel tag if applicable $noSitetakeover = true; $cb = $GLOBAL_HOSTHTTP_URL . '/challenges/togo1050/registration.php'; ?>

Registration

getEmail(); ?>
View Sizing Chart

Terms & Conditions

Completion of the entry form confirms the Participants' agreement to abide by the Rules & Regulations of the TOGO1050 event.

Read the Rules & Regulations here.

Liability and Disclaimers

I fully understand and acknowledge the risks involved in my participation in the Event and I accept full responsibility and assume all such risks.
You have to agree to our terms and conditions.