Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Shaiya > Shaiya Private Server > Shaiya PServer Guides & Releases
You last visited: Today at 23:01

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Mini-Release] ASP.NET Registration Page

Discussion on [Mini-Release] ASP.NET Registration Page within the Shaiya PServer Guides & Releases forum part of the Shaiya Private Server category.

Reply
 
Old   #1
 
R.Lothbrok's Avatar
 
elite*gold: 2
Join Date: Jul 2020
Posts: 9
Received Thanks: 66
Arrow [Mini-Release] ASP.NET Registration Page

Hello,
I have make new registration page while I learn asp.net and I want to share it.Very simple to use.You should just install IIS.


Properties:

» Each IP address can be registered only once.
» Page has own verification code.
» Other properties the same as other registration scripts.

Image:



Installation :

1- Open "Web.config" file and edit this area.
PHP Code:
  <add name="Register" connectionString="Data Source=.; database=PS_UserData; uid=YOUR DATABASENAME; pwd='YOUR DATABASE PASSWORD';"/> 
2- Open "Default.aspx" and edit this line for your game rules.
PHP Code:
<a style="color: #e08821;" href="YOUR RULES LİNK" target="_blank"><bgame rules </b></a
3- Here is Users_Master SQL Code
PHP Code:
USE [PS_UserData]
GO

/****** Object:  Table [dbo].[Users_Master]    Script Date: 07/27/2020 19:45:32 ******/
SET ANSI_NULLS ON
GO

SET QUOTED_IDENTIFIER ON
GO

SET ANSI_PADDING ON
GO

CREATE TABLE 
[dbo].[Users_Master](
    [
UserUID] [intIDENTITY(1,1NOT NULL,
    [
UserID] [varchar](12NOT NULL,
    [
Pw] [varchar](15NOT NULL,
    [
JoinDate] [smalldatetimeNOT NULL,
    [
Admin] [bitNOT NULL,
    [
AdminLevel] [tinyintNOT NULL,
    [
UseQueue] [bitNOT NULL,
    [
Status] [smallintNOT NULL,
    [
Leave] [tinyintNOT NULL,
    [
LeaveDate] [smalldatetimeNULL,
    [
UserType] [char](1NOT NULL,
    [
UserIp] [varchar](15NULL,
    [
ModiIp] [varchar](15NULL,
    [
ModiDate] [datetimeNULL,
    [
Point] [intNOT NULL,
    [
Enpassword] [char](32NULL,
    [
Birth] [varchar](10NULL,
 
CONSTRAINT [PK_Users_MasterPRIMARY KEY CLUSTERED 
(
    [
UserUIDASC
)WITH (PAD_INDEX  OFFSTATISTICS_NORECOMPUTE  OFFIGNORE_DUP_KEY OFFALLOW_ROW_LOCKS  ONALLOW_PAGE_LOCKS  ONON [PRIMARY]
ON [PRIMARY]

GO

SET ANSI_PADDING OFF
GO

ALTER TABLE 
[dbo].[Users_MasterADD  CONSTRAINT [DF_Users_Master_JoinDate]  DEFAULT (getdate()) FOR [JoinDate]
GO

ALTER TABLE 
[dbo].[Users_MasterADD  CONSTRAINT [DF_Users_Master_Point]  DEFAULT ((0)) FOR [Point]
GO 
VirusTotal:
»
Attached Files
File Type: rar Register.rar (1.60 MB, 81 views)
R.Lothbrok is offline  
Thanks
13 Users
Reply


Similar Threads Similar Threads
[RELEASE]Advanced Registration Script (ASP.NET)
04/11/2018 - Rappelz Private Server - 35 Replies
This script was actually never going to be released and probably die on my HDD as I am primarily a PHP coder not a ASP.NET coder. But due to some pushing from friends and Tatsuya stickying the wrong Regi thread I have decided w/ permission of Xijezu to release this. Some Info: - This script uses ASP.NET (required) - This script uses .NET 4.0 Integrated (required) - This script uses IIS(Internet Information Services) 7.5+ (required) A couple warnings:
Neues Projekt in asp.ent MVC5/Web-API oder asp.net MVC6 (vNext) starten?
09/20/2014 - Web Development - 1 Replies
Hiho. Da asp.net vNext (MVC6) bald rauskommt und es gravierende Unterschiede ausmacht, frag ich mich, was ich im nächsten Projekt (Web-Applikation) nehmen sollte: Den alten standard: ASP.NET Web API | The ASP.NET Site Oder CTP 14|3 downloaden und gleich auf vNext umsatteln? Edit: Glaub die Frage hat sich geklärt, gibt fast gar keine NuGets dafür :)
Help for ASP.NET REGISTER page
02/07/2013 - Rappelz Private Server - 9 Replies
null



All times are GMT +2. The time now is 23:01.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.