Jump to content

Hadeszeus

Members
  • Content Count

    651
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Hadeszeus

  1. Hadeszeus

    Tanong sa pag update

    Hindi po possible lalo na pag masyado na madami ang modification mo.
  2. The IPN URL stays the same. Your merchant ID can be found in your paypal account: Profile -> My Business Info May I ask how you're testing the donation? It's very weird that it's working fine for me .. What I do is that I have 2 sandbox accounts in paypal. One is my donation account and the other is the donor account. 1st - I go to currency->settings in CORA admin panel and provide all the information needed there (Merchant ID, Organization Name, Currency, enabled donation, enabled sandbox mode) 2nd - I login to my non-admin account and go to donation page in which I will be given options on how much I would want to donate. I choose one and I will redirected to paypal. 3rd - I donate with my donor account and "Return to facilitator's homepage". 4th - I check my account and I now have 50 credits (5USD = 50 credits for me) EDIT I'm thinking of making a video demonstration soon so you can all see how to manage each modules. I'm also planning to add new content in the website's guides to help you use CORA to its full potential I did the same I have two accounts in my sandbox on this link https://developer.paypal.com/webapps/developer/applications/accounts I'm doing my testing on this link http://cora.rps.ragnarok.gs/index.php Do you have a skype account? I will personally help you there if you want Oops. Sorry for the double post. Didn't mean it lol. Man thank you so much for helping me out Now donation is 100% working using Cora. @All try this out guys
  3. The IPN URL stays the same. Your merchant ID can be found in your paypal account: Profile -> My Business Info May I ask how you're testing the donation? It's very weird that it's working fine for me .. What I do is that I have 2 sandbox accounts in paypal. One is my donation account and the other is the donor account. 1st - I go to currency->settings in CORA admin panel and provide all the information needed there (Merchant ID, Organization Name, Currency, enabled donation, enabled sandbox mode) 2nd - I login to my non-admin account and go to donation page in which I will be given options on how much I would want to donate. I choose one and I will redirected to paypal. 3rd - I donate with my donor account and "Return to facilitator's homepage". 4th - I check my account and I now have 50 credits (5USD = 50 credits for me) EDIT I'm thinking of making a video demonstration soon so you can all see how to manage each modules. I'm also planning to add new content in the website's guides to help you use CORA to its full potential I did the same I have two accounts in my sandbox on this link https://developer.paypal.com/webapps/developer/applications/accounts I'm doing my testing on this link http://cora.rps.ragnarok.gs/index.php
  4. @Takari thanks for your response. I added IPN but still after check out credit is not added in my cora account. If ever I use live payment all I need is paypal merchant ID? for example [email protected] then what will happen on the /donate/verify? where should I configure that?
  5. 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?
  6. 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! just improve the loading and it will be awesome! After comparing using webtest. I can confirm that cora is a bit slow compare to fluxcp. There's a 1.7 seconds difference on rendering time both using default theme. But I believe reducing the number of request and optimizing the images size, & proper caching + gzip can improve cora loading speed.
  7. It's working now Thank you! Suggestion: When registering an account. If the submitted details returns an error the data should also retain on fields so the user will not re-enter again.
  8. You can easily change the options through the widget options (by clicking the widget's name in your widget list in admin panel) .. The player count and player peak requires a custom script included in cora's download. /cora/scripts/user_count.txt (or something like that) Kinda hard to check right now as I'm on mobile ) THank you! Thank you!
  9. Can I ask for help? I also had problem on PORT detection. ALL servers are offline and online players are not counting. I am sure that outbound connection is enable for the following port since It's working on my fluxcp. THanks! BTW, I'd like to Congratulate you and your team for building this awesome CP Logs is <3 so powerful module. Edited: After manually adding the IP in tcp_wid_ss table from 127.0.0.1 to Server IP. all servers are now online. But the weird part is Online Players and Peak are not displaying the correct number. In tcp_wid_ss the value of both is 1 but in website view 0. Thanks!
  10. New generation CP! Great Job Takari! I'm going to use this on my server. I hope someone will try to check if this is vulnerable to some exploit or hack.
  11. Requesting a custom command that will broadcast my message to a specific map I declared in the script. For example: If i type @broadcast2 Announcement for Prontera, Morroc, Payon, Geffen Map Only The announcement will only broadcast on the specific map I set in an array/script. setarray $broadcastMap$[0],prontera,morroc,payon,geffen;
  12. Currently known case where MAC address is missing are Wine/Crossover users. The protable usb modem too not having mac on its own it will give 00-00-00-00-00 some like that, im trying to solve that isue aparently i have used login check so no more than 2 mac addres logged in same time, but the user who give 00- mac adress is too many from them and they was kicked out from game reference: http://superuser.com/questions/125379/does-a-usb-modem-have-its-own-mac-address http://security.stackexchange.com/questions/32319/will-my-usb-modem-send-my-mac-address-to-my-isp from the reference above taken conclusion is the Modem communications type it must be 802.x protocol to have it own mac addres, truthly i don't even uderstand what they tell but i make it simply modem usb is not real modem dummy isn't it Exact same issue That's why I disabled mac check for dual login
  13. Hi @Ai4rei Just want to ask if why some players doesn't have mac ip using this. What do you think is the problem?
  14. Hi can someone help me reduce the effect of DEEPSLEEP. How can I reduce it by -1 for every 20 INT and is it possible to lower the chance of this? case SC_DEEP_SLEEP: sc_def = bst->int_*50; tick_def = 0; // Linear reduction instead tick_def2 = bst->int_ * 50 + SCDEF_LVL_CAP(bl, 150) * 50; // kRO balance update lists this formula break; I tried changing the value of int but in game it not working. or maybe i dunno how. Time tick still around 20 seconds.
  15. I can't access Rathena.org. Looks like a domain ISSUE Just saying.
  16. Can someone pinpoint the commits that i need to patch to fix thiss problem 166: .@monster_arena_timer = questprogress(60195,PLAYTIME); // 4 hrs ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 167: .@monster_arena_timer2 = questprogress(60196,PLAYTIME); // 2 hrs 168: .@monster_arena_delay = questprogress(60197,PLAYTIME); // 4 hrs
  17. Is this something built it in hercules or need to create new mapflag for this via source mod?
  18. I'd like to increase the HP of players via mapflag in a specific map? Is this possible in hercules? Thanks!
  19. what? I did not understand but who determines the blocked items and yourself '-' Sorry my message was not meant for you. What I'm trying to say is. This source mod unequipped the item of the user using this mapflag. So my question is, how to use this SOURCE MODE that I can still equipped some items I want to allow.
  20. How about Allowing Some item? Possible? Thanks
  21. Hmm I'ms ure it's 1288. Since the last time I check my emperium HP change to 100 HP after I update to latest one. When I change again the HP of 1288 mobid it applies to all castle emperium.
×
×
  • Create New...

Important Information

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