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)
-   -   How to divert 56k users to 56k type tour and broadband to broadband tour? (https://gfy.com/showthread.php?t=172782)

Darren 09-10-2003 06:16 AM

How to divert 56k users to 56k type tour and broadband to broadband tour?
 
Can this be done?

For example surfer comes to site a script detects what connection they are using and it directs 56k user to a quicker loading tour and the broadband user to a slightly more complex tour?

Anyone got any ideas or can do this for me....

GFED 09-10-2003 06:29 AM

http://www.jwp.bc.ca/saulm/ie4/test.htm

Darren 09-10-2003 06:35 AM

tks any other resources like that

Sassyass 09-10-2003 06:37 AM

http://bandwidthplace.com/speedtest/add_check.html

mb 09-10-2003 07:01 AM

Yes, something like this would be very useful.

The previous two posts aren't the best solutions though.

marc

FATPad 09-10-2003 07:08 AM

<a href="broadbandtour.html">Broadband users click here</a>
<br><br>
<a href="dialuptour.html">Dialup users click here</a>

Darren 09-10-2003 07:09 AM

Quote:

Originally posted by FATPad
<a href="broadbandtour.html">Broadband users click here</a>
<br><br>
<a href="dialuptour.html">Dialup users click here</a>

not best solution either, surfers are dumb an extra page would turn them off and some do not even know difference between dialup and broadband.....

Sassyass 09-10-2003 07:09 AM

[QUOTE

function RightNow()
{
var time;

time = new Date();
return time.getTime();
}

function CalcSpeed(timeStart)
{
var timeEnd, timeElapsed, kbytes;

timeEnd = RightNow();
timeElapsed = (timeEnd - timeStart)/1000 - 0.15;

kbytes = 472/timeElapsed

document.forms[0].kbytes.value = kbytes;
document.forms[0].submit();

}

[/QUOTE]

FATPad 09-10-2003 07:11 AM

Quote:

Originally posted by Darren


not best solution either, surfers are dumb an extra page would turn them off and some do not even know difference between dialup and broadband.....

Fine!

*takes his two links and leaves*

Calvinguy 09-10-2003 10:04 AM

Quote:

Originally posted by Darren


not best solution either, surfers are dumb an extra page would turn them off and some do not even know difference between dialup and broadband.....

What makes you think you are clever than the average surfer?


All times are GMT -7. The time now is 06:45 AM.

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