konto usunięte

Temat: zmieniajacy sie baner - wtyczka

Przepraszam bardzo - ale wystarczylo pomyslec i poszukac :)

A moze postawie pytaie inaczej - ktory z modow polecacie do zmieniajacych sie bannerow? :)

Ja znalezlem takie cos:
http://www.datafeedr.com/random-ads-plugin.phpRafał "NOMAD" S. edytował(a) ten post dnia 04.11.08 o godzinie 15:15

Temat: zmieniajacy sie baner - wtyczka

Adrotator:
<?php
/*
Plugin Name: Ad Rotator
Plugin URI: http://blog.taragana.com/index.php/archive/wordpress-plugin-adrotator-rotate-your-ads-including-adsense-dynamically/
Description: Rotates Ads randomly from a specified text file
Version: 1.0
Author: Angsuman Chakraborty
Author URI: http://blog.taragana.com/
Disclaimer: Use at your own risk. No warranty expressed or implied is provided.
*/
/* Usage: echo getad('Ad File Name'); */
function getad($ad = '') {
$ad = trim($ad);
if(strlen($ad) > 0) {
$ad = ABSPATH . "wp-content/" . $ad . '.txt';
if(file_exists($ad)) {
$ads = file($ad);
return $ads[rand(0, sizeof($ads)-1)];
}
}
}
?>



Wyślij zaproszenie do