[PHP] KalOnline Admin Panel #2

http://kalserverace.com
Joined
Sep 12, 2006
Messages
477
Reaction score
17
this is anuter one, wich was made by me. hf.
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.
 
How to add this into my DB?

- Open MSQL

- Open Table kal_db

Ace-SG1- - [PHP] KalOnline Admin Panel #2 - RaGEZONE Forums
 
Last edited:
how can i know or set the password and login for it i tried the one for the SQl and the one i ented in the Config.php but it didnt work any solution?!
 
wow... lol...
go to the table named "WebSiteAdminLogin" and put in your user and password. and then run it.
 
i made verything right but always i got this msg

[ Logout ]
Welcome to Server Ace Web Admin Page!! "");; if (isset($row)) reset($row); if (isset($password) && ($password == trim(current($row)))) { $_SESSION["logged_in"] = true; } else { ?>
Sorry, the login/password combination you've entered is invalid
 
It's working for me now after a few tries..

Uhm if you did what he sayd you will find the dbo.WebSiteAdminLogin in the tablelist It's the last table..

Right click on it you will see 'Username' And 'Password'
Enter there your account info and it will work.

Good Luck!
 
Back