View Full Version : I need help :(
Lil'B
10-12-2001, 04:05 PM
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 :(
BramT
10-12-2001, 04:14 PM
:confused:
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...
Lil'B
10-12-2001, 04:18 PM
yah i know that ... but where ? ..
i open the index.php with the notepad and i copy that wherever ?
webhost
10-12-2001, 07:21 PM
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.
JamesUS
10-12-2001, 08:11 PM
Also, can you please enter your license info into your profile? Thanks :)
Lil'B
10-14-2001, 02:54 PM
ok its ok for the PHP editing but i need more help for the table. :(
Admin
10-14-2001, 02:59 PM
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.
Lil'B
10-14-2001, 03:10 PM
ok np i will .. but where exactly i should make this table ?
Lil'B
10-14-2001, 03:12 PM
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
Lil'B
10-14-2001, 03:14 PM
Parse error: parse error in c:/easyphp/www/estiso/index.php on line 6
webhost
10-14-2001, 03:19 PM
do has they request and we will try to help you,
JamesUS
10-14-2001, 07:19 PM
Originally posted by Lil'B
ok np i will .. but where exactly i should make this table ?
Still don't see that license information.
Unless you enter it you will not receive any more help on these forums again.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.