![]() |
scripters help : login.cgi
were lookin for a login.cgi file that processes a login request, normally when asking for login/pass youd see something like this
http://www.thinkx.tv/post/snapno.jpg but i dont want the popup, i want the webbox login with a form, cannot find the login.cgi file anywhere on the web though. We just need the cgi file to read the htpasswd and give/deny access, something like this http://www.thinkx.tv/post/snapyes.jpg if you know how pls icq me at 1691547 or [email protected] ill set you up for free for al 3 sites weve got for sure thanks !!! |
one sec, i'll code you one
|
this should do it
<?php $user = $HTTP_POST_VARS['user']; $pass = $HTTP_POST_VARS['pass']; $redirect_url = "http://$user:[email protected]/members"; header("Location: $redirect_url"); ?> |
oh and thats php
|
All times are GMT -7. The time now is 11:33 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123