Help for this page

Select Code to Download


  1. or download this
    Software error:
    
    Undefined subroutine &pm::security::banned called at pm/user.pm line 1
    +36
    
  2. or download this
    ##########################
    package pm::user;
    ...
    #...
    
    1;
    
  3. or download this
    package pm::bc_sql;
    
    ...
    # ...
    
    1;
    
  4. or download this
    package pm::security;
    
    ...
      #usage: if (banned($db, $uid)) { print "yer banned, bitch"; }
    }