View Single Post
  #8  
Old 05-17-2007, 02:02 AM
Gambet Gambet is offline
Registered User
Join Date: Oct 2003
Posts: 2,712
Gambet is on a distinguished road
Quote:
Originally Posted by xXziroXx View Post
Uploaded a new version that also allow guild specific rights:


PHP Code:
this.guildrights.GUILDNAME = {
  
// rights
}; 


Still rather inconvenient, requires too many lines of code if you're giving rights to a plethora of accounts (assuming there are a lot of staff on the server), and not completely user friendly.


I believe it would be better if the system read specific text file names, and gave rights to any accounts stored in the text file. That way, servers would only have to add their accounts to the specific text files in order to have rights to that function. A database would work as well.
Reply With Quote