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)
-   -   Is their a hosting company or script that can do all this? (https://gfy.com/showthread.php?t=300567)

KMR Stitch 05-24-2004 12:02 AM

Is their a hosting company or script that can do all this?
 
Track who is under 56k? and who is on a cable/Dsl+ connection?

Ie the script sends the cable people to a faster site without asking them are you on 56k or broadband.

Also is there a script that can determin someones isp and say

They are from AOL/Bellsouth/Mpi net/comcast/cox ect..?

SpaceAce 05-24-2004 12:04 AM

Quote:

Originally posted by KMR Stitch
Track who is under 56k? and who is on a cable/Dsl+ connection?

Ie the script sends the cable people to a faster site without asking them are you on 56k or broadband.

Also is there a script that can determin someones isp and say

They are from AOL/Bellsouth/Mpi net/comcast/cox ect..?

The ISP thing is very simple since most providers have their name in their remote host addresses. The speed detection would require a little more in the way of client-server interaction but it would be possible to have a script send the user a certain amount of data and judge the surfer's connection speed by how long the transfer took.

SpaceAce

Steen2 05-24-2004 12:05 AM

Can be done via flash I believe.

KMR Stitch 05-24-2004 02:22 AM

Would be a very usefull script imo

Tim 05-26-2004 11:50 AM

If you can provide such a script we can set it up for you for sure:

Server Provider . They rock.

- 24/7 telephone support.
- 100% managed. including scripts debugging etc.. etc..
- weekly backups of your server.

Let me know if you want me set you up a discount :thumbsup

ICQ: 100 341 483

Magg 05-26-2004 11:52 AM

Whats an owners ICQ of serverprovider?

NaughtyJenn 05-26-2004 11:53 AM

Quote:

Originally posted by KMR Stitch
Would be a very usefull script imo
yeah it would be... good question would like to know myself...

Magg 05-26-2004 11:53 AM

btw, you could just analyze the first octet of the IP to find out what kind of connection theyre on..

most dsl/cable is 24.xxx.xxx.xxx or 68, 65, and some others

jovigirl 05-26-2004 12:04 PM

PHP Code:


<?php

$ip 
$_SERVER['REMOTE_ADDR'];
$client gethostbyaddr($_SERVER['REMOTE_ADDR']);
$str preg_split("/\./"$client);
$i count($str);
$x $i 1;
$n $i 2;
$isp $str[$n] . "." $str[$x];

$content "<div align=\"center\"><font size=\".1\">Your ip is tracked:<br> $ip<br>Your ISP:<br> $isp<br>Any fraudulent action will be prosecuted.</div>";

?>



Don't say I never post anything useful
:thumbsup

Tim 06-03-2004 03:39 AM

Once you have that script in place we can set it up for you:
Server Provider

Let me know if you want me set you up a discount :thumbsup

ICQ: 100 341 483

Tim 06-03-2004 03:41 AM

Quote:

Originally posted by Magg
Whats an owners ICQ of serverprovider?
Please ICQ me and I'll set up everything you need with the boss man :thumbsup

Ash@phpFX 06-03-2004 06:25 AM

you cant tell if anyone is on a fast or slow connection for sure, the best you can do is measure the speed of the download and guess, but it will never be accurate

Jace 06-03-2004 07:33 AM

Quote:

Originally posted by latinafind
Once you have that script in place we can set it up for you:
Server Provider

Let me know if you want me set you up a discount :thumbsup

ICQ: 100 341 483

your annoying

Lykos 06-03-2004 07:36 AM

Check out with guys from webair.com,maybe they can help u :thumbsup


All times are GMT -7. The time now is 05:22 AM.

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