I copied a blog post from here: https://www.redhat.com/archives/fedo.../msg00006.html
Updated 06-10-2009 at 01:45 PM by WingedPanther (Plagiarism = bad)
Originally Posted by Affix Well I was writing a Spider to crawl forums and Mirror them and Needed a way to login to a vBulletin based forum. vBulletin does not Allow a cURL Post unless the URL Has been added to the "allow post from" list in the Admin Control Panel. Using cURL However we can set an Option that will mask the user agent and Referrer so the vBulletin forum will think we are a normal browser. Lets Begin by Creating a new PHP Document Code: <?php /******************** ...
<?php /********************