The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How do i add this php code to headers
How do add this Php code to headers in other to read from a file, thanx in advance
<?php $fp = fopen ("/home/theplacement/public_html/forum/storepl.cpl", "r"); $bytes = 900000; $buffer = fread($fp, $bytes); fclose ($fp); print $buffer; ?> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|