1) use .htaccess
2) use Perl/PHP/ASP/Etc (Check Referer)
3) use JS/VBS. if referer is not yours:
document.location.href="http://yourhome";
else start scene
>example (Perl):
>
>if ($ENV{HTTP_REFERER} == 'good
referer') {
> print "Content-Type: text/html\n";
>print "Location:
http://URL/your/scene.wrl\
>n\n";
>}
>
>---------------
>parker
Some errors ;-))
|
|