Raised This Month: $51 Target: $400
 12% 

Sourcemod Webadmin (Updated 12/05/2012)


Post New Thread Reply   
 
Thread Tools Display Modes
HSFighter
Veteran Member
Join Date: Aug 2007
Location: Flensburg - Germany
Old 01-18-2012 , 09:18   Re: Sourcemod Webadmin (Updated 31/12/2011)
Reply With Quote #551

You can try the tables from Webadmin.

The "name" column is an info column for users some doun't use the webadmin.
The Plugin should ignore the column. This column are not necessary for admin groups permissions.

Else report again.
__________________



Sorry for my very bad english
Greetings HSFighter

Last edited by HSFighter; 01-19-2012 at 14:13.
HSFighter is offline
Send a message via ICQ to HSFighter
Jumpman
Senior Member
Join Date: Mar 2010
Location: Denmark
Old 01-19-2012 , 14:53   Re: Sourcemod Webadmin (Updated 31/12/2011)
Reply With Quote #552

Thanks

A nother problem is when you install webadmin first time you don't have permission to mods as owner and have all permission to plugins ok can live with no permission to mods or i can change it in database to 1.



Then i go to profile and change username from admin to [+35]Jumpman then i still not have permission to mods and not have any permission to plugins must be a bug somewhere this problem was not there in v2.1 Final and why you not have permission as owner to mods ?



I have use webadmin v2.1 Final for the last year i have not update from last version to new version insted of updating to new version i delete everything and make a new clean install of Ver 2.2 Beta A
Jumpman is offline
Drixevel
AlliedModders Donor
Join Date: Sep 2009
Location: Somewhere headbangin'
Old 01-20-2012 , 05:26   Re: Sourcemod Webadmin (Updated 31/12/2011)
Reply With Quote #553

http://forums.alliedmods.net/showthr...=60174&page=53
http://forums.alliedmods.net/showthr...=60174&page=54

Read the post conversation between me and HSFigher and that fixes a good portion of problems.
Drixevel is offline
Jumpman
Senior Member
Join Date: Mar 2010
Location: Denmark
Old 01-30-2012 , 09:21   Re: Sourcemod Webadmin (Updated 31/12/2011)
Reply With Quote #554

Thanks for answer now it work again :-)
Jumpman is offline
Jumpman
Senior Member
Join Date: Mar 2010
Location: Denmark
Old 01-30-2012 , 09:38   Re: Sourcemod Webadmin (Updated 31/12/2011)
Reply With Quote #555

Is it not possible to make in user permission SQL Admins Read so you can set user to read only but not add/edit and delete ?
Jumpman is offline
w4rkr4f7
Member
Join Date: Dec 2008
Old 03-03-2012 , 09:56   Re: Sourcemod Webadmin (Updated 31/12/2011)
Reply With Quote #556

Hello .I want to everyone can see ban list without login ,anyone can guide me ?? Thanks

Last edited by w4rkr4f7; 03-03-2012 at 09:57.
w4rkr4f7 is offline
MrBrightSide
Member
Join Date: Jun 2011
Old 03-10-2012 , 14:41   Re: Sourcemod Webadmin (Updated 31/12/2011)
Reply With Quote #557

So i have a problem with my database, when i try going to
Clients
Client Flags
Groups
Group Flags
Group Overrides
Overrides

i get the errors listed below, is there any fix??

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/ltgamers/public_html/admin/tools/clients.php on line 83
Table 'ltgamers_smwa.sm_admins' doesn't exist

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/ltgamers/public_html/admin/tools/flags.php on line 106
Table 'ltgamers_smwa.sm_admins' doesn't exist

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/ltgamers/public_html/admin/tools/groups.php on line 84
Table 'ltgamers_smwa.sm_groups' doesn't exist


Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/ltgamers/public_html/admin/tools/flags.php on line 106
Table 'ltgamers_smwa.sm_groups' doesn't exist

Table 'ltgamers_smwa.sm_group_overrides' doesn't exist

Table 'ltgamers_smwa.sm_overrides' doesn't exist
MrBrightSide is offline
jackliu92
Senior Member
Join Date: Aug 2006
Old 03-12-2012 , 20:01   Re: Sourcemod Webadmin (Updated 31/12/2011)
Reply With Quote #558

Is this this plugin working with Sourcebans?
__________________
jackliu92 is offline
HSFighter
Veteran Member
Join Date: Aug 2007
Location: Flensburg - Germany
Old 03-13-2012 , 18:57   Re: Sourcemod Webadmin (Updated 31/12/2011)
Reply With Quote #559

Quote:
Originally Posted by MrBrightSide View Post
So i have a problem with my database, when i try going to
Clients
Client Flags
Groups
Group Flags
Group Overrides
Overrides

i get the errors listed below, is there any fix??

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/ltgamers/public_html/admin/tools/clients.php on line 83
Table 'ltgamers_smwa.sm_admins' doesn't exist

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/ltgamers/public_html/admin/tools/flags.php on line 106
Table 'ltgamers_smwa.sm_admins' doesn't exist

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/ltgamers/public_html/admin/tools/groups.php on line 84
Table 'ltgamers_smwa.sm_groups' doesn't exist


Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/ltgamers/public_html/admin/tools/flags.php on line 106
Table 'ltgamers_smwa.sm_groups' doesn't exist

Table 'ltgamers_smwa.sm_group_overrides' doesn't exist

Table 'ltgamers_smwa.sm_overrides' doesn't exist
Have you import the files from "addons/sourcemod/configs/sql-init-scripts/mysql" to your Database?

Quote:
Originally Posted by jackliu92 View Post
Is this this plugin working with Sourcebans?
Yes it will work together with sourcebans.

You can take in the SourceMod the admin serverrights away from user
and control the gameserver rights via the Webadmin.
Or combine both.
__________________



Sorry for my very bad english
Greetings HSFighter

Last edited by HSFighter; 03-13-2012 at 19:00.
HSFighter is offline
Send a message via ICQ to HSFighter
jackliu92
Senior Member
Join Date: Aug 2006
Old 03-14-2012 , 02:13   Re: Sourcemod Webadmin (Updated 31/12/2011)
Reply With Quote #560

Quote:
Originally Posted by HSFighter View Post
Have you import the files from "addons/sourcemod/configs/sql-init-scripts/mysql" to your Database?



Yes it will work together with sourcebans.

You can take in the SourceMod the admin serverrights away from user
and control the gameserver rights via the Webadmin.
Or combine both.


Cool man I'll give it a try once I have time to setup! Thank you for this plugin and replying me question.
__________________
jackliu92 is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 18:01.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode