Nick Registration on servers

The place to discuss your client and server issues, or to post your client and server related problems. Now with added Anticheat flavour.

Moderator: Moderators

Post Reply
Gen
was flattened
Posts: 126
Joined: Tue Feb 10, 2004 11:06 pm
Location: cl
Contact:

Nick Registration on servers

Post by Gen »

I want to know If exist some way for allow the acces to the server only for registrated names, and how I can do that using q2admin.

Cya
Image
BeAViS
ittssaaa marrrioooo!
Posts: 1390
Joined: Wed Apr 06, 2005 5:15 am
Location: it
Contact:

Post by BeAViS »

yes, it exists.
but dont know how to do. i think pain or da^juan could know how.
haue will surely know (he's jesus, so he knows everything).
lets wait for their reply
- Killing today in old fashioned way -
- Beware of Beavers -
- :mario: -
L0ki
didn't throw its grenade far enough
Posts: 323
Joined: Sat Aug 16, 2003 8:43 am
Location: de

Post by L0ki »

There is, like Mario said. I know that Pain and Haui had/have it on their servers. If you are on IRC: #action.dac for Pain (hardly available) or #quadaver for Haui (often available). You might as well try #aq2admins and find a lot of aq2-admins there (uhuuu).

Good luck. :->
Haudrauf
tripped on its own grenade
Posts: 331
Joined: Tue Aug 26, 2003 11:20 am
Location: de
Contact:

Post by Haudrauf »

With q2admin, have a textfile called q2adminban.txt.

default content of it is:

Code: Select all

;
; The ban file list for the q2admin dll.
;
;
; Banning can be enabled and disabled by the 'nickbanning_enable',
; 'ipbanning_enable' and 'chatbanning_enable' commands.
;
; They can be enabled/disabled in the q2admin.txt by changing the
; there values to "Yes" or "No".
;
; e.g. in the q2admin.log file:
; nickbanning_enable "Yes"
; ipbanning_enable "Yes"
; chatbanning_enable "Yes"
;
; They can also be enabled/disabled from the server console / client admin
; console as well.  See section 2.3 and 2.4 in the readme.txt for how to do
; this.
;
; q2adminban.txt is loaded from the Quake2 directory and then the mod directory
; in that order.
;
;
; The format for each ban line is:
;
; BAN: [+/-(-)] [ALL/[NAME [LIKE/RE] "name"/BLANK/ALL(ALL)] [IP xxx[.xxx(0)[.xxx(0)[.xxx(0)]]][/yy(32)]] [PASSWORD "xxx"] [MAX 0-xxx(0)] [FLOOD xxx(num) xxx(sec) xxx(silence] [MSG "xxx"]
;
; e.g.
; BAN: NAME LIKE "fuck"
; BAN: NAME BLANK MSG "no blank names allowed"
; BAN: IP 192.168.1.10
; BAN: + ALL MAX 10
; BAN: + IP 192.168/16
; BAN: ALL MSG "Down For Maintenance"
; BAN: + NAME RE "^VK-.*$" PASSWORD "duck" MSG "Name reserved for Clan VK"
; BAN: + NAME LIKE "Fred" FLOOD 10 4 -1
;
;
; CHATBAN: [LIKE/RE(LIKE)] "xxx" [MSG "xxx"]
;
; e.g.
; CHATBAN: "fuck"
; CHATBAN: RE "f[u$@#%]ck"
;
;
; INCLUDE: "banfile"
;
; e.g.
; INCLUDE: "/banlist/banlist.txt"
;
BAN: NAME BLANK MSG "no blank names allowed"
Now you can add mandatory Name registrations when you add:

Code: Select all

BAN: ALL MSG "Register first. Contact Gen or use the form on http://blahblah.com whatever whatnot"

BAN: + NAME LIKE "Gen" PASSWORD "myg3nitals" MSG "Name reserved for Gen"
Make this thread sticky?
ImageOwner of http://aq2maps.quadaver.org
Not part of #aq2admins for a reason.
nemesis
sank like a rock
Posts: 115
Joined: Thu Sep 25, 2003 7:39 am
Location: fi

Post by nemesis »

Mmm was it balle or some other server that required nick registration on pages before allowing to enter server :?
· clan Survival · #clansurvival @ IRCNet/QuakeNet, /msg Neme^ · www.lahtela.com/survival · AQ2Suomi admin, AQ2World moderator and a member of AQ2Admins
Samislide
is legless
Posts: 563
Joined: Thu Apr 22, 2004 7:47 am
Location: se

Post by Samislide »

I think it was Mats Hus av aj-aj or Psycopats New House of pain. I remember Mats made alot of changes on his servers compared to others. Noscore, statspage, booking, name registration etc.
minchiano
bleeds to death
Posts: 451
Joined: Mon May 17, 2004 5:44 pm
Location: se
Contact:

Post by minchiano »

What Sami said. The [balle] server just took over the players when Mats quit working, hence had to take the servers down. No nickreg or nothing on our serv, we (rcon holders) actively played it and if we saw something we disliked we kicked the shites out of it. That's maybe why so many people played there, it was llama free :)
Image
Gen
was flattened
Posts: 126
Joined: Tue Feb 10, 2004 11:06 pm
Location: cl
Contact:

Post by Gen »

thank you very much...

but I have some problems

when i try to join the connection is refussed, but in my cfg I have set pw xxx u
where xxx is the password of my clan tag
Image
BeAViS
ittssaaa marrrioooo!
Posts: 1390
Joined: Wed Apr 06, 2005 5:15 am
Location: it
Contact:

Post by BeAViS »

i think you have to set different passwords for each player do you want to allow to connect.
so, one password for each teammate.
- Killing today in old fashioned way -
- Beware of Beavers -
- :mario: -
Gen
was flattened
Posts: 126
Joined: Tue Feb 10, 2004 11:06 pm
Location: cl
Contact:

Post by Gen »

q2adminban.txt

Code: Select all

BAN: ALL MSG "Solo Clanes Acreditados, dirigete a http://foro.zoomby.cl/"
BAN: + NAME LIKE "QcT." PASSWORD "thisnotistherealpassword" MSG "Tag QcT. Reservado"

in my cfg

Code: Select all

set pw thisnotistherealpassword u
set name QcT.Gen
Image
Den
something dur dur
Posts: 2616
Joined: Fri Jul 25, 2003 8:56 am
Location: nl
Contact:

Post by Den »

try with quotes
There's a chopper coming in 3 days and there's a katana on top of the cafe and that's all you need to know
Image
Gen
was flattened
Posts: 126
Joined: Tue Feb 10, 2004 11:06 pm
Location: cl
Contact:

Post by Gen »

set pw "thisnotistherealpassword" u


and the same connection refused problem
Image
MDVz0r
is connecting
Posts: 22
Joined: Sun Aug 29, 2004 4:59 pm
Location: nl
Contact:

Post by MDVz0r »

Most servers are updating to the newest version of q2admin. Since the new version automaticly downloads a nick reservation list it's now possible to register your nick here (http://www.q2admin.net/index.php?i=z).
creater of z0rbot - #z0r.nl - http://www.z0r.nl/
Post Reply