NTL IP's - several people on same ones?
12-10-2004, 22:11
|
#1
|
|
Ring a ding a ding a ring
Join Date: Jun 2003
Location: Outer Space.
Services: Portable TV + Wet string =
vast improvement on what I got from NTL.
Posts: 3,669
|
NTL IP's - several people on same ones?
I found out today that several people at different locations can all have the same IP.
I.E. someone has posted on another forum & they have done this under exactly the same IP as me (& some others) on the same day!.
How come?
__________________
Not really visiting CF much these days....
If you need me, PM me.
|
|
|
12-10-2004, 22:14
|
#2
|
|
cf.mega poster
Join Date: Nov 2003
Location: Reading
Age: 24
Services: Virgin Media Broadband Size M
Posts: 6,849
|
Re: NTL IP's - several people on same ones?
The people do not have the same ip (the way ip works makes this impossible) but the forum will be picking up the ip of the proxy server, rather then their real ip address.
MB
__________________
Chinese Proverb: Man who walks round with hand in pocket feels cocky all day.
|
|
|
12-10-2004, 22:25
|
#3
|
|
Ring a ding a ding a ring
Join Date: Jun 2003
Location: Outer Space.
Services: Portable TV + Wet string =
vast improvement on what I got from NTL.
Posts: 3,669
|
Re: NTL IP's - several people on same ones?
ah heck...okidoki.
Any way around that with an vb forum?
__________________
Not really visiting CF much these days....
If you need me, PM me.
|
|
|
12-10-2004, 22:27
|
#4
|
|
cf.mega poster
Join Date: Nov 2003
Location: Reading
Age: 24
Services: Virgin Media Broadband Size M
Posts: 6,849
|
Re: NTL IP's - several people on same ones?
Yep.... the team on this forum see your real ip instead of proxy...
it is a hack installed by the admins i believe
__________________
Chinese Proverb: Man who walks round with hand in pocket feels cocky all day.
|
|
|
12-10-2004, 22:29
|
#5
|
|
Busy Admin
Join Date: Oct 2003
Location: Nottingham
Age: 45
Services: ntl Phone : Sky+ (with multiroom) : ntl Cable (20 Mbps)
Posts: 14,407
|
Re: NTL IP's - several people on same ones?
Quote:
|
Originally Posted by zoombini
ah heck...okidoki.
Any way around that with an vb forum?
|
If you mean a vBulletin forum then yes, you install the appropiate hack (like the one I partially wrote, and we use  )
__________________
Click here for a real, interactive, tv guide.
|
|
|
13-10-2004, 11:31
|
#6
|
|
Inactive
Join Date: Jan 2004
Posts: 4
|
Re: NTL IP's - several people on same ones?
How does this hack work?
The one way I know of it being possible is via Javascript checking, but that is unbelievably easy to fake. So what method do you use? or is that a trade secret?
|
|
|
13-10-2004, 12:32
|
#7
|
|
Busy Admin
Join Date: Oct 2003
Location: Nottingham
Age: 45
Services: ntl Phone : Sky+ (with multiroom) : ntl Cable (20 Mbps)
Posts: 14,407
|
Re: NTL IP's - several people on same ones?
trade secret
__________________
Click here for a real, interactive, tv guide.
|
|
|
15-10-2004, 08:52
|
#8
|
|
going skiing...
Join Date: Jan 2004
Location: Teesside
Services: BB XL (20meg), V+ XL, Samsung VBox XL, GPO Phone, 'Three' Mobile.
Posts: 649
|
Re: NTL IP's - several people on same ones?
generationgav :
http://www.vbulletin.org/forum/showt...t=69295&page=1
You'll need to register to download the fiile.
|
|
|
15-10-2004, 09:16
|
#9
|
|
I've been here before?
Join Date: Jun 2003
Location: I am house...
Services: $KY+, Vodafone USB Stick Broadband!
Posts: 2,212
|
Re: NTL IP's - several people on same ones?
Some PHP Code I knocked up:
PHP Code:
if ($HTTP_VIA)
{
*****proxy = "Y";
if (strpos($HTTP_X_FORWARDED_FOR,','))
{
$HTTP_X_FORWARDED_FOR = substr($HTTP_X_FORWARDED_FOR,0,strpos($HTTP_X_FORWARDED_FOR,',') );
}
*****addy = $HTTP_X_FORWARDED_FOR;
if(*****addy == "")
*****addy = getenv("REMOTE_ADDR");
}
else
{
*****proxy = "N";
*****addy = getenv("REMOTE_ADDR");
}
}
Would result in two variables being set:
*****proxy would be either Y or N to show if you've come via a PROXY (like NTL)
and
*****addy would be your REAL IP Address
EDIT: Don't you just love the filters!!! - the ***** was a $ for the variable followed by hit therefore looking like a foul smelling substance!? instead of ***** I.e. $wordproxy and $wordaddy
__________________
There are only 10 types of people in the world: Those who understand binary and those who don't...
Better Hosting packages? - I'd offer you a deal and my domain is now up
Last edited by Tricky; 15-10-2004 at 09:21.
|
|
|
15-10-2004, 11:47
|
#10
|
|
cf.addict
Join Date: Dec 2003
Location: Swansea
Age: 32
Posts: 111
|
Re: NTL IP's - several people on same ones?
If someone was browsing through a properly anonymous proxy can it be detected? I assume not, but one never knows.
|
|
|
15-10-2004, 12:43
|
#11
|
|
vista home premium user
Join Date: Jul 2004
Location: chavy Nottingham
Age: 24
Services: Freeview, Sky+ on big TV, 2 Mb/s NTL BB, mega PC, PSP, PDA, N95
Posts: 6,349
|
Re: NTL IP's - several people on same ones?
Is there a phpBB hack for this?
__________________
PC: X2 4200+, 2GB RAM, X1650, 940GB HDDs, Audigy2ZS Platinum, HVR1100, Vista Home Premium Laptop: Advent 7203 (T5300, 2GB RAM, 80GB HDD, VHP) Server: WHS (XP 2800+, 1GB RAM, 820GB HDD)
 10111 pts
|
|
|
15-10-2004, 12:51
|
#12
|
|
Ring a ding a ding a ring
Join Date: Jun 2003
Location: Outer Space.
Services: Portable TV + Wet string =
vast improvement on what I got from NTL.
Posts: 3,669
|
Re: NTL IP's - several people on same ones?
Thanks for the info folks - passed it on.
__________________
Not really visiting CF much these days....
If you need me, PM me.
|
|
|
16-10-2004, 23:17
|
#13
|
|
PFF TV - Fantasy TV
Join Date: Jun 2003
Location: Stafford
Age: 34
Services: Sky World
300k BB
NTL Phone
Posts: 2,386
|
Re: NTL IP's - several people on same ones?
Quote:
|
Originally Posted by Horace
|
And also have a valid vbulletin licence.
|
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +1. The time now is 07:41.
|