The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
need help for something custum
First off i set this up on my forum heres the quote of what i set up
Quote:
now that you understand where i am now i want to know how i could ad my own pho script to lie within that. Code:
<? require("config2.php"); $db->AddInt($songid); $db->open("SELECT * FROM songlist WHERE ID = :songid"); $song = $db->row(); PrepareSong($song); ?> <html> <head> <? require("req/request.java.php"); ?> </head> <table border=0 width="100%"> <tr><td align="center" valign="top" width="100%"> <div align="center"><center> <table border="0" width="98%" cellspacing="1" cellpadding="2"> <? if(!empty($song["info"])){?> <tr> <td colspan="5"><img src="images/spacer.gif" width="15" height="13"></td> </tr> <tr> <td align="center" colspan="5"> <p align="center"><b>Information</font></b></font> </td> </tr> <tr> <td align="center" colspan="5"> <p align="center"><b><? echo $song["info"]; ?></b></font> </td> </tr> <?}?> </table> how could i add that script to my own page ? so when i call that custum page its actually reading the script i just posted also need to call the membername outside vb how can i call the membername externally |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|