[VSRO Files]Instant DC after login

09/26/2011 16:10 lukz0r#1
So, guys, i've downloaded the DC HotFix and changed the dbconnect.asp and billing.cfg to my settings, but i still get dc, the eror says:silk data loading failed

this is my DBConnect.asp(I dont use ID/PW on my DB):
Code:
<%
Dim DBConnA, strConnectA
Set DBConnA = Server.CreateObject("ADODB.Connection")
strConnectA = "Provider=SQLOLEDB;Data Source=USER;Initial Catalog=SRO_VT_ACCOUNT;"
DBConnA.Open strConnectA

Any tips on what i should do?
Thanks

so, can anyone help me out here?
09/26/2011 20:07 schmidy1991#2
bump got same prob^^
09/26/2011 21:54 mido96xlove#3
ask Dr.AbdElFattah [Only registered and activated users can see links. Click Here To Register...]
09/27/2011 00:03 tmfpkendrick21#4
There's something wrong with your iis settings
09/27/2011 00:05 lukz0r#5
which settings? the ones we change at the control panel?or the port/wwwroot folder?
09/27/2011 00:16 MAFIA001#6
also why you set database without user and password?
Data Source=USER >change to

Data Source=(local)
09/27/2011 00:57 lukz0r#7
tried that, no luck, should the other .asp files be changed? they have an url different than mine
09/27/2011 01:42 balphag0re#8
same probleme her


did you configure iis to handle php?
[Only registered and activated users can see links. Click Here To Register...]

which php version should i use? the latest doesnt support php_msql.dll
09/27/2011 03:58 lukz0r#9
i didnt configure my iis to handle php, but i dont think its needed unless you plan to run php scripts, anyway, im still having the problems, edited all the ips from the wwroot folder and no luck. any tips anyone?
09/27/2011 05:09 Darkness™#10
are you using mssql english version?

i had spanish version and when logged on -> DC, then chernobyl told me i had to use english version and my problem was fixed.
09/27/2011 05:30 lukz0r#11
yes i am, i am also using mssql 2008, if thats relevant.ive changed all the ips on the .asp files and on billing.cfg and i still get dc, dont know what else im supposed to do to fix this :/

also, some infos i think that could be useful: im using the diamond client with xtrap removed, should disable the xtrap on my server? if so, how?
09/27/2011 06:49 vnzla#12
No men, i have sro_client that not use xtrap and agent server dc me because say i have a hack :s jejeje
09/27/2011 09:36 MAFIA001#13
Quote:
Originally Posted by lukz0r View Post
tried that, no luck, should the other .asp files be changed? they have an url different than mine
try enable directory browsing
09/27/2011 15:14 balphag0re#14
still not working for me iis is running test.asp is working but error when i try to access dbconnect.asp
PHP Code:
An error occurred on the server when processing the URLPlease contact the system administrator.

If 
you are the system administrator please click here to find out more about this error
Dbconnect
PHP Code:
<%
Dim DBConnAstrConnectA
Set DBConnA 
Server.CreateObject("ADODB.Connection")
strConnectA "Provider=xxxx-PC\SQLEXPRESS;Data Source=5.71.xxx.xxx;Initial Catalog=SRO_VT_ACCOUNT;user ID=sa;password=1234;"
DBConnA.Open strConnectA

%> 
gettotalsilk
PHP Code:
Dim IP
Dim BillingServer
BillingServer 
"5.71.xxx.xxx"
IP Request.ServerVariables("REMOTE_ADDR")
'If(IP <> BillingServer) Then
'    
Response.Write "ACCESSDENY"
'    Response.End
'
End If 
error in gs
PHP Code:
Failed to getting silk dataunknown success code (An error occurred on the server when processing the URL.
Silk Data Loading Failed [JID2]
AQ FailedLog out!! [AQType9
09/27/2011 17:08 lukz0r#15
exactly same error and settings as baphalgore here

also, im using edxloader, on the above mentioned diamond client with xtrap removed, xtrap doesnt give any error, just the silk data one, should i try logging in with an edited media instead?

also, im using edxloader, on the above mentioned diamond client with xtrap removed, xtrap doesnt give any error, just the silk data one, should i try logging in with an edited media instead?