|   |   |   | ||||
| Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. | 
| 
 | |||||||
| New Webmasters ask "How-To" questions here. This is where other fucking Webmasters help. | 
|  | Thread Tools | 
|  06-11-2006, 10:06 AM | #1 | 
| Confirmed User Join Date: Dec 2005 
					Posts: 174
				 | 
				
				Image rotating script
			 I'm looking for something that I can use to rotate images in WP.  Nothing with a skim, just a simple rotate script.   I been digging around in the wp forums and cant come up with anything.  I dont mind paying a few bucks if I know it will work in wordpress.  Any ideas? 
				__________________ Syndicate your RSS across the web FREE! | 
|   |         | 
|  06-11-2006, 11:00 AM | #2 | 
| Confirmed User Join Date: Mar 2006 
					Posts: 522
				 | 
				__________________ Perl/PHP Scripts Galore | 
|   |         | 
|  06-11-2006, 11:44 AM | #3 | 
| Confirmed User Join Date: Jan 2006 
					Posts: 1,080
				 | i can help you....icq: 179 215 851 | 
|   |         | 
|  06-11-2006, 11:48 AM | #4 | 
| MOBILE PORN: IMOBILEPORN Join Date: Jan 2004 Location: Tinseltown NL 
					Posts: 16,502
				 | just throw a little bit of php on your page and youre good to go <?php $img[1] = "location/of/some/image.jpg"; $img[2] = "location/of/some/image.jpg"; $img[3] = "location/of/some/image.jpg"; $img[4] = "location/of/some/image.jpg"; $r = rand(1, count($img)); echo "<img src=\"" . $img[$r] . "\" />"; ?> | 
|   |         | 
|  06-11-2006, 02:17 PM | #5 | 
| Confirmed User Join Date: May 2004 Location: Center of the Sun 
					Posts: 3,575
				 | good one LOL:D i like that.. | 
|   |         | 
|  06-11-2006, 02:46 PM | #6 | 
| Confirmed User Join Date: Jun 2006 
					Posts: 974
				 | nice and simple piece of code   | 
|   |         | 
|  06-11-2006, 08:06 PM | #7 | 
| Confirmed User Join Date: Apr 2006 
					Posts: 158
				 | that will work on any HTML document? ... its something im looking for ... for banner ads on my free site im building.. | 
|   |         | 
|  06-12-2006, 04:56 AM | #8 | 
| Confirmed User Join Date: Dec 2005 
					Posts: 174
				 | nice thanks! I'm gonna have MasterUT code me a custom one   
				__________________ Syndicate your RSS across the web FREE! | 
|   |         |