Jump to content

Shatowolf

Members
  • Content Count

    159
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Shatowolf


  1.  

     

    I'm not really sure about err no 1. It could be that you are using a proxy. Try to disable EnableIPVoteCheck for now and it should work.

     

    yea it worked if you disable the " EnableIPVoteCheck" , but it can abuse. if that's disable.

    Yeah I know but something is wrong with his ip. The v4p that I fork in my github is working fine with EnableIpVoteCheck in my server.

     

    Good for you, :) on my side i tried it like 10x still getting that error 1, but disable "EnableIpVoteCheck" it work fine xD. 


  2. I'm not really sure about err no 1. It could be that you are using a proxy. Try to disable EnableIPVoteCheck for now and it should work.

     

    yea it worked if you disable the " EnableIPVoteCheck" , but it can abuse. if that's disable.


  3.  

    @Shatotech

    Can you post your addon.php?

     

    Mine is a fresh install but still getting the same error after applying that fix. 

     

    same here. after applying latest hercules flux

     

     

     

    @Shatotech

    Can you post your addon.php?

     

    Mine is a fresh install but still getting the same error after applying that fix. 

    That's weird can you right downloading this one. I tested it with a clean fluxcp and it works. I hope it works on you too.

    still getting error.


  4.  

     

     

    To anyone having an Unable to vote for the server. Err no. 4  error try this fix. 

    /modules/voteforpoints/index.php

    Change

    case "cash":	// insert or update cashpoints	$cashpoints_var = "#CASHPOINTS";	$sql = "UPDATE $cp_tbl SET value = value + ? WHERE key = ? AND account_id = ?";	$sth = $server->connection->getStatement($sql);	$sth->execute(array((int) $res->votepoints, $cashpoints_var, $account_id));	// account doesn't have a record for cashpoints	// so we will add a row	if ( ! $sth->rowCount())	{		$sql = "INSERT INTO $cp_tbl VALUES (0, ?, ?, 2, ?)";		$sth = $server->connection->getStatement($sql);		$bind = array($cashpoints_var, $res->votepoints, $account_id);		$sth->execute($bind);		if ( ! $sth->rowCount())			$errorMessage = sprintf(Flux::message("UnableToVote"), 4);	}break;

    to

    case "cash":	// insert or update cashpoints	$cashpoints_var = "#CASHPOINTS";	$sql = "UPDATE {$server->loginDatabase}.$cp_tbl SET `value` = value + ? WHERE `key` = ? AND `account_id` = ?";	$sth = $server->connection->getStatement($sql);	$sth->execute(array($res->votepoints, $cashpoints_var, $account_id));    	// account doesn't have a record for cashpoints	// so we will add a row	if ( ! $sth->rowCount())	{	    $sql = "INSERT INTO {$server->loginDatabase}.$cp_tbl VALUES(?,?,0,?)";		$sth = $server->connection->getStatement($sql);		$sth->execute(array($account_id, $cashpoints_var, $res->votepoints));		if ( ! $sth->rowCount())			$errorMessage = sprintf(Flux::message("UnableToVote"), 4);	}break;

    Unfortunately still getting the same error, however, the points are at least applying! Thank you!

    What error? Btw, do you issue displaying the current cash points?

     C9fxIBg.png

    still getting the error.


  5.  

    Without advanced WOE / BG Stast -> it's useless..

    As I said, it's still WIP, and will only be released after full BG is supported

     

    What you mean by BG Stast(start?? Stats??)

    By advanced woe, I assume you mean AncientWoE..

     

     

    EDIT:

    I have included a Poll, please vote for it...

    Currently I have coded only @joinbg and others can be coded (and would want it to do it before completing other type of bgs, so that the base is complete)

    @joinbg is fine. hope you fully finish it. :) cheers!


  6. For anyone looking for a demo, our good friends from RagnaHosting has provided us one for free: CORA DEMO

    Thanks RagnaHosting!

     

    Now to discuss future updates about CORA. Please give me time to work on the next revision since I have decided to merge the 0.9.4.3 with 0.9.5 meaning this will be another big revision.

    I also would like to inform all of you that 0.9.5 will probably be the last revision I will be releasing for a while.

     

    "WHAAAAAAAAT?! ARE YOU STOPPING THE PROJECT?!" -- Not at all  :P  .. You see, in 0.9.5, I'm looking to fix every known bug that has been reported so far and add ONLY what is necessary

    and useful to make sure that you will all still be good to go until 0.9.6 arrives! Yep, there will be a 0.9.6 .. The only problem is that it will probably take me 1.5 - 2 months (or more) to finish it because I'm going back

    to the drawing board and start rebuilding it from scratch. Why? Because I plan to use newer technologies for CORA to make it faster and even more awesome! So what will be included in 0.9.6? Well, that's a secret for now

    but you can expect great things from it :P

     

    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

     

     

    Thanks man, i'll let you know if i found a bug/error.

     

    keep it up :D cheers


  7.  

     

     

     

    Thank you for all the feedback!  :D

     

    For all those concerned regarding the speed of CORA, I know that it's not the fastest ragnarok cp in the world as of the moment but as we all know it's still in beta phase.

    I can't promise you that it will be faster or even just as fast as flux once we reach a stable state, but I assure you that optimization is already a part of our team's plans for future improvements.

    And you can bet that we'll do the best we can to speed it up as much as possible. For now, I ask you all once again for your patience (that you have generously provided so far) while we are still slowly carving

    our way to a stable version  ;)

     

     

    Takari, maybe you can help me on my problem with Donate via paypal. My sandbox account works perfectly but the credit is not added in my account. Did I missed something here?

     

    Before anything else, I'd like to apologize for the lack of documentary on how to operate and manage all the features. Now for your question, did you set your IPN URL in your paypal sandbox account already?

    It should be: base_url/donate/verify .. so if your website is, for example, called ro-web.com your paypal IPN should be http://ro-web.com/donate/verify

     

     

    >

    Hello takari_L!! Grats to Good Work! I use your CP in my server ;)

    Please, you have "How to make template guide&q

    uot; ?
     

    Thank you! We deeply appreciate it. I'm considering documenting a developer's guide in the future, but nothing is final yet especially that, again, we are still in beta. The reason for this is because

    I plan to rebuild CORA from the ground up once all the pieces are put into place. What I mean is that I'm still currently testing all the features, and all your reactions towards 'em. By the time we finish that

    I will totally rebuild the source code of CORA to optimize its size and speed. It will probably maintain the ability to use the current themes that we have now, but I'd rather provide you guys the best learning materials

    than to compromise. But I'd like to emphasize again that nothing is final yet, I'm considering the idea but I can't promise anything especially because I have not presented this idea to my colleagues yet :)

     

     

     

     

     

    Thank you very much mate, :)

     

    I'll update you if i found bug or error. thanks.

    Thank you so much! ^^

     

    any guide how to setup the vote system ? and how it work ? thanks man!

     

    I'm currently working on 0.9.4.1 and 0.9.4.2 afterwards. in between I'll try to add more guides in the website regarding on how to use certain features ^^

     

     

    That's great! looking forward on that version, :D thanks


  8.  

     

    Thank you for all the feedback!  :D

     

    For all those concerned regarding the speed of CORA, I know that it's not the fastest ragnarok cp in the world as of the moment but as we all know it's still in beta phase.

    I can't promise you that it will be faster or even just as fast as flux once we reach a stable state, but I assure you that optimization is already a part of our team's plans for future improvements.

    And you can bet that we'll do the best we can to speed it up as much as possible. For now, I ask you all once again for your patience (that you have generously provided so far) while we are still slowly carving

    our way to a stable version  ;)

     

     

    Takari, maybe you can help me on my problem with Donate via paypal. My sandbox account works perfectly but the credit is not added in my account. Did I missed something here?

     

    Before anything else, I'd like to apologize for the lack of documentary on how to operate and manage all the features. Now for your question, did you set your IPN URL in your paypal sandbox account already?

    It should be: base_url/donate/verify .. so if your website is, for example, called ro-web.com your paypal IPN should be http://ro-web.com/donate/verify

     

     

    >

    Hello takari_L!! Grats to Good Work! I use your CP in my server ;)

    Please, you have "How to make template guide&q

    uot; ?
     

    Thank you! We deeply appreciate it. I'm considering documenting a developer's guide in the future, but nothing is final yet especially that, again, we are still in beta. The reason for this is because

    I plan to rebuild CORA from the ground up once all the pieces are put into place. What I mean is that I'm still currently testing all the features, and all your reactions towards 'em. By the time we finish that

    I will totally rebuild the source code of CORA to optimize its size and speed. It will probably maintain the ability to use the current themes that we have now, but I'd rather provide you guys the best learning materials

    than to compromise. But I'd like to emphasize again that nothing is final yet, I'm considering the idea but I can't promise anything especially because I have not presented this idea to my colleagues yet :)

     

     

     

     

     

    Thank you very much mate, :)

     

    I'll update you if i found bug or error. thanks.

    Thank you so much! ^^

     

     

    any guide how to setup the vote system ? and how it work ? thanks man!


  9. Thank you for all the feedback!  :D

     

    For all those concerned regarding the speed of CORA, I know that it's not the fastest ragnarok cp in the world as of the moment but as we all know it's still in beta phase.

    I can't promise you that it will be faster or even just as fast as flux once we reach a stable state, but I assure you that optimization is already a part of our team's plans for future improvements.

    And you can bet that we'll do the best we can to speed it up as much as possible. For now, I ask you all once again for your patience (that you have generously provided so far) while we are still slowly carving

    our way to a stable version  ;)

     

     

    Takari, maybe you can help me on my problem with Donate via paypal. My sandbox account works perfectly but the credit is not added in my account. Did I missed something here?

     

    Before anything else, I'd like to apologize for the lack of documentary on how to operate and manage all the features. Now for your question, did you set your IPN URL in your paypal sandbox account already?

    It should be: base_url/donate/verify .. so if your website is, for example, called ro-web.com your paypal IPN should be http://ro-web.com/donate/verify

     

     

    >

    Hello takari_L!! Grats to Good Work! I use your CP in my server ;)

    Please, you have "How to make template guide" ?

     

    Thank you! We deeply appreciate it. I'm considering documenting a developer's guide in the future, but nothing is final yet especially that, again, we are still in beta. The reason for this is because

    I plan to rebuild CORA from the ground up once all the pieces are put into place. What I mean is that I'm still currently testing all the features, and all your reactions towards 'em. By the time we finish that

    I will totally rebuild the source code of CORA to optimize its size and speed. It will probably maintain the ability to use the current themes that we have now, but I'd rather provide you guys the best learning materials

    than to compromise. But I'd like to emphasize again that nothing is final yet, I'm considering the idea but I can't promise anything especially because I have not presented this idea to my colleagues yet :)

     

     

     

     

     

    Thank you very much mate, :)

     

    I'll update you if i found bug or error. thanks.


  10. Hello takari_L!! Grats to Good Work! I use your CP in my server ;)

    Please, you have "How to make template guide" ?

     

    log in to url: yourdomain/admin/login. and then, go to setting then click Website theme :) select :)

     

     

     

    Hi takari_L , 

     

     

    it's kinda slow. i compare/tested the fluxcp and cora,

     

    the cora is kinda slow loading. but it's great! :D just improve the loading and it will be awesome! :D


  11.  

    Have release date for 0.9.4 ?

     

    Yes! I'm happy to inform you that CORA™ v0.9.4 is now out! Please check the guides as there are changes in the installation process (Installation made easy)

     

    UPDATE

    CORA™ v0.9.4 BETA [Download]

    [*]All configuration details are moved to one single file.

    [*]Fixed incompatibility for PHP 5.6+ users.

    [*]Fixed corrupted guild emblem display.

    [*]Fixed layouting problems for three-columned themes.

    [*]Fixed random page reloads in widget management.

    [*]Fixed force-login requirement when creating/update posts/pages.

    [*]Fixed missing pages when adding inline widgets.

    [*]Changed icon for `account tab` in the account page and account widget.

    [*]Changed behavior of vote button to disable on click and open target in new tab.

    [*]Added ragnarok smileys for posts and pages.

    [*]Added timezone settings in the configuration file.

    [*]Added `search by last IP` option in user management.

    [*]Added character management sub-module located in user management.

    [*]Added IP Ban management sub-module located in user management.

    [*]Added `Logs` module that includes the following:

    [*]In-game logs: login, atcommand, chat, pick, zeny, mvp.

    [*]Web logs: login, account update, ban, vote, donate, shop.

    [*]Added `Use md5` option in account settings.

    [*]Added password reset for md5 users.

    [*]Added TOS page selection option in general settings.

    [*]Added admin display name option in admin settings.

    [*]Added custom index.php option for home page selection in general settings.

    NOTE

    You may download the zip file from our website right now, but if you'd rather wait for it on github, I'll be creating a repository later.

    Also, a new and free theme named Jungle has been added in this revision:

     

    jungle_screen.png

     

     

    whoa! gonna use it. thanks man. very nicee!!!


  12. Thank you for the report Klutz! I'm already uploading revision 0.9.4 though, so avatar is gonna have to wait until 0.9.5

    I was already aware of this error, but unfortunately the cause does not seem to be from CORA, but rather, from the web host.

     

    I was going to make a work-around for it, but I completely forgot to include it in this time. Sorry ~_~

     

    can't wait on revision 0.9.4 :D thanks man.


  13.  

    we will keep waiting :)

    thanks for everything

     

     

    Hello everyone. I'm sorry for not uploading any updates lately. The reason for this, aside from my own troubles, is that revision 0.9.4 contains a good amount of changes/additions which I hope you will all like.

    For everyone asking about the MD5 it is included in the said revision along with a new "Password Reset" feature since an encrypted password cannot be "Recovered". I'm still about 90% done, I honestly have not been able

    to get back to work for a while, so again I'm sorry. Hopefully, I'll be able to finally finish this in the next 24 hours.

     

    Thank you all for your patience, I will post an update once the updated is available.

     

    Thanks mate. we will wait on that part. :D

     

    gonna use it. once it's done/finish. :D

     

    Thank you! Your patience is truly appreciated!

     

    Just to update: Development of revision 0.9.4 is hopefully finished. I'm gonna have a few colleagues test it first. If everything runs smooth, I'll start uploading the revision.

    Before that though, may I ask again what problems both of you are encountering? Because I have tested the V4P and Shop locally, and did so successfully (I have yet to test the donation since I can't test it locally).

    I want to atleast get it fixed (if it actually needs any) for you guys as soon as possible. Try to be as detailed as you can, for example:

     

    @Klutz: Does the cash shop result to the same error for every item? Does it result to the same error for every transaction type (Cart, Buy Now, Gift)?

     

    @Shatotech: What is it that you need assistance with the V4P?

     

    Kindly fill me in with those infos and I'll sort you guys out :)

     

     

    V4p working fine :D

     

    thanks i'm waiting on revision 0.9.4 :D thanks


  14. Hello everyone. I'm sorry for not uploading any updates lately. The reason for this, aside from my own troubles, is that revision 0.9.4 contains a good amount of changes/additions which I hope you will all like.

    For everyone asking about the MD5 it is included in the said revision along with a new "Password Reset" feature since an encrypted password cannot be "Recovered". I'm still about 90% done, I honestly have not been able

    to get back to work for a while, so again I'm sorry. Hopefully, I'll be able to finally finish this in the next 24 hours.

     

    Thank you all for your patience, I will post an update once the updated is available.

     

    Thanks mate. we will wait on that part. :D 

     

    gonna use it. once it's done/finish. :D

×
×
  • Create New...

Important Information

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