Is it possible for CFG (which is a great script ;D) to intergrate the login with users that have hentaikey accounts and be able to log in with them. i was thinking something with the htaccess would maybe work but i'm not very smart though in this area. ???
------------------------------------------------------------------------------
AuthUserFile /dev/null
AuthGroupFile /dev/null
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://hentaikey.com/ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.hentaikey.com/ [NC]
RewriteCond %{HTTP_REFERER} !^http://mysite.com/ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.mysite.com/ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.mysite.com/login.php [NC]
RewriteRule /* http://mysite.com/signup/index.php/ [R,L]
------------------------------------------------------------------------------------------
we don't know the authentification method of hentaikey, and as it's a commercial site I doubt they will let you have information on it. Anyway - I have no idea, and I definitely will not sign up there to have a look, but I doubt htaccess means will work.
Joachim