CORA™ CMS

Hi everyone. I'm sorry for being inactive for a while, I've been really busy with work.

On the bright side, we're planning to restart development soon. We might need to find a

better way to communicate though, for those who wants to contribute ideas and all 
tongue.png
Just a thought: Pin topic ( For Mods/Admins ) and update your subject by: Update [ 04/18/2015 ] CORA™ CMS

Regarding the updates, they will be noticeable on Github.

Just keep in mind to update the topic subject when Cora CMS changes.

Oh don't forget to mind it in your first post, so they can look for updates/changes on Github.

Also i'll be using your CMS soon cause .. IT IS AWESOME!

Keep up your good work
default_biggrin.png


Edit

Website takaworks.net is down?! 

 
Last edited by a moderator:
Hi everyone. I'm sorry for being inactive for a while, I've been really busy with work.

On the bright side, we're planning to restart development soon. We might need to find a

better way to communicate though, for those who wants to contribute ideas and all 
tongue.png
Just a thought: Pin topic ( For Mods/Admins ) and update your subject by: Update [ 04/18/2015 ] CORA™ CMS

Regarding the updates, they will be noticeable on Github.

Just keep in mind to update the topic subject when Cora CMS changes.

Oh don't forget to mind it in your first post, so they can look for updates/changes on Github.

Also i'll be using your CMS soon cause .. IT IS AWESOME!

Keep up your good work
default_biggrin.png


Edit

Website takaworks.net is down?! 
@Roemy:

Thanks Roemy! Yes, the website is down at the moment because we will be changing host. It should be back in a day or two, just hold on to your seat xD..

@all:

These are some of the ideas we have right now. I'd love to hear what you guys think
default_biggrin.png


  • WYSIWYG Editor [ For Posts & Pages ] to be Changed. 
    The editor will be changed from CKEditor to Froala for responsive compatibility 

[*]Multi-Server Support to be Added. It will work as follows:

  • User registers an account through the CMS.
  • User logs in and add a "game" [ which will be the servers ] to his account. 

[*]Asynchronous Processes to be implemented.

  • Fetching posts, pages, widgets, etc. will be asynchronous to decrease page load time. 

[*]Character Management - Reset Character Gears to be Added.

  • Disrobes the character of equipped gears to escape gravity error due to missing sprites.

[*]Character Management - Change Sex to be Updated. 

  • Changing sex will also reset character gears in case a character is wearing gender-locked equipment.

[*]Nested Navigation to be Added.

  • To make adding sub menu possible for the navigation 

[*]Slug URL to be implemented.

  • Slug URL option will  be added for more user-friendly URL 




There are more ideas to be discussed, but these are the only ones I can share with you guys for now. What do you guys think?

I'd love to hear your take on these changes
happy.png


 
Last edited by a moderator:
Hey everyone, I've formed a new dev team for CORA. Let's welcome the new members of the dev team: nanakiwurtz and Klutz.

We'll be working hard to present you the next, bigger, and better version of CORA. Wish us luck! ^^

EDIT:

Please welcome the fourth member of the dev team: Mysterious. We're glad to have you on board Myst
default_biggrin.png


 
Last edited by a moderator:
Hey everyone, I've formed a new dev team for CORA. Let's welcome the new members of the dev team: nanakiwurtz and Klutz.

We'll be working hard to present you the next, bigger, and better version of CORA. Wish us luck! ^^

EDIT:

Please welcome the fourth member of the dev team: Mysterious. We're glad to have you on board Myst
default_biggrin.png
Thanks xD! It'll be a lot of fun :3

 
Please answer my question:

Every time a new player registers for a new account, the e-mail verification is never sent by the system.

Please try it yourself to be sure.

http://spark.ragnarok.onl/
Hi!

It seems like you have disbaled the email verification. I tried signing up but the account was activated right away.

You can change this in settings -> account -> require email verification

check that option and make sure that you've also provided the proper email information in your email settings.

Cheers,

Takari

 
Here is my Cora CMS with my own design.

Must say it's really hard work but i'm getting there.

gdpFKrH.jpg
Wow! That looks really nice 
default_biggrin.png
 .. Don't worry we'll be releasing a developer guide next time around
