Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   BT.Manager (phpMyBitTorrent) (http://www.bvlist.com/forumdisplay.php?f=23)
-   -   How to add ads (http://www.bvlist.com/showthread.php?t=1850)

Azurious 20th January 2009 11:55

How to add ads
 
which file i have to edit if i want to view ads on login page above this message

The area you are trying to Access is Restricted to Registered Users.
Please provide your Access Credentials and try again. If you're not Signed Up yet, you can DO SO for FREE.

Bump:
Quote:

Originally Posted by Azurious (Post 8393)
which file i have to edit if i want to view ads on login page above this message

The area you are trying to Access is Restricted to Registered Users.
Please provide your Access Credentials and try again. If you're not Signed Up yet, you can DO SO for FREE.

&

if ($user->user) to view profiles above register

wat if only guest can view? :unknown:

wMan 20th January 2009 14:29

hmm login.php im guessing :lol:

Azurious 20th January 2009 15:00

Quote:

Originally Posted by clocktower (Post 8398)
hmm login.php im guessing :lol:

there is no login.php wrong guessing :smack:

joeroberts 20th January 2009 15:46

great a page add.php
PHP Code:

<?php
OpenTable
("Sponcers");
CloceTable();
?>

save it to blocks folder
now open include/functions
find
PHP Code:

function loginrequired($level$guickclose false) { 

and add
PHP Code:

include("blocks/add.php"); 

just after
now put all your adds in add.php just after the opentable()

Azurious 20th January 2009 16:13

m getting this was trying to add google adsence

Parse error: syntax error, unexpected T_STRING in /home/AAA/public_html/blocks/add.php on line 2

joeroberts 20th January 2009 16:20

you are trying to use html code in php mode
close php mode with
?>
then reopen it after the add with

sample
PHP Code:

<?php
OpenTable
("Sponcers");
?>
your html code for add
<?php
CloceTable
();
?>


Azurious 20th January 2009 16:25

Fatal error: Call to undefined function clocetable() in /home/AAA/public_html/blocks/add.php on line 16

:sad: I'm soo dumb

Krypto 20th January 2009 22:10

Change it to CloseTable();


All times are GMT +2. The time now is 01:31.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.