View Single Post
Old 05-08-2006, 01:50 PM  
StuartD
Sofa King Band
 
StuartD's Avatar
 
Join Date: Jul 2002
Location: Outside the box
Posts: 29,903
Quote:
Originally Posted by Nathan
As of NATS v3 this is a nats code:

list($data, $tourid, $subid1, $subid2, $adid) = explode(',', $natscode);
$chars = strlen($data);
$add = 4 - ($chars % 4);
if ($add < 4) while($add--) $data .= '=';

list($campaignid, $programid, $siteid) = explode(':', base64_decode($data));
It sure is a good thing you set up this GFY board to answer questions and do support
StuartD is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote