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

WarcraftCMS To-Do | Changelog | Suggestion Box

Hyperion

Founder
Been doing a lot of work, the majority of the core is done with the CMS framework and I have started on the individual emulation modules.
Most of the time I was trying to get a clean communication between the cms client and license server using curl, but all works well now!
 

Hyperion

Founder
I'm so glad to finally have a decent editor that works correctly on the CMS!

INEQpg9.png


Compared to what was on CraftedWeb, this is so much better...
 

Tommy

Founder
This project is DEAD

Pure speculation.

No, it isn't dead. You have to note that there's only one or two people working on it. We've been busy the past few weeks due to server moves and other related tasks. Development won't go any faster than it is going now, so be patient. There's more to EmuDevs than what meets the eyes.
 

Hyperion

Founder
I waited... and waited.. I debated myself... I questioned my time, my motivation...

I let the domain expire.... I waited some more... thought to myself, "do I really want to finish this, for what?"

again and again I questioned myself.........



Considering the upcoming games with Nomsoft, I felt I wouldn't have any time for WCMS. In the end I
decided to just get it done for the community. Today I renewed warcraftcms.com, this fucking project
WILL get done...I just don't know when exactly.

Again, if there is anyone with web experience(html,php,js) and would like to help this project, please contact me.


No worries folks, I'll make the best god damn WoW server CMS in this fucking scene YEAH!

:freddiemercury:
 

Vitrex

Moderator
I will make organized list.


  • Object oriented PHP (basic knowledge on how to use classes, make child classes) work with SQL database in the constructor.
  • Raw PHP (few years of experience on simple/average systems development)
  • HTML + CSS (never had an issue with this)
  • Basics of Jquery (Can add some movement effects, but that pretty much it)
  • Basic / Average Photoshop skills.

In conclusion, and my defence I can say i don't have any problems by creating something with PHP + HTML + CSS + SQL i just need time to create prototype (system that just works) - > think of more optimized way to replace old system - > clean up all mess i did when i created prototype system. few days ago i finished one of my mini frameworks that makes my life easier when i need to create new website. it works simple. there is router class that takes $_GET value, checks if there is php model php file in folder with that name, then checks if there is html file with that name in views folder. then auto loads all config files there , making view and includes on top the model file of view , so i can use all the functions i create in model file in my view html file, not mixing php and html + database work in one file. also this class extends a simple class that connects to Database. I will pase main files code here just so you can take a look and then judge.

Main index.php fle
http://pastebin.com/BPbK6jEC

Main class.php a.k.a Router class
http://pastebin.com/mY4wtsdt

database class
http://pastebin.com/GVNkQZUS

example module file of login script :
http://pastebin.com/P2UDZe0M

Yeah, that's pretty much it. i said what i can and gave some proof .
 

Hyperion

Founder
I will make organized list.


  • Object oriented PHP (basic knowledge on how to use classes, make child classes) work with SQL database in the constructor.
  • Raw PHP (few years of experience on simple/average systems development)
  • HTML + CSS (never had an issue with this)
  • Basics of Jquery (Can add some movement effects, but that pretty much it)
  • Basic / Average Photoshop skills.

In conclusion, and my defence I can say i don't have any problems by creating something with PHP + HTML + CSS + SQL i just need time to create prototype (system that just works) - > think of more optimized way to replace old system - > clean up all mess i did when i created prototype system. few days ago i finished one of my mini frameworks that makes my life easier when i need to create new website. it works simple. there is router class that takes $_GET value, checks if there is php model php file in folder with that name, then checks if there is html file with that name in views folder. then auto loads all config files there , making view and includes on top the model file of view , so i can use all the functions i create in model file in my view html file, not mixing php and html + database work in one file. also this class extends a simple class that connects to Database. I will pase main files code here just so you can take a look and then judge.

Main index.php fle
http://pastebin.com/BPbK6jEC

Main class.php a.k.a Router class
http://pastebin.com/mY4wtsdt

database class
http://pastebin.com/GVNkQZUS

example module file of login script :
http://pastebin.com/P2UDZe0M

Yeah, that's pretty much it. i said what i can and gave some proof .

I'll PM you a little later today ;)
 

Vitrex

Moderator
Okay. Just so you know. i live in UK so you probably will pm me in the middle of night, so sorry if you don't get instant response.
 
Top