Jump to content

rickyariadi07

Members
  • Posts

    20
  • Joined

  • Last visited

Posts posted by rickyariadi07

  1. Hai Guys thanks for reading my little notes here

     

    i want to ask how fix this problem..

     

    i got notice on my website like this

     

    Warning: fopen(data/tmp/ConfigAccess.cache.php): failed to open stream: Permission denied in /var/www/html/lib/Flux.php on line 275 Warning: fwrite() expects parameter 1 to be resource, boolean given in /var/www/html/lib/Flux.php on line 276 Warning: fwrite() expects parameter 1 to be resource, boolean given in /var/www/html/lib/Flux.php on line 277 Warning: fclose() expects parameter 1 to be resource, boolean given in /var/www/html/lib/Flux.php on line 278

     

     

    and then in the registration page, security code with chapta image doesn't show 

     

    post-26418-0-37182500-1418257777_thumb.jpg

     

     

    thanks for anyone who try to help me ^^

     

     

    Regards,

  2. 1. PhpMyAdmin is installed on your webhosting.

     

    2. You'll need to set up some configuration in these files application.php and server.php

     

    application.php

     

    <?php

    // This is the application configuration file. All values have been set to

    // the default, and should be changed as needed.

    return array(

    'ServerAddress'        => 'localhost',              // This value is the hostname:port under which Flux runs. (e.g., example.com or example.com:80)

     

     

    servers.php

     

     

     

    return array(

    // Example server configuration. You may have more arrays like this one to
    // specify multiple server groups (however they should share the same login
    // server whilst they are allowed to have multiple char/map pairs).
    array(
    'ServerName'     => 'FluxRO',
    // Global database configuration (excludes logs database configuration).
    'DbConfig'       => array(
    //'Socket'     => '/tmp/mysql.sock',
    //'Port'       => 3306,
    //'Encoding'   => 'utf8', // Connection encoding -- use whatever here your MySQL tables collation is.
    'Convert'    => 'utf8',
    // -- 'Convert' option only works when 'Encoding' option is specified and iconv (http://php.net/iconv) is available.
    // -- It specifies the encoding to convert your MySQL data to on the website (most likely needs to be utf8)
    'Hostname'   => '127.0.0.1',
    'Username'   => 'ragnarok',
    'Password'   => 'ragnarok',
    'Database'   => 'ragnarok',
     
    You'll need to read carefully and put the correct IP from your VPS.
     

     

    3. You do not need to install it, your webhost should have it already installed. 

     

    thank you so much sir, i'll try to follow your clue.

     

    one more thing, can i use fluxcp theme on sgcp?

  3. Dear all,

     

    i really sorry for this newbie topic.

     

    i need some information how to install or create ragnarok website control panel on webhosting.

     

    first thing that should i tell:

     

    1. i have rent VPS different place with hosting

    2. Webhosting and domain have different IP address with vps

     

    so i need to know what should i do first,

     

    1. where is my phpmyadmin installed? vps or webhosting?

    2. how to make my website link with vps

    3. how to install phpmyadmin

     

    ok, for a while i just wanna ask that

     

     

     

  4. Dear all,

    I need some help here, this problem was exsist after i change the emulator rathena.

    It happen in random times,it happens like this: the server will stuck or frezee, then if you close client and re login it will givr notice that "server still recognizes the last log-in,please try again after a few minutes."

    And when i check on puty their log in log are rejected after choose character.

    I must reboot the server to make the server normal again, there is no error notice at putty, the server Are running so well.

    But i don't know what ecxactly the problem that make my server always stuck in random time, sometimes in 2 days nothing happen and sometimes it happens 3 times in a day.

    Can someone help me to solve this problem, thanks

  5.  

    Like this?;

    -	script	dailygift	-1,{
    set .Hour,24;
    
    OnPCLoginEvent:
    if( #dailytimer < gettimetick(2) ) {
    mes "You have Gained a Daily Gift.";
    set #dailytimer,gettimetick(2) + ( .Hour * 3600 );
    getitem 6101,1; //set the price here
    }else{
    set .@last,#dailytimer - gettimetick(2);
    set .@hour, .@last % ( 24 * 3600 ) / 3600;
    set .@min, .@last % ( 24 * 3600 ) % 3600 / 60;
    set .@sec, .@last % ( 24 * 3600 ) % 3600 % 60;
    mes "You have to wait to get your next Daily Gift.";
    mes "Time CountDown : ^FF0000"+.@hour+":"+.@min+":"+.@sec+"^000000";
    }
    close;
    }
    

     

    sir anakid, i want to use this script, but i need a little modification,

    i want to gift a daily gift for vending character or with command @autotrade

     

    can you help me sir..

     

    Billion of thanks from newbie

×
×
  • Create New...