Register for your free account! | Forgot your password?

You last visited: Today at 12:12

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

Advertisement



[Release]Web Register

Discussion on [Release]Web Register within the Shaiya PServer Guides & Releases forum part of the Shaiya Private Server category.

Closed Thread
 
Old   #1
 
sandolkakos's Avatar
 
elite*gold: 0
Join Date: Dec 2007
Posts: 395
Received Thanks: 312
[Release]Web Register

I have made this Web Register, and i am posting here to the peoples that still dont have.

Episode 3
File Attached: reg.rar

Obs.:
Make Auto-Incremet in:
Table = dbo.Users_Master
Colum = UserUID

i dont remember the Script to Alter, but look this informations:
Enter in Modify Table (Design Tablhe):
Is Identity --> Yes
Identity Seed --> 1
Identity Increment --> 1 (Number to be incremented by i.e if the previous number is 2 and identity increement is next number would 2+1)

---------------------------------
Episode 4
File Attached: WebRegister_Shaiya_EP4.zip

In this DONT need alter the Table Design.
Only change DatabaseIP, DatabaseUSER, DatabasePASSWORD in processor.php
and run the query of sp_CreateOmgGMGameAccount.txt

Done.
Attached Files
File Type: rar reg.rar (1.3 KB, 1621 views)
File Type: zip WebRegister_Shaiya_EP4.zip (2.6 KB, 2582 views)
sandolkakos is offline  
Thanks
20 Users
Old 01/16/2010, 08:57   #2
 
(Virus)'s Avatar
 
elite*gold: 0
Join Date: Dec 2009
Posts: 71
Received Thanks: 22
Is there any other kind of pages? like htm,html,asp and etc?? if u have or know how to make it please share coz i hate php allways problem :S thx
(Virus) is offline  
Old 01/16/2010, 11:46   #3

 
Polypropylen's Avatar
 
elite*gold: 0
Join Date: Feb 2009
Posts: 4,507
Received Thanks: 3,086
added to:
Polypropylen is offline  
Thanks
1 User
Old 01/21/2010, 20:36   #4
 
sandolkakos's Avatar
 
elite*gold: 0
Join Date: Dec 2007
Posts: 395
Received Thanks: 312
Quote:
Originally Posted by (Virus) View Post
Is there any other kind of pages? like htm,html,asp and etc?? if u have or know how to make it please share coz i hate php allways problem :S thx
sorry friend,
I dont work with other code languages, hehe, only php

Quote:
Originally Posted by Polypropylen View Post
added to:
Thanks ^^
sandolkakos is offline  
Thanks
1 User
Old 01/28/2010, 17:29   #5
 
ProfNerwosol's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 449
Received Thanks: 648
With EP4 DB's you need to insert user info into OMG_GameWeb.dbo.GameAccountTBL as well or you will get error - wrong password - when trying to login.
ProfNerwosol is offline  
Thanks
1 User
Old 01/28/2010, 18:11   #6
 
(Virus)'s Avatar
 
elite*gold: 0
Join Date: Dec 2009
Posts: 71
Received Thanks: 22
Quote:
Originally Posted by ProfNerwosol View Post
With EP4 DB's you need to insert user info into OMG_GameWeb.dbo.GameAccountTBL as well or you will get error - wrong password - when trying to login.
yea im having problem with that and can't find how to create php with it.. :/
(Virus) is offline  
Old 01/29/2010, 11:55   #7
 
ProfNerwosol's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 449
Received Thanks: 648
First thanks go to sandolkakos. Without his post I'd never have done it. Too lazy ;p

I used sandolkakos php script and modified it a bit. Now it call stored procedure in PS_UserData which inserts all the values. It's easier this way and less error prone.

Two files index.php & processor.php are the ones to use. Extra txt file contains procedure. I modified few little things. Just open the procedure (the file has same name), copy paste from the text file and Execute. (the procedure I am talking about is stored in PS_UserData, edit it).

Make sure your php has mssql support turned on. If you are running it on your PC.
Attached Files
File Type: rar reg.rar (3.7 KB, 625 views)
ProfNerwosol is offline  
Thanks
2 Users
Old 01/29/2010, 13:27   #8
 
(Virus)'s Avatar
 
elite*gold: 0
Join Date: Dec 2009
Posts: 71
Received Thanks: 22
Quote:
Originally Posted by ProfNerwosol View Post
First thanks go to sandolkakos. Without his post I'd never have done it. Too lazy ;p

I used sandolkakos php script and modified it a bit. Now it call stored procedure in PS_UserData which inserts all the values. It's easier this way and less error prone.

Two files index.php & processor.php are the ones to use. Extra txt file contains procedure. I modified few little things. Just open the procedure (the file has same name), copy paste from the text file and Execute.

Make sure your php has mssql support turned on. If you are running it on your PC.
Hey profnerwosol, do that one connect to both, User_Master and OMG_GameWeb? =)
(Virus) is offline  
Old 01/29/2010, 15:19   #9
 
ProfNerwosol's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 449
Received Thanks: 648
Neither. It selects database only [PS_UserData], to call procedure stored in it. Then the control what to put where is transfered to it (along with parameters, like login,password).
ProfNerwosol is offline  
Old 01/31/2010, 01:57   #10
 
sandolkakos's Avatar
 
elite*gold: 0
Join Date: Dec 2007
Posts: 395
Received Thanks: 312
I have added other file that i made today.

This other work 100% in ProfNerwosol Server Files:


if you are using this Server Files, dont need make nothing configurations in Database,
Only change DatabaseIP, DatabaseUSER, DatabasePASSWORD in processor.php
sandolkakos is offline  
Thanks
1 User
Old 01/31/2010, 11:17   #11
 
ProfNerwosol's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 449
Received Thanks: 648
Quote:
Originally Posted by sandolkakos View Post
I have added other file that i made today.

This other work 100% in ProfNerwosol Server Files:


if you are using this Server Files, dont need make nothing configurations in Database,
Only change DatabaseIP, DatabaseUSER, DatabasePASSWORD in processor.php
Hey, you attached that file of mine to your first post. Thanks!

EDITED:


Currently I am working on more sophisticated registration script. When it's done I'll post it.


EDITED2:

Registration script ready.

Options go as follows:

- login and password are verified; length of both is enforced;
- set range of accepted characters for login and password;
- password cannot be the same as login;
- included extra fields: email, PasswordQuestion & PasswordAnswer; (each is stored in DB);
- checks for duplicate Login or Email (2nd is for future use);
- checks email correctness (mostly for fun, but sometimes you press wrong button without notice and click register; and wait, and wait ... hmm)

Those who are interested please PM me and I will send it.
ProfNerwosol is offline  
Old 02/02/2010, 13:26   #12
 
elite*gold: 0
Join Date: Nov 2009
Posts: 101
Received Thanks: 21
hey sandolkakos,
i guess this sounds noobish, but ive to ask.

i tried this:
Episode 4
File Attached: WebRegister_Shaiya_EP4.zip

i opened processor.php with notepaf and changed this line:
Quote:
$conn=mssql_connect('DatabaseIP','DatabaseUSER','D atabasePASSWORD');
with this:
Quote:
$conn=mssql_connect('127.0.0.1','sa','sapasswort') ;
then i saved it again as processor.php

now i opened firefox, open index.php, i fill user***:repass and clicked Register.
after thats done i get to this screen:



i also tried it with the mssql server name, and with the user name, same failure.

what im doin wrong?
Schwap is offline  
Old 02/02/2010, 17:30   #13
 
ProfNerwosol's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 449
Received Thanks: 648
Quote:
Originally Posted by Schwap View Post
hey sandolkakos,
i guess this sounds noobish, but ive to ask.

i tried this:
Episode 4
File Attached: WebRegister_Shaiya_EP4.zip

i opened processor.php with notepaf and changed this line:

with this:

then i saved it again as processor.php

now i opened firefox, open index.php, i fill user***:repass and clicked Register.
after thats done i get to this screen:



i also tried it with the mssql server name, and with the user name, same failure.

what im doin wrong?

ProfNerwosol is offline  
Old 02/03/2010, 03:49   #14
 
sandolkakos's Avatar
 
elite*gold: 0
Join Date: Dec 2007
Posts: 395
Received Thanks: 312
Quote:
Originally Posted by Schwap View Post
hey sandolkakos,
i guess this sounds noobish, but ive to ask.

i tried this:
Episode 4
File Attached: WebRegister_Shaiya_EP4.zip

i opened processor.php with notepaf and changed this line:

with this:

then i saved it again as processor.php

now i opened firefox, open index.php, i fill user***:repass and clicked Register.
after thats done i get to this screen:



i also tried it with the mssql server name, and with the user name, same failure.

what im doin wrong?
you are running without PHP Engine
Look for programs:
EasyPHP or xampp

Look for Tutorials about how use the program that you choose.
sandolkakos is offline  
Old 02/03/2010, 13:50   #15
 
elite*gold: 0
Join Date: Nov 2009
Posts: 101
Received Thanks: 21
ok guys, thank you, im 100% new to servers, mssql, php, databases and so on :/

so forgive me my noobie questions
Schwap is offline  
Closed Thread


Similar Threads Similar Threads
[RELEASE] Register with reCAPATCHA
01/12/2010 - Dekaron Private Server - 13 Replies
http://www.scampiml.com/imageshrimp/images/133751r ecap_register.jpg Stops spam on your register page Register with reCAPATCHA by janvier123 DEMO: http://www.dkunderground.org/demo/reg_recapatcha/i ndex.php WARNING: CHANGE THE reCAPATCHA PUBLIC KEY !!!!!
[Release] Register page
12/18/2009 - Dekaron Private Server - 7 Replies
Hi all! I release here my register page. Demo : Index of /demo Download : http://83.85.190.217/demo/demo.rar New : *Your own security
[Release]Register Page For Binary 3.0
09/05/2009 - Conquer Online 2 - 6 Replies
Hello all i edit register page 5065 to 5095 register page Binary 3.0 ! First Download This File: http://www.2shared.com/file/6967982/54a64667/accou nt.html Then open Navicat and Execute Batch.... THIS FILE ! then download this file: http://www.2shared.com/file/7029197/a7e3599e/co_on line.html extract it in C:\wamp\www Open wamp5 and done.. :D
[Release]TQ register script
07/19/2009 - CO2 PServer Guides & Releases - 19 Replies
Hey This Is TQ register script php You Need Wamp Its perfect TQ register script try it And Give Me Thanks If I Helped You
(release) web register full arabic
05/01/2009 - CO2 PServer Guides & Releases - 6 Replies
hi all i release web register full arabic for all arabshttp://img504.imageshack.us/img504/7388/regis tera.png click here if i helped u press thanks:D:D:D



All times are GMT +1. The time now is 12:14.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

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