30-10-2017, 03:41 PM
|
#5
|
|
|
• الانـتـسـاب » Mar 2015
|
|
• رقـم العـضـويـة » 121247
|
|
• المشـــاركـات » 3,301
|
|
• الـدولـة » مصر
|
|
• الـهـوايـة » ذكر الله ~ لا اله الا الله ~
|
|
• اسـم الـسـيـرفـر » No Server
|
|
• الـجـنـس » Male
|
|
• نقـاط التقييم » 98
|
|
|
|
رد: بطئ عند شراء او استخدام scroll
C:\inetpub\wwwroot\ folder and edit the db_connect.asp and the GetTotalSilk.asp. to your sql server
كود PHP:
<% Dim DBConnA, strConnectA Set DBConnA = Server.CreateObject("ADODB.Connection") strConnectA = "Provider=GSINC-PC\SQLEXPRESS;Data Source=5.20.34.16x;Initial Catalog=SRO_VT_ACCOUNT;user ID=sa;password=1234;" DBConnA.Open strConnectA
%>
كود PHP:
'''''''''' Check ACL only Call from Billing Server Dim IP Dim BillingServer BillingServer = "5.20.34.16x" IP = Request.ServerVariables("REMOTE_ADDR") 'If(IP <> BillingServer) Then ' Response.Write "ACCESSDENY" ' Response.End 'End If
|
|
|
|