Jump to content

lawry

Inactive Member
  • Posts

    14
  • Joined

  • Last visited

  • Feedback

    0%

About lawry

Informations

  • Gender
    Female

Recent Profile Visitors

825 profile views

lawry's Achievements

Apprentice

Apprentice (3/16)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

2

Reputation

  1. syserr again mysql: unknown variable 'eSELECT * FROM player.item where item.id = '30180484' order by item.id desc limit 1;'
  2. like this ? os.execute('mysql '..pre..' --e'..string.format('%q',query)..' > '..fi) -- für MySQL55
  3. I use Vanilla Core 2.3 game & DB and Mysql 5.5 when i set --os.execute('mysql '..pre..' --e='..string.format('%q',query)..' > '..fi) -- für MySQL51 , I run the quest .syserr note: RunState: LUA_ERROR: locale/newcibn/quest/questlib.lua:1862: attempt to call global `split' (a nil value) when i set -- os.execute('mysql '..pre..' -e'..string.format('%q',query)..' > '..fi) -- für MySQL55 I run the quest .syserr note :mysql: ambiguous option '--e=SELECT * FROM player.item where item.id = '400000675' order by item.id desc limit 1;' (enable_cleartext_plugin, execute) Please help me
  4. I use Vanilla Core 2.3 game & DB and Mysql 5.5 when i set --os.execute('mysql '..pre..' --e='..string.format('%q',query)..' > '..fi) -- für MySQL51 , I run a quest .syserr note: RunState: LUA_ERROR: locale/newcibn/quest/questlib.lua:1862: attempt to call global `split' (a nil value) when i set -- os.execute('mysql '..pre..' -e'..string.format('%q',query)..' > '..fi) -- für MySQL55 I run a quest .syserr note :mysql: ambiguous option '--e=SELECT * FROM player.item where item.id = '400000675' order by item.id desc limit 1;' (enable_cleartext_plugin, execute) Please help me
  5. How to use these functions : game.mysql_real_escape_string(string query) game.mysql_query(string query) game.mysql_update_query(string query) Whether i need add them into questlib.lua and quest_functions ? Are these function have return value ? Could you give me some examples for these functions. for exp : game.mysql_query("select version( );")
  6. Please make a video for set VS2008 include lib and compli client source code~!~!
  7. Can you share the source code of Base winodws server files?
  8. how can you do that change source code from freebsd to windows ?
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.