I have been playing around with cbads script that clickbank provides to advertisers. If you haven't seen it yet, go download it off of clickbank's website. Its located in the tools section of "promote products" page. The problem with this script is that cb's xml file got so large that it actually crashed the script. My question is this, does anyone know the max file size that "file_get_content" can load? I guess I will have to create the script that can split the xml file into smaller chunks and then let the script parse those chunks. Also, the unzipping part of the script seems to be broken as well.