Shame that people were idiots and removed your credits and claimed as theirs. This was and still is an amazing CMS. I do hope you still do releases though as yours are really good.
Yes I would agree. Here is a download link for Phoenix 3.11.0 for if you don't have one: https://mega.co.nz/#!c5QQGADJ!CpHFglT9jPHHlk1uJM6f02GAdGwHPZtl9CXA2gsrY5A
Hello, for the welcome message what emu are you using because I had the same problem and fixed it my changing the message in one of the emulator files. Also make sure the new message you put in the table is actually saved.
Try uploading the database again and check that you are using the correct one. If that doesnt work run this sql:
DROP TABLE IF EXISTS `site_cron`;
CREATE TABLE `site_cron` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`prio` int(11) NOT NULL DEFAULT '5',
`enabled` enum('0','1') NOT NULL...
Ok I have just ran into a problem. When I first started using the CMS the client worked but now it doesn't. I am using the database included with this post and phoenix 3.11.0 and the client no longer works. I have checked my SWF's and they are all correct but on the EMU it shows no connections...
Sure just replace all of generic-top.tpl with the code below if you have this problem :)
<?php
$getSettings = dbquery("SELECT * FROM users WHERE username = '" . USER_NAME . "'");
$userAccount = mysql_fetch_assoc($getSettings);
?>
<body id="%body_id%" class="<?php if (!LOGGED_IN) { echo...
Again great CMS, I got the database sorted as mine wasnt working. But on the homepage of the CMS some ranks have a login box and it messes up the theme
http://prntscr.com/2by8iv
How can I fix this?