Example code to get cid, to answer my own question in this thread and others which might search it. <?php class getCid { function __construct($username) { $this->username = $username; } function findUltimateDestination($url, $maxRequests = 10) { $ch = curl_init(); curl_setopt($ch, CURLOPT_HEADER, tr...