[Sharing] Working Sandurr's Clan System Version 2.0

filterheadz

New Member
Nah... I cant reinstal IIS it is on a remote computer... and at my home here, i get the same eror , here i tried to reinstal, now page canot be found >.> why does asp.net all changes this hardlol
 

filterheadz

New Member
I get this error

Code:
Top 10 Players

Erreur de compilation Microsoft VBScript error '800a0401'

Fin d'instruction attendue

/iisHelp/common/500-100.asp, line 11

Dim objASPError, blnErrorWritten, strServername, strServerIP, strRemoteIP Dim strMethod, lngPos, datNow, strQueryString, strURL
--------------------------------------------------------------------------^

Microsoft OLE DB Provider for SQL Server error '80040e37'

Invalid object name 'LevelList'.

/functions/ranks.asp, line 30
 

filterheadz

New Member
admin, after I installed all I restarted server and whem it was back up all accounts where logged in, i removed sql.dll (edited one) and clan.dll out of my server and all works >.> how does it come? it's realy weird
 

Admin

Tổng tư lệnh
Staff member
Dim objASPError, blnErrorWritten, strServername, strServerIP, strRemoteIP Dim strMethod, lngPos, datNow, strQueryString, strURL--------------------------------------------------------------------------^
Break line pls. Like this
Dim objASPError, blnErrorWritten, strServername, strServerIP, strRemoteIP
Dim strMethod, lngPos, datNow, strQueryString, strURL
Invalid object name 'LevelList'. /functions/ranks.asp, line 30
You did not install some sql script in this pack. ( levellist, accountdb)
 

filterheadz

New Member
how do I instal the levellist, if i make a new query in account database, then paste this in
Code:
USE [AccountDB]
GO
/****** Object:  Table [dbo].[LevelList]    Script Date: 04/03/2007 20:25:25 ******/
IF  EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[dbo].[LevelList]') AND type in (N'U'))
DROP TABLE [dbo].[LevelList]
then it doesn't work >.> please help
 

filterheadz

New Member
My actaly search & replace doesn't find
Code:
Dim objASPError, blnErrorWritten, strServername, strServerIP, strRemoteIP Dim strMethod, lngPos, datNow, strQueryString, strURL--------------------------------------------------------------------------^
or other stuff in the sentance, I scanned the full folder >.> even saw with my eyes
 

Admin

Tổng tư lệnh
Staff member
yup. I think if you use original shagpub's files you will not get this error. About levellist. Just run the levellist.sql ( i can not remember exactly ) and choise patch to accountdb
 

filterheadz

New Member
Hey Admin, I got most of the stuff working, but not the website ranks, and when I try to register a clan

this happends; I can't click on OK lol... this may sound stupid but it is like this >.>
 
Top