Including a file in Vbulletin

Discussion in 'vBulletin' started by ebusinesscenter, Dec 9, 2007.

  1. #1
    Hi
    I want to include a dynamic page in my forum like this url
     cgi-bin/banner/banner.cgi?want=running
    Code (markup):
    .
    I used a plugin to do this like this :

    $includedhtml = implode('', file('cgi-bin/banner/banner.cgi?want=running'));
    Code (markup):
    And I used $includedhtml in postbit template , but it dont work.
    I just put this variable to this template linke : $includedhtml
    without anything . is it right?
     
    ebusinesscenter, Dec 9, 2007 IP