Silk data loading failed

11/19/2011 08:21 wolff66#1
i got this error:
[Only registered and activated users can see links. Click Here To Register...]



i Hope someone can tell me how to fix it
03/05/2012 01:17 lucasmenno#2
Sorry i know this thema is old but i have this problem =(
i've check my IIS Settings and the dbconnect.asp but idk i get dc after 5secs in game please help me via teamviwer or whatever =) send me a pn sorry for bad english im german ^^
03/06/2012 00:11 romio202020#3
U NEED DATA K SRO OR ISRO
03/06/2012 01:45 Paravibez#4
Change the DBconnect.asp then it works
03/06/2012 13:12 lucasmenno#5
Quote:
Originally Posted by romio202020 View Post
U NEED DATA K SRO OR ISRO
what did you mean ? =)

here is my dbconnect.asp

Code:
<%
Dim DBConnA, strConnectA
Set DBConnA = Server.CreateObject("ADODB.Connection")
strConnectA = "Provider=SQLOLEDB;Data Source=DEAHTBRINGER\SQLEXPRESS;Initial Catalog=SRO_VT_ACCOUNT;user ID=sa;password=mypassword;"
DBConnA.Open strConnectA

%>
i think the config is correct =/