GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Simple ad rotation script? (https://gfy.com/showthread.php?t=1170513)

Google Expert 07-19-2015 04:48 AM

Simple ad rotation script?
 
Whats a simple ad rotation script to just rotate banners on a free website?

Please spam me.

xFoundry 07-19-2015 04:50 AM

Quote:

Originally Posted by Muad'Dib (Post 20527614)
Whats a simple ad rotation script to just rotate banners on a free website?

Please spam me.

"SmartSpots is a simple script that allows management of advertisements on your pages and domains. Smart Spots has two GUI interfaces. In the admin panel you can manage advertisers, advertising positions, campaigns and banners. Your advertisers can order campaigns and add banners in the submit form. With memcache SmartSpots can cache your advertisements to keep your server fast and load low. There is no realtime mysql connection. SmartSpots allow you to collect simple impressions and clicks stats. These stats saved in realtime cache or in flat files to minimize server load and are periodically moved to mysql database with cron."


Smart Spots

AllAboutCams 07-19-2015 05:09 AM

Quote:

Originally Posted by xFoundry (Post 20527615)
"SmartSpots is a simple script that allows management of advertisements on your pages and domains. Smart Spots has two GUI interfaces. In the admin panel you can manage advertisers, advertising positions, campaigns and banners. Your advertisers can order campaigns and add banners in the submit form. With memcache SmartSpots can cache your advertisements to keep your server fast and load low. There is no realtime mysql connection. SmartSpots allow you to collect simple impressions and clicks stats. These stats saved in realtime cache or in flat files to minimize server load and are periodically moved to mysql database with cron."


Smart Spots

Is that $50 per domain?

xFoundry 07-19-2015 05:12 AM

Quote:

Originally Posted by AllAboutCams (Post 20527621)
Is that $50 per domain?

I did not see the pricing, which is high. This topic was mentioned on the forum, several times, so I would use search. There is more scripts for this, as far as I remember, but I am not sure, what they are. I've never used anything like that, by myself.

Google Expert 07-19-2015 05:50 AM

Quote:

Originally Posted by xFoundry (Post 20527615)
"SmartSpots is a simple script that allows management of advertisements on your pages and domains. Smart Spots has two GUI interfaces. In the admin panel you can manage advertisers, advertising positions, campaigns and banners. Your advertisers can order campaigns and add banners in the submit form. With memcache SmartSpots can cache your advertisements to keep your server fast and load low. There is no realtime mysql connection. SmartSpots allow you to collect simple impressions and clicks stats. These stats saved in realtime cache or in flat files to minimize server load and are periodically moved to mysql database with cron."


Smart Spots

Looking good, but i could settle for something much more simple.

just a punk 07-19-2015 06:07 AM

Code:

<?php
$links = file('http://www.mysite.com/my_links.txt');
shuffle($links);
echo $links[0];
?>

Where my_links.txt should look like this:

<a href="http://www.bbc.com/">BBC.com</a>
<a href="http://www.cnn.com/">CNN.com</a>
etc..

or like this:

<a href="http://www.bbc.com/"><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/eb/BBC.svg/200px-BBC.svg.png" /></a>
<a href="http://www.cnn.com/"><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/8b/Cnn.svg/230px-Cnn.svg.png" /></a>
etc..

or like what you want :)

ruff 07-19-2015 08:04 AM

Quote:

Originally Posted by Muad'Dib (Post 20527614)
Whats a simple ad rotation script to just rotate banners on a free website?

Please spam me.

I've been using this one for years. Works great and easy to set up. Simple Banner Rotator


All times are GMT -7. The time now is 04:41 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc