Jump to content

Takari

Members
  • Content Count

    88
  • Joined

  • Last visited

  • Days Won

    7

Everything 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. `git pull` to pull updates from the repository `git merge {branch_to_merge}` to merge two branches together It's the same for all platforms (Linux, MacOS, Windows, etc)
  3. 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.
  4. 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.
  5. @@OverLord Thank you, I really appreciate it! However, there's no need since I already have a server. It should be live sometime next week. I'll keep you guys updated
  6. I'm very sorry for the inconvenience, I've been really busy irl 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. EDIT: I'll post the link to the new website probably next week.
  7. Planning to restart development of this project this holiday. I was wondering if anyone was still interested?
  8. 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.
  9. 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.
  10. Wow! That looks really nice .. Don't worry we'll be releasing a developer guide next time around
  11. 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
  12. Fun and headaches bro .. just kidding .. yeah this should be lots of fun!
  13. 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
  14. Takari

    cora cp

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

    cora cp users

    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.
  16. 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 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 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
  17. 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
  18. 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!
  19. 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
  20. 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.. 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 Thank you! Appreciate it .. The Editor should have an encoding option but I might have forgotten to load it. Will check on this soon 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
  21. Sad as it may sound, a lot of servers have been spoiling their players lately.. Tell them they get gods & donate items as freebies and voila you got your players lol. That's what I've observed at least. It might be different in your point of view so yeah
  22. 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 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 After that done I click cancel to go back to selection screen. And it creates 2 posts at the same time, even identical creation times. 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
  23. 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
  24. 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.