[cgiirc-general] CGI:IRC only for visitors from my website
Brought to you by:
dgl
|
From: Rafael F. <vi...@va...> - 2003-12-18 21:45:50
|
Hello, I'd like to grant access to CGI:IRC only for visitors from my website. I'd make a variable in a file of the website that CGI:IRC will check. That file sets the variable $check and then redirects the visitors to irc.cgi In arquivo.php ($check) www.mysite.com/irc.php?check=ok Redirect to irc.cgi: I need a CGI code for irc.cgi that should do this: if (!$check) { die(); } Can anyone help me? Thank you Rafael Fijalkowski |