default_tongue.png


 
Help Please my servers are all running but it shows my servers aren't 

here's the link: http://avatar.ragnarok.onl/

and ive attached a SS also

Thanks for any help
Hi! have you tried clicking on the "server status" button in your widget list (in the admin panel) ? .. If not, you may do so by accessing the admin page -> widgets -> click on server status (beside the arrow up/down button)

this will prompt widget options that you may customize. In this case, it will ask for your server's IP and ports.

 
A Database Error OccurredError Number: 1222The used SELECT statements have a different number of columnsSELECT * FROM ((SELECT * FROM (`tcp_shop`) JOIN `item_db2` ON `item_db2`.`id`=`tcp_shop`.`item_id`) UNION (SELECT * FROM (`tcp_shop`) JOIN `item_db_re` ON `item_db_re`.`id`=`tcp_shop`.`item_id`)) a ORDER BY `name_japanese` asc LIMIT 0, 10Filename: F:AppServwwwcorasystemdatabaseDB_driver.phpLine Number: 330




Triedge said:
Code:
A Database Error OccurredError Number: 1222The used SELECT statements have a different number of columnsSELECT * FROM ((SELECT * FROM (`tcp_shop`) JOIN `item_db2` ON `item_db2`.`id`=`tcp_shop`.`item_id`) UNION (SELECT * FROM (`tcp_shop`) JOIN `item_db_re` ON `item_db_re`.`id`=`tcp_shop`.`item_id`)) a ORDER BY `name_japanese` asc LIMIT 0, 10Filename: F:AppServwwwcorasystemdatabaseDB_driver.phpLine Number: 330
Solved. Just adding Bindonequip to item_db2

In application/controller/shop.php

if(isset($_GET['cat'])) { switch($_GET['cat']) { case 'consume': $cond = array('index'=>'item_db.type','val'=>array(0,2,11,18)); break; case 'head': $cond = array('index'=>'equip_locations','val'=>array(1,256,257,512,513,768,769)); break; case 'weapon': $cond = array('index'=>'item_db.type','val'=>array(5)); break; case 'shield': $cond = array('index'=>'equip_locations','val'=>array(32)); break; case 'armor': $cond = array('index'=>'equip_locations','val'=>array(16)); break; case 'robe': $cond = array('index'=>'equip_locations','val'=>array(4)); break; case 'shoes': $cond = array('index'=>'equip_locations','val'=>array(64)); break; case 'accessories': $cond = array('index'=>'equip_locations','val'=>array(8,128,136)); break; case 'pets': $cond = array('index'=>'item_db.type','val'=>array(7,8)); break; case 'cards': $cond = array('index'=>'item_db.type','val'=>array(6)); break; case 'costumes': $cond = array('index'=>'equip_locations','val'=>array(1024,2048,3072,4096,5120,6144,7168,8192)); case 'misc': $cond = array('index'=>'item_db.type','val'=>array(3,10)); break; } }
Change for:

Code:
        if(isset($_GET['cat'])) {            switch($_GET['cat']) {                case 'consume':                    $cond = array('index'=>'type','val'=>array(0,2,11,18)); break;                case 'head':                    $cond = array('index'=>'equip_locations','val'=>array(1,256,257,512,513,768,769)); break;                case 'weapon':                    $cond = array('index'=>'type','val'=>array(5)); break;                case 'shield':                    $cond = array('index'=>'equip_locations','val'=>array(32)); break;                case 'armor':                    $cond = array('index'=>'equip_locations','val'=>array(16)); break;                case 'robe':                    $cond = array('index'=>'equip_locations','val'=>array(4)); break;                case 'shoes':                    $cond = array('index'=>'equip_locations','val'=>array(64)); break;                case 'accessories':                    $cond = array('index'=>'equip_locations','val'=>array(8,128,136)); break;                case 'pets':                    $cond = array('index'=>'type','val'=>array(7,8)); break;                case 'cards':                    $cond = array('index'=>'type','val'=>array(6)); break;                case 'costumes':                    $cond = array('index'=>'equip_locations','val'=>array(1024,2048,3072,4096,5120,6144,7168,8192));                case 'misc':                    $cond = array('index'=>'type','val'=>array(3,10)); break;            }        }
 
