Jump to content

Yoh Asakura

Members
  • Content Count

    261
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by Yoh Asakura


  1. Hi,

     

    After having many problems using old versions of phpmyadmin I just updated it.... but now it says I must have php 5.3 version.

     

    I really searched many websites but until now I can't install/update it.

     

    Anyone could help me? I'm using Centos 5.


  2. I think its better if you will just let the GM Type the item that he/she wants.

     

    Ex:

     

    Item ID /  Quantity  / Reason

     

     

    No, I prefer to make a shop so they can choose, is more easy.

    im getting error

     

    http://prntscr.com/7c0n6x

     

     

    Change this line

    -	shop	gm_shop_npc	-1,607:1,608:2,
     

    to this

     

    -	shop	gm_shop_npc	-1,607:1,608:2
     

    After the last item ID you can't use ','


  3. Ok, I've installed but now I'm getting this error 

     

    Warning: date(): It is not safe to rely on the system's timezone
    settings. You are *required* to use the date.timezone setting or the
    date_default_timezone_set() function. In case you used any of those
    methods and you are still getting this warning, you most likely
    misspelled the timezone identifier. We selected 'America/New_York' for
    'EDT/-4.0/DST' instead in
    /var/www/html/painel/lib/Flux/Connection/Statement.php on line 14


  4. @@Dastgir

     

    Critical Error

    An error was encountered during the lifetime of the application.

    This could be due to a variety of problems, such as a bug in the application.

    However, normally it is caused by misconfiguration.

    Exception Details

    Error: Flux_PermissionError

    Message: The log storage directory '/var/www/html/cp/data/logs' is not writable. Remedy with `chmod 0600 /var/www/html/cp/data/logs`

    File: /var/www/html/cp/index.php:125


  5. You've changed the SQL Table...now I get this error on my database when I try to create the table:

     

     #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AUTO_INCREMENT, `account_id` INT(11) UNSIGNED NOT NULL DEFAULT '0', `char_' at line 2


  6. Warning: fopen(data/tmp/ConfigServers.cache.php): failed to open stream: Permission denied in /var/www/html/cp/lib/Flux.php on line 275

     

    I already gave permission 777 for this file....


  7.  

     

    change

    query_sql( "INSERT INTO `gm_shop_log` ( `account_id`,`char_id`,`name`,`item`,`reason`,`time` ) VALUES ( "+getcharid(3)+","+getcharid(0)+",'"+strcharinfo(0)+"','"+@bought_quantity[0]+"x "+getitemname( @bought_nameid[0] )+"',"+.@reason$+",NOW() ) " );

    into

    query_sql( "INSERT INTO `gm_shop_log` ( `account_id`,`char_id`,`name`,`item`,`reason`,`time` ) VALUES ( "+getcharid(3)+","+getcharid(0)+",'"+strcharinfo(0)+"','"+@bought_quantity[0]+"x "+getitemname( @bought_nameid[0] )+"','"+.@reason$+"',NOW() ) " );

    Okay, I've changed and now I can put the reason, but if I try to use the npc for the 2nd time, when I put the reason appears an error.

     

    post-3532-0-97366100-1432731112_thumb.jpg


  8. Hi,

     

    I was talking to @@Dastgir and I've asked if it's possible to send an automatic email to those players that didin't log in the server for more than 20 days. The automatic message would be sent to the email that the player has registered. Many servers nowadays has this, but I still don't know how to do it.

     

    I also would like to know how to send emails, like adverts to the player's email. I saw many servers that does it, and it's really good.

     

     

    Kind Regards.

×
×
  • Create New...

Important Information

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