Jump to content

[Share] Counter Strike WebMod ( Windows )


MiraDBZ

Recommended Posts

WebMod is a multi-threaded HTTP Web server embedded into a MetaMod plugin

(Linux and Win32 compatible).

    It allows you not to use specific tools like: HLSW or AgentOrange, or additional software such as web server, PHPRCon or a Perl capable shell account to run PsychoQuery.

 

 

    Once installed, you can access it on http://server_ip:server_port/ ; for example if you connect to 123.45.67.89:27016 to play, you just have to add  http://  at the beginning and give this to your web browser : http://123.45.67.89:27016/. This addon provides a public live status page, and a private admin area (password-protected, currently using RCon password).

 

    But this plugin is not only what's contained in the zip file : WebMod includes a script preprocessor that lets you customize its web pages totally, and to create yours at your own convenience. W scripting language reference document is provided in the archive.

You'll learn how to use { } blocks, game server and HTTP related variables, etc.

 

      Installation You can download the webmod pack for windows  from: http://rapidshare.com/files/176346342/webmod-0.48.zip.htm

    Unzip this file in your mod's directory ("cstrike" for example).

    It will create those directories :

- addons/w    : webmod base dir

- addons/w/dlls    : win32 & linux binaries

- addons/w/docs    : documentation (html format)

- addons/w/www    : web server root dir with .w pages

- addons/w/www/mappics    : some Counter-Strike map screenshots

- addons/w/www/includes    : some .inc files included by .w pages

 

 

      Edit your addons/metamod/plugins.ini and add the following 2 lines (start, middle, end of file : no matter) :

 

 

Credits : DarkWalker

            Xitro

            NightmARE

Link to comment
Share on other sites

Edit your addons/metamod/plugins.ini and add the following 2 lines (start, middle, end of file : no matter) :

I guess something is missing.
Link to comment
Share on other sites

  • 2 months later...

Of course something is missing:

...Edit your addons/metamod/plugins.ini and add the following 2 lines

(start, middle, end of file : no matter) :

	win32 addons/w/dlls/w_mm.dll
	linux addons/w/dlls/w_mm_i386.so

 

Also there should be another download mirror:

Klick me

And this is the homepage of Webmod.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...