";
//
// Next line is for DEPRECATED CC method
// Only use this if the end user wants the sequence number copied to
// a CC address 'asvp.sequence_number@senderISP.tld'
print "CC";
//
// This is the secret sauce of the generator, you can change the order
// of the input variables. Truncated to 200 to stay compliant w/standard.
$out200 = substr("$r1$s3$s2$gx$s1$mo$s4$r2$fx", 0, 200);
print "$out200";
// close the tag
print "</ASVP-WEB>";
// The recipient could filter on many items in this string
// 1. their static token
// 2. the static token plus the adjusted month value
// 3. verification of x and f(x)
// 4. verification of g(month)
// 5. rot13 value of their e-mail address
// 6. IP address of sender
?>
friendlybounce = YES
mywebsite = http://www.ISP.tld
If your browser doesn't treat TXT files correctly, you may need to view source (or save this locally) to view the PHP code above.