I need help figuring out how to keep changeing my servers proxies through php. Could someone help me please
jatar_k
10:12 pm on Mar 14, 2005 (gmt 0)
sry andyat11, I don't know what you mean
mind explaining a little more?
andyat11
11:49 pm on Mar 15, 2005 (gmt 0)
Like you got a script and you want to use anothers sites info but they blocked your server I just want to learn about how to do that
ironik
12:50 am on Mar 16, 2005 (gmt 0)
You can use .htaccess files if you are running an apache server. There are specific directives using the mod_rewrite engine that will dis-allow domains or IP's from accessing your content.
You can do it with PHP using the referring URL, but it is no where near reliable.