• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[Show OFF] DarkCore CMS Personal Project

darksoke

OnTop500
DarKcorE cms is a personal project , a website designed for trinitycore but customized for my server , I have created this website mostly for learning PHP , during the development process I found many tricks and useful things and i think it look really decent so far .

First things first , this is not a rip off Azer-CMS or FusinCMS or WarcryCMS , everything is made from scratch by me. Those who followed the development process know better all the stages this website been trough.

Ok my CMS (DarKcorE CMS) have the following working features so far:
*-Working News Feed with user comment options * added the posibility to delete comment directly from comment list (GM only) *Old Pending for deletion
*-Working Changelog module *Old Pending for deletion
-Working improoved register module
-Working Login/Logout module
-Working user panel with different tools
*-Working advanced vote panel (Advance?What's that? well you'll be able to see how much time until you can vote again and it will automatically increase the points on weekends) *Merged with user panel
-Working Items,Characters,Guilds armory and a W.I.P Quests armory
-Realm statistics total account/characters/quests/items & Characters online module
-Rules and Regulations page
-Guides Page
-Builtin forum module (alpha)

To Do - what I have in mind atm , it will be updated
-The quest armory is disabled since I want to work a bit on this one , it will give players all informations about a specific quest.
-Website chatbox wich will require user to be logged in in order to be able to chat *Old Pending for deletion due to builtin forum development


1.png

2.png

3.png

4.png


I've been working on this CMS for a while , I think i have redesigned it over 10 times and it finally got into this new shape :)

Changelog:
29/11/2015
-Redesigned the whole website
-Created a builtin forum module , minimalistic forum - alpha version
-Fixed few known bugs that caused some backdoors
-remade user panel
  1. -Added the posibility to choose a new avatar from the list
  2. -Show account characters informations
  3. -Added GM application module it enables if you meet some given requirements
  4. -Added the posibility to list active tickets *GM only

6/9/2015
-Few hotfixes on vote panel and realm status

8/19/2015
-Added paging to armory on all subclasses Items/Characters/Guilds/Quests
-Added character view page in armory
-Added Rules and Regulations Page
-Rewrote the uptime script for a real time update witouth fsockopen


7/04/2015
-Recently switched to OOP put all functions together in classes
-Added realm statistics
-Added character inventory show off
-Changed the design on UCP


CURENT VERSION: 2.5

DEMO: Not available yet
 
Last edited:

Kaev

Super Moderator
Would be nice to get more informations when you click on items.
Searched for item "Thunderfury", got some results, can't do anything with them. :(
(I know that this isn't a standard armory function, but would be handy for private servers)
 

darksoke

OnTop500
Nice, may I ask what you're using for the item hovering?

pure CSS right now the only problem is that i have to load all items in order to be able to get the results i know this can be inprooved but i'm really newbie in PHP coding learned it in 2-3 weeks and i'm stil learning. I did something like this

Code:
.itemname{
bla bla bla
}
.itemdesc{
display: none; 
and again some bla blas 
}
.itemname:hover .itemdesc{
display: block;
}
 

Minion

Enthusiast
This is very nice. good direction and if it is indeed not cms reliant that is awesome!

will you be releasing this?
 
Last edited:
Top