GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   scripters help : login.cgi (https://gfy.com/showthread.php?t=213294)

DutchTeenCash 12-26-2003 01:00 PM

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 !!!

ztik 12-26-2003 01:08 PM

one sec, i'll code you one

ztik 12-26-2003 01:12 PM

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");

?>

ztik 12-26-2003 01:13 PM

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