View RSS Feed

Affix

  1. Announcing Fedora 11

    by , 06-10-2009 at 01:18 PM
    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)

    Categories
    Programming
  2. Logging into vBulletin using cURL

    by , 02-20-2009 at 08:31 AM
    Quote Originally Posted by Affix View Post
    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
    /********************
    ...
    Categories
    Uncategorized