Jump to content

Luffy

Members
  • Content Count

    303
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by Luffy


  1. or maybe because im using a another green theme, because of the cp_banlog ,cp_loginprefs, all the cp_ installed on phpmyadmin?

    what suppose to be may problem?
    maybe on how i put it or merge it together?

    i'll have just to the green theme on the themes folder ?

    on the application.php

      'ThemeName'   => 'default',


    because the default is the name of folder of green theme.


  2. If it's 5.4.x, then there's no safe mode anymore. It is already disabled.

    Then What supposed to be the problem here?

     

    I used the Green Theme ( http://rathena.org/board/files/file/2991-green-fluxcp-theme ) in Flux CP for hercules.

     

    and then this error appears.

     

    Warning: Invalid argument supplied for foreach() in /public_html/main/lib/Flux.php on line 305

     

     

     

    Warning: Cannot modify header information - headers already sent

     

    by (output started at /public_html/main/lib/Flux.php:305)

     

    in /public_html/main/lib/Flux/Template.php on line 860


  3. Open Makefile.in in src/plugins/ and edit line

    MYPLUGINS =

    Write there name of plugin, in your case afk. If you'll have more just add them after space. You'll have this:

    MYPLUGINS = afk

    Now do ./configure && make all from Herc directory or, if you have server compiled already, do make plugins.

     

    Also, after that open conf/plugins.conf and add your plugin there.

    Since it's a command don't forget to add it to conf/groups.conf. If you want you can add aliases for this command in conf/atcommand.conf.

    hi Garr , Thank you for the response, but Haru already help me out, /no1 thank you.

     

    BTW do you know how i can change the message

     

    i dont want to have a auto reply like this :

     

    " Sever: user is in autotrade mode and cannot receive whispered messages. " ?

     

    how can i change it not to have auto reply.?

     

    How can i disable the message when autotrading

     

    that if you pm that autotrade person 

     

    It will pm back that "name" is in autotrade mode. you can't pm.

     

     

    how to disable that message?

     

    i want a no repsonse only. :D


  4.  

     

    is that advisable to do? @_@

     

    Safe Mode is broken by definition (it tries to solve a problem it should not try to solve at the language interpreter's level.) It was deprecated in of PHP 5.3 and removed in PHP 5.4. Since php 5.2 is unsupported (as of 3 years ago), and php 5.3 is at end-of-life, you can consider safe_mode as some legacy feature that soon won't be available anymore in any production server.

    i saw on the cpanel the version of my php , its PHP version

    5.4.28

     

    so i need to turn off the safe mode?


  5. Warning: Invalid argument supplied for foreach() in /public_html/main/lib/Flux.php on line 305



    Warning: Cannot modify header information - headers already sent
    by (output started at /public_html/main/lib/Flux.php:305)
    in /public_html/main/lib/Flux/Template.php on line 860

×
×
  • Create New...

Important Information

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