Raised This Month: $12 Target: $400
 3% 

HTTP Server w/ RCon Multiplexer


Post New Thread Reply   
 
Thread Tools Display Modes
King Cnut
Senior Member
Join Date: Sep 2014
Old 09-10-2015 , 20:47   Re: HTTP Server w/ RCon Multiplexer
Reply With Quote #21

Trying to compile the Scoreboard plugin and it won't compile. I have the webcon.inc and conplex.inc files in my includes folder. Is there anything else required to build these plugins?

Code:
//SourceMod Batch Compiler
// by the SourceMod Dev Team


//// webscoreboard.sp
//
// C:\Users\Asher\Downloads\sourcemod-1.7.3-git5240-windows\addons\sourcemod\scripting\include\float.inc(240) : warning 219: local variable "value" shadows a variable at a preceding level
// C:\Users\Asher\Downloads\sourcemod-1.7.3-git5240-windows\addons\sourcemod\scripting\include\files.inc(424) : warning 219: local variable "data" shadows a variable at a preceding level
// C:\Users\Asher\Downloads\sourcemod-1.7.3-git5240-windows\addons\sourcemod\scripting\include\files.inc(448) : warning 219: local variable "data" shadows a variable at a preceding level
// C:\Users\Asher\Downloads\sourcemod-1.7.3-git5240-windows\addons\sourcemod\scripting\include\halflife.inc(599) : warning 219: local variable "title" shadows a variable at a preceding level
// C:\Users\Asher\Downloads\sourcemod-1.7.3-git5240-windows\addons\sourcemod\scripting\webscoreboard.sp(4) : error 010: invalid function or declaration
// C:\Users\Asher\Downloads\sourcemod-1.7.3-git5240-windows\addons\sourcemod\scripting\webscoreboard.sp(13) : error 010: invalid function or declaration
// C:\Users\Asher\Downloads\sourcemod-1.7.3-git5240-windows\addons\sourcemod\scripting\webscoreboard.sp(22) : error 010: invalid function or declaration
// C:\Users\Asher\Downloads\sourcemod-1.7.3-git5240-windows\addons\sourcemod\scripting\webscoreboard.sp(28) : error 010: invalid function or declaration
// C:\Users\Asher\Downloads\sourcemod-1.7.3-git5240-windows\addons\sourcemod\scripting\webscoreboard.sp(31) : error 010: invalid function or declaration
// C:\Users\Asher\Downloads\sourcemod-1.7.3-git5240-windows\addons\sourcemod\scripting\webscoreboard.sp(35) : error 010: invalid function or declaration
// C:\Users\Asher\Downloads\sourcemod-1.7.3-git5240-windows\addons\sourcemod\scripting\webscoreboard.sp(38) : error 010: invalid function or declaration
// C:\Users\Asher\Downloads\sourcemod-1.7.3-git5240-windows\addons\sourcemod\scripting\webscoreboard.sp(40) : error 010: invalid function or declaration
// C:\Users\Asher\Downloads\sourcemod-1.7.3-git5240-windows\addons\sourcemod\scripting\webscoreboard.sp(47) : error 010: invalid function or declaration
// C:\Users\Asher\Downloads\sourcemod-1.7.3-git5240-windows\addons\sourcemod\scripting\webscoreboard.sp(50) : error 010: invalid function or declaration
// C:\Users\Asher\Downloads\sourcemod-1.7.3-git5240-windows\addons\sourcemod\scripting\webscoreboard.sp(54) : error 010: invalid function or declaration
// C:\Users\Asher\Downloads\sourcemod-1.7.3-git5240-windows\addons\sourcemod\scripting\webscoreboard.sp(60) : error 010: invalid function or declaration
// C:\Users\Asher\Downloads\sourcemod-1.7.3-git5240-windows\addons\sourcemod\scripting\webscoreboard.sp(63) : error 010: invalid function or declaration
// C:\Users\Asher\Downloads\sourcemod-1.7.3-git5240-windows\addons\sourcemod\scripting\webscoreboard.sp(66) : error 010: invalid function or declaration
// C:\Users\Asher\Downloads\sourcemod-1.7.3-git5240-windows\addons\sourcemod\scripting\webscoreboard.sp(69) : error 010: invalid function or declaration
// C:\Users\Asher\Downloads\sourcemod-1.7.3-git5240-windows\addons\sourcemod\scripting\webscoreboard.sp(72) : error 010: invalid function or declaration
// C:\Users\Asher\Downloads\sourcemod-1.7.3-git5240-windows\addons\sourcemod\scripting\webscoreboard.sp(82) : error 010: invalid function or declaration
// C:\Users\Asher\Downloads\sourcemod-1.7.3-git5240-windows\addons\sourcemod\scripting\webscoreboard.sp(85) : error 010: invalid function or declaration
// C:\Users\Asher\Downloads\sourcemod-1.7.3-git5240-windows\addons\sourcemod\scripting\webscoreboard.sp(89) : error 010: invalid function or declaration
// C:\Users\Asher\Downloads\sourcemod-1.7.3-git5240-windows\addons\sourcemod\scripting\webscoreboard.sp(94) : error 010: invalid function or declaration
// C:\Users\Asher\Downloads\sourcemod-1.7.3-git5240-windows\addons\sourcemod\scripting\webscoreboard.sp(112) : error 010: invalid function or declaration
// C:\Users\Asher\Downloads\sourcemod-1.7.3-git5240-windows\addons\sourcemod\scripting\webscoreboard.sp(127) : error 010: invalid function or declaration
// C:\Users\Asher\Downloads\sourcemod-1.7.3-git5240-windows\addons\sourcemod\scripting\webscoreboard.sp(132) : error 010: invalid function or declaration
// C:\Users\Asher\Downloads\sourcemod-1.7.3-git5240-windows\addons\sourcemod\scripting\webscoreboard.sp(134) : error 010: invalid function or declaration
// C:\Users\Asher\Downloads\sourcemod-1.7.3-git5240-windows\addons\sourcemod\scripting\webscoreboard.sp(138) : error 010: invalid function or declaration
// C:\Users\Asher\Downloads\sourcemod-1.7.3-git5240-windows\addons\sourcemod\scripting\webscoreboard.sp(142) : error 010: invalid function or declaration
//
// Compilation aborted.
// 26 Errors.
//
// Compilation Time: 0.14 sec
// ----------------------------------------

Press enter to exit ...
__________________
*tips fedora, unsheaths katana, teleports behind u, nods respectfully*

Last edited by King Cnut; 09-11-2015 at 08:34.
King Cnut is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 09-12-2015 , 19:04   Re: HTTP Server w/ RCon Multiplexer
Reply With Quote #22

I'm not sure what you've done, but the plugin compiles just fine here and for numerous other people - it only requires the standard SourceMod include files and webcon.inc.
__________________
asherkin is offline
King Cnut
Senior Member
Join Date: Sep 2014
Old 09-12-2015 , 22:11   Re: HTTP Server w/ RCon Multiplexer
Reply With Quote #23

Quote:
Originally Posted by asherkin View Post
I'm not sure what you've done, but the plugin compiles just fine here and for numerous other people - it only requires the standard SourceMod include files and webcon.inc.
Yeah, not sure what I'm doing wrong either. What I am doing is dragging webscoreboard.sp over top compile.exe that sits in my "sourcemod-1.7.3-git5240-windows\scripting" folder. I'm glad it works for everyone else though
__________________
*tips fedora, unsheaths katana, teleports behind u, nods respectfully*
King Cnut is offline
Horsedick
AlliedModders Donor
Join Date: Sep 2011
Old 09-15-2015 , 11:11   Re: HTTP Server w/ RCon Multiplexer
Reply With Quote #24

Quote:
Originally Posted by GoD-Tony View Post
This is a very cool extension that I wish I had while still running servers. Nice job asherkin!

I'll attach another sample plugin that I was playing around with while Webcon was in development. It allows you to view players' sprays that are playing on your server. Feel free to post this in the plugins forum if you'd like to maintain it or add features.

Quick preview: http://imgur.com/a/iRyVC

Ohh sweet.... this everything is pretty awesome. Gonna have to find time to sit down and redesign website now... gah..right in the middle of football and hunting season too.
Horsedick is offline
friagram
Veteran Member
Join Date: Sep 2012
Location: Silicon Valley
Old 01-08-2016 , 14:24   Re: HTTP Server w/ RCon Multiplexer
Reply With Quote #25

Why not just firewall the rcon port?
If you really want http access you can whitelist the IP of your own webserver.
__________________
Profile - Plugins
Add me on steam if you are seeking sp/map/model commissions.
friagram is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 01-08-2016 , 14:58   Re: HTTP Server w/ RCon Multiplexer
Reply With Quote #26

Quote:
Originally Posted by friagram View Post
Why not just firewall the rcon port?
If you really want http access you can whitelist the IP of your own webserver.
If you're gonna reverse proxy it that makes sense - but this is designed for people without an external web server.
__________________
asherkin is offline
henk717
Member
Join Date: Jun 2009
Old 01-17-2016 , 15:09   Re: HTTP Server w/ RCon Multiplexer
Reply With Quote #27

Hey asherkin, could you include hl2mp in your gamedata to add support for Half-Life 2 Deathmatch?
__________________


www.bouncyball.eu - Revolution Coop - Join - Spectate
henk717 is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 01-25-2016 , 11:50   Re: HTTP Server w/ RCon Multiplexer
Reply With Quote #28

Quote:
Originally Posted by henk717 View Post
Hey asherkin, could you include hl2mp in your gamedata to add support for Half-Life 2 Deathmatch?
This has been done, DoD:S too.
__________________
asherkin is offline
Visual77
Veteran Member
Join Date: Jan 2009
Old 03-21-2016 , 19:24   Re: HTTP Server w/ RCon Multiplexer
Reply With Quote #29

l4d2 signatures for conplex ext. anyone?
Visual77 is offline
GoD-Tony
Veteran Member
Join Date: Jul 2005
Old 03-22-2016 , 01:04   Re: HTTP Server w/ RCon Multiplexer
Reply With Quote #30

Quote:
Originally Posted by Visual77 View Post
l4d2 signatures for conplex ext. anyone?
Should be there now.
__________________
GoD-Tony is offline
Reply


Thread Tools
Display Modes

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


All times are GMT -4. The time now is 08:33.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode