Jump to content

pandaplaygames

Members
  • Posts

    113
  • Joined

  • Last visited

Everything posted by pandaplaygames

  1. Hi All- Can I get support on setting up the email part for FLUXCP? I think i got that right on the gmail part but it's not emailing out. Can I get an email guide with FAQs/troubleshooting/hints and tips on this area? generally speaking.
  2. username password mismatch or user profile privilege.
  3. but those two have different functions :/ killmonster with drops and killmonster2 without drops
  4. any guides to actually adding donation items?
  5. 1.) have you considered that your clientinfo.xml is not configured correctly? 2.) most patched EXEs around are patched to not read from data folder and read from the multiple grf files in DATA.INI 3.) are you using 2012-04-10RagexeRE?
  6. disabled the logs for now. thanks ill check up ont SQL script.
  7. Hi all- I've been getting this LOG error. [sql]: DB error - Incorrect table name '' [Debug]: at log.c:198 - INSERT DELAYED INTO `` (`time`, `char_id`, `type`, `nameid`, `amount`, `refine`, `card0`, `card1`, `card2`, `card3`, `map`) VALUES (NOW(), '1261', 'M', '7053', '-1', '0', '0', '0', '0', '0', 'prontera') I've notice that in log.c if( SQL_ERROR == Sql_Query(logmysql_handle, LOG_QUERY " INTO `%s` (`time`, `char_id`, `type`, `nameid`, `amount`, `refine`, `card0`, `card1`, `card2`, `card3`, `map`) VALUES (NOW(), '%d', '%c', '%d', '%d', '%d', '%d', '%d', '%d', '%d', '%s')", log_config.log_pick, id, log_picktype2char(type), itm->nameid, amount, itm->refine, itm->card[0], itm->card[1], itm->card[2], itm->card[3], map[m].name?map[m].name:"") ) { but the logs.sql creates picklog not log_pick. So i renamed the picklog to log_pick #Database: ragnarok #Table: picklog CREATE TABLE `picklog` ( `id` int(11) NOT NULL auto_increment, `time` datetime NOT NULL default '0000-00-00 00:00:00', `char_id` int(11) NOT NULL default '0', `type` enum('M','P','L','T','V','S','N','C','A','R','G','E','B','O','I','X','D','U') NOT NULL default 'P', `nameid` int(11) NOT NULL default '0', `amount` int(11) NOT NULL default '1', `refine` tinyint(3) unsigned NOT NULL default '0', `card0` int(11) NOT NULL default '0', `card1` int(11) NOT NULL default '0', `card2` int(11) NOT NULL default '0', `card3` int(11) NOT NULL default '0', `map` varchar(11) NOT NULL default '', PRIMARY KEY (`id`), INDEX (`type`) ) ENGINE=MyISAM AUTO_INCREMENT=1 ; any patch of heaven that can help me out? I still get that delayed insert to error message coz my table name is incorrect. -.- turned off logs for now but need help lol
  8. @@, i'm singing in the rain..♪

  9. me thinkz that iz in your EXE. try hacking the resource
  10. it's possible to do this. "time" is the resources.
  11. yeah coz I removed that code ) Fixed! The index.php that was specified in the directions On your webserver, visit themes\default\main and open index.php for editing. Replace everything inside the file to contain this: <?php if (!defined('FLUX_ROOT')) exit; $this->redirect($this->url('news','view')) ?> Save the file and close. Upon visiting the home page of your site you should now be presented with the News System. http://rathena.org/board/files/file/2332-flux-cp-cms-addon/ actually the file to edit is not under themes, but under root directory modules\main\index.php
  12. Well I got FLUX CP working fine and dandy except for this part >> <?php if (!defined('FLUX_ROOT')) exit; $this->redirect($this->url('news','view')) ?> the website doesn't even load! LOL here's the site. http://oraclero.tk It's not yet done im still fixing it but need help on the CMS addon
  13. I got my ports opened. Called the ISP. Tama sabi ko naka NAT ung subscribers. Meaning ISP >> NAT >> modem/router >> nat LOL dobol dobol firewall. resolution.. ISP >> modem/router >> nat
  14. I have a problem with this Redirect script. Webpage doesnt even load. 500 internal server error.
  15. do a quick check with your root username and password. open up the application.php in the config table. make sure the username and password are correct and inside ' '.
  16. Different problem. I put this <?php if (!defined('FLUX_ROOT')) exit; $this->redirect($this->url('news','view')) ?> in the index, the whole website doesn't even load and I get stuck @ 500 internal server error. anyhelp?
  17. NVM. its just not possible (right away) to host under bayantelDSL. I thank them for helping me and rathena.
  18. Gets na gets ko yan. However port tool checker still shows ports closed. nakaka fustrate. maski yang WANIP sa whatismyip. naka no-ip service ako so any changes madali lang. pero yang ip address na sa WANIP ko ^^, di yan nag chchange pero ung WAN IP sa router page nag chachange odiba saya? ayan failed parin. di sha mag open sa net.. I can connect no problem but the WAN side is my problem. Has anyone successfully setup with BayantelDSL with this>> Bayantel DSL - ZXV10 W300S I know its not my settings..
×
×
  • Create New...