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

Global banlist


Post New Thread Reply   
 
Thread Tools Display Modes
Opossum
Senior Member
Join Date: Dec 2004
Location: weedcheaters.com
Old 05-17-2006 , 11:20  
Reply With Quote #11

Okay, I've got some questions.

We've got Steambans, we've got Sharedbans, we've got this, ...
Why so much? Which of these things is the best for public servers?
__________________
194.126.237.23:27015

194.126.237.23:27015
Opossum is offline
Send a message via ICQ to Opossum Send a message via AIM to Opossum Send a message via MSN to Opossum Send a message via Yahoo to Opossum
FlyingMongoose
Veteran Member
Join Date: Mar 2004
Old 05-17-2006 , 12:27  
Reply With Quote #12

Steambans and Sharedbans are for large worldwide bans of cheaters, anyone banned on those networks (which is what they are) are banned on all servers within that network.

This particular plugin allows for 2 or more of your OWN servers to hold it's own private ban database (basically someone broke your rules now they're banned from all your servers)

There's no reason to run this on an individual server.
__________________
Please do NOT PM for support.

Only ask for support in plugin threads.

TunedChaos.com - Precision Tuned Game Servers
FlyingMongoose is offline
germannavy
Member
Join Date: Dec 2004
Old 05-17-2006 , 13:53  
Reply With Quote #13

but you must have your own root with local access for the files or i´m wrong ?

can i use it when i have two or three servers from different hosters.
germannavy is offline
Opossum
Senior Member
Join Date: Dec 2004
Location: weedcheaters.com
Old 05-17-2006 , 17:44  
Reply With Quote #14

Ahhh, now I'm understanding.
__________________
194.126.237.23:27015

194.126.237.23:27015
Opossum is offline
Send a message via ICQ to Opossum Send a message via AIM to Opossum Send a message via MSN to Opossum Send a message via Yahoo to Opossum
devicenull
Veteran Member
Join Date: Mar 2004
Location: CT
Old 05-17-2006 , 17:59  
Reply With Quote #15

Quote:
Originally Posted by germannavy
but you must have your own root with local access for the files or i´m wrong ?

can i use it when i have two or three servers from different hosters.
You only need access to install a plugin on the servers. At least one place, you need webhosting with php 5 installed. The webhosting does not need to host a server.

You can use this with servers that are anywhere.. it doesn't matter.
__________________
Various bits of semi-useful code in a bunch of languages: http://code.devicenull.org/
devicenull is offline
germannavy
Member
Join Date: Dec 2004
Old 05-18-2006 , 04:46  
Reply With Quote #16

@devicenull

now i have install amxbans 4.3 and import my banlist from servers ( 103 bans)

you can see it here:


did you now if there is a way to import the name ?

-------------

Now i need your plugin for the server to test the plugin

Last edited by germannavy; 05-10-2010 at 07:03.
germannavy is offline
devicenull
Veteran Member
Join Date: Mar 2004
Location: CT
Old 05-18-2006 , 13:51  
Reply With Quote #17

Oops, thought I attached the plugin a few posts ago..

As far as getting the names of the bans.. How are you importing them? Straight from srcds's banned_users.cfg? If so, the name isn't stored there, so you would have to go back and edit the entries later.

Did you install the web part of the plugin too? A few posts back I posted on the extra step you need so the servers can download updates.

I don't know if I said this before, but with the amxbans database, you need to create two additonal tables.. the creates for them are:

Code:
CREATE TABLE `hack_attempts` (
  `ip` varchar(64) NOT NULL default '',
  `query` text NOT NULL
);

CREATE TABLE `ip_log` (
  `ip` varchar(128) NOT NULL default '',
  `lastUpdate` datetime NOT NULL default '0000-00-00 00:00:00',
  PRIMARY KEY  (`ip`)
);
Attached Files
File Type: gz banlist-0.11.tar.gz (530.8 KB, 307 views)
__________________
Various bits of semi-useful code in a bunch of languages: http://code.devicenull.org/
devicenull is offline
germannavy
Member
Join Date: Dec 2004
Old 05-18-2006 , 16:00  
Reply With Quote #18

ok plugin is running on one server

server.cfg:
//banlist
banlist_update 1


i don´t understand the path command:

$temp_path = \\www\\htdocs\\v123918\\w_com\\amxbans\\plugi n\\temp\\";

i have no path like c:\\.....\\...\\amxbans\\

Last edited by germannavy; 05-10-2010 at 07:05.
germannavy is offline
devicenull
Veteran Member
Join Date: Mar 2004
Location: CT
Old 05-18-2006 , 17:52  
Reply With Quote #19

The C:\\ was the path on my windows machine, but you changed it to the right thing.. one slight problem, the $temp line should be:
Quote:
$temp_path = "/www/htdocs/v123918/w_com/amxbans/plugin/temp/";
You were missing a quote before \\www

Linux path's use the other slashes too, I forgot.
__________________
Various bits of semi-useful code in a bunch of languages: http://code.devicenull.org/
devicenull is offline
sslice
Senior Member
Join Date: Feb 2005
Location: Texas, USA
Old 05-18-2006 , 17:56  
Reply With Quote #20

Should it be..
$temp_path = "/www/htdocs/v123918/w_com/amxbans/plugin/temp/";
?
__________________
sslice is offline
Reply


Thread Tools
Display Modes

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 17:35.


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