Jump to content

Takari

Members
  • Posts

    58
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Takari

  1. Takari

    CORA™ CMS

    I doubt I was any help but that's good to hear I will probably restart development this holidays. And while I will be developing a new version, I will setup a guide for the old version as well. Thanks for this. I'm looking forward for the new version of this. Ah I see. You're welcome. I'll do my best to make the new version a whole lot better!
  2. Takari

    CORA™ CMS

    I doubt I was any help but that's good to hear I will probably restart development this holidays. And while I will be developing a new version, I will setup a guide for the old version as well.
  3. Takari

    CORA™ CMS

    Hello thank you for starting this project again! can we have the tutorial on how to install it / use it since your site is down? Well, I'm not entirely sure yet if I'll be restarting the project but I am considering it Regarding the tutorial, yes, I'll probably post one once I get a new server for web hosting.
  4. Takari

    CORA™ CMS

    Yes, unfortunately, this project has been stopped for a while. However I've considered restarting the development to modernize the framework and improve the CMS overall. Not really sure yet though, but I'm thinking about it.
  5. Takari

    CORA™ CMS

    Hi, thanks for the report! We are aware of this problem. Sadly, we are currently overhauling cora so it would take long before the next version comes out. The good news is that there will be many more things aside from this fix that is included in the next version. Hope you can stick around 'til then!
  6. Takari

    CORA™ CMS

    Well that would be something we need to discuss first, I'm not quite sure yet, but I also think that would be great too Hey Zell, sorry for that. I've been having trouble getting a new host. But anyway, we finally got one now and I'm propagating the DNS now. I might need some time to bring the contents back up though xP Site is now back up although some contents are missing. I'll be adding them later There could actually be a possibility for IPB
  7. Takari

    CORA™ CMS

    Well that would be something we need to discuss first, I'm not quite sure yet, but I also think that would be great too Hey Zell, sorry for that. I've been having trouble getting a new host. But anyway, we finally got one now and I'm propagating the DNS now. I might need some time to bring the contents back up though xP
  8. Takari

    CORA™ CMS

    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! ^^
  9. Takari

    CORA™ CMS

    Github is ok nana, thanks for asking. Just haven't updated it all lately (sorry) But like I said, I will be updating it soon. In fact, I have some things that you guys might want to share your thoughts with: 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
  10. Takari

    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
  11. Takari

    CORA™ CMS

    Thank you! and we'll see by the 2nd OBT what we'll be able to do
  12. Takari

    CORA™ CMS

    Hey nana! Yeah when the 2nd OBT starts, i'm planning to include that .. Just give us a bit more time to study a new framework / algorithm .. 2nd OBT will be so much better!
  13. Takari

    CORA™ CMS

    Pretty, Wonderful, News! Thank You! You're welcome! and thank you as well ^^
  14. Takari

    CORA™ CMS

    Hi and thank you! I'm pretty sure there's an encoding option for ckeditor I might have just forgotten to load it. I'll look into this soon
  15. Pakiusap lang, wag ka pong gumawa ng dalawang separate topic na magkapareho lang ang sadya. Sa pagkakaalam ko may post ka na po dito tungkol jan: Complete Server - Client
  16. Kung gusto mo pong matuto kung paano gumawa ng sarili mong server, online man o offline, may wiki naman po tayo para sa mga ganyang bagay. Paki-click nlng po to: rAthena Wiki Siyempre po mag sisimula ka sa Getting Started. Subukan niyo po muna at kapag may problema kayo sa pag setup ay pwede naman po kayong mag post uli dito para humingi ng tulong.
  17. well you can either find a translated lub or convert your data files from ascii to unicode with unbollox.
  18. Takari

    CORA™ CMS

    That one should be a problem with .htaccess :/ You are installing cora in a subfolder yes? Please refer to this guide: Click here try to read Installing withour Root Access from 1. Installing in a Subfolder until you finish the installation. especially the part where it tells you to edit the .htaccess basically if you install cora in a subfolder e.g. http://domain/cora/ then you have to change the following in .htaccess RewriteBase / into RewriteBase /cora/ I hope this helps you with your problem :/
  19. Takari

    CORA™ CMS

    Hi! It seems your web host has disabled the ini_set function which is used to adjust the memory allocation for PHP. You might have to change the index.php in order for this to work. open index.php and find this line: ini_set('memory_limit',$settings['memory_limit']); add a comment and save the file. It should look like this after you perform the modification: //ini_set('memory_limit',$settings['memory_limit']); You're welcome! ^^ Always feel free to message me whenever you need help
  20. Takari

    CORA™ CMS

    Hi! It seems your web host has disabled the ini_set function which is used to adjust the memory allocation for PHP. You might have to change the index.php in order for this to work. open index.php and find this line: ini_set('memory_limit',$settings['memory_limit']); add a comment and save the file. It should look like this after you perform the modification: //ini_set('memory_limit',$settings['memory_limit']);
  21. Takari

    CORA™ CMS

    Mind putting your github link as well under the download section ? ;P Oh yeah! I'll do that right now xD Github link now in download section. Thanks Mysterious!
  22. Takari

    Flux Cp Help

    It's probably because flux does not have CMS by default. You need a cms addon OT: Hi you can try a different CP that we made. It's called CORA we have a topic about it here: CORA™ CMS It includes built-in CMS and V4P as well as many other features. You can download it for free from our website: http://takaworks.net/cora/page/download
  23. Takari

    CORA™ CMS

    Finally! rAthena is back EDIT: Finally! I found out how to properly used rathena Thanks nana! Although I was not able to finish it for 0.9.4.2, I will continue to work on the responsive dashboard Also, you can now customize the error message for invalid username/password format and use item_db_re just as you suggested! Some more of your suggestions will be gradually added in the next few revision .. Thank you for everything so far! Anyway.. UPDATE CORA™ v0.9.4.2 BETA [Download] ​Added a `memory_limit` index in settings.php to increase/decrease memory allocation. Fixed some database and missing variable errors for eAthena users. Fixed the query in generate_profiles.sql. Potential Fix for the memory leak problem in logs module. Fixed missing images in cash shop checkout page. Fixed item weight in item database search. Fixed checkout spam, which will drain players' credits/vpoints, by disabling the pay button after submitting the form. Fixed ranking widget where a display glitch occurs when selecting the "Display Guild Only" option. Fixed the error in registration/account update where the birthday doesn't apply to the login table. Fixed registration/account update page where users can directly input birthday. Fixed an issue where admin is required to login w/ regular account to update other accounts. Added an option in account settings to allow/disallow username change. Added an option in account settings to allow/disallow birthday change. Added an option in account settings to custom username/password format error message. Added an option in general settings for "Construction Mode" to redirect users (Excluding admin) to a "Under Construction" page when enabled. Added support for item_db_re and item_db2. UPDATE: Admin can now change a player's username and password regardless of the settings. UPDATE: Admin can now change a player's credits and vpoints. Started to implement responsive design for dashboard for mobile content management (not yet finished/ongoing) We will be conducting a website maintenance today to improve the guidelines. Some contents may not be available until maintenance is done. Gonna update on this later ​ New installation guide is now UP! This should prove to be more newbie-friendly and well documented A new "Requirement" guide was added as well. Useful for those who will be installating their own apache servers Other important contents will be coming later such as changing admin settings and other important information in the admin panel All new guides except for Updating CORA are now available in the website. I did the best I can to make it as newbie-friendly as possible. I'll be adding guides on how to fully utilize all of CORA's modules soon too. As for now, I will continue the development for v0.9.4.3 .. Thank you for your patience everyone!
  24. Takari

    CORA™ CMS

    CORA v0.9.4.2 is now 30% finished and is expected to be released this coming sunday! Some changes you can expect: Support for item_db2, item_db_re, mob_db2, etc. Improved error presentation for registration/account update. Minor bug fixes and updates on existing modules. AND MORE!! ​A detailed changelog will be posted along the update. For the meantime, how do you guys feel about mobile content management? Useful for those admins on the go, If I may so myself
×
×
  • Create New...