Fog Juice Posted June 27, 2009 Share Posted June 27, 2009 Hello, I only want servers with the hostname agni.lindenlab.com connecting to my script. The problem is, some of them have sim2342 in front so it could be sim2423.agni.lindenlab.com connecting or it could be sim6345.agni.lindenlab.com connecting. I'm really crappy at using preg_match() for these sort of things, can someone build me a preg_match that only matches agni.lindenlab.com with wtv else is in front but nothing past agni.lindenlab.com? I.e. I dont want someone mimicking agni.lindenlab.com with something like agni.lindenlab.com.myrealdomainname.net. Thanks so much! Link to comment https://forums.phpfreaks.com/topic/163854-easiest-way-to-only-permit-certain-hostnames-from-connecting-to-script/ Share on other sites More sharing options...
RussellReal Posted June 27, 2009 Share Posted June 27, 2009 $pattern = '/agni.lindenlab.com$/i'; Link to comment https://forums.phpfreaks.com/topic/163854-easiest-way-to-only-permit-certain-hostnames-from-connecting-to-script/#findComment-864538 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.