The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Is there a php enabling mod?
Are there any hacks out there that enable the use of a php include in a vBulletin template?
Thanks -Citizen |
#2
|
||||
|
||||
No, its considered a security risk.
Plugins accomplish the same thing more or less, what are you looking to do? |
#3
|
|||
|
|||
Quote:
|
#4
|
||||
|
||||
Quote:
create a new product: product id: gizmotunes title: whatever you want version: 1 description: whatever you want create a new plugin product: gizmotunes Hook Location: Global Start Title: whatever you want Plugin PHP Code: Add the php your trying to include here. Be sure its using the proper vbulletin variables. eval('$itunesbox = "' . fetch_template('itunes') . '";'); Now create a template called itunes and add in the variables. You'll need to cache that template somehow and work with this but hopefully this should get you going. |
#5
|
|||
|
|||
or, you could just make a totally seperate php script to generate a dynamic image with the text of the song you are listening too. then just use bbcode img tags to embed it in your sig.
http://ekstreme.com/phplabs/graphics.php |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|