Help for this page

Select Code to Download


  1. or download this
    $htpasswd = "htpasswd -b /home/pathto ulist/ulist $user $password";
    $makedir = "mkdir /home/pathtodir/$user";
    
  2. or download this
    $mycontents = "AuthType Basic\nAuthName \"Site Access\"\nAuthUserFile 
    +/home/pathtoulist/ulist\nrequire user $user\n";