Jump to content

Recommended Posts

Posted

 

Just to update, cora v0.9.4.1 is now 100% done but is yet to be released together with v0.9.4.2. In other words, I'm merging the two revisions to avoid very frequent releases and so we can have a fair amount of time to try out the revision and find bugs before I start development for 0.9.5 rather than having released 0.9.4.1 and 0.9.4.2 separately then allocate individual test time for each which might waste a lot of time. With this, again, I ask and thank you for your patience.

 

cora v0.9.4.2 should be done in a couple of days  /no1

Nice to hear that taka... have a good day.. /no1

 

 

thank you! have a good one as well ^^

Posted

CORA v0.9.4.2 is now 30% finished and is expected to be released this coming sunday!  no1.gif
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 gawi.gif
mobile_mgt.jpg

  • Upvote 1
Posted (edited)

Finally! rAthena is back EDIT: Finally! I found out how to properly used rathena  /lv

 

It looks really nice!

 

Thanks nana! Although I was not able to finish it for 0.9.4.2, I will continue to work on the responsive dashboard  /no1

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!  /ok

 

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 happy.png​ 


New installation guide is now UP! This should prove to be more newbie-friendly and well documented  /heh

A new "Requirement" guide was added as well. Useful for those who will be installating their own apache servers  /ok

Other important contents will be coming later such as changing admin settings and other important information in the admin panel  /no1

 

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!

Edited by takari_L
  • Upvote 1
Posted

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!

Mind putting your github link as well under the download section ? ;P

Posted (edited)

 

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!

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!  :P

Edited by takari_L
Posted

Heyy broww !

I need face to help with this error can help me?

 

Warning: ini_set() has been disabled for security reasons in /home/allrocom/public_html/index.php on line 24


	A PHP Error was encountered
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home/allrocom/public_html/index.php:24)
Filename: libraries/Session.php
Line Number: 688

Posted

 

Heyy broww !

I need face to help with this error can help me?

Warning: ini_set() has been disabled for security reasons in /home/allrocom/public_html/index.php on line 24


	A PHP Error was encountered
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home/allrocom/public_html/index.php:24)
Filename: libraries/Session.php
Line Number: 688

 

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']);
Posted

THANK YOU SO MUCH !!!! *.*

 

 

 

Heyy broww !

I need face to help with this error can help me?

Warning: ini_set() has been disabled for security reasons in /home/allrocom/public_html/index.php on line 24


	A PHP Error was encountered
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home/allrocom/public_html/index.php:24)
Filename: libraries/Session.php
Line Number: 688

 

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']);
Posted

 

THANK YOU SO MUCH !!!! *.*

 

 

 

Heyy broww !

I need face to help with this error can help me?

Warning: ini_set() has been disabled for security reasons in /home/allrocom/public_html/index.php on line 24


	A PHP Error was encountered
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home/allrocom/public_html/index.php:24)
Filename: libraries/Session.php
Line Number: 688

 

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  /no1

Posted

Takari ...

 

man need help again , I do not know what's going on , but if I click on any link will not '-'

Not Found

The requested URL /post/news was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Posted

Takari ...

 

man need help again , I do not know what's going on , but if I click on any link will not '-'

Not Found

The requested URL /post/news was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

 

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 :/

Posted

WTF ??

i imported this arquive '-'

 

Now worked '-'

 

THANK YOU SO MUCH !

 

hugs !

 

=D

 no problem xD

  • 2 weeks later...
Posted

Hello! Thank for the awesome Control Panel - CoraCMS!!!
I really love it!

Please help!
I can't put cyrillic symbols in the forms. They are changed in the "????" symbols.
How can I fix it? Thanks in advice!

Posted

Hello! Thank for the awesome Control Panel - CoraCMS!!!

I really love it!

Please help!

I can't put cyrillic symbols in the forms. They are changed in the "????" symbols.

How can I fix it? Thanks in advice!

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 :)

Posted

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 :)

 

 

Pretty,

Wonderful,

News!

 

Thank You!

Posted

 

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 :)

 

 

Pretty,

Wonderful,

News!

 

Thank You!

 

You're welcome! and thank you as well ^^

Posted

@takari_L are you planning to provide some sort of installer & upgrader script? Like in some php based apps, they are using a script to make installer.

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

Posted

Great work!

you think it is possible to add a function like "Share on Facebook for points"?

Thank you! and we'll see by the 2nd OBT what we'll be able to do :P

Posted

 

Great work!

you think it is possible to add a function like "Share on Facebook for points"?

Thank you! and we'll see by the 2nd OBT what we'll be able to do :P

 

/lv

Keep in mind the idea of Share on FB for points.

I'll waiting, regards and thanks for this incredible work.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...