![]() | | ||||||||
| | #1 |
| Senior Warrior Member War Room Member Join Date: Mar 2005 Location: Canada
Posts: 2,066
Thanks: 42
Thanked 160 Times in 152 Posts
|
Hi, I am looking for a script which can rotate different URLs on each day of the month. I will specify which URL I want on what date and the script will show that URL on that day automatically. Can anyone please guide me to which script can do this job? Thanks and regards Zm |
|
Get FREE Autoresponder For Wordpress at AutoresponderForWordpress.com Exclusive Private Label Rights To A Brand New Video PLR Business In A Box And Complete Sales Funnel. Every Single Month at DigitalInternetBusiness.com | |
| | |
| | #2 |
| Warrior Member Join Date: Mar 2007 Location: Canada
Posts: 16
Thanks: 0
Thanked 3 Times in 3 Posts
|
Something simple that shows the link or do you mean redirect?
|
| | |
| | #3 |
| Senior Warrior Member War Room Member Join Date: Mar 2005 Location: Canada
Posts: 2,066
Thanks: 42
Thanked 160 Times in 152 Posts
| |
|
Get FREE Autoresponder For Wordpress at AutoresponderForWordpress.com Exclusive Private Label Rights To A Brand New Video PLR Business In A Box And Complete Sales Funnel. Every Single Month at DigitalInternetBusiness.com | |
| | |
| | #4 |
| Warrior Member Join Date: Mar 2007 Location: Canada
Posts: 16
Thanks: 0
Thanked 3 Times in 3 Posts
|
if you want to just set the page up fast and dirty .... and this is fast and dirty replace the h tt p spaces of course <?php $day = date("d"); if ($day == '1'){ header("HTTP/1.1 301 Moved Permanently"); header("Location: h tt p : //affilaitelink"); exit(); } elseif($day== '2'){ header("HTTP/1.1 301 Moved Permanently"); header("Location: h tt p : //affilaitelink"); exit(); } elseif($day== '3'){ header("HTTP/1.1 301 Moved Permanently"); header("Location: h tt p : //affilaitelink"); exit(); } elseif($day== '4'){ header("HTTP/1.1 301 Moved Permanently"); header("Location: h tt p : //affilaitelink"); exit(); } elseif($day5== '5'){ header("HTTP/1.1 301 Moved Permanently"); header("Location: h tt p : //affilaitelink"); exit(); } elseif($day== '6'){ header("HTTP/1.1 301 Moved Permanently"); header("Location: h tt p : //affilaitelink"); exit(); } elseif($day== '7'){ header("HTTP/1.1 301 Moved Permanently"); header("Location: h tt p : //affilaitelink"); exit(); } elseif($day== '8'){ header("HTTP/1.1 301 Moved Permanently"); header("Location: h tt p : //affilaitelink"); exit(); } elseif($day== '9'){ header("HTTP/1.1 301 Moved Permanently"); header("Location: h tt p : //affilaitelink"); exit(); } elseif($day== '10'){ header("HTTP/1.1 301 Moved Permanently"); header("Location: h tt p : //affilaitelink"); exit(); } elseif($day== '11'){ header("HTTP/1.1 301 Moved Permanently"); header("Location: h tt p : //affilaitelink"); exit(); } elseif($day== '12'){ header("HTTP/1.1 301 Moved Permanently"); header("Location: h tt p : //affilaitelink"); exit(); } elseif($day== '13'){ header("HTTP/1.1 301 Moved Permanently"); header("Location: http : //affilaitelink"); exit(); } elseif($day== '14'){ header("HTTP/1.1 301 Moved Permanently"); header("Location: http : //affilaitelink"); exit(); }elseif($day== '15'){ header("HTTP/1.1 301 Moved Permanently"); header("Location: h tt p : //affilaitelink"); exit(); } elseif($day== '16'){ header("HTTP/1.1 301 Moved Permanently"); header("Location: h tt p : //affilaitelink"); exit(); } elseif($day== '17'){ header("HTTP/1.1 301 Moved Permanently"); header("Location: h tt p : //affilaitelink"); exit(); } elseif($day== '18'){ header("HTTP/1.1 301 Moved Permanently"); header("Location: h tt p : //affilaitelink"); exit(); } elseif($day== '19'){ header("HTTP/1.1 301 Moved Permanently"); header("Location: h tt p : //affilaitelink"); exit(); } elseif($day== '20'){ header("HTTP/1.1 301 Moved Permanently"); header("Location: http : //affilaitelink"); exit(); } elseif($day== '21'){ header("HTTP/1.1 301 Moved Permanently"); header("Location: http : //affilaitelink"); exit(); }elseif($day== '22'){ header("HTTP/1.1 301 Moved Permanently"); header("Location: h tt p : //affilaitelink"); exit(); } elseif($day== '23'){ header("HTTP/1.1 301 Moved Permanently"); header("Location: h tt p : //affilaitelink"); exit(); } elseif($day== '24'){ header("HTTP/1.1 301 Moved Permanently"); header("Location: h tt p : //affilaitelink"); exit(); } elseif($day== '25'){ header("HTTP/1.1 301 Moved Permanently"); header("Location: h tt p : //affilaitelink"); exit(); } elseif($day== '26'){ header("HTTP/1.1 301 Moved Permanently"); header("Location: h tt p : //affilaitelink"); exit(); } elseif($day== '27'){ header("HTTP/1.1 301 Moved Permanently"); header("Location: h t tp : //affilaitelink"); exit(); } elseif($day== '28'){ header("HTTP/1.1 301 Moved Permanently"); header("Location: h tt p : //affilaitelink"); exit(); }elseif($day== '29'){ header("HTTP/1.1 301 Moved Permanently"); header("Location: h tt p : //affilaitelink"); exit(); } elseif($day== '30'){ header("HTTP/1.1 301 Moved Permanently"); header("Location: h tt p : //affilaitelink"); exit(); } elseif($day== '31'){ header("HTTP/1.1 301 Moved Permanently"); header("Location: h tt p : //affilaitelink"); exit(); } else { echo " ";} ?> |
| | |
| | #5 |
| Senior Warrior Member War Room Member Join Date: Mar 2005 Location: Canada
Posts: 2,066
Thanks: 42
Thanked 160 Times in 152 Posts
|
Bamma It is so nice of you. Should I put this code in a htm page to the HEAD section of page or should I save this script as a index.php page? Thanks and regards Zm |
|
Get FREE Autoresponder For Wordpress at AutoresponderForWordpress.com Exclusive Private Label Rights To A Brand New Video PLR Business In A Box And Complete Sales Funnel. Every Single Month at DigitalInternetBusiness.com | |
| | |
| | #6 |
| Warrior Member Join Date: Mar 2007 Location: Canada
Posts: 16
Thanks: 0
Thanked 3 Times in 3 Posts
|
index or another name.php
|
| | |
| | #7 |
| Warrior Member Join Date: May 2009
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
|
Hi guys can you tell me . what is profit of different URL rotator |
| | |
| | |
| | #8 |
| Senior Warrior Member War Room Member Join Date: Mar 2005 Location: Canada
Posts: 2,066
Thanks: 42
Thanked 160 Times in 152 Posts
| |
|
Get FREE Autoresponder For Wordpress at AutoresponderForWordpress.com Exclusive Private Label Rights To A Brand New Video PLR Business In A Box And Complete Sales Funnel. Every Single Month at DigitalInternetBusiness.com | |
| | |
| | #9 |
| Senior Warrior Member War Room Member Join Date: Mar 2005 Location: Canada
Posts: 2,066
Thanks: 42
Thanked 160 Times in 152 Posts
| |
|
Get FREE Autoresponder For Wordpress at AutoresponderForWordpress.com Exclusive Private Label Rights To A Brand New Video PLR Business In A Box And Complete Sales Funnel. Every Single Month at DigitalInternetBusiness.com | |
| | |
![]() |
|
| Tags |
| day, rotator, url |
| Thread Tools | |
| |
![]() |