No idea... never seen it, but probably not much different than the normal vBulletin archive (which is in the instructions).
it is a bit different and even thought I had the co-op ads in all the proper places per the instructions, I got invalidated since they ads aren't in my ezarchive!
I tried to insert <? php include ('ad_network_352.php'); echo $ad_network; ?> Code (markup): into the footer.php file, but it doesn't work.
No you need to include the code like this per the directions: <?php ini_set ("include_path", ini_get ("include_path") . ':../:../../:../../../:../../../../'); include ('ad_network_353.php'); echo $ad_network; ?>