Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
AccountServer.pm.svn-base
Package: openkore-2.0.7.zip [view]
Upload User: market2
Upload Date: 2018-11-18
Package Size: 18786k
Code Size: 1k
Category:
Game Hook Crack
Development Platform:
Windows_Unix
- #########################################################################
- # OpenKore - X-Kore Mode 2
- # Copyright (c) 2007 OpenKore developers
- #
- # This software is open source, licensed under the GNU General Public
- # License, version 2.
- # Basically, this means that you're allowed to modify and distribute
- # this software. However, if you distribute modified versions, you MUST
- # also distribute the source code.
- # See http://www.gnu.org/licenses/gpl.html for the full license.
- #########################################################################
- ##
- # MODULE DESCRIPTION: Account server implementation.
- package Network::XKore2::AccountServer;
- use strict;
- use Globals;
- use Base::Ragnarok::AccountServer;
- use base qw(Base::Ragnarok::AccountServer);
- # Overrided method.
- sub login {
- my ($self, $session, $username, $password) = @_;
- if ($char) {
- $session->{accountID} = $char->{ID};
- $session->{sex} = $char->{sex};
- } else {
- $session->{accountID} = pack("V", 123456);
- $session->{sex} = 0;
- $session->{dummy} = 1;
- }
- if ($config{username} ne $username || $config{adminPassword} ne $password ){
- return Base::Ragnarok::AccountServer::PASSWORD_INCORRECT;
- }
- return Base::Ragnarok::AccountServer::LOGIN_SUCCESS;
- }
- 1;