echoPHP.com Forum Index
SearchSearch   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in  RegisterRegister

ad rotator

 
Post new topic   Reply to topic    echoPHP.com Forum Index -> phpBB MultiForums - Feature Requests
View previous topic :: View next topic  
Author Message
zincuk



Joined: 25 Feb 2007
Posts: 72

PostPosted: Thu Aug 09, 2007 11:45 pm    Post subject: ad rotator Reply with quote

is it possible to instead of adding one fixed ad from the admin area we add a simple php ad rotator.

heres a code i use on websites

Code:
<center>
<?php

$fcontents = join ('', file ('banner_ads.txt'));
$s_con = split("~",$fcontents);

$banner_no = rand(0,(count($s_con)-1));
echo $s_con[$banner_no];
?>
</center>


then in a text file you add you adds wanted to use and 1 is picked by random the ads are separated by a ~

eg

Quote:
ad here
~
ad here
~
Ad here


You could integrate so where you imput the ad currently in mf_admin it adds the ads straight to the txt file the php code on the forum can randomly pick a ad. if people only want to use a single ad they would simply ad one ad
Back to top
View user's profile Send private message Visit poster's website
zincuk



Joined: 25 Feb 2007
Posts: 72

PostPosted: Tue Aug 21, 2007 4:20 pm    Post subject: Reply with quote

????
Back to top
View user's profile Send private message Visit poster's website
echophp



Joined: 11 Feb 2007
Posts: 313

PostPosted: Wed Aug 22, 2007 11:23 am    Post subject: Reply with quote

We won't support this feature. However we will make a feature that allow you can customize your ads by that way.

P/S: we don't reply because we will accept for next version or will make a feature that allow you do that or will add it into feature list that may be revised in future.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    echoPHP.com Forum Index -> phpBB MultiForums - Feature Requests All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group