Jump to content

bWolfie

Members
  • Content Count

    848
  • Joined

  • Last visited

  • Days Won

    34

Posts posted by bWolfie


  1. like u said you change your castles every week. what if you want to change it again ? use WOE controller to make it simple.

     

    Somebody has to manually change it every week. If they forget, then the week before will repeat. A script would make life easier meaning we can forget about it for good until we need to change the routine/pattern again.


  2. Tried it out! And it delivers.

     

    As expected from Ridley.

     

    If you like his scripts, consider getting his services by clicking here.

     

    10/10, Scripts made from Heaven. -IGN

     

    All hail Ridley? :P


  3.  

    Maybe client too old for this feature.

    Hmm, is there a script that will message the usage delay to a player?

     

    You can make a script, yes, but you won't be able to stop them using the berry again.

     

    Example:

     

    if (@ygg_berry <= gettimetick(2))
    {
          percentheal 100,100;
          @ygg_berry = gettimetick(2) + 10;
    }
    

     

    This will give a 10 second delay for the effect to take place. The issue with this method is if the player uses a berry before the delay timer is finished, the berry will be consumed and no effect will take place.


  4. The Problem is not the PaymentNotifyRequest.php

     

    its the file what the Request is calling line 417 from checking the Herc FLux CP  your PayPal log file dont got write permission

     

    the log files are located in /logs/transactions

     

    be sure the paypal log file got the correct permission

     

    Thanks. I did:

     

    chown -R 48:48 ../cp/data/logs
    chmod -R 0777 ../cp/data/logs
    

     

    What should my chmod value be? When I did 0600 like it recommended in error.php, site wouldn't work.


  5. [Mon Feb 06 19:36:34.292935 2017] [:error] [pid 15965] [client 173.0.81.1:35535] PHP Warning:  fopen(/var/www/html/cp/data/logs/transactions/web_accept/Completed/3P067541NC953022L.log.php): failed to open stream: Permission denied in /var/www/html/cp/lib/Flux/PaymentNotifyRequest.php on line 417

     

    I'm logging things using the VIrtualHost system and this is a message I received. It happened the moment I donated money and was returned to the CP. The donation went through, I'm just curious as to what this is.

     

    What could it mean?


  6. Try

    
    

    chown -R 33:33 /var/www/html

    chown -R 33:33 /var/www/html/data/tmp

    chown -R 33:33 /var/www/html/data/itemshop

    chown -R 33:33 /var/www/html/data/logs

    chmod -R 0755 /var/www/html/data/tmp

    chmod -R 0755 /var/www/html/data/logs

    Also you can try creating data/tmp folder if it doesn't exist.
×
×
  • Create New...

Important Information

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