A Database Error OccurredError Number: 1222The used SELECT statements have a different number of columnsSELECT * FROM ((SELECT * FROM (`tcp_shop`) JOIN `item_db2` ON `item_db2`.`id`=`tcp_shop`.`item_id`) UNION (SELECT * FROM (`tcp_shop`) JOIN `item_db_re` ON `item_db_re`.`id`=`tcp_shop`.`item_id`)) a ORDER BY `name_japanese` asc LIMIT 0, 10Filename: F:AppServwwwcorasystemdatabaseDB_driver.phpLine Number: 330




Code:
A Database Error OccurredError Number: 1222The used SELECT statements have a different number of columnsSELECT * FROM ((SELECT * FROM (`tcp_shop`) JOIN `item_db2` ON `item_db2`.`id`=`tcp_shop`.`item_id`) UNION (SELECT * FROM (`tcp_shop`) JOIN `item_db_re` ON `item_db_re`.`id`=`tcp_shop`.`item_id`)) a ORDER BY `name_japanese` asc LIMIT 0, 10Filename: F:AppServwwwcorasystemdatabaseDB_driver.phpLine Number: 330
Solved. Just adding Bindonequip to item_db2

In application/controller/shop.php

if(isset($_GET['cat'])) { switch($_GET['cat']) { case 'consume': $cond = array('index'=>'item_db.type','val'=>array(0,2,11,18)); break; case 'head': $cond = array('index'=>'equip_locations','val'=>array(1,256,257,512,513,768,769)); break; case 'weapon': $cond = array('index'=>'item_db.type','val'=>array(5)); break; case 'shield': $cond = array('index'=>'equip_locations','val'=>array(32)); break; case 'armor': $cond = array('index'=>'equip_locations','val'=>array(16)); break; case 'robe': $cond = array('index'=>'equip_locations','val'=>array(4)); break; case 'shoes': $cond = array('index'=>'equip_locations','val'=>array(64)); break; case 'accessories': $cond = array('index'=>'equip_locations','val'=>array(8,128,136)); break; case 'pets': $cond = array('index'=>'item_db.type','val'=>array(7,8)); break; case 'cards': $cond = array('index'=>'item_db.type','val'=>array(6)); break; case 'costumes': $cond = array('index'=>'equip_locations','val'=>array(1024,2048,3072,4096,5120,6144,7168,8192)); case 'misc': $cond = array('index'=>'item_db.type','val'=>array(3,10)); break; } }
Change for:

if(isset($_GET['cat'])) { switch($_GET['cat']) { case 'consume': $cond = array('index'=>'type','val'=>array(0,2,11,18)); break; case 'head': $cond = array('index'=>'equip_locations','val'=>array(1,256,257,512,513,768,769)); break; case 'weapon': $cond = array('index'=>'type','val'=>array(5)); break; case 'shield': $cond = array('index'=>'equip_locations','val'=>array(32)); break; case 'armor': $cond = array('index'=>'equip_locations','val'=>array(16)); break; case 'robe': $cond = array('index'=>'equip_locations','val'=>array(4)); break; case 'shoes': $cond = array('index'=>'equip_locations','val'=>array(64)); break; case 'accessories': $cond = array('index'=>'equip_locations','val'=>array(8,128,136)); break; case 'pets': $cond = array('index'=>'type','val'=>array(7,8)); break; case 'cards': $cond = array('index'=>'type','val'=>array(6)); break; case 'costumes': $cond = array('index'=>'equip_locations','val'=>array(1024,2048,3072,4096,5120,6144,7168,8192)); case 'misc': $cond = array('index'=>'type','val'=>array(3,10)); break; } }
Congratulations! I see you've already found an answer yourself. At first glance I thought it was a question similar to this.

But basing from the error message it might be a different matter after all. It seems that the tables in UNION does not have the same number of columns.

 
Have news about date release of new Cora CMS version (Multi-server support) ???
We are in the progress of figuring out what is the best way to handle multi-server support. 
default_happy.png


 
Last edited by a moderator:
Back
Top