The Arcive of vBulletin Modifications Site. |
|
Details »»
|
|||||||||||||||||||||||||
4] Upload it to your website. You can include it as follows. To include it on a PHP-parsed page (.php, .php3, .phtml, etc.):
// <? include("topposters.php"); ?> // To include it on a server-parsed page (.shtml, .shtm, .ssi, etc.): // <!--#include file="topposters.php"--> That's a copy/paste of where im stuck .. I dunno where to include that !! help plz ![]() Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
what do you mean? you can't be stuck at that?!?!?!? you've to include that statement on your PHP page (the <?... one) or on your SHTML page (the <!--.. statement..) where you want it... |
|
#3
|
|||
|
|||
|
yah i know that ... but where ? ..
i open the index.php with the notepad and i copy that wherever ? |
|
#4
|
||||
|
||||
|
top of index.php make look like this
<?php error_reporting(7); require('./global.php'); require("./topposters.php"); Try that make sure topposters.php is in your forums root directory add $topposters in forumhome you will need to build a table for it. |
|
#5
|
||||
|
||||
|
Also, can you please enter your license info into your profile? Thanks
|
|
#6
|
|||
|
|||
|
ok its ok for the PHP editing but i need more help for the table.
|
|
#7
|
||||
|
||||
|
Lil'B, please do as JamesUS requested and enter your license detail in your profile.
![]() The table is just plain HTML, you can design it as you wish. |
|
#8
|
|||
|
|||
|
ok np i will .. but where exactly i should make this table ?
|
|
#9
|
|||
|
|||
|
oh and BTW .. when im adding the
<?php error_reporting(7); require('./global.php'); require("./topposters.php"); in the top of my Index.php i got and error |
|
#10
|
|||
|
|||
|
Parse error: parse error in c:/easyphp/www/estiso/index.php on line 6
|
![]() |
|
|