Jump to content

CalciumKid

Members
  • Posts

    257
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by CalciumKid

  1. Just a quick post to let you know I no longer contribute to rA and will not be updating/offering support for this release.
  2. Hi all, posting a quick message here to say I no longer contribute to the rA community and will not be offering support on this or any of my releases.
  3. The website is currently offline due to an absolutely INFURIATING failure on behalf of my web host. Not only did they take my service offline for 3 days while they worked out a bug in solusvm that caused them to get hacked, they wiped my VPS losing ALL my data. I only had backups of my configs. In short - I'll need to completely rebuild the miruku site and torrent server.
  4. Pointing out a spelling error: in the table where you have "pt('s)" ... there is no need for ' as it's plural (should actually be "pt(s)". Perhaps you should fix it next update
  5. I believe he means "is there a fluxcp with rathena support by paradox924/byteflux". No. I discussed having one made with them but was answered rudely by Paradox924 and byteflux saying they have no intention to support third party projects, before receiving an IRC kickban.
  6. I'm tempted to ask why there's no milk.
  7. Just pushed JayPee's birthdate support mod to the repo. I also added birth date viewing
  8. Fair enough. I've always wanted to get rid of eAscript, tis so limited. You can't even explode strings.
  9. How will you be going about the conversion of scripts?
  10. I will also be adding the birthdate system haha. When I say facebook integration I don't mean facebook login enforcement. Like on many websites - just allowing those who wish to make accounts use the "login with facebook" button so they don't have to fill out user details constantly. For those of you who wish to "update" easily, I don't see what you're updating. Just copy paste your old config folder across. If you modified the template, do the same with the theme folder.
  11. Hi All, Just making this project public. This is just an interim project for now while the team works out what to do in the future about raCP. I basically forked the original fluxCP project and have applied Xantara's rA patch for those of you who are too lazy/don't know how. I have installed it to github because it allows you to easily download a zip copy of the latest SVN with no client necessary. Find the project here: https://github.com/calciumkid/fluxcp-renewal If anyone wishes for commit rights, let me know. I'm interested in getting a team together for Facebook login API integration. Calcium NOOB TUTORIAL: To download the latest copy of fluxcp-renewal, simply go here: https://github.com/calciumkid/fluxcp-renewal/zipball/master Extract and install as you would FluxCP.
  12. Lets bump this shall we?
  13. My next major move is having the script team rework the NPC folder, and I have brought this up several times with the staff. We intend to, or atleast most of us agreed it'd be a good idea to release milestones as episodes. We'd have one milestone at 13.2 (pre-re). From there, each episodes content would be it's own milestone. The biggest part of this job is sorting out what is missing where regarding the current state of the emu. We have far too much content to sort out easily, and with that said it's hard to determine what belongs in what episode. We have bits of everything.
  14. use a cloud VPS The difference is basically about resource pooling. Clouds share resources from multiple nodes rather than a chunk of a single node. It makes it more load tolerant in simpleton terms.
  15. I will release a new version most likely next month. There havent been all that many updates though.
  16. File Name: Flux CP CMS Addon File Submitter: CalciumKid File Submitted: 26 Feb 2012 File Category: Web Resources Features: Integrates directly into FluxCP as an Addon. Designed to comply with FluxCP PDO programming techniques. WYSIWYG Editor (TinyMCE), you may change that with some tweaks. Designed to be skinned further for Integrated website designs via FluxCP CSS edits. Public sections are SQL injection protected. Simple administration user interface. "Last modified" functions. Ability to link a "read more" url. Planned Features: Automatically load news from IPB RSS Feed Download: Password: "RAthena" Installation: Basic Setup: Download the ContentManagement1.0.zip and extract it. Open the addons folder it extracted. Copy the content_management folder inside it to your webserver's FluxCP addons folder (or write over the addons folder with the extracted addons folder) Visit your FluxCP installation. You will be redirected to the installation system. Provide it with your details and allow it to install. You should be redirected to the home page of your FluxCP. If this goes without error, we're almost there. On your webserver, visit themes\default\main and open index.php for editing. Replace everything inside the file to contain this: <?php if (!defined('FLUX_ROOT')) exit; $this->redirect($this->url('news','view')) ?> Save the file and close. Upon visiting the home page of your site you should now be presented with the News System. Job done. Celebrate having a free CMS? Adding Content: Login as an account with Admin (level 99) access. In the admin menu, either click News or Pages. Then add or edit as required. Adding/Editing links on the CMS: Visit addons\content_management\config and open addon.php for editing. Edit the array entries under "// Sample items for pages function." as required making sure to edit the "path=" section to what you defined when you created content on the CMS. Known Issues: When using CleanURLs, you must change the addon.php file to use ExtURL on it's URLs. Example: // Sample items for pages function. 'Downloads' => array('module' => 'pages','action'=>'content&path=downloads'), Becomes: // Sample items for pages function. 'Downloads' => array('exturl' => 'http://<your FluxCP Install URL>/?module=pages&action=content&path=downloads'), If you like my work, please rate the topic and give reputation! Thanks! Click here to download this file
  17. It unfortunately does that. Its merely an issue with the IRC servers.
  18. Sorry about the delays. Thanks to Epoque for his further code cleanups. This should be the right version. I had to update it again for the version.h removal. I havent tested it. Please report your results and any warnings during compile. IRCBot1.6.diff
  19. There are no missing files least I knew. If others can confirm this I'll add them to the original post.
  20. It was down yes, my apologies. I forgot to set httpd to runlevel 3 on boot. Furthermore, I have decided I will wait a few atleast another month before releasing a new version - the current one hasnt had many updates released from kRO yet. I'll also be removing renewal from the next version.
  21. I have updated the diff patch further, just doing some final bug tests before I release it publicly.
  22. So Uh, what's the difference between this and the pre-re folder in rA? -confused-
×
×
  • Create New...