Knight Shout Panel Release..

  • Konbuyu başlatan Konbuyu başlatan zTeufeL
  • Başlangıç tarihi Başlangıç tarihi
Konu Yazar

zTeufeL

New Member
Kalemi Kırıldı!
Şub
111
0
Hey there,
I spent the last two weeks coding this panel, as I intentionally planned on re-hosting Th3FellowShipKO. However, due to several reasons I can't do so and hence now, after considering to sell it (which I won't for firstly it'd get leaked sooner or later anyways and secondly since I don't really like selling my stuff anymore~), I'm just gonna release it here on snoxd, on knight's shout and probably several other platforms for free.

The panel is very easy to handle (it has an installation that pretty much does everything for you), has a cool ACP and most importantly the feature to make automatic updates from my server (to use this feature, just goto the panel's acp and let it check for new updates, if there are any just click "update" and it'll do the job).

The panel comes with two skins: 1x RoFD USKO Skin - the one everybody uses -, 1x Default Skin - a selfmade one, redish theme -.
To change the skin the panel uses, simply browse "settings.php" and change
$config['TEMPLATE']['DEFAULT'] = 'default';
to
$config['TEMPLATE']['DEFAULT'] = 'rofd';
in order to activate the RoFD skin.
Note: The RoFD skin does not support the Armory, yet!

DOWNLOADS.. :

KNIGHT'S SHOUT » File Sharing


PASS : ByDeathsEffigy


How to install?
1. Extract the panel so that all files lie in your htdocs folder.
2. Browse your website, it should tell you to install the panel. Just follow the instructions.
Note: After having let the installation create your admin account, do not change the password hashing/seeding or else the login for this account will no longer work and you will have to recreate this account.


IF EXISTS (SELECT * FROM sysobjects WHERE id = object_id(N'[dbo].[PANEL_NEWS]')
AND OBJECTPROPERTY(id, N'IsUserTable') = 1)
BEGIN
DROP TABLE [dbo].[PANEL_NEWS]
END
CREATE TABLE [dbo].[PANEL_NEWS](
[nID] [int] IDENTITY(1,1) NOT NULL,
[strAuthor] [varchar](35) NOT NULL,
[strTitle] [varchar](200) NOT NULL,
[strContent] [varchar](max) NOT NULL,
[dDate] [varchar](50) NULL,
[nType] [int] NULL
) ON [PRIMARY]
INSERT INTO PANEL_NEWS (strAuthor, strTitle, strContent, dDate, nType) VALUES ('DeathsEffigy', 'Knights Shout Panel v3 was installed.', 'Today, the Knights Shout Panel v3 was installed, and is now ready to be used.', '-', 1)
 
Geri
Üst Alt