The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
|||
|
|||
![]()
You mean you want to make, say index.html, into index.php? If so, here's a very simple example.
Slice the image and make the HTML page as usual. Afterwards, when the HTML page looks the way you want, encapsulate the HTML page in PHP as shown below, save as index.php, FTP, and then call index.php from your browser. Code:
<?php echo <<<END <html> <body> Hello! </body> </html> END; ?> ![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|