Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

How To Create A Registration Page and Item Shop

Experienced Elementalist
Joined
Apr 9, 2007
Messages
211
Reaction score
1
Extract The Local Server Of O2PS
then download this



then install ultidev
after it install
open it
and configure it to the file
How To Create reistration page

delete the column of id9you

How?


go to start> program files> microsoft sql>enterprise manager

then
click microsoft sql servers> sql server group> (local)(windows nt)
click on databases
on test2 database
now click the tables
find the member table
then design table
after that

right click on id9you
then delete column

The first "Pick Default Document", do i point to the "register.html" in the "Local Server.rar"?

yes
and
first


generate a id
and
pick a default document in "register.html"
and the asp target version is asp 2.0
and save it

it should work by now

How To Create Item Shop


Just Config it to Ultidev
Example of that


need hamachi
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Sep 19, 2007
Messages
5
Reaction score
0
Re: How To Create A Registration Page

Can you explain how to delete the column of id9you?

I don't know how to remove so I am always getting this error :

Server Error in '/' Application.
--------------------------------------------------------------------------------

[Microsoft][ODBC SQL Server Driver][SQL Server]Cannot insert the value NULL into column 'id9you', table 'test2.dbo.member'; column does not allow nulls. INSERT fails.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Runtime.InteropServices.COMException: [Microsoft][ODBC SQL Server Driver][SQL Server]Cannot insert the value NULL into column 'id9you', table 'test2.dbo.member'; column does not allow nulls. INSERT fails.


Source Error:


Line 53: Function insertdb() As Object
Line 54: sql = "insert into member (userid,usernick,sex,passwd) values('" & f2 & "','" & f3 & "'," & f4 & ",'" & f5 & "')"
Line 55: objConn.Execute(sql, right_if)
Line 56: End Function
Line 57:



Nvm, i got it working by changing the codes a bit, its not removing the id9you column, its adding the column, he said wrongly..

Just download this new get.apsx file below in the attachment, it should work now..

Note : Do remember to change your Server IP, ID & password still.
 

Attachments

You must be registered for see attachments list
Experienced Elementalist
Joined
Apr 9, 2007
Messages
211
Reaction score
1
Re: How To Create A Registration Page

how?

go to start> program files> microsoft sql>enterprise manager

then
click microsoft sql servers> sql server group> (local)(windows nt)
click on databases
on test2 database
now click the tables
find the member table
then design table
after that

right click on id9you
then delete column


it should work by now
 
Newbie Spellweaver
Joined
Nov 8, 2007
Messages
5
Reaction score
0
Firstly thank you jcgo16 for the guide.

But i'm totally clueless when Cassini Web Server Explorer starts.
Need your help to explain the fields, what do i fill them with?
The first "Pick Default Document", do i point to the "register.html" in the "Local Server.rar"?
How about other fields do you mind explaining a little more because i no nothing of these..

Thanks in advance.
 
Experienced Elementalist
Joined
Apr 9, 2007
Messages
211
Reaction score
1
The first "Pick Default Document", do i point to the "register.html" in the "Local Server.rar"?

yes
and
first


generate a id
and
pick a default document in "register.html"
and the asp target version is asp 2.0
and save it
 
Newbie Spellweaver
Joined
Jul 22, 2004
Messages
38
Reaction score
0
hey i am usimg hamachi too but how can i let others see my register page? i can view the page from but the rest of my frens cant
 
Experienced Elementalist
Joined
Apr 9, 2007
Messages
211
Reaction score
1
just
post your network name
and password in pm only
i will solved that
 
Junior Spellweaver
Joined
Oct 23, 2006
Messages
179
Reaction score
6
by the way, how to delete the old unused member data?

such as

jedi
test01
test02
9youtest001
9youtest002
.
.
.


When I try to delete, it say

"Another user has modified the contents of this table or view; the database row you are modifying no longer exists in the database"
 
Experienced Elementalist
Joined
Apr 9, 2007
Messages
211
Reaction score
1
you cannot delete that

because you restore it without that table
 
Newbie Spellweaver
Joined
Jul 22, 2004
Messages
38
Reaction score
0
erm about the item shop...after we change to our pw and user in the web.config file then wat we do?
 
Experienced Elementalist
Joined
Apr 9, 2007
Messages
211
Reaction score
1
it should work by now

by the way
someone has kick me in your network
so i cant help you with that
 
Initiate Mage
Joined
Dec 23, 2007
Messages
2
Reaction score
0
oh..
I want buy item at 'my private' server
... what is payment.rar in movie?
and what is Payment_input.asp?
how can I download 'payment.rar'?
Plz help me..
 
Newbie Spellweaver
Joined
Jan 19, 2007
Messages
36
Reaction score
0
to make it work
edit the password in the "get.aspx"
also in the "web.config"

Find this in the "get.aspx" and edit
strDBCon = "DRIVER={SQL Server};SERVER=localhost; database=test2;UID=sa;PWD=your password;"

Also find this in the "web.config"
<add key="MM_CONNECTION_STRING_db" value="Provider=SQLOLEDB.1;Persist Security Info=False;Data Source=localhost;Initial Catalog=test2;User ID=sa;Password=your password;" />

then your done
 
Newbie Spellweaver
Joined
May 29, 2008
Messages
30
Reaction score
0
[Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user 'DT.O2JAM'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Runtime.InteropServices.COMException: [Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user 'DT.O2JAM'.

Source Error:


Line 60: strDBCon = "DRIVER={SQL Server};SERVER=127.0.0.1; database=test2;UID=DT.O2JAM;PWD=;"
Line 61: objConn = new ADODB.Connection()
Line 62: objConn.Open(strDBCon)
Line 63: End Function
Line 64:


Source File: E:\O2Jam\DT.O2Jam2\Local Server\get.aspx Line: 62


wat happen ??
 
Newbie Spellweaver
Joined
May 29, 2008
Messages
30
Reaction score
0
I adi fix for the register page


now the item shop.... cant work
 
Experienced Elementalist
Joined
Apr 9, 2007
Messages
211
Reaction score
1
change the user into "sa"(w/o quotes)
 
Back
Top