Jump to content

ShogS

Members
  • Posts

    91
  • Joined

  • Last visited

Everything posted by ShogS

  1. Sorry if I double post or something. I was just looking for an addons on flux while WOE is on progress an status will be Shown like WOE: ONLINE - something like that just like on Server status. Is there any one can give me that addons or can help me neither? please I just need it, tnx in advance
  2. Ask lang po mga sir papano po ba mailalagay ung WOE status For example On going po ang WOE so mag a appear po is WOE: ONLINE like po sya sa server status. kc po sa ceres meron po sya. can any one help me for these? kanina pa po kc ako nag hahanap sa mga forums wala po ako makita eh tnx in advance
  3. Try to Look po sa database mo if like mo po manually mo sya ilagay --- cp_itemshop
  4. Done resolving it tnx to jupeto
  5. <?php if (!defined('FLUX_ROOT')) exit; $title = 'Castles'; $sql = "SELECT castles.castle_id, castles.guild_id, guild.name AS guild_name, guild.emblem_len FROM {$server->charMapDatabase}.guild_castle AS castles "; $sql .= "LEFT JOIN guild ON guild.guild_id = castles.guild_id ORDER BY castles.castle_id ASC"; $sth = $server->connection->getStatement($sql); $sth->execute(); $castles = $sth->fetchAll(); $castleNames = Flux::config('CastleNames')->toArray(); ?> HOW can I put some Limits uppon showing the records of the castle owned. I would to show just 5 castle records on every page. How can I implement this? Like sa GUILD Rank 20 limits? Help Please.
  6. ^^ ok lang po.. I can wait. I hope you can help me po thanks in advance
  7. SIr sorry mali po post ko eto po pala ung Code <?php if (!defined('FLUX_ROOT')) exit; $title = 'Castles'; $sql = "SELECT castles.castle_id, castles.guild_id, guild.name AS guild_name, guild.emblem_len FROM {$server->charMapDatabase}.guild_castle AS castles "; $sql .= "LEFT JOIN guild ON guild.guild_id = castles.guild_id ORDER BY castles.castle_id ASC"; $sth = $server->connection->getStatement($sql); $sth->execute(); $castles = $sth->fetchAll(); $castleNames = Flux::config('CastleNames')->toArray(); ?> gusto ko sana lagyan ng Limit kaso pag sinubukan ko po ung -- $sql .= "LIMIT ".(int)Flux::config('LimitCastle'); at ung $sql .= "LIMIT 5"; hindi na po nag a apear ung mga records
  8. <?php if (!defined('FLUX_ROOT')) exit; $title = 'Castles'; $sql = "SELECT castles.castle_id, castles.guild_id, guild.name AS guild_name, guild.emblem_len FROM {$server->charMapDatabase}.guild_castle AS castles "; $sql .= "LEFT JOIN guild ON guild.guild_id = castles.guild_id ORDER BY castles.castle_id ASC"; $sth = $server->connection->getStatement($sql); $sth->execute(); $castles = $sth->fetchAll(); $castleNames = Flux::config('CastleNames')->toArray(); ?> HOW can I put some Limits uppon showing the records of the castle owned. gusto ko kc 5 castle lang ang mag papakita every page. pano po ba? Like sa GUILD Rank 20 pano po malalagyan ng limits? Help Plss
  9. Question how can I apply this to a source? I don't even know how to patch. Is there any one can help me? thanks in advance
×
×
  • Create New...