Problem Receiving Admin Rights - Solved

This is the place for general discussion about Warcraft3 XP, including install help.

Moderator: Forum Moderator

Post Reply
xetic
Peon
Posts: 7
Joined: Mon Aug 07, 2006 2:13 am

Problem Receiving Admin Rights - Solved

Post by xetic » Mon Aug 07, 2006 2:43 am

Post no longer relevant scroll down
Last edited by xetic on Thu Aug 10, 2006 2:24 am, edited 2 times in total.

User avatar
ferret
Lead Warcraft 3 XP Developer
Posts: 422
Joined: Wed Jul 06, 2005 8:20 am
Location: Atlanta, GA
Contact:

Post by ferret » Mon Aug 07, 2006 5:58 am

Its just trying to exec the file and build the cvars. It shouldn't affect anything, but I'm not 100% sure as Lazarus Long implemented SQLite.
-< www.gamehavoc.com >-

Lazarus Long: And I know you didn't because the Server Files are version 2.2.6 and the file you posted is version 2.2.5, so do as I told you above and don't ever lie to me again or help is gone!

xetic
Peon
Posts: 7
Joined: Mon Aug 07, 2006 2:13 am

Post by xetic » Mon Aug 07, 2006 2:41 pm

I have added myself to the SQLite3 database as admin using IP and have also tried using steam Id with no PW and have no admin functions. So something isn't working right.

Code: Select all

REPLACE INTO `admins` (`auth`, `password`, `access`, `flags`) VALUES ('**My IP**','','abcdefghijklmnopqrstu','a');

Code: Select all

REPLACE INTO `admins` (`auth`, `password`, `access`, `flags`) VALUES ('STEAM_0**Edited**','','abcdefghijklmnopqrstu','a');
Last edited by xetic on Wed Aug 09, 2006 4:16 pm, edited 1 time in total.

DarkJP2
Rifleman
Posts: 163
Joined: Tue Jul 26, 2005 3:18 pm
Location: Swiss

Post by DarkJP2 » Mon Aug 07, 2006 3:09 pm

fot the admin problem: you haven't set the righ flags (see user.ini for advice)

xetic
Peon
Posts: 7
Joined: Mon Aug 07, 2006 2:13 am

Post by xetic » Mon Aug 07, 2006 3:11 pm

Post no longer relevant scroll down
Last edited by xetic on Wed Aug 09, 2006 4:16 pm, edited 1 time in total.

xetic
Peon
Posts: 7
Joined: Mon Aug 07, 2006 2:13 am

Post by xetic » Mon Aug 07, 2006 3:28 pm

I tried using the c & d respectivly on the IP and SteamID as well as the e flag for password is not checked. My IP and steamid are correct but still no admin access.

Code: Select all

REPLACE INTO `admins` (`auth`, `password`, `access`, `flags`) VALUES ('**My IP**','','abcdefghijklmnopqrstu','de');

Code: Select all

REPLACE INTO `admins` (`auth`, `password`, `access`, `flags`) VALUES ('STEAM_0:**edit**','','abcdefghijklmnopqrstu','ce');

xetic
Peon
Posts: 7
Joined: Mon Aug 07, 2006 2:13 am

Post by xetic » Wed Aug 09, 2006 4:11 pm

Code: Select all

Executing AMX Mod X Configuration File 
[AMXX] Loaded 3 admins from database
couldn't exec addons/amxmodx/configs/mysql.cfg
Well it looks like it is actually loading from the SQLite3 Database. However, I am still not able to get admin rights. When i type amx_menu in console i get 0. close menu and when i try wc3_givexp I have no access to that command.

I am 100% sure my IP and SteamID are correct any ideas?

Code: Select all

REPLACE INTO `admins` (`auth`, `password`, `access`, `flags`) VALUES ('**My IP Removed**','**Edited PW**','abcdefghijklmnopqrstu','ad');

REPLACE INTO `admins` (`auth`, `password`, `access`, `flags`) VALUES ('STEAM_0:**Edit**','**Edited PW**','abcdefghijklmnopqrstu','ac');

xetic
Peon
Posts: 7
Joined: Mon Aug 07, 2006 2:13 am

Post by xetic » Thu Aug 10, 2006 2:24 am

Solved the issue, even tho it loads the admins it doesn't give them rights unless the amx_reloadadmins command is sent while the account is logged in. Kind of a pain in the ass in my opinion but at least it works.

User avatar
YamiKaitou
Forum Moderator
Forum Moderator
Posts: 1925
Joined: Wed Feb 01, 2006 4:33 pm
Contact:

Post by YamiKaitou » Thu Aug 10, 2006 11:49 am

does your mysql.cfg file exist and contain the correct data? If so, what version of AmxX do you have?
Image

No support via PM or Email

xetic
Peon
Posts: 7
Joined: Mon Aug 07, 2006 2:13 am

Post by xetic » Thu Aug 10, 2006 4:04 pm

No mysql.cfg does not exist becausse im not using mysql im using sqlite it is pulling them from the database my db info is correct and im using the latest version of amxmodx. Everything works I just have to rcon amx_reloadadmins when i need admin rights

Post Reply