Jump to content

Stickhead

Members
  • Content Count

    17
  • Joined

  • Last visited

About Stickhead

  • Rank
    Member

Recent Profile Visitors

1226 profile views
  1. For inquire check http://herc.ws/board/topic/7646-stickhead-premade-and-web-design-inc/
  2. if you're using latest rathena emulator you will have those error because rathena emulator doesn't use "acc_reg_num_db" anymore to fix this goto : config/addons.php find this 'cashpoints' => and change acc_reg_num_db to global_reg_value after that goto modules/voteforpoints/index.php find $sql = "UPDATE $cp_tbl SET value = value + ? WHERE key = ? AND account_id = ?"; and change WHERE key = ? to WHERE str = ? hope this helps
  3. yeah edited my post haven't check it so i was confuse.
  4. its about the activequest () hmmm you can use the checkquest instead i guess set .@active,checkquest(70001); - if (questactive(70001)) { if (.@active == 1) { just a sample. just revise your code again
  5. well if you research you can get it right but for now i will give you the answer hope this helps
  6. my latest work at the moment haven't done so much design yet but I always practice my skills in coding and designing websites. check my new work:
  7. $sql = "SELECT *value* FROM {$server->loginDatabase}.*cashpointTable* ORDER BY id DESC "; $sth = $server->connection->getStatement($sql); $sth->execute(); $cash = $sth->fetchAll(); here is a sample
×
×
  • Create New...

Important Information

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