AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=7)
-   -   AMXBans install (https://forums.alliedmods.net/showthread.php?t=345306)

ScchutzZ 01-03-2024 04:36

AMXBans install
 
Hello,

Can I install the amxbans system on my plesk web server? game server and web server are different servers

and where can I find the latest version without any problems

Shico 01-03-2024 10:51

Re: AMXBans install
 
Quote:

Originally Posted by ScchutzZ (Post 2815517)
Hello,

Can I install the amxbans system on my plesk web server? game server and web server are different servers

and where can I find the latest version without any problems

Yes, you can run Amxbans on different systems as long as a remote is active between the two, it's no problem installing it on Plesk. I can give you Amxbans version 6.14.4, you just have to look for it. I'm still having a few problems there I have to fix the web but everything else works fine

Shico 01-03-2024 11:05

Re: AMXBans install
 
1 Attachment(s)
Here you have Amxbans 6.13+Web

ScchutzZ 01-03-2024 12:55

Re: AMXBans install
 
Quote:

Originally Posted by Shico (Post 2815529)
Here you have Amxbans 6.13+Web

Thank you, which php version?

fysiks 01-03-2024 19:22

Re: AMXBans install
 
I have a PHP8 version that I have a couple people using: https://github.com/fysiks1/amxbans/tree/php8-upgrade

ScchutzZ 01-04-2024 05:39

Re: AMXBans install
 
Quote:

Originally Posted by fysiks (Post 2815537)
I have a PHP8 version that I have a couple people using: https://github.com/fysiks1/amxbans/tree/php8-upgrade

I tried this but I couldn't get beyond the database section.
https://github.com/fysiks1/amxbans/issues/1

fysiks 01-05-2024 02:16

Re: AMXBans install
 
I commented, basically, you need to verify that the privileges are actually set properly before I can really do anything more (not sure how much I can do though, I didn't write the original code and I don't have a whole lot of time).

On another note, while looking into this, I noticed I made some install script fixes that are currently in the setup-fixes branch. Not related to your issue though.

ScchutzZ 01-05-2024 12:48

Re: AMXBans install
 
Quote:

Originally Posted by fysiks (Post 2815577)
I commented, basically, you need to verify that the privileges are actually set properly before I can really do anything more (not sure how much I can do though, I didn't write the original code and I don't have a whole lot of time).

On another note, while looking into this, I noticed I made some install script fixes that are currently in the setup-fixes branch. Not related to your issue though.

Strangely I downloaded it again and this time it installed without problems.

It may be related to the database name and user name. At first I created it as xxx_name and xxx_username, so it may not have happened.

now installed as xxxx

How can I enable this? https://prnt.sc/v--gtxRhBzOn

fysiks 01-05-2024 21:16

Re: AMXBans install
 
Quote:

Originally Posted by ScchutzZ (Post 2815596)
How can I enable this? https://prnt.sc/v--gtxRhBzOn

I can't seem to find anything like that in the code. I can only assume that's someone's personal customization. If you can provide a link to that site, I can take a look at it.

ScchutzZ 01-05-2024 22:22

Re: AMXBans install
 
Quote:

Originally Posted by fysiks (Post 2815617)
I can't seem to find anything like that in the code. I can only assume that's someone's personal customization. If you can provide a link to that site, I can take a look at it.

https://server.csrajagame.id/amxbans/ban_list.php
http://gather.battlenet.gr/bans/ban_list.php
https://bans.networkbgs.com/ban_list.php

Yes, this is the customised version.

https://amxx.pl/topic/53488-gmamxban...prawki-amxxpl/

here templates/default/ban_list.tpl
Code:

<span>
                {if isset($check_id)}
                        <div class='error'>{"_IP"|lang} &mdash; {$your_ip}. <span style='color:red;font-weight:bold;'><a href="http://{$smarty.server.HTTP_HOST}{$smarty.server.PHP_SELF}?bid={$check_id}">{"_YOUAREBANNED"|lang}</a></span></div>
                {else}
                        <div class='success'>{"_IP"|lang} &mdash; {$your_ip}. <span style='color:green;font-weight:bold;'>{"_YOUNOTBANNED"|lang}</span></div>
                {/if}
        </span>



All times are GMT -4. The time now is 02:16.

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