this is anuter one, wich was made by me. hf.
PS: you need to add this to your DB.
PS2: fyi there may be errors due to this was NOT MADE FOR KAL_DB AND KAL_AUTH.
View attachment KalOnline.rar
Please post any errors if i have time ill try and help you.
PS: you need to add this to your DB.
PHP:
/****** Object: Table [dbo].[WebSiteAdminLogin] Script Date: 01/03/2009 21:02:46 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE TABLE [dbo].[WebSiteAdminLogin](
[Username] [varchar](16) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
[password] [varchar](16) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL
) ON [PRIMARY]
GO
SET ANSI_PADDING OFF
PS2: fyi there may be errors due to this was NOT MADE FOR KAL_DB AND KAL_AUTH.
View attachment KalOnline.rar
Please post any errors if i have time ill try and help you.