search -  faq -  rulez -  staff

forums






map cycle
irc              pwnalizer
voice         dswp bar




Register

Login


It is currently 04.20.24

 

All times are UTC + 1 hour




Post new topic Reply to topic  [ 27 posts ]  Go to page Previous  1, 2, 3  Next
Author Message
 Post subject: Re: Country Flags
PostPosted: 06.29.09 
Offline
Godlike
User avatar

Joined: 07.15.08
Posts: 4645
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
btw.
dswp nationalism pt II :o

Attachment:
nationalismus_part_2.png
nationalismus_part_2.png [ 14.14 KiB | Viewed 4856 times ]

_________________
Image



 


Top
 Profile  
 
 Post subject: Re: Country Flags
PostPosted: 06.30.09 
Offline
Ingame Mod
User avatar

Joined: 03.03.09
Posts: 436
Location: Finland
Seems nice :)

Hmmm how about making the flags clickable to open a list of all registered players who are from that country? Just an crappy idea :?

_________________
Image



 


Top
 Profile  
 
 Post subject: Re: Country Flags
PostPosted: 06.30.09 
Offline
Kanzlerin
User avatar

Joined: 07.24.08
Posts: 1063
Location: Germany
-----tdm:  
nick: [dswp]xtj7
skill: 753.35
kills: 98
deaths: 95
ratio: 1.03
not too much nationalistic thinking in here, kenpachi :D
we are internet peoplezzz!

_________________
Quote:
<XTJ7> !penis
<CuntBot> XTJ7, your penis is 23.3 cm long. 8=========D
<XTJ7> !8ball do i rock?
<CuntBot> XTJ7: OH YEAH !
<BEH> !8ball you lieing too?
<CuntBot> BEH: Totally not.
<BEH> -_-''



 


Top
 Profile  
 
 Post subject: Re: Country Flags
PostPosted: 06.30.09 
Offline
Ingame Mod
User avatar

Joined: 03.03.09
Posts: 436
Location: Finland
XTJ7 wrote:
not too much nationalistic thinking in here, kenpachi :D
we are internet peoplezzz!


Hah, I suppose that's true. We all live under the same sky, breath the same air and and and ummm... stuff. Anyway, I'm shocked to discover that Humppalakki is actually from Germany! Does the name have some meaning in germany too since Humppa is a music genre and Lakki is a hat in finnish :O

And on a lesser sidenote; The Deviant show is starting it's 25th season with episode 1! Yes it's my birthday, yay !

_________________
Image



 


Top
 Profile  
 
 Post subject: Re: Country Flags
PostPosted: 06.30.09 
Offline
Godlike
User avatar

Joined: 07.15.08
Posts: 4645
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
je i had that thought too, in the second when i included the flag on main player table i thought: humm, could be nice to klick on the flag.
maybe i include a link to national police or we play the national hymn then, midi with the good old atari/frogger + urt sounds. should be supi...

no seriously.

je sure we could set a crountry filter, we just need to pass another variable through the phpbb template but blinky did it for allready for so many...

btw: before i do that i would like to implement another thing:
generally its easily possible to get the IP of the client which is surfing the page.
sure its np to localize him too.
my idea is to print out the distance of them two, so u see an info on a player profile like: "this user is 20/200/2000 Km away from u"
maybe extra infos like "make a lan, this user is from the same city!" could be nice

background is to use the spy power to find friends and enhance teamplay, not to spy just (that classical 007-spy-behaviour)
its important to use power in a positive way, that needs to be shown...

_________________
Image



 


Top
 Profile  
 
 Post subject: Re: Country Flags
PostPosted: 06.30.09 
Offline
Godlike
User avatar

Joined: 07.15.08
Posts: 4645
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
oki bump...

Distance from you to the user that u look is now done.
Here a pic of how it looks like:

Attachment:
nationalismus_part_3.png
nationalismus_part_3.png [ 2.22 KiB | Viewed 3648 times ]


The code for that is quite simple
(just for reminding myself silly code beginer n00b on calculate a distance on a ball...)

Code:
  
// distance calculation --> surfer <--> displayed player
 
    $surferip=$_GET&#91;'surferip'&#93;;
 
          $record = geoip_record_by_name($surferip) ;
          if($record) {
                  $lat1 = $record&#91;'latitude'&#93; ;
                  $lon1 = $record&#91;'longitude'&#93; ;
                }


    $lat2 = $row&#91;latitude&#93;;
    $lon2 = $row&#91;longitude&#93;;
   
   
    $distance = (6378*3.1415926*sqrt(($lat2-$lat1)*($lat2-$lat1) + cos($lat2/57.29578)*cos($lat1/57.29578)*($lon2-$lon1)*($lon2-$lon1))/180);
    $intdistance = ((int)$distance);
    $intdistancemiles = ((int)(0.621371192 * $intdistance));
 

_________________
Image



 


Top
 Profile  
 
 Post subject: Re: Country Flags
PostPosted: 06.30.09 
Offline
Leader
User avatar

Joined: 11.29.08
Posts: 1972
Coool well played Wurst :)

_________________
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  
 
 Post subject: Re: Country Flags
PostPosted: 06.30.09 
Offline
Godlike
User avatar

Joined: 01.08.09
Posts: 1295
Location: Berlin, Germany
-----tdm:  
nick: Samtron
skill: 584.92
kills: 316
deaths: 269
ratio: 1.17
wurst wrote:
its important to use power in a positive way, that needs to be shown...
Wise, really!

wurst wrote:
$distance = (6378*3.1415926*sqrt(($lat2-$lat1)*($lat2-$lat1) + cos($lat2/57.29578)*cos($lat1/57.29578)*($lon2-$lon1)*($lon2-$lon1))/180);
LOL!

In general: I like the distance indicator, too bad that many of you are from western and southern Germany... or even Finland ;)

_________________
Image



 


Top
 Profile  
 
 Post subject: Re: Country Flags
PostPosted: 06.30.09 
Offline
Godlike
User avatar

Joined: 07.15.08
Posts: 4645
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
wow thx svarox.
u made it, i just put it on display :)

ah, not to forget:
- can i zip the plugin and post it here with some install instructions?

_________________
Image



 


Top
 Profile  
 
 Post subject: Re: Country Flags
PostPosted: 06.30.09 
Offline
Leader
User avatar

Joined: 11.29.08
Posts: 1972
:)
Humm I will send you the zip files for the various plugins... I have to add some comments/readme/TODO before putting it online ;)

_________________
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  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 27 posts ]  Go to page Previous  1, 2, 3  Next

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 7 guests


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
top 20 players


nameskillkills
-Dws.BLINGBLING*-*1730.63418631
NormaSnockers1865.75400492
Zottel1760.8276378
make.them.suffer1846.17269872
>8v=1825.35230156
moon1777.56195615
sjas1692.49192315
peace1878.86190660
Wagner_Moura1562.9188001
Goomba1859.75182677
z0rn1608.41181016
Mad1803.76179124
[dswp]PLZ1847.85178516
Graf_ZahlIII1835.73167407
Zohan1611.07159737
ubercunt1634.93159240
Yarrr!1917.33156233
I_am_nOOb1909.64151268
Pandageddon1891.75148319
Pirat1664.08145798