Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 49.483.672 Times

WWW::BF2Player 0.01

  Date Added: November 24, 2010  |  Visits: 1.854

WWW::BF2Player

Report Broken Link
Printer Friendly Version


Product Homepage
Download (93 downloads)



WWW::BF2Player is a Perl module that can fetch information about game servers from BF2Player.com SYNOPSIS # example 1 use WWW::BF2Player; my $bfp = WWW::BF2Player->new; # omitted UserId, must set it per-request my $player = $bfp->getPlayer( UserId => 5307, PlayerId => 64246757 ); # userId specified per-request # example 2 use WWW::BF2Player; my $bfp = WWW::BF2Player->new( UserId => 5307 ); # set a default UserId, can omit UserId per-request my $player = $bfp->getPlayer( PlayerId => 64246757 ); # use the default UserId First, you must have an account (free) at BF2Player.com to make use of this module. Second, you must create and populate a buddy list on their site. You can only use this module to ask for information about players in your buddy list. This is a restriction on their part to prevent you from asking information for too many players. I guess to prevent you from competing and wasting their resources. Understandable, I suppose. new my $gm = WWW::BF2Player->new; # no options or defaults specified my $gm = WWW::BF2Player->new( UserId => 5307 ); # default to a certain UserId You can specify several options in the constructor. my $gm = WWW::BF2Player->new( Expires => 300, UserId => 5307, CacheFile => my_player_cache.xml, DebugLog => my_debug_log.txt, DebugLevel => 3, );.

Requirements: No special requirements
Platforms: Linux
Keyword: Fetch Game Servers Information Libraries Module New Perl Perl Module Servers Userid Www
Users rating: 0/10

License: Freeware Size: 6.14 KB
USER REVIEWS
More Reviews or Write Review


WWW::BF2PLAYER RELATED
Games  -  Game Server Startup Script 1.1
Game Server Startup Script project is a startup script to manage dedicated game servers like Quake3. Game Server Startup Scripts is a startup script to manage a wide variety of Linux dedicated game servers. It can start/stop/restart/fix...
14.34 KB  
Utilities  -  game control program 1.1.0
game control program project helps administrate game servers, especially automated kicking of players. game control program helps you administrate gameservers (its written for Q1 and Q3, but works for others). It is highly modular and therefore...
860.16 KB  
Games  -  HLmaps b3 1.0
HLmaps is a web utility for Half-Life game servers running on Linux, FreeBSD, and WinNT. It allows web site visitors to view all your loaded maps, screen shots, download links and some file statistics in a nice, sortable table. Features: -...
 
Gaming Utilities  -  Gslist 0.8.1
Gslist is a game servers browser which supports an incredible amount of games (over 800) for many platforms. It can work in both command-line and GUI mode.. Luigi Auriemma
153.6 KB  
Games  -  PHPrcon 0.6.3
PHPrcon is collection of PHP scripts to remotely administrate Halflife and Halflife-Mod game servers through a webinterface.
 
Shell & Desktop  -  Super-Qstat 0.7
Super-Qstat is a theme for superkaramba that displays information about one or two game servers: - ip of the server - number of players on it - current map - ping - name of the server - display the name of the first 16 players with their...
11.26 KB  
Libraries  -  Perl6::Builtins 0.0.3
Perl6::Builtins is a Perl module that provides erl 5 versions of the new Perl 6 builtins. SYNOPSIS use Perl6::Builtins qw( system ); system $system_cmd or die "Could not $system_cmd: $!"; my $package = caller->{package}; my $file =...
4.1 KB  
Games  -  Java CounterStrike Game Probe rc
The Java CounterStrike Game Probe will implement Java to develop an application that will probe a list of Half-Life CounterStrike game servers and display the server information in a customizable format (console, applet, standalone).
34.18 KB  
Games  -  Game Server Watcher 1.4.1
Game Server Watcher is a simple game browser that will help you watch state of your favorite game servers. This program has a buddy list and can notify you (with sound and pop-up messages) when your buddy joins a server.
4.1 MB  
Database Tools  -  HLBook .99
HLBook is a PHP/Perl application for booking timeslots on Half-Life based game servers.
727.04 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB