Jump to content

Hyvraine

Members
  • Posts

    133
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Hyvraine

  1. I noticed something with the designers.. they don't give out the PSD/s and I'm wondering why.. I saw someone saying 'for security reasons' and that they will be the one to change the logo/banners.. for copyrights apparently.. but why? Is it because: So that they don't resell the design you made? So that they don't change the footer and claim it as their work? But isn't it also their right to have the PSD because they bought the design? I know this 'issue' is small but I'm just trying to be sure if I should continue giving them their rightful PSDs lol. Thanks for the answer in advance! P.S. I'm not good with English
  2. Hyvraine

    Flux CP Error

    Funny how I thought MySQL was also PHP. meep.
  3. Hyvraine

    Flux CP Error

    CHANGE HOST! I'm sorry, that's all I could say.
  4. Just duplicate the existing array under CharMapServers... Example: 'CharMapServers' => array( array( 'ServerName' => 'FluxRO', 'Renewal' => true, 'MaxCharSlots' => 9, 'DateTimezone' => null, // Specifies game server's timezone for this char/map pair. (See: http://php.net/timezones) //'ResetDenyMaps' => 'sec_pri', // Defaults to 'sec_pri'. This value can be an array of map names. //'Database' => 'ragnarok', // Defaults to DbConfig.Database 'ExpRates' => array( 'Base' => 100, // Rate at which (base) exp is given 'Job' => 100, // Rate at which job exp is given 'Mvp' => 100 // MVP bonus exp rate ), 'DropRates' => array( // The rate the common items (in the ETC tab, besides card) are dropped 'Common' => 100, 'CommonBoss' => 100, // The rate healing items (that restore HP or SP) are dropped 'Heal' => 100, 'HealBoss' => 100, // The rate usable items (in the item tab other then healing items) are dropped 'Useable' => 100, 'UseableBoss' => 100, // The rate at which equipment is dropped 'Equip' => 100, 'EquipBoss' => 100, // The rate at which cards are dropped 'Card' => 100, 'CardBoss' => 100, // The rate adjustment for the MVP items that the MVP gets directly in their inventory 'MvpItem' => 100 ), 'CharServer' => array( 'Address' => '127.0.0.1', 'Port' => 6121 ), 'MapServer' => array( 'Address' => '127.0.0.1', 'Port' => 5121 ), // -- WoE days and times -- // First parameter: Starding day 0=Sunday / 1=Monday / 2=Tuesday / 3=Wednesday / 4=Thursday / 5=Friday / 6=Saturday // Second parameter: Starting hour in 24-hr format. // Third paramter: Ending day (possible value is same as starting day). // Fourth (final) parameter: Ending hour in 24-hr format. // ** (Note, invalid times are ignored silently.) 'WoeDayTimes' => array( array(0, '12:00', 0, '14:00', "LOLZ"), // Example: Starts Sunday 12:00 PM and ends Sunday 2:00 PM array(2, '12:00', 2, '14:00', "LOLZ"), // Example: Starts Sunday 12:00 PM and ends Sunday 2:00 PM array(3, '12:00', 3, '14:00', "LOLZ"), // Example: Starts Sunday 12:00 PM and ends Sunday 2:00 PM array(1, '12:00', 1, '14:00', "LOLZ"), // Example: Starts Sunday 12:00 PM and ends Sunday 2:00 PM array(2, '12:00', 2, '14:00', "LOLZ"), // Example: Starts Sunday 12:00 PM and ends Sunday 2:00 PM array(5, '12:00', 5, '14:00', "LOLZ"), // Example: Starts Sunday 12:00 PM and ends Sunday 2:00 PM //array(3, '14:00', 3, '15:00') // Example: Starts Wednesday 2:00 PM and ends Wednesday 3:00 PM ), // Modules and/or actions to disallow access to during WoE. 'WoeDisallow' => array( array('module' => 'character', 'action' => 'online'), // Disallow access to "Who's Online" page during WoE. array('module' => 'character', 'action' => 'mapstats') // Disallow access to "Map Statistics" page during WoE. ) ) ) will become: 'CharMapServers' => array( array( 'ServerName' => 'FluxRO', 'Renewal' => true, 'MaxCharSlots' => 9, 'DateTimezone' => null, // Specifies game server's timezone for this char/map pair. (See: http://php.net/timezones) //'ResetDenyMaps' => 'sec_pri', // Defaults to 'sec_pri'. This value can be an array of map names. 'Database' => 'ragnarok', // Defaults to DbConfig.Database 'ExpRates' => array( 'Base' => 100, // Rate at which (base) exp is given 'Job' => 100, // Rate at which job exp is given 'Mvp' => 100 // MVP bonus exp rate ), 'DropRates' => array( // The rate the common items (in the ETC tab, besides card) are dropped 'Common' => 100, 'CommonBoss' => 100, // The rate healing items (that restore HP or SP) are dropped 'Heal' => 100, 'HealBoss' => 100, // The rate usable items (in the item tab other then healing items) are dropped 'Useable' => 100, 'UseableBoss' => 100, // The rate at which equipment is dropped 'Equip' => 100, 'EquipBoss' => 100, // The rate at which cards are dropped 'Card' => 100, 'CardBoss' => 100, // The rate adjustment for the MVP items that the MVP gets directly in their inventory 'MvpItem' => 100 ), 'CharServer' => array( 'Address' => '127.0.0.1', 'Port' => 6121 ), 'MapServer' => array( 'Address' => '127.0.0.1', 'Port' => 5121 ), // -- WoE days and times -- // First parameter: Starding day 0=Sunday / 1=Monday / 2=Tuesday / 3=Wednesday / 4=Thursday / 5=Friday / 6=Saturday // Second parameter: Starting hour in 24-hr format. // Third paramter: Ending day (possible value is same as starting day). // Fourth (final) parameter: Ending hour in 24-hr format. // ** (Note, invalid times are ignored silently.) 'WoeDayTimes' => array( array(0, '12:00', 0, '14:00', "LOLZ"), // Example: Starts Sunday 12:00 PM and ends Sunday 2:00 PM array(2, '12:00', 2, '14:00', "LOLZ"), // Example: Starts Sunday 12:00 PM and ends Sunday 2:00 PM array(3, '12:00', 3, '14:00', "LOLZ"), // Example: Starts Sunday 12:00 PM and ends Sunday 2:00 PM array(1, '12:00', 1, '14:00', "LOLZ"), // Example: Starts Sunday 12:00 PM and ends Sunday 2:00 PM array(2, '12:00', 2, '14:00', "LOLZ"), // Example: Starts Sunday 12:00 PM and ends Sunday 2:00 PM array(5, '12:00', 5, '14:00', "LOLZ"), // Example: Starts Sunday 12:00 PM and ends Sunday 2:00 PM //array(3, '14:00', 3, '15:00') // Example: Starts Wednesday 2:00 PM and ends Wednesday 3:00 PM ), // Modules and/or actions to disallow access to during WoE. 'WoeDisallow' => array( array('module' => 'character', 'action' => 'online'), // Disallow access to "Who's Online" page during WoE. array('module' => 'character', 'action' => 'mapstats') // Disallow access to "Map Statistics" page during WoE. ) ), array( 'ServerName' => 'FluasdasdasxRO', 'Renewal' => true, 'MaxCharSlots' => 9, 'DateTimezone' => null, // Specifies game server's timezone for this char/map pair. (See: http://php.net/timezones) //'ResetDenyMaps' => 'sec_pri', // Defaults to 'sec_pri'. This value can be an array of map names. 'Database' => 'ragnarok2', // Defaults to DbConfig.Database 'ExpRates' => array( 'Base' => 100, // Rate at which (base) exp is given 'Job' => 100, // Rate at which job exp is given 'Mvp' => 100 // MVP bonus exp rate ), 'DropRates' => array( // The rate the common items (in the ETC tab, besides card) are dropped 'Common' => 100, 'CommonBoss' => 100, // The rate healing items (that restore HP or SP) are dropped 'Heal' => 100, 'HealBoss' => 100, // The rate usable items (in the item tab other then healing items) are dropped 'Useable' => 100, 'UseableBoss' => 100, // The rate at which equipment is dropped 'Equip' => 100, 'EquipBoss' => 100, // The rate at which cards are dropped 'Card' => 100, 'CardBoss' => 100, // The rate adjustment for the MVP items that the MVP gets directly in their inventory 'MvpItem' => 100 ), 'CharServer' => array( 'Address' => 'localhost', 'Port' => 6121 ), 'MapServer' => array( 'Address' => 'localhost', 'Port' => 5121 ), // -- WoE days and times -- // First parameter: Starding day 0=Sunday / 1=Monday / 2=Tuesday / 3=Wednesday / 4=Thursday / 5=Friday / 6=Saturday // Second parameter: Starting hour in 24-hr format. // Third paramter: Ending day (possible value is same as starting day). // Fourth (final) parameter: Ending hour in 24-hr format. // ** (Note, invalid times are ignored silently.) 'WoeDayTimes' => array( array(0, '12:00', 0, '14:00', "LOLZ"), // Example: Starts Sunday 12:00 PM and ends Sunday 2:00 PM array(2, '12:00', 2, '14:00', "LOLZ"), // Example: Starts Sunday 12:00 PM and ends Sunday 2:00 PM array(3, '12:00', 3, '14:00', "LOLZ"), // Example: Starts Sunday 12:00 PM and ends Sunday 2:00 PM array(1, '12:00', 1, '14:00', "LOLZ"), // Example: Starts Sunday 12:00 PM and ends Sunday 2:00 PM array(2, '12:00', 2, '14:00', "LOLZ"), // Example: Starts Sunday 12:00 PM and ends Sunday 2:00 PM array(5, '12:00', 5, '14:00', "LOLZ"), // Example: Starts Sunday 12:00 PM and ends Sunday 2:00 PM //array(3, '14:00', 3, '15:00') // Example: Starts Wednesday 2:00 PM and ends Wednesday 3:00 PM ), // Modules and/or actions to disallow access to during WoE. 'WoeDisallow' => array( array('module' => 'character', 'action' => 'online'), // Disallow access to "Who's Online" page during WoE. array('module' => 'character', 'action' => 'mapstats') // Disallow access to "Map Statistics" page during WoE. ) ) )
  5. Loaded fast for me ;o Try checking the cache settings in application.php
  6. Yeah.. what is exactly the problem? Remove the / in BaseURI
  7. ^awkward haha 1 month na halos oh, bukas yung pang 1 monh
  8. Wouldn't the ports be already opened if rAthena could connect through them? Just wondering. You could try deleting all the folders in data/logs and the files in data/tmp except for the index.html
  9. Did you just remove the username or is that really a loooong space lol Check your privileges for the user if it can create tables to the database you're using
  10. Hi, can you please make the WoE times sort themselves out by group and ascendingly? Thankss! I think it would be great!
  11. I think you should put background-size: 100% 100% to the body. And then as for containers, this is what I usually do: <div id="container" style="width: 1000px; margin: 0 auto;"> <div id="left" style="width: 200px; float: left;">lkasdjalksdjaklsd</div> <div id="right" style="width: 200px; float: right;">lkasjdlkasjdqwidc</div> <div id="center_contentbox" style="width: 580px; margin: 0 auto;"> alksdaklsjdlk </div> </div> That's my suggestion for a 3-column design
  12. Why would you open that file in your browser...... edit the file using Notepad++ or Notepad. ._.
  13. try deleting the schemas folder in fluxroot/data/logs it should direct you to the install page when you visit the CP again
  14. ?module=install&action=reinstall You have to be logged in though.
  15. The only thing I can suggest is drop all the tables with the prefix "cp_" Then refresh the page. ONLY DROP THEM IF YOU HAVE NO IMPORTANT DATA INSIDE *_*
  16. Or am I just really that sloppy when it comes to searching? Hmm. The truth is, I'm planning to make a merged version but I can't find anything related. I don't want to waste my time making something that has been done already. Please help me. :< Thanks =D
  17. Oh, you must put in your servers.php the IP of the host where your server is hosted. =D
  18. Ako marunong, pero wala akong YM Skype: kenshn111
  19. For me it'd be Xantara's. Because it keeps getting updated and more features are about to come! Installation is easy, you just have to edit server.php change the database account values and change the value of UseMD5 to false if you're not using it. And edit application.php, BaseURI is where your flux is located (if it's not in a folder just leave it blank) localhost or 127.0.0.1 is the root if it's in a folder (www/flux) then baseuri is flux
  20. http://www.mediafire.com/download.php?k2p2gd68s38uc6y
  21. The Purchase module in eAthena Flux isn't working like it should I checked Xantara's to see if this is a problem in my side but meh, it was working Does anyone know the reason? I might just copy Xantara's Purchase module :<
  22. Try checking the files if it contains the previous IP, and what do you mean exactly by moving over to a new one? Like uploading the files to another host? D:
  23. Hyvraine

    Edit in Flux

    You'll always find them in themes/themename/modulename/actionname.php
  24. I am using version 1.2 For the add.php: Use Notepad++ (you can also use the normal Notepad I think) Search for "<?=" and replace all with "<?php" Then search for "<?php h" and replace all with "<?php echo h" For department.php: Search for "<?=" and replace all with "<?php" Then search for "<?php h" and replace all with "<?php echo h" Then search for "<?php d" and replace all with "<?php echo d" Then search for "<?php g" and replace all with "<?php echo g" Then search for "<?php (" and replace all with "<?php echo (" Then search for "<?php (i" and replace all with "<?php echo (i" Change line 47 to this: For settings.php, edit.php, view.php, search.php, index.php Search for "<?= " and replace all with "<?php echo " If there's still anything not working in department.php, please reply. I may have skipped something ? If I messed up something, don't blame me. I'm just trying to help.
×
×
  • Create New...