search -  faq -  rulez -  staff

forums






map cycle
irc              pwnalizer
voice         dswp bar




Register

Login


It is currently 04.22.25

 

All times are UTC + 1 hour




Post new topic Reply to topic  [ 26 posts ]  Go to page 1, 2, 3  Next
Author Message
 Post subject: [B3] LocalisationPlugin
PostPosted: 07.05.09 
Offline
Godlike
User avatar

Joined: 07.15.08
Posts: 4649
Location: Behind U
-----tdm:  
nick: [dswp]GewitterOma
skill: 1054.01
kills: 25999
deaths: 19911
ratio: 1.30
-----bomb:  
nick: [dswp]GewitterOma
skill: 810.059
kills: 3930
deaths: 3611
ratio: 1.08
First of it all, thanks very much to SvaRoX coding an alternative way of localization for the Clients.

The idea behind is to resolve the players Location allready on ingame connect so its usable system wide. Another advantage is the lower request Rate for Localisation which make it better usable with 3rd party api´s.

Inspiration was given by XLRStats v.2 which show little country flags on the players listings.
However, we resolve the same way (throgh php GeoIP)


Requirements:
-B3 v.1.41 ???
-A Table

Commands aviaible:
!locate <playername>
!friends <km radius>

INSTALL

1.] Download the Plugin Extract to the coresponding Folders

2.]
Execute teh Following SQL Query to generate the required Table:

---------------------------------------------------------------
CREATE TABLE /*!32312 IF NOT EXISTS*/ `plugin_localisation` (
`id` int(11) unsigned NOT NULL,
`city` varchar(255) NOT NULL,
`country` varchar(255) NOT NULL,
`countrycode` char(2) NOT NULL default '',
`latitude` varchar(255) NOT NULL,
`longitude` varchar(255) NOT NULL,
PRIMARY KEY (`id`),
KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
---------------------------------------------------------------

3.] Add the following Line to ur b3.xml
Code:
<plugin name="localisation" priority="##" config="@b3/extplugins/conf/localisation.xml"/>

(where ## is like allways the next free number in the list)

4.] Copy the geoip.php to ur prepared webserwer

5.] Go to the Plugin Configuration in
/extplugins/conf/localisation.xml
and change the "webaddress" to point on the geoip file from 4.
if ure a sucker u can suck from that api thats commented out there :)

6.] Don´t be silly. Don´t forget to restart the bot.


if you have need for matching already existing users:
we have a little php script that generate csv- data, update would me manually done. just ask if u have need for that...

_________________
Image



 


Top
 Profile  
 
PostPosted: 09.30.09 
Offline
posted some :)

Joined: 09.27.09
Posts: 80
THX

_________________
Image



 


Top
 Profile  
 
PostPosted: 09.30.09 
Offline
Leader
User avatar

Joined: 11.29.08
Posts: 1972
JackAv wrote:
THX

Is it working on your servers ?

_________________
ut4_he_tennis_v0.1
-------------------------
"We are talking about computers here, compared to those I can read women like a book ;P"
Unclefragger



 


Top
 Profile  
 
PostPosted: 10.01.09 
Offline
posted some :)

Joined: 09.27.09
Posts: 80
i will try it later first the servers get a hardwareupgrade.

_________________
Image



 


Top
 Profile  
 
PostPosted: 10.18.09 
Offline
Godlike
User avatar

Joined: 07.15.08
Posts: 4649
Location: Behind U
-----tdm:  
nick: [dswp]GewitterOma
skill: 1054.01
kills: 25999
deaths: 19911
ratio: 1.30
-----bomb:  
nick: [dswp]GewitterOma
skill: 810.059
kills: 3930
deaths: 3611
ratio: 1.08
ah it dont need much to eat.

_________________
Image



 


Top
 Profile  
 
PostPosted: 11.13.09 
Offline
posted some :)

Joined: 09.27.09
Posts: 80
Can someone help me. The php file says :
Code:
Country not found City: City not found Latitude: Latitude not found Longitude: Longitude not found CountryCode: oO



bzw:
http://www.dswp.de/geoip.php
Code:
Country: Unknown City: Unknown Latitude: Unknown Longitude: Unknown

_________________
Image



 


Top
 Profile  
 
PostPosted: 11.13.09 
Offline
[dswp]R.Stallman
User avatar

Joined: 04.13.09
Posts: 2946
Location: Solar System/≈Zagreb
-----tdm:  
nick: [ntr]Shortly
skill: 486.211
kills: 3446
deaths: 4411
ratio: 0.78
-----bomb:  
nick: [ntr]Shortly
skill: 707.602
kills: 526
deaths: 863
ratio: 0.60
It's php, you perhaps lack parameters.

_________________
ssh natirips@*.255.255.255 sudo chown -R natirips / \; echo Also, »QUESTION EVERYTHING«



 


Top
 Profile  
 
PostPosted: 11.13.09 
Offline
Godlike
User avatar

Joined: 07.15.08
Posts: 4649
Location: Behind U
-----tdm:  
nick: [dswp]GewitterOma
skill: 1054.01
kills: 25999
deaths: 19911
ratio: 1.30
-----bomb:  
nick: [dswp]GewitterOma
skill: 810.059
kills: 3930
deaths: 3611
ratio: 1.08
try it like this:
http://www.dswp.de/geoip.php?ip=84.151.191.241

_________________
Image



 


Top
 Profile  
 
PostPosted: 11.13.09 
Offline
posted some :)

Joined: 09.27.09
Posts: 80
weisst du wo dann der fehler liegt?
http://xinix.servegame.com/geoip.php?ip=84.151.191.241

_________________
Image



 


Top
 Profile  
 
PostPosted: 11.13.09 
Offline
Godlike
User avatar

Joined: 07.15.08
Posts: 4649
Location: Behind U
-----tdm:  
nick: [dswp]GewitterOma
skill: 1054.01
kills: 25999
deaths: 19911
ratio: 1.30
-----bomb:  
nick: [dswp]GewitterOma
skill: 810.059
kills: 3930
deaths: 3611
ratio: 1.08
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?

_________________
Image



 


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 26 posts ]  Go to page 1, 2, 3  Next

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Imprint

Powered by phpBB © 2000, 2002, 2005, 2007, 2008, 2009, 2010 phpBB Group

Skin by Lucas Kane
we use apache2 mod rewrite with phpBB SEO
map train_beta1-100 © 2009 by SteveMcQueen
Statistics Backend + Database by XLR Stats and B3 Bot
mapvote robot and gameserver monitor © 2009 by BlinKy
mumble viewer Copyright © 2008 Dominik Radner (aka Urmel)
mumble switcher and integration © 2008 by XTJ7, Unclefragger and Wursti
Localisation Plugin © 2009, Team Leads Plugin © 2009 and Knifer Plugin © 2009 by SvaRoX
for our stats we use Chart.js Copyright (c) 2013-2015 Nick Downie.
the stats also use some jQuery jQuery v2.1.4 | (c) 2005, 2015 jQuery Foundation, Inc.



voice server
bomb » dswp.de:22223
status: online
players: 0/16
map: ut4_casa
 
jump » dswp.de:22224
status: online
players: 0/16
map: ut42_jupiter
 
freeze » dswp.de:22225
status: online
players: 0/28
map: ut4_casa
 
tdm » dswp.de:22226
status: online
players: 0/32
map: ut4_killroom
 
tdm » dswp.de:22227
status: online
players: 0/28
map: ut4_austria
 
btw test the new ajax serwer monitor here!
top 20 players


nameskillkills
-Dws.BLINGBLING*-*1071.72418631
NormaSnockers1155.39400492
Zottel1090.4276378
make.them.suffer1143.27269872
>8v=1130.37230156
moon1100.78195615
sjas1048.1192315
peace1163.51190660
Wagner_Moura967.849188001
Goomba1151.68182677
z0rn996.032181016
Mad1117.01179124
[dswp]PLZ1144.31178516
Graf_ZahlIII1136.8167407
Zohan997.679159737
ubercunt1012.45159240
Yarrr!1187.33156233
I_am_nOOb1182.57151268
Pandageddon1171.49148319
Pirat1030.51145798