Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: [OLD] Auth Rev 5
Post: RE: Auth 0.1

First release, please report bug here. (look Known Bugs before)
Zehir Archived Plugins 14 15,313 06-12-2011, 04:16 AM
    Thread: [Under construction] Auth plugin
Post: RE: [Under construction] Auth plugin

Somebody can help for this function? AddKeyName PHP Code: -- local UsersIni = cIniFile("users.ini") if ( UsersIni:ReadFile() == true ) then -- Lit l...
Zehir Plugin Discussion 11 11,379 06-12-2011, 02:07 AM
    Thread: [Under construction] Auth plugin
Post: RE: [Under construction] Auth plugin

Oh to use this fuction? AddKeyName I have try this but not work: PHP Code: -- local UsersIni = cIniFile("users.ini") if ( UsersIni:ReadFile() == true ) then UsersIni:AddKeyName(Player:GetN...
Zehir Plugin Discussion 11 11,379 06-04-2011, 02:11 AM
    Thread: [OLD] Auth Rev 5
Post: RE: Auth

It is expected but I do not know how.
Zehir Archived Plugins 14 15,313 06-03-2011, 10:24 PM
    Thread: [OLD] Auth Rev 5
Post: RE: Auth

Yes but I have fome bug before the release :p Only one player can login...
Zehir Archived Plugins 14 15,313 06-03-2011, 03:02 AM
    Thread: [OLD] Auth Rev 5
Post: [OLD] Auth Rev 5

Auth is aimed towards the protection of the players while a server is running in offline-mode. When enabled, this plugin will prevent players from doing virtually anything until they have properly aut...
Zehir Archived Plugins 14 15,313 06-03-2011, 12:13 AM
    Thread: Error on Support
Post: Error on Support

Hello, I get this error when I register on the support Code: -- Warning: realpath(): SAFE MODE Restriction in effect. The script whose uid is 562 is not allowed to access /tmp owned by uid 0 i...
Zehir Off Topic Discussion 6 10,569 06-02-2011, 11:41 PM
    Thread: [Under construction] Auth plugin
Post: RE: [Under construction] Auth plugin

What is this fuction for ini files? Erase(); Clear(); Reset(); Edit: Solve problem with change local values[hr] function AuthPlugin:OnPlayerMove( Player ) Can you change your function to de...
Zehir Plugin Discussion 11 11,379 06-02-2011, 09:42 PM
    Thread: [Under construction] Auth plugin
Post: RE: [Under construction] Auth plugin

Could you make the doc for OnDisconnect please? And I have send the screenshot for /help Another problem... PHP Code: -- local PlayerName = Player:GetName() if ( UsersIni:ReadFile() == tr...
Zehir Plugin Discussion 11 11,379 06-02-2011, 09:01 AM
    Thread: [Under construction] Auth plugin
Post: RE: Auth plugin

Yes, for moment I have my crypt function :) PHP Code: -- function AuthPluginCrypt(Password) return Password end -- Found my first bug but I dont now how to solve it PHP Code: -- self:Ad...
Zehir Plugin Discussion 11 11,379 06-02-2011, 06:59 AM
    Thread: [Under construction] Auth plugin
Post: RE: Auth plugin

Could you install the md5 Library for crypt the password? http://www.keplerproject.org/md5/index.html
Zehir Plugin Discussion 11 11,379 06-02-2011, 04:38 AM
    Thread: [Under construction] Auth plugin
Post: [Under construction] Auth plugin

Hello, I work on auth plugin (looklike xAuth plugin for bukkit) Works: /register /changepass Block player move To do: /login
Zehir Plugin Discussion 11 11,379 06-01-2011, 07:21 AM
    Thread: Authentification plugin
Post: RE: Authentification plugin

I started to create a plugin connection, wait a few days for a first version...
Zehir Plugin Requests 17 19,019 06-01-2011, 06:14 AM