XP is not saving in database(5$ donation if you help me)
Posted: Wed Feb 21, 2007 9:32 am
--- Please enter the following information for support ---
War3ft Version: 2.3.2
Amxmodx Version: v1.71
Metamod Version:
amxx list:
amxx modules:
meta list:
ill try to be full and give a full list :
The problem i'm having :
I created a mysql database with phpadmin.
After several rounds there is still no data in saved (no 'war3users' list).
While i filled in all the right data :
war3ft.cfg file :
And it creates a bug to : when i enter players start with an ultimate.. while having 0 xp.
I leveled 3 levels, xp saves at the end of the round.
I changed map, and it started with 0 xp.
My database says no data found.
The log file does not give any error related to saving xp or database.
I willmake a small donation if you can help me , bec i already spended 2 days in fixing it.
ow i also tried
for a day and then xp did save and there wasnt an ultimate bug. But then the xp is saved on the gameserver right? Bec when i connect it with a xpstat page to the xp database on webserver it says no data.
War3ft Version: 2.3.2
Amxmodx Version: v1.71
Metamod Version:
amxx list:
amxx modules:
meta list:
ill try to be full and give a full list :
Code: Select all
Currently loaded plugins:
name version author file status
Admin Base 1.71 AMXX Dev Team admin.amxx running
Admin Commands 1.71 AMXX Dev Team admincmd.amxx running
Admin Help 1.71 AMXX Dev Team adminhelp.amxx running
Multi-Lingual Sys 1.71 AMXX Dev Team multilingual.am running
Menus Front-End 1.71 AMXX Dev Team menufront.amxx running
Commands Menu 1.71 AMXX Dev Team cmdmenu.amxx running
Players Menu 1.71 AMXX Dev Team plmenu.amxx running
Teleport Menu 1.71 AMXX Dev Team telemenu.amxx running
Maps Menu 1.71 AMXX Dev Team mapsmenu.amxx running
Admin Chat 1.71 AMXX Dev Team adminchat.amxx running
Anti Flood 1.71 AMXX Dev Team antiflood.amxx running
Scrolling Message 1.71 AMXX Dev Team scrollmsg.amxx running
Info. Messages 1.71 AMXX Dev Team imessage.amxx running
Admin Votes 1.71 AMXX Dev Team adminvote.amxx running
NextMap 1.71 AMXX Dev Team nextmap.amxx running
Nextmap Chooser 1.71 AMXX Dev Team mapchooser.amxx running
TimeLeft 1.71 AMXX Dev Team timeleft.amxx running
Pause Plugins 1.71 AMXX Dev Team pausecfg.amxx running
Stats Configurati 1.71 AMXX Dev Team statscfg.amxx running
Restrict Weapons 1.71 AMXX Dev Team restmenu.amxx running
StatsX 1.71 AMXX Dev Team statsx.amxx running
CS Misc. Stats 1.71 AMXX Dev Team miscstats.amxx running
CS Stats Logging 1.71 AMXX Dev Team stats_logging.a running
Warcraft 3 Frozen 2.3.2 Geesu==(Pimp Dad warcraft3FT.amx debug
Team Balancer 1.8b2 Ptahhotep ptb.amxx running
AINO Commands 2.0 AMX(x) Community admin_allinone. running
Last man bets 0.9.3 JGHG lastmanbets.amx running
Automatic knife d 0.3 JGHG automatic_knife running
POD-Bot Menu 1.2 g4s|figurE.09 amxx_podbotmenu running
AMX Team Control 1.0 whitemike amx_teams.amxx running
Weapon Arena 2.0.4 JGHG/JTP10181 weaponarena.amx running
Real Nade Drops 0.4 VEN realnadedrops.a running
Ninja Rope 1.1.1 EJL-SpaceDude/JT amx_ninjarope.a
Code: Select all
Currently loaded modules:
name version author
Fun 1.71 AMX Mod X Dev Team
Engine 1.71 AMX Mod X Dev Team
FakeMeta 1.71 AMX Mod X Dev Team
CStrike 1.71 AMX Mod X Dev Team
CSX 1.71 AMX Mod X Dev Team
Sqlite 1.70 AMX Mod X De
Code: Select all
Currently running plugins:
[ 1] AMX Mod X, v1.71, Apr 2 2006, by AMX Mod X Dev Team, see http://www.amxmodx.org
[ 2] POD-Bot mm, vR2b46d, Aug 9 2005, by Count Floyd & Bots United, see http://www.bots-united.com
[ 3] Fun, v1.71, Apr 2 2006, by AMX Mod X Dev Team, see http://www.amxmodx.org
[ 4] Engine, v1.71, Apr 2 2006, by AMX Mod X Dev Team, see http://www.amxmodx.org
[ 5] FakeMeta, v1.71, Apr 2 2006, by AMX Mod X Dev Team, see http://www.amxmodx.org
[ 6] CStrike, v1.71, Apr 2 2006, by AMX Mod X Dev Team, see http://www.amxmodx.org
[ 7] CSX, v1.71, Apr 2 2006, by AMX Mod X Dev Team, see http://www.amxmo
I created a mysql database with phpadmin.
After several rounds there is still no data in saved (no 'war3users' list).
While i filled in all the right data :
war3ft.cfg file :
Code: Select all
// Warcraft 3 Frozen Throne Configuration File
mp_savexp 1 // Enables saving of experience (uses a vault, default is 0)
sv_sql 0 // Save using a SQL module (a module needs to be turned on, note: to use this mp_savexp must also be 1, default is 0)
FT_saveby 0 // What should I save this as? steam id = 0, IP = 1, name = 2 (default is 0)
FT_admin_flag "m" // Admin flag required to give/take XP (default is m)
// SQL configuration
FT_sql_host "blinkedouttoprotectme.secureserver.net" // Host Name
FT_sql_user "amxxft" // User Name
FT_sql_pass "amxxft" // Password
FT_sql_db "amxxft" // Database Name
FT_auto_pruning 1 // Automatically prunes the database of old users at a mapchange (default is 0)
sv_daysbeforedelete 333 // However many days before deleting XP or pruning from the database (default is 31)
sv_sqltablename "war3users" // Table Name, no need to change (default is war3users)
sv_save_end_round 1 // Save xp at the end of each round (may cause lag, default is 1)
I leveled 3 levels, xp saves at the end of the round.
I changed map, and it started with 0 xp.
My database says no data found.
The log file does not give any error related to saving xp or database.
I willmake a small donation if you can help me , bec i already spended 2 days in fixing it.
ow i also tried
Code: Select all
sv_sql 1