Advertisement
aoa2003

Untitled

May 23rd, 2011
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. # Settings for a custom user table
  2. # Do not change this, if you don't have any scripts reqiring this
  3. Custom:
  4. TableName: authme
  5. ColumnUsername: username
  6. ColumnPassword: password
  7. # Custom information, that a player has to type on /register command
  8. # This function is only available for MySQL as datasource!
  9. # Make sure that you have a column with the right name in your database!
  10. # The information gets checked, if it complies to the given RegEx string
  11. # If the check was successfull, the information get stored in the respective column
  12. # A line must be built up like following:
  13. # columnname: 'regexstring'
  14. # For good RegEx strings visit http://regexlib.com
  15. # If you are still unsure, check the given example below (email)
  16. RegistrationInfo:
  17. # email: '^\w+@[a-zA-Z_]+?\.[a-zA-Z]{2,3}$'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement