PHP Classes
Icontem

File: adminuser_config.php


  Search   All class groups All class groups   Latest entries Latest entries   Top 10 charts Top 10 charts   Newsletter Newsletter   Blog Blog   Forums Forums   Help FAQ Help FAQ  
  Login   Register  
Recommend this page to a friend! ReTweet ReTweet Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Giorgos  >  AdminPro class  >  adminuser_config.php  
File: adminuser_config.php
Role: Configuration script
Content type: text/plain
Description: Configuration file for the User management
Class: AdminPro class
MySQL/Session based user authentication/management
 

Contents

Class file image Download
<?php
/***
**** @configuration file for the file: adminuser.php)
**** @project: AdminPro Class
**** @version: 1.3;
**** @author: Giorgos Tsiledakis;
**** @date: 2004-09-04;
**** @license: GNU GENERAL PUBLIC LICENSE;
***/
$adminConfig['userGroupNum']=4// Number of user groups, to be displayed
$adminConfig['htmlCharset']="iso-8859-1"// Leave it blank, if you do not want to use one
$adminConfig['htmlCss']="adminuser.css"// Leave it blank, if you do not want to use one
$adminConfig['htmlTitle']="Adminpro Class User Management v1.3"// HTML Title
$adminConfig['pageTitle']="Adminpro Class User Management v1.3";
$adminConfig['curUserMsg']="You are logged in as: ";
$adminConfig['allAdminMsg']="Number of all registered administrators: ";
$adminConfig['allUserMsg']="Number of all registered normal users: ";
$adminConfig['selectMsg']="Please select a user to edit: ";
$adminConfig['editBtn']="Edit";
$adminConfig['newBtn']="Add a new user";
$adminConfig['tableBtn']="Show User Table";
$adminConfig['logoutBtn']="Logout";
$adminConfig['cancelBtn']="Cancel";
$adminConfig['submitBtn']="Submit";
$adminConfig['resetBtn']="Reset";
$adminConfig['deleteBtn']="Delete User";
$adminConfig['okBtn']="OK";
$adminConfig['editUserMsg']="You have selected the following user to edit: ";
$adminConfig['editInfoMsg']="Please leave the password field blank, if you do not want to change the password.";
$adminConfig['editPassMsg']="Password: ";
$adminConfig['editIsAdminMsg']="Administrator: ";
$adminConfig['editUserGroupMsg']="User Group: ";
$adminConfig['editYes']="YES";
$adminConfig['editNo']="NO";
$adminConfig['editRemarkMsg']="Remarks: ";
$adminConfig['editUpdMsg']="The following user was updated: ";
$adminConfig['delConfirmMsg']="The following user will be deleted: ";
$adminConfig['delDelMsg']="The following user was deleted: ";
$adminConfig['delNotDelMsg']="The following user could not be deleted: ";
$adminConfig['newUserMsg']="Username: ";
$adminConfig['newPassMsg']="Password: ";
$adminConfig['newIsAdminMsg']="Administrator: ";
$adminConfig['newUserGroupMsg']="User Group: ";
$adminConfig['newYes']="YES";
$adminConfig['newNo']="NO";
$adminConfig['newRemarkMsg']="Remarks: ";
$adminConfig['newAddedMsg']="The following user has been added: ";
$adminConfig['newExistsMsg']="The following user already exists: ";
$adminConfig['newNoUserMsg']="No username was given. Please try again!";
$adminConfig['newNoPassMsg']="No password was given. Please try again!";
$adminConfig['newNoUserPassMsg']="No username and no password was given. Please try again!";
?>

 
  Advertise on this site Advertise on this site   Site map Site map   Statistics Statistics   Site tips Site tips   Privacy policy Privacy policy   Contact Contact  

For more information send a message to :
info at phpclasses dot org.
Copyright (c) Icontem 1999-2009 PHP Classes - PHP Class Scripts
  PHP Book Reviews - Reviews of books and other products