View Single Post
Old 07-02-2007, 09:53 AM  
Donkey Punch
Confirmed User
 
Join Date: Jun 2007
Location: :: PUNCH ::
Posts: 1,260
include("class.Htpasswd.php3");

$UserID = "$user";

$Htpasswd = new Htpasswd;
$Htpasswd->initialize("/home/topsecretdomainbeforewebdirectory/.htpasswd");

if(!($Htpasswd->EXISTS))
{
#O KNOEZ !!
exit;
}

if($Htpasswd->deleteUser($UserID))
__________________
ICQ:407-837-607
Hosting a Problem? Phat Servers = Answer
Donkey Punch is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote