Membership is FREE – with unlimited access to all features, tools, and discussions. Premium accounts get benefits like banner ads and newsletter exposure. ✅ Signature links are now free for all. 🚫 No AI-generated (LLM) posts allowed. Share your own thoughts and experience — accounts may be terminated for violations.

php geo filter for parked.com

Status
Not open for further replies.

Donny Simonton

DNF Regular
The Originals
Legacy Exclusive Member
Joined
Feb 21, 2004
Messages
1,174
Reaction score
4
Remind me to hire you if you ever move to the states. :)
 

goodyork

New Member
Legacy Platinum Member
Joined
Jan 28, 2005
Messages
614
Reaction score
0
:) sorry for my confusing title ~~

It's for domainers , not parked.com ~~
 

Donny Simonton

DNF Regular
The Originals
Legacy Exclusive Member
Joined
Feb 21, 2004
Messages
1,174
Reaction score
4
Oh yeah, I know. Mine tells me the city, state, country and isp. Mine is also 8 gigs of data as well. But they both tell us the same exact thing. :)

Nice job.
 

namestrands

The Bishop
Legacy Exclusive Member
Joined
Jan 16, 2005
Messages
3,923
Reaction score
6
simple little script you can use with most GEOIP databases.

PHP:
if ($countrySHORT == "CN" XOR $countrySHORT == "IN" XOR $countrySHORT == "TR")
		{
		header("Location: http://www.somewhereelse.com/"); 
		exit;
		}
 
Status
Not open for further replies.
Top Bottom