GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Webmaster Q & Fuckin' A (https://gfy.com/forumdisplay.php?f=27)
-   -   need webmaster help here. (https://gfy.com/showthread.php?t=898834)

Arnjen 04-09-2009 01:26 PM

need webmaster help here.
 
landing page shows 10 different sites trough Iframes
Actually what i want to do is webforwarding from 1 domain to 10 different domains so lets say user1 lands on my page and gets an IFrame of page 1 user 2 gets to my page and gets IFrame from page 2 etc. etc. user 11 comes to my page and gets page 1 IFramed.
Is there a possibility to do this if yes please tell me.

Thanks

spacedog 04-11-2009 04:38 PM

Quote:

Originally Posted by Arnjen (Post 15727031)
landing page shows 10 different sites trough Iframes
Actually what i want to do is webforwarding from 1 domain to 10 different domains so lets say user1 lands on my page and gets an IFrame of page 1 user 2 gets to my page and gets IFrame from page 2 etc. etc. user 11 comes to my page and gets page 1 IFramed.
Is there a possibility to do this if yes please tell me.

Thanks

Yes, you can rotate html via .cgi or php, etc

pornguy 04-16-2009 09:59 AM

Quote:

Originally Posted by spacedog (Post 15733874)
Yes, you can rotate html via .cgi or php, etc

Yeah. What he said.

raymor 04-16-2009 02:06 PM

$sitenum = int( rand(10) );
print "Location: " . $sites[$sitenum] . "\n\n";

VanZan 04-24-2009 04:59 AM

bump bump

asianseekerz 04-24-2009 06:30 AM

well i think it just a script coding to ramdomise ur pages

SilentSound 04-24-2009 07:52 AM

header("Location: " . $sites[array_rand($sites)]);

...php code for ya

brassmonkey 05-01-2009 07:47 AM

dont know about that


All times are GMT -7. The time now is 09:52 AM.

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