Help for this page

Select Code to Download


  1. or download this
    <TR><TD valign=top align=center>
    <INPUT TYPE="RADIO" NAME="efile" VALUE="ban_account.txt">
    ...
    &Footer;
    exit;
    }
    
  2. or download this
    ### CHECK BANNED ACCOUNT ###
    open (ACC, "$path/data/ban_account.txt");
    ...
    exit;
       }
    }