1: Error’s 57 and 58.
2.Error 3
3.Error 9
4.Error 24
5.Error 52
6.Error 19
HappyHardcore
Code:
***Error 57 = Unknown Connection. Host not found.
A. This error happens when your IP is set incorrectly in HotUk or ports are blocked. Attempt using different IP.
***Error 58 = Host found but invalid connection. Could not gain access or control!
---This is a common Error. It can be caused for many reasons. If you receive these errors try phase 2.
A. Check your database logins. They could prevent you from logging in.
B. Check for DB errors. Check BillingError.
C. A connection Problem within your clan files.
D. Syntax, or other code problem within your Clan Files.
---Phase 2---{Tracking problems}---|Error Tracking|---
***Typical Error list for X’s Files*** May not fix all. Credits to ShagPub
Code:
Open isCheckClanName.asp and comment these lines:
'eSql = "Select count(*) from ClanTicket where SNo= "& val(eTicket)
'eRs.Open eSql, eDb
'AbortOnError
'AbortOnEmptyCursor
'if eRs(0) < 1 then 'Wrong ticket
' Response.Write "Code=100"
' Response.End
'end if
'eRs.close
Code:
Open clanInsert.aspx and comment these lines:
' eSql = "Select count(*) from ClanTicket where SNo= "& eTicket
' myCommand = New SqlCommand(eSql, myConnection )
' myDataReader = myCommand.ExecuteReader()
' if myDataReader.Read()
' if myDataReader.Item(0)<1 then
' myDataReader.Close()
' myConnection.Close()
' Response.Write ("Code=100")
' Response.End
' end if
' else
' myDataReader.Close()
' myConnection.Close()
' Response.Write ("Code=100")
' Response.End
' end if
' myDataReader.Close()
Code:
Open clanRemove.asp and comment these lines:
'eSql = "Select count(*) from ClanTicket where SNo= "& val(eTicket)
'eRs.Open eSql, eDb
'AbortOnError
'AbortOnEmptyCursor
'if eRs(0) < 1 then 'Wrong ticket
' Response.Write "Code=100"
' Response.End
'end if
'eRs.close
Code:
Open clanInsertClanWon and comment these lines:
'eSql = "Select count(*) from ClanTicket where SNo= "& val(eTicket) & "and UserID='" & eUID & "'"
'eRs.Open eSql, eDb
'AbortOnError
'AbortOnEmptyCursor
'if eRs(0) < 1 then 'Wrong ticket
' Response.Write "Code=100"
' Response.End
'end if
'eRs.close
Code:
Open isClanWonRelease.asp and comment these lines:
'eSql = "Select count(*) from ClanTicket where SNo= "& val(eTicket)
'eRs.Open eSql, eDb
'AbortOnError
'AbortOnEmptyCursor
'if eRs(0) < 1 then 'Wrong ticket
' Response.Write "Code=100"
' Response.End
'end if
'eRs.close