Jump to content

Takari

Members
  • Content Count

    88
  • Joined

  • Last visited

  • Days Won

    7

Posts posted by Takari


  1. Hi guys 👋 it's been awhile since I posted. However I wanted to share with you guys that I started a Youtube channel which tackles web development tutorials.

    My videos are beginner friendly as I'm starting with the most basic of all: HTML

    If you guys are interested in learning web development, please check it out: https://www.youtube.com/channel/UCpdcpWJzZEyPVhQwYaCQ00w

    Also, for those who are wondering, I am working on a newer version of CoraCP. I just can't give you guys any date because I can only work on it on my free time, sorry :(
    Rest assured, though, that I am working hard for CoraCP as well. I'm quite excited to show you guys the new things about it.

    Anyway, please don't forget to checkout my videos. Thank you guys 😀


  2. 19 minutes ago, astralprojection said:

    Deym! I also not sure how to use git. Still using svn update and its so ancient haha.

    1. How to clone

    2. How to get update? Will my source or script mod remains when i update?

    You can clone by using the git clone command followed by the url provided by the repository. Example for hercules:
    git clone https://github.com/HerculesWS/Hercules.git

    Or better yet, you can use tools like Github Desktop or Source Tree to make git a lot more doable :) 

    Provided that your scripts and mods do not conflict with the updates, they should still be there after update. Otherwise, you will need to resolve merge conflicts.


  3. If you cloned the Hercules repo to your local machine, you should be able to get updates directly using `git pull`,
    however if you forked Hercules repo and clone your fork to your local machine, you will need to sync your fork with
    the Hercules repo first. After that you should be able to do a git pull and get the updates.


  4. @@takari_L I want ! Currently lack of support. Your website down. I hope you restart back.

    Where you go man ? HAHA ! I love this cp you know !  :mellow:

    Please make full tutorial back. 

     

     

    still waiting for you to finish this :) pm'd you on skype like a few months ago

     

    I'm very sorry for the inconvenience, I've been really busy irl  :swt3: 

     

    Okay, if this is the case then I'll restart development during the holidays :) .. And while development is going on I'll put the website and full tutorials back online so you guys can use the old version for the meantime.  :no1:

     

    EDIT: I'll post the link to the new website probably next week.


  5.  

    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

     

     

     

     

     

    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.


  6. 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.


  7. 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  :D  .. Don't worry we'll be releasing a developer guide next time around :P


  8. 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


  9. 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 :D


  10. LMAO I know this is very old and OP probably found an answer already, but for anyone having the same problem:

     

    The cash shop's description and image are based from your item_db table as well as your iteminfo.lua(idnum2 txt files if you are using older clients)

    Just make sure to upload your data.grf as well as custom grf in cora/www/ROChargen/client/ folder

    If you're using newer clients that uses iteminfo.lua, upload your iteminfo.lua in cora/www/ROChargen/client/lua files/ fodler

    ifi you're using older clients that uses idnum2 txt files intead, it should be included in your data.grf so no problem.

     

    Next thing, make sure in your settings.php find

    'use_iteminfo_lua' => true, // set this to the correct value


  11. Hi. The problem here is that in the shop controller, the `type` fields are prefixed with the `item_db` table name while in the model it's also prefixed with whatever db you choose. So if you are using item_db, it would add an item_db string string in the field name which will result into `item_db`.`item_db.type` thus creating an error in the sql statement.
     
    You can fix this by editing line 24-51 of the application/controllers/shop.php file. In those lines you'll find this piece of code:
     

    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;            }        }

    For each case where the 'index' is `item_db.type`, remove the item_db so you'll only be left with `type`. Unfortunately there's no official patch for this, so a fix for now will have to be done like this.

    On the good note, we have already restarted development for the second phase of CORA's beta.


  12.  

     

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

     

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

    • 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


  13. 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


  14. Hello everyone. Yes there will be an update, however, it will not be anytime soon. I currently don't have enough spare time for CORA and for that I'm very sorry. This is not the end, though. I'm mainly just saving enough money to cover the development in the future (and by that I mean some time this year). What I can promise is that once CORA returns, it will return with all of its Glory and even better than before. It has also been decided that upon CORA's return, we will be releasing a developer's guide along with it. Lastly, it will probably be entirely NEW. I've been messing with a couple of CMS lately and I've gotten some idea from them.For now though, I bid my goodbye. It was a privilege to develop something helpful to the community. Thank You!


  15.  

    Hello! This seems to be a problem with the .htaccess.. if you can, please refer to this guide this might help you sort out your problem :)

     

     

    I already did sir :(

     

    Here's my .htaccess.

     

    <IfModule mod_rewrite.c>    RewriteEngine On    RewriteBase /home/    #Removes access to the system folder by users.    #Additionally this will allow you to create a System.php controller,    #previously this would not have been possible.    #'system' can be replaced if you have renamed your system folder.    RewriteCond %{REQUEST_URI} ^system.*    RewriteRule ^(.*)$ /index.php?/$1 [L]        #When your application folder isn't in the system folder    #This snippet prevents user access to the application folder    #Submitted by: Fabdrol    #Rename 'application' to your applications folder name.    RewriteCond %{REQUEST_URI} ^application.*    RewriteRule ^(.*)$ /index.php?/$1 [L]    #Checks to see if the user is attempting to access a valid file,    #such as an image or css document, if this isn't true it sends the    #request to index.php    RewriteCond %{REQUEST_FILENAME} !-f    RewriteCond %{REQUEST_FILENAME} !-d    RewriteRule ^(.*)$ index.php?/$1 [L]</IfModule>

    You probably have rewrite module disabled. If you're using wampp, you can enable module rewrite though the tray. Just make sure to restart apache afterwards.

    Here's how you enable rewrite module in wampp.

     

    For xampp, you may open xampp's control panel click on apache's config and click httpd.conf then search for this line

    #LoadModule rewrite_module modules/mod_rewrite.so 

    remove the # so you're only left with

    LoadModule rewrite_module modules/mod_rewrite.so 

     

    save then restart apache.

     

    That should enable your rewrite module :)


  16. So many replies @_@ .. sorry I haven't been able to answer I've been busy studying some new stuff for the 2nd beta. Hope you all understand :3

    Anyways..

     

    Sir Taka,

     

    can you add " Number of Online Players " ?
    and Also a Widget with Slide Show of Advertisement or the Donation items when you click it , it redirect you to the donation shop.

    There's an option to display online players and peak for the server status widget, just make sure you're running the user_counter.txt script :)

     

    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!

    Thank you! Appreciate it :) .. The Editor should have an encoding option but I might have forgotten to load it. Will check on this soon :)

     

    Hi sir Takari! Why is it i cannot access my admin/login panel?
    Here are some screenies.

    kd8XjZn.png

     

    E1kHvKc.png

     

     

    XlDiS7a.png

    Hello! This seems to be a problem with the .htaccess.. if you can, please refer to this guide this might help you sort out your problem :)


  17.  

    EDIT

    Oh and if you guys have anything you want to see in 0.9.6 just post it here and we'll see what we can do :P

    Mobile responsiveness <3 Having this will definitely be better on your behalf 'cause other CPs currently don't support it :)

    You know it Myst! The app itself is responsive but no themes are optimized for mobile viewing yet. However! I do promise to release another theme with mobile view for 0.9.5 ^_^

     

     

     

    When you delete the duplicate, both of them get's deleted.

    I can show you Screen Shoots when I get home from work

     

    And it happens every time, was trying to fix it for 2 hours last night. 

    Hmm if it deletes both original and duplicate then it must have the same ID, meaning the problem resides in the display.

    But anyway, yes please, screenshots would be helpful :)

    Alright, so I go to the Posts board and create new Post

    Untitled_zpsnm2c4v1j.png

    After that done I click cancel to go back to selection screen.

     

    Untitled1_zpsqlpbllai.png

     

    And it creates 2 posts at the same time, even identical creation times.

     

    Untitled2_zpskghqhefa.png

    I've received your Skype request and I look forward to investigating this issue more thoroughly with you! Thank you for the screenshots and for reporting this issue. We'll get this sorted out for you as soon as possible :)


  18. When you delete the duplicate, both of them get's deleted.

    I can show you Screen Shoots when I get home from work

     

    And it happens every time, was trying to fix it for 2 hours last night. 

    Hmm if it deletes both original and duplicate then it must have the same ID, meaning the problem resides in the display.

    But anyway, yes please, screenshots would be helpful :)


  19. Hello I have a small problem, every time I make a Page or a Post it makes 2 duplicates.

    Hi! Thank you for your report. This is the first time I've heard of such report so I might have to do further investigation.

    Does the duplication happen each time you create a new post or page? And what happens if you delete the duplicate?

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.