Need help!!! RunB3 under windows

Re: Need help!!! RunB3 under windows

Postby JackAv » 09.28.09

achso hmm... Was würdest du mir dann empfehlen?
Image
JackAv
posted some :)
 
Posts: 80
Joined: 09.27.09

Re: Need help!!! RunB3 under windows

Postby Unclefragger » 09.28.09

sperate Datenbanken, eventuell per IP matchen
"Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live."
- Martin Golding
User avatar
Unclefragger
Godlike
 
Posts: 2006
Joined: 10.14.08
Location: rooftops
-----tdm:  
nick: [dswp]ucf
skill: 472.479
kills: 532
deaths: 332
ratio: 1.60

Re: Need help!!! RunB3 under windows

Postby JackAv » 09.28.09

ok was meinst du mit ips matchen? Bzw wie mach ich das?
Image
JackAv
posted some :)
 
Posts: 80
Joined: 09.27.09

Re: Need help!!! RunB3 under windows

Postby wurst » 10.18.09

hi jack, im glad that u found ur way through windows install.
i myself didnt have any internet, else i could hav helped maybe better.
first of it all one thing: thx for thank dswp in other forums, maybe better put a link on this topic there...

oki what belongs to the penalty prob on many b3 installs:
uncle said it, the client is set by default to this very lol behaviour.
sure clients have the same IP sometimes when connecting to both servers.
theres the point where we can "match" them.
for this issue, we run scripts every minute that check IP in clients table, for the last some hours.
ah btw: we dont sync penalties, but we sync user rights from phpbb db to the b3s on tdm and bomb...

heres an example, u can exec it on sql command line, in win and linux.
Code: Select all
-- B3 Moderatoren Group (8) zum TDM Server updaten

UPDATE
clients c,
phpbb_users ph

SET c.group_bits = 16
WHERE c.id = ph.b3_id
AND ph.group_id = 8
AND ph.locked = 0;

-- B3 Moderatoren Group (8) zum BOMB Server updaten

UPDATE

bot22223.clients c,
phpbb_users ph

SET c.group_bits = 16
WHERE c.id = ph.b3_id_22223
AND ph.group_id = 8
AND ph.locked = 0;
Image
User avatar
wurst
Godlike
 
Posts: 4648
Joined: 07.15.08
Location: Behind U
-----tdm:  
nick: [dswp]GewitterOma
skill: 1122.83
kills: 25960
deaths: 19847
ratio: 1.30
-----bomb:  
nick: [dswp]GewitterOma
skill: 812.172
kills: 3885
deaths: 3541
ratio: 1.09

Previous

Who is online

Users browsing this forum: No registered users and 0 guests

Misc