Search results

  1. F

    PHP question? for a VBulletin forum?

    I have a VB forum. Now i want to be able to put custom scripts in my forum but still call up the global.php file to make sure the user is logged in in order to see the contents. Thats simple enough to do. I just use the below code. <?php require_once('./global.php'); if...
  2. F

    PHP question? for a VBulletin forum?

    I have a VB forum. Now i want to be able to put custom scripts in my forum but still call up the global.php file to make sure the user is logged in in order to see the contents. Thats simple enough to do. I just use the below code. <?php require_once('./global.php'); if...
  3. F

    PHP question? for a VBulletin forum?

    I have a VB forum. Now i want to be able to put custom scripts in my forum but still call up the global.php file to make sure the user is logged in in order to see the contents. Thats simple enough to do. I just use the below code. <?php require_once('./global.php'); if...
Back
Top