Jump to content

Vuluts

Members
  • Content Count

    63
  • Joined

  • Last visited

Everything posted by Vuluts

  1. Do I need to install APACHE and PHP? or only MYSQL and PHPADMIN?
  2. @@mrlongshen i dont know what is simple or complex haha hmm i guess its unmannage haha
  3. @@mrlongshen can you recommend other guide on how to install linux in vps? @@Daifuku it's ok now im on the next step @@astralprojection thank you it's ok now My next problem the next step, it gives me error
  4. Hello Hercules, I've been trying to install Hercules in my VPS running CentOS, following this guide http://herc.ws/wiki/Installation_(CentOS) and I'm having problem in the "Import MySQL Tables" When I type cd sql-files/, this will be the output Hoping that anyone can guide and help me with my error. Thank you and more power Hercules
  5. Thank you for the suggestion @hemagx. Noted @Haru
  6. Thank you for this information @@ellandson. Thank you for the suggestion @@mrlongshen, which CentOS version 6.4, 6.5 or 6.6?. Thank you for the suggestion @@Haru, which Debian version 7.8 or 8.0?.
  7. Hello Hercules, I just recently got my VPS for my dev studies, can I have your opinion guys which of the two Linux VPS OS is the best to used CentOS or Debian? My VPS specs is: 512 MB RAM 1 GB SWAP 1 vCore 2.4 GHz 30 GB SSD 250 GB bandwidth Thank you in advance and more power! PS. Admin & Mods, please move my topic if I posted in the wrong section thank you!
  8. im using 2013-08-07 most of them are dead links how is it @@wengbenedict93?
  9. Hello guys, based on what @@zackdreaver says in this topic that [2]. Choose which client date you want use, list clients date (Ragexe) that available in Hercules: [*]2014 : 2014-01-15, 2014-02-05, 2014-03-05, 2014-04-02, 2014-04-16, 2014-10-16, 2014-10-22 [*]2013 : 2013-03-20, 2013-05-14, 2013-05-22, 2013-05-29, 2013-06-05, 2013-06-12, 2013-06-18, 2013-06-26, 2013-07-03, 2013-08-07, 2013-08-14, 2013-12-18, 2013-12-23, 2013-12-30 The recomended and stable clients are bolded May I asked your opinion guys what is the "MOST STABLE and MOST USED" client for a pre-renewal settings nowadays? Thank you in advance and more power Hercules.
  10. Hi to all here @ Hercules, To Mods, Admin please remove or move my topic if i've posted in wrong section or this topic is not correct. I'm new at Hercules and I dreamed to be a DEV too just you guys here. I've been trying to make a private server but the guide on how to setup is already outdated, I've been reading the topic posted by @patskie http://herc.ws/board/topic/968-guide-how-to-setup-hercules/?hl=guides and it's posted since June 2013. I know that there's already a guide but the application that he used in his topic already old, is there anyone here can post an updated version like what @paskie posted, it would be a great help for us beginners and want to be a future DEV too. BTW, my application that I'm using now are: Visual Studio 2013 WAMP server 3.0.0 MySQL Workbench 6.3 Notepad++ 6.9 Thank you in advance and more power Hercules.
  11. Greetings, Would you mind guys help me with my ERRORS, I'm practicing to create a server but when I'm trying to execute my MAIN.SQL and LOGS.SQL in workbench I'm having this errors. for MAIN.SQL I have this error lines, 15:12:21 CREATE TABLE IF NOT EXISTS `charlog` ( `time` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00', `char_msg` VARCHAR(255) NOT NULL DEFAULT 'char select', `account_id` INT(11) NOT NULL DEFAULT '0', `char_id` INT(11) UNSIGNED NOT NULL DEFAULT '0', `char_num` TINYINT(4) NOT NULL DEFAULT '0', `name` VARCHAR(23) NOT NULL DEFAULT '', `str` INT(11) UNSIGNED NOT NULL DEFAULT '0', `agi` INT(11) UNSIGNED NOT NULL DEFAULT '0', `vit` INT(11) UNSIGNED NOT NULL DEFAULT '0', `INT` INT(11) UNSIGNED NOT NULL DEFAULT '0', `dex` INT(11) UNSIGNED NOT NULL DEFAULT '0', `luk` INT(11) UNSIGNED NOT NULL DEFAULT '0', `hair` TINYINT(4) NOT NULL DEFAULT '0', `hair_color` INT(11) NOT NULL DEFAULT '0' ) ENGINE=MyISAM Error Code: 1067. Invalid default value for 'time' 0.000 sec and for LOGS.SQL 15:16:03 CREATE TABLE IF NOT EXISTS `atcommandlog` ( `atcommand_id` MEDIUMINT(9) UNSIGNED NOT NULL AUTO_INCREMENT, `atcommand_date` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00', `account_id` INT(11) UNSIGNED NOT NULL DEFAULT '0', `char_id` INT(11) UNSIGNED NOT NULL DEFAULT '0', `char_name` VARCHAR(25) NOT NULL DEFAULT '', `map` VARCHAR(11) NOT NULL DEFAULT '', `command` VARCHAR(255) NOT NULL DEFAULT '', PRIMARY KEY (`atcommand_id`), INDEX (`account_id`), INDEX (`char_id`) ) ENGINE=MyISAM AUTO_INCREMENT=1 Error Code: 1067. Invalid default value for 'atcommand_date' 0.016 sec I'm referring with the guide topic posted by Patskie ~ http://herc.ws/board/topic/968-guide-how-to-setup-hercules/ Hoping that someone could help me with my errors Thank you so much!
  12. Pa help naman po may problem po ako sa pag execute ng main.sql and logs.sql Base po sa topic na guide ni Patsie ~ http://herc.ws/board/topic/968-guide-how-to-setup-hercules/ Nasa step # 27 nako Eto po ung error niya: MAIN.SQL 14:58:21 CREATE TABLE IF NOT EXISTS `charlog` ( `time` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00', `char_msg` VARCHAR(255) NOT NULL DEFAULT 'char select', `account_id` INT(11) NOT NULL DEFAULT '0', `char_id` INT(11) UNSIGNED NOT NULL DEFAULT '0', `char_num` TINYINT(4) NOT NULL DEFAULT '0', `name` VARCHAR(23) NOT NULL DEFAULT '', `str` INT(11) UNSIGNED NOT NULL DEFAULT '0', `agi` INT(11) UNSIGNED NOT NULL DEFAULT '0', `vit` INT(11) UNSIGNED NOT NULL DEFAULT '0', `INT` INT(11) UNSIGNED NOT NULL DEFAULT '0', `dex` INT(11) UNSIGNED NOT NULL DEFAULT '0', `luk` INT(11) UNSIGNED NOT NULL DEFAULT '0', `hair` TINYINT(4) NOT NULL DEFAULT '0', `hair_color` INT(11) NOT NULL DEFAULT '0' ) ENGINE=MyISAM Error Code: 1067. Invalid default value for 'time' 0.000 sec LOGS.SQL 15:16:03 CREATE TABLE IF NOT EXISTS `atcommandlog` ( `atcommand_id` MEDIUMINT(9) UNSIGNED NOT NULL AUTO_INCREMENT, `atcommand_date` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00', `account_id` INT(11) UNSIGNED NOT NULL DEFAULT '0', `char_id` INT(11) UNSIGNED NOT NULL DEFAULT '0', `char_name` VARCHAR(25) NOT NULL DEFAULT '', `map` VARCHAR(11) NOT NULL DEFAULT '', `command` VARCHAR(255) NOT NULL DEFAULT '', PRIMARY KEY (`atcommand_id`), INDEX (`account_id`), INDEX (`char_id`) ) ENGINE=MyISAM AUTO_INCREMENT=1 Error Code: 1067. Invalid default value for 'atcommand_date' 0.016 sec Sana po may maka tulong sakin, hmmm may mali po ba akong nagawa sa previus steps?
×
×
  • Create New...

Important Information

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