[B3] LocalisationPlugin

all about Server Settings and important changes

Re: [B3] LocalisationPlugin

Postby XiniX » 11.13.09

hy wurst.....hab mal ne frage.

es gibt ja den countryfilter, also wenn ein player auf den server kommt erscheint das Land woher er stammt. funktioniert dieses prog auch so? oder muss ich mit !locate [name] selber rausfinden?

beste grüsse
XiniX
Ingame Mod
 
Posts: 13
Joined: 11.13.09
Location: Austria
-----tdm:  
nick: dmiko
skill: 315.099
-----bomb:  
nick: dmiko
skill: 435.788
kills: 1
deaths: 12
ratio: 0.08

Re: [B3] LocalisationPlugin

Postby wurst » 11.13.09

müsstest du selber rausfinden.
es gibt (glaube ich) ein plugin dass das kann, ich persönlich würde übrigens niemals ein ganzes land ausschliessen. das ding lokalisiert direkt über den b3, also per python.


übrigens: die auflösung des orts über http request und php api ist aufwendiger als es über das python im bot zu machen.

naja, so hat man noch eine tolle geoIP-api mit der man supi hp effekte wie "heisse girls in deiner nähe" etc zusammenbasteln kann.
was man immer braucht, ist die proprietäre DB von maxmind, die gibts einmal in neu für geld und in veraltet für umsonst...
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

Re: [B3] LocalisationPlugin

Postby XiniX » 11.13.09

kennst du dich damit zufällig aus? bei mir erscheint leider nur - - bei country
XiniX
Ingame Mod
 
Posts: 13
Joined: 11.13.09
Location: Austria
-----tdm:  
nick: dmiko
skill: 315.099
-----bomb:  
nick: dmiko
skill: 435.788
kills: 1
deaths: 12
ratio: 0.08

Re: [B3] LocalisationPlugin

Postby JackAv » 11.13.09

wurst wrote:hm, mit dem ?ip= gibst du ihm die IP, ohne die kann er nicht viel machen.
hier ist übrigens noch ein besserer:

dswp_tools/distance/geoip_test_api.php?ip=84.151.191.241

btw: mir schwant was das problem ist
theres no php-geoip extension installed?
did u download a ca. 40 MB database file and installed that php mod?

Wie muss der PHP mod aufgespielt werden?


Edit:
abder die geoip seite auf dem dswp server sollte doch auch gehen oder?

Edit2:
ist proprietäre DB ein Datenbank system?
wenn ja gibts da keine server software sodass das local geht?
Last edited by JackAv on 11.13.09, edited 2 times in total.
Image
JackAv
posted some :)
 
Posts: 80
Joined: 09.27.09

Re: [B3] LocalisationPlugin

Postby wurst » 11.13.09

gugel --> howto install php geoip (+ dein betriebssystem)
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

Re: [B3] LocalisationPlugin

Postby XiniX » 11.13.09

sry man, ich bin blutiger anfänger. meine server hat ein kumpel von mir gemacht bzw alles installiert.

ich will nur das wen wer kommt sein land da steht.

hab den countryfilter den es bei "bigbrotherbot.com" gibt installiert, es kommt aber nur -- bei land

von php und den ganzen kram hab ich null ahnung. sry is so :(

kann das dein prog? oder kann es nur manuele abfragen steuern?
XiniX
Ingame Mod
 
Posts: 13
Joined: 11.13.09
Location: Austria
-----tdm:  
nick: dmiko
skill: 315.099
-----bomb:  
nick: dmiko
skill: 435.788
kills: 1
deaths: 12
ratio: 0.08

Re: [B3] LocalisationPlugin

Postby JackAv » 11.13.09

XiniX wrote:sry man, ich bin blutiger anfänger. meine server hat ein kumpel von mir gemacht bzw alles installiert.

ich will nur das wen wer kommt sein land da steht.

hab den countryfilter den es bei "bigbrotherbot.com" gibt installiert, es kommt aber nur -- bei land

von php und den ganzen kram hab ich null ahnung. sry is so :(

kann das dein prog? oder kann es nur manuele abfragen steuern?

tja der kumpel bin ich^^
Image
JackAv
posted some :)
 
Posts: 80
Joined: 09.27.09

Re: [B3] LocalisationPlugin

Postby XiniX » 11.14.09

kannst du damit was anfangen? weis ned was ich wo reinschreiben soll.....mein english is auch ned das beste ^^



<configuration plugin="countryfilter">

<settings name="commands">
<set name="cfcountry-country">40</set>
</settings>

<settings name="settings">

<!--
'code': 2 character code ie: NL
'code3': 3 character code ie: NLD
'name': full name ie: Netherlands
-->
<set name="cf_country_print_mode">name</set>

<!--
Specify Countries that will not generate messages.
LAN (private ranges) = - - (but without the whitespace!)
ALL Countries = all
or use the Countrycode with 2 characters
-->
<set name="cf_message_exclude_from">none</set>

<!--
You can limit the connection by using cf_allow_from,
cf_deny_from, and cf_order. Please specify this by the country
code of two characters. Basically, it is the same as the
mod_access module of Apache. See this URL:

http://httpd.apache.org/docs/mod/mod_access.html

Examples:

Allowing only NL and US. Others are denied:
<set name="cf_order">deny,allow</set>
<set name="cf_deny_from">all</set>
<set name="cf_allow_from">NL US</set>

Denying only US. Others are allowed:
<set name="cf_order">allow,deny</set>
<set name="cf_allow_from">all</set>
<set name="cf_deny_from">US</set>

If you want to find country codes, refer to this page.
http://www.maxmind.com/app/iso3166
-->
<set name="cf_order">allow,deny</set>
<set name="cf_allow_from">all</set>
<set name="cf_deny_from">none</set>

<!--
Specify the path of GeoIP.dat file.
-->
<set name="cf_geoipdat_path">b3/extplugins/GeoIP/GeoIP.dat</set>

</settings>

<settings name="messages">

<!--
Message when player is allowed to connect.
$name is replaced with player name.
$country is replaced with country name.
An empty message will make allowed connections silent
-->
<set name="cf_allow_message">^7$name ^2(Country: $country)^7 connected.</set>

<!--
Message when player is denied.
%(name)s is replaced with player name.
%(country)s is replaced with country name.
An empty message will make allowed connections silent
-->
<set name="cf_deny_message">^7$name ^1(Country: $country)^7 was rejected by B3.</set>

<settings name="ignore">
<!--
Add a list of names of players that will be able to allways connect.
Seperate names with a ,
-->
<set name="names"></set>
<!--
Add a list of IP's of players that will be able to allways connect.
Seperate ip's with a ,
-->
<set name="ips"></set>
</settings>

</settings>
</configuration>
XiniX
Ingame Mod
 
Posts: 13
Joined: 11.13.09
Location: Austria
-----tdm:  
nick: dmiko
skill: 315.099
-----bomb:  
nick: dmiko
skill: 435.788
kills: 1
deaths: 12
ratio: 0.08

Re: [B3] LocalisationPlugin

Postby JackAv » 11.14.09

Ich kapier halt nicht was das mir apache zu tun hat. Man muss ja nirgends eine adresse angeben.
Image
JackAv
posted some :)
 
Posts: 80
Joined: 09.27.09

Re: [B3] LocalisationPlugin

Postby SKracht » 11.15.09

Ich will keineswegs Werbung für andere Foren machen, aber schau doch mal auf Tutorials.de ich bin da immer recht schnell fündig geworden oder man bekommt sehr schnell antwort.

Grüßle
User avatar
SKracht
Ingame Mod
 
Posts: 437
Joined: 05.08.09
Location: Germany

PreviousNext

Who is online

Users browsing this forum: No registered users and 13 guests

Misc