|
You last visited: Today at 06:55
Advertisement
Solveing system errors with arcane project
Discussion on Solveing system errors with arcane project within the SRO Coding Corner forum part of the Silkroad Online category.
11/10/2010, 22:49
|
#106
|
elite*gold: 0
Join Date: Sep 2009
Posts: 248
Received Thanks: 127
|
Quote:
Originally Posted by Burton_1993
to create account with password MD5. 
|
I mean how i do this ? xD
|
|
|
11/10/2010, 22:49
|
#107
|
elite*gold: 7
Join Date: May 2010
Posts: 2,115
Received Thanks: 2,374
|
Quote:
Originally Posted by Tazdingo7
Ok i already replase it and now what i need to do ?
|
use the reg. page that post here

----------------------------
Quote:
Originally Posted by Tazdingo7
I dont know how to do it u can help me with the reg page posted here or give me a code ?
Edit : can you show me the congi.php of your page ?
or pass me the files u use ?
|
^
^
^
^
^
^
Quote:
Originally Posted by Burton_1993
to create account with password MD5. 
|
^
^
^
see that ya man ^^
|
|
|
11/10/2010, 22:55
|
#108
|
elite*gold: 0
Join Date: Sep 2009
Posts: 248
Received Thanks: 127
|
Jejeje ok ^^
A little problem when i replace the users table appear this
Msg 2714, Level 16, State 4, Line 1
There is already an object named 'PK_users' in the database.
Msg 1750, Level 16, State 0, Line 1
Could not create constraint. See previous errors.
And where is the pk_user object to delete it ? :S
|
|
|
11/10/2010, 22:58
|
#109
|
elite*gold: 7
Join Date: May 2010
Posts: 2,115
Received Thanks: 2,374
|
Quote:
Originally Posted by Tazdingo7
Jejeje ok ^^
A little problem when i replace the users table appear this
Msg 2714, Level 16, State 4, Line 1
There is already an object named 'PK_users' in the database.
Msg 1750, Level 16, State 0, Line 1
Could not create constraint. See previous errors.
And where is the pk_user object to delete it ? :S
|
u don't event delete users table ...
|
|
|
11/10/2010, 23:02
|
#110
|
elite*gold: 0
Join Date: Oct 2010
Posts: 318
Received Thanks: 144
|
Quote:
Originally Posted by Tazdingo7
I mean how i do this ? xD
|
to create a MD5 Password use this website ->
Then go to "Users" Table and do like in the screenshot above.
Is this more understandable for you?
|
|
|
11/10/2010, 23:14
|
#111
|
elite*gold: 0
Join Date: Sep 2009
Posts: 248
Received Thanks: 127
|
T_T continue this error Fatal error: Call to undefined function mssql_connect() in C:\xampplite\htdocs\regpage\Config\Config.php on line 9
Anyone can help me with teamviewer ? i still 1 day with this error
|
|
|
11/10/2010, 23:27
|
#112
|
elite*gold: 7
Join Date: May 2010
Posts: 2,115
Received Thanks: 2,374
|
Quote:
Originally Posted by Tazdingo7
T_T continue this error Fatal error: Call to undefined function mssql_connect() in C:\xampplite\htdocs\regpage\Config\Config.php on line 9
Anyone can help me with teamviewer ? i still 1 day with this error 
|
just enable mssql conection from php.ini
|
|
|
11/11/2010, 00:11
|
#113
|
elite*gold: 0
Join Date: Oct 2010
Posts: 318
Received Thanks: 144
|
Quote:
Originally Posted by abdelfattah
just enable mssql conection from php.ini
|
I already fixed his all problem trough Teamviewer  all works for him now.
|
|
|
11/11/2010, 01:19
|
#114
|
elite*gold: 7
Join Date: May 2010
Posts: 2,115
Received Thanks: 2,374
|
Quote:
Originally Posted by Burton_1993
I already fixed his all problem trough Teamviewer  all works for him now.
|
good
|
|
|
11/11/2010, 01:31
|
#115
|
elite*gold: 0
Join Date: Sep 2009
Posts: 248
Received Thanks: 127
|
Quote:
Originally Posted by Burton_1993
I already fixed his all problem trough Teamviewer  all works for him now.
|
A little problem more xD users cant see me page online with me IP
See :  Nothing for me friends and for me appear this
|
|
|
11/11/2010, 03:25
|
#116
|
elite*gold: 7
Join Date: May 2010
Posts: 2,115
Received Thanks: 2,374
|
Quote:
Originally Posted by Tazdingo7
A little problem more xD users cant see me page online with me IP
See :  Nothing for me friends and for me appear this
|
this is ur local ip in router ,,
use
whatismyipaddress.com to know whatis ur public ip ,,
|
|
|
11/11/2010, 17:18
|
#117
|
elite*gold: 0
Join Date: Nov 2010
Posts: 25
Received Thanks: 0
|
When I try to create a character on REV70 I got this error:
at Game.Systems.CharacterCheck(String name)
[2010-11-11 16:33:42] Object reference not set to an instance of an object. -> at Framework.MsSQL.GetDataInt(String sql, String column)
at Game.Systems.CharacterCreate()
[2010-11-11 16:42:53] Object reference not set to an instance of an object. -> at Game.Private.Packet.CharacterListing(String name)
at Game.Systems.CharacterListing()
[2010-11-11 16:43:13] Object reference not set to an instance of an object. -> at Framework.MsSQL.GetData(String sql, String column)
at Game.Systems.CharacterCheck(String name)
[2010-11-11 16:43:17] Object reference not set to an instance of an object. -> at Framework.MsSQL.GetData(String sql, String column)
at Game.Systems.CharacterCheck(String name)
[2010-11-11 16:43:17] Object reference not set to an instance of an object. -> at Framework.MsSQL.GetData(String sql, String column)
at Game.Systems.CharacterCheck(String name)
[2010-11-11 16:43:22] Object reference not set to an instance of an object. -> at Framework.MsSQL.GetData(String sql, String column)
at Game.Systems.CharacterCheck(String name)
[2010-11-11 16:43:22] Object reference not set to an instance of an object. -> at Framework.MsSQL.GetDataInt(String sql, String column)
Anyone know why?
|
|
|
11/11/2010, 17:24
|
#118
|
elite*gold: 0
Join Date: Oct 2010
Posts: 318
Received Thanks: 144
|
Quote:
Originally Posted by Air0x
When I try to create a character on REV70 I got this error:
at Game.Systems.CharacterCheck(String name)
[2010-11-11 16:33:42] Object reference not set to an instance of an object. -> at Framework.MsSQL.GetDataInt(String sql, String column)
at Game.Systems.CharacterCreate()
[2010-11-11 16:42:53] Object reference not set to an instance of an object. -> at Game.Private.Packet.CharacterListing(String name)
at Game.Systems.CharacterListing()
[2010-11-11 16:43:13] Object reference not set to an instance of an object. -> at Framework.MsSQL.GetData(String sql, String column)
at Game.Systems.CharacterCheck(String name)
[2010-11-11 16:43:17] Object reference not set to an instance of an object. -> at Framework.MsSQL.GetData(String sql, String column)
at Game.Systems.CharacterCheck(String name)
[2010-11-11 16:43:17] Object reference not set to an instance of an object. -> at Framework.MsSQL.GetData(String sql, String column)
at Game.Systems.CharacterCheck(String name)
[2010-11-11 16:43:22] Object reference not set to an instance of an object. -> at Framework.MsSQL.GetData(String sql, String column)
at Game.Systems.CharacterCheck(String name)
[2010-11-11 16:43:22] Object reference not set to an instance of an object. -> at Framework.MsSQL.GetDataInt(String sql, String column)
Anyone know why?
|
you have NET. framework 4? If not then download and install.
|
|
|
11/11/2010, 17:31
|
#119
|
elite*gold: 0
Join Date: Nov 2010
Posts: 25
Received Thanks: 0
|
Quote:
Originally Posted by Burton_1993
you have NET. framework 4? If not then download and install.
|
Yes, I have Netframework 4
|
|
|
11/11/2010, 17:51
|
#120
|
elite*gold: 0
Join Date: Nov 2010
Posts: 25
Received Thanks: 0
|
I also got this error:
Hmm.... someone know why :S?
|
|
|
Similar Threads
|
Take a look here about Arcane Project
10/25/2010 - SRO Coding Corner - 6 Replies
Hey there!
It's Nausicaa the partner of Arcane Project.
The EULA said license is limited to one person and any non-licensed users using the application will have to pay a fee or using it for only evulate it by showing the owner.
By buying/installing the project you agree with the EULA. The hackers have removed it, but that does not mean it does not exist.
Take care yourself about that.
|
[RELEASE]Arcane - Project Server Files
10/21/2010 - SRO Private Server - 36 Replies
hehehe fake virus xDDDDDDDDDDDD
hun:
na mivan megijedtel te kis kutya geci ne szorakoz velem par dolgot kitoroltem beloel igy nem ernekj vele semmmit ;)
|
Arcane and My Team Project Extended version! Emulator !
10/18/2010 - Silkroad Online Trading - 0 Replies
no here :P
|
All times are GMT +2. The time now is 06:55.
|
|