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; ?> |
#3
|
|||
|
|||
I recently purchased vB and have the same issue!
I need to have a conditional statement in the header... PHP Code:
Help! |
#4
|
|||
|
|||
Ok, got it working after a few hours.
Had to do everything in the "PHP Parsed Code", and create a bunch of string variables and write them out to the headers. It doesn't really follow the development style of the site, but I guess it works... Parsed Code PHP Code:
PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|