kenhead2002
Programmer
Its so easy to make an own PatRedirector. You know, namezero generates a frame
with your pages. A few of other redirection services do the same.
For that, you can use the $HTTP_REFERER. All you have to do now is to replace
the domain name. Now, you've a path extension. To redirect to the wished page,
use a script similar like the following:
$path = $HTTP_REFERER
$path = str_replace ("header ("Location:
That's all. Example: You Enter " The
Program will now extraxt the "/this/is/the/path". Then, it redirects to
"
Please note: This only works with Redirectors, that redirect wildcarded path,
f.e. NameZero.
could something like this work?
with your pages. A few of other redirection services do the same.
For that, you can use the $HTTP_REFERER. All you have to do now is to replace
the domain name. Now, you've a path extension. To redirect to the wished page,
use a script similar like the following:
$path = $HTTP_REFERER
$path = str_replace ("header ("Location:
That's all. Example: You Enter " The
Program will now extraxt the "/this/is/the/path". Then, it redirects to
"
Please note: This only works with Redirectors, that redirect wildcarded path,
f.e. NameZero.
could something like this work?