• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Tool]Server + Client for Registration, Max 3 account,FreeZen

Junior Spellweaver
Joined
Sep 5, 2012
Messages
121
Reaction score
87
Hello.

This tool i have made for who have problem with alot of alts on server.

what this tool do?

will only register who have less than 3 account on server ( can be changed on config file )

How to Set UP?

Open Config.ini from server folder and change the IP to your global ip if you want to others players connect and after open the Server Manager.exe and now open the client.
1.PNG - [Tool]Server + Client for Registration, Max 3 account,FreeZen - RaGEZONE Forums 2.PNG - [Tool]Server + Client for Registration, Max 3 account,FreeZen - RaGEZONE Forums 3.PNG - [Tool]Server + Client for Registration, Max 3 account,FreeZen - RaGEZONE Forums
create new config.ini to your client

MSSQL -
run this query

USE [PassBoi]
GO

/****** Object: Table [dbo].[NecrosLogin] Script Date: 11/24/2013 11:23:57 ******/
SET ANSI_NULLS ON
GO

SET QUOTED_IDENTIFIER ON
GO

CREATE TABLE [dbo].[NecrosLogin](
[Login] [nvarchar](50) NULL,
[LastIP] [nvarchar](50) NULL,
[LastMac] [nvarchar](50) NULL
) ON [PRIMARY]

GO
USE [PassBoi]
GO

/****** Object: Table [dbo].[NecrosCheck] Script Date: 11/24/2013 11:23:51 ******/
SET ANSI_NULLS ON
GO

SET QUOTED_IDENTIFIER ON
GO

CREATE TABLE [dbo].[NecrosCheck](
[IP] [nvarchar](50) NULL,
[MaC] [nvarchar](50) NULL
) ON [PRIMARY]

GO

ALTER TABLE Account
ADD Contact text null

Config.ini Client Side

[Server]
IP Server = Global IP - Can be found on
Port Server = default port is 85
MaxAccounts = max account for ip/mac (default = 3)
[Client]
WebSite =
Forum =
Donation =

Text from Client Launcher can be changed on String.str.
Server Manager Requeres MSSQL Connection
you should configure on config.ini


This is a Lite Version if you want a full version you may need to add me on skype or send a mail

Skype: ADM_Necros
Mail: necrostudo@gmail.com

Download

Scan 4 / 47 because of obfuscated used on file to protect my script


___________________________________________________________________________________________

sorry, forgot mssql query.

MSSQL -
run this query

USE [PassBoi]
GO

/****** Object: Table [dbo].[NecrosLogin] Script Date: 11/24/2013 11:23:57 ******/
SET ANSI_NULLS ON
GO

SET QUOTED_IDENTIFIER ON
GO

CREATE TABLE [dbo].[NecrosLogin](
[Login] [nvarchar](50) NULL,
[LastIP] [nvarchar](50) NULL,
[LastMac] [nvarchar](50) NULL
) ON [PRIMARY]

GO
USE [PassBoi]
GO

/****** Object: Table [dbo].[NecrosCheck] Script Date: 11/24/2013 11:23:51 ******/
SET ANSI_NULLS ON
GO

SET QUOTED_IDENTIFIER ON
GO

CREATE TABLE [dbo].[NecrosCheck](
[IP] [nvarchar](50) NULL,
[MaC] [nvarchar](50) NULL
) ON [PRIMARY]

GO

ALTER TABLE Account
ADD Contact text null
 

Attachments

You must be registered for see attachments list
Last edited by a moderator:
Back
Top