.:: Bots United ::.  
filebase forums discord server github wiki web
cubebot epodbot fritzbot gravebot grogbot hpbbot ivpbot jkbotti joebot
meanmod podbotmm racc rcbot realbot sandbot shrikebot soulfathermaps yapb

Go Back   .:: Bots United ::. > Enhancement Workshop > Metamod and metamod plugins
Metamod and metamod plugins Plugins and improvements for the metamod server-side mod

Reply
 
Thread Tools
webmod 0.47
Old
  (#1)
T!m
Member
 
T!m's Avatar
 
Status: Offline
Posts: 127
Join Date: Jan 2004
Location: Netherlands, Arnhem
Default webmod 0.47 - 14-01-2004

I just setup webmod 0.47,

What is it:

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 a web server, PHPRCon or a Perl capable shell account to run PsychoQuery.

webmod download page

what is the problem, I can't test it as i am on lan 9_9 , so if anyone want to click on the link below and would report if it is workin or not i would be very thankful
.

http://62.166.3.191:27015


in/out

Last edited by T!m; 14-01-2004 at 22:49.. Reason: wrong url
  
Reply With Quote
Re: webmod 0.47
Old
  (#2)
Pierre-Marie Baty
Roi de France
 
Pierre-Marie Baty's Avatar
 
Status: Offline
Posts: 5,049
Join Date: Nov 2003
Location: 46°43'60N 0°43'0W 0.187A
Default Re: webmod 0.47 - 14-01-2004

on port 27015 ? but port 27015 is not a HTTP port, it's the port to connect your HL server, no web browser can connect a HL server ! Your webmod plugin is running its HTTP server on another port, but I can assure you it won't be port 27015.

[edit]
I tried http://62.166.3.191:80/ on port 80, which is default port for web servers, but it gives me an "access forbidden" page But at least it tells that there is a http server beyond this port.



RACC home - Bots-United: beer, babies & bots (especially the latter)
"Learn to think by yourself, else others will do it for you."

Last edited by Pierre-Marie Baty; 14-01-2004 at 22:54..
  
Reply With Quote
Re: webmod 0.47
Old
  (#3)
T!m
Member
 
T!m's Avatar
 
Status: Offline
Posts: 127
Join Date: Jan 2004
Location: Netherlands, Arnhem
Default Re: webmod 0.47 - 14-01-2004

from the readme file:

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/.

so it has to be ok, but not sure if it will work with cs1.6 sinds metamod 1.13 is recommended, pretty old or not!?o_O

edit: mabye it will work now, the tcp port was closed :o.


in/out

Last edited by T!m; 14-01-2004 at 23:37.. Reason: opend tcp port
  
Reply With Quote
Re: webmod 0.47
Old
  (#4)
Pierre-Marie Baty
Roi de France
 
Pierre-Marie Baty's Avatar
 
Status: Offline
Posts: 5,049
Join Date: Nov 2003
Location: 46°43'60N 0°43'0W 0.187A
Default Re: webmod 0.47 - 14-01-2004

this is completely stupid, the programmer who did this plugin can't just hijack the HL engine game port to put a web service in, why couldn't he open his service on another port ??? I can't believe the Readme says that. Else it's an unofficial readme wrote by some clueless guy who wanted to make an installer or whatever.

anyway, HTTP doesn't work on port 27015 - but no wonder to me



RACC home - Bots-United: beer, babies & bots (especially the latter)
"Learn to think by yourself, else others will do it for you."
  
Reply With Quote
Re: webmod 0.47
Old
  (#5)
Brakkenjan
Guest
 
Status:
Posts: n/a
Default Re: webmod 0.47 - 15-01-2004

lol, he didn't hijack the same port as the server, the hlds uses UDP 27015 and webmod uses TCP 27015, btw webmod works fine with the new hlds and is even more stable than it used to be.
  
Reply With Quote
Re: webmod 0.47
Old
  (#6)
Pierre-Marie Baty
Roi de France
 
Pierre-Marie Baty's Avatar
 
Status: Offline
Posts: 5,049
Join Date: Nov 2003
Location: 46°43'60N 0°43'0W 0.187A
Default Re: webmod 0.47 - 15-01-2004

aaaaahhhh, now this makes more sense
thanks for the clarification

[edit]
anyway if he's on lan why can't he just do http://localhost:27015/ ?



RACC home - Bots-United: beer, babies & bots (especially the latter)
"Learn to think by yourself, else others will do it for you."

Last edited by Pierre-Marie Baty; 15-01-2004 at 03:03..
  
Reply With Quote
Re: webmod 0.47
Old
  (#7)
T!m
Member
 
T!m's Avatar
 
Status: Offline
Posts: 127
Join Date: Jan 2004
Location: Netherlands, Arnhem
Default Re: webmod 0.47 - 15-01-2004

ah, it works fine now

PMB: I did check the localhost but that wouldend work,
so i thought mabye it was inpossible.
but it works fine on localhost two.

edit: btw. it doesn't see bots playing? it keeps up the score but no players .


in/out

Last edited by T!m; 15-01-2004 at 08:55..
  
Reply With Quote
Re: webmod 0.47
Old
  (#8)
BAStumm
Member
 
BAStumm's Avatar
 
Status: Offline
Posts: 138
Join Date: Jan 2004
Location: Spokane, WA USA
Default Re: webmod 0.47 - 15-01-2004

webmod is retarded...

phprcon is limited by what you can get from the built in network protocol (queries from outside the game). webmod is a mm plugin meaning it can get ANY data the game has to offer such as:

Player Frags
Player Deaths
Player Health
Player Armor
Player Weapon Held
Player Model or Class
Players Team

Team Scores
Team Names

Entity info (think sentry guns or flags in TFC or bombs/VIP in CS or capture points in DoD)

In otherwords, webmod is retarded...

Keep an eye out for phpua coming mid February... found on http://unitedadmins.com

phpua is based on the following concept codes...

http://bs-linux.com/hlwebtv/
http://spokaneteamfortress.com/stats/

[edit] hmm loooks like webmod has teamscore and deaths now.... wonder if someone has been following my dev efforts... [/edit]







Last edited by BAStumm; 15-01-2004 at 10:45..
  
Reply With Quote
Re: webmod 0.47
Old
  (#9)
Nova
Council Member
 
Nova's Avatar
 
Status: Offline
Posts: 761
Join Date: Nov 2003
Location: Kiel, Germany
Default Re: webmod 0.47 - 15-01-2004

Few questions.

The bots-united cs / tfc server runs steam / metamod 1.17 / adminmod.

I tried running webmod on it but it say its using wrong metamod version.
I think we need some help with these servers anyway, oz the config is an absoulute MESS.

Anyone willing to help me ? BaStumm maybe?


nova

- Quote: <kodex> I swear. Beta testing increases your e-wang ! :p

- Remember, today is the tomorrow you worried about yesterday.


  
Reply With Quote
Re: webmod 0.47
Old
  (#10)
T!m
Member
 
T!m's Avatar
 
Status: Offline
Posts: 127
Join Date: Jan 2004
Location: Netherlands, Arnhem
Default Re: webmod 0.47 - 15-01-2004

Quote:
Originally Posted by BAStumm
webmod is retarded...

phprcon is limited by what you can get from the built in network protocol (queries from outside the game). webmod is a mm plugin meaning it can get ANY data the game has to offer such as:

.................................................. ..............................................

In otherwords, webmod is retarded...
ok, but it is php-based issen't it? so you need a webserver that uses php.
This is the problem I have some web space but i can't use php, ony html.
So webmod is handy in my case.

ps. or can i use php someway that it looks like there is only a html page?
yes me noob on webbased stuff


in/out
  
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
vBulletin Skin developed by: vBStyles.com