Raised This Month: $32 Target: $400
 8% 

ServerSecure (Files only) - Server protection against the Upload / Download exploit.


Post New Thread Reply   
 
Thread Tools Display Modes
TheAvengers2
BANNED
Join Date: Jul 2011
Old 08-23-2012 , 06:37   Re: ServerSecure (Files only) - Server protection against the Upload / Download explo
Reply With Quote #111

Quote:
Originally Posted by GoD-Tony View Post
Edit: Apparently that wouldn't work in this case. Only if the gamedata makes use of a master config, like SDK Tools.
The read-only idea worked. My logs won't be happy though.

Quote:
Originally Posted by asherkin View Post
I'll add CS:S support properly when I get some time.
Alright.
TheAvengers2 is offline
pubhero
Veteran Member
Join Date: Aug 2012
Location: Central Europe
Old 08-24-2012 , 15:28   Re: ServerSecure (Files only) - Server protection against the Upload / Download explo
Reply With Quote #112

This extension don't work after the last (1.0.0.73) update.

Latest metamod snapshot
Latest sm snapshot

In the log:

L 08/24/2012 - 18:234: [SM] Unable to load extension "serversecure_files.ext": /home/rent/users/xxxxx/27xxx/css/cstrike/addons/sourcemod/extensions/serversecure_files.ext.so: cannot open shared object file: No such file or directory

Game: CSS OB
Linux server
Legit server ofc.
pubhero is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 08-24-2012 , 15:33   Re: ServerSecure (Files only) - Server protection against the Upload / Download explo
Reply With Quote #113

Quote:
Originally Posted by pubhero View Post
This extension don't work after the last (1.0.0.73) update.

Latest metamod snapshot
Latest sm snapshot

In the log:

L 08/24/2012 - 18:234: [SM] Unable to load extension "serversecure_files.ext": /home/rent/users/xxxxx/27xxx/css/cstrike/addons/sourcemod/extensions/serversecure_files.ext.so: cannot open shared object file: No such file or directory

Game: CSS OB
Linux server
Legit server ofc.
It doesn't support the CS:S engine currently.
__________________
asherkin is offline
pubhero
Veteran Member
Join Date: Aug 2012
Location: Central Europe
Old 08-24-2012 , 15:40   Re: ServerSecure (Files only) - Server protection against the Upload / Download explo
Reply With Quote #114

Huh. Thanks.
Another working solution (mm or sm) against the uploader exploits?
Or you will be repair this error?

Last edited by pubhero; 08-24-2012 at 15:42.
pubhero is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 08-24-2012 , 16:06   Re: ServerSecure (Files only) - Server protection against the Upload / Download explo
Reply With Quote #115

Quote:
Originally Posted by pubhero View Post
Or you will be repair this error?
Yes, but my computer is currently inoperable.
__________________
asherkin is offline
pubhero
Veteran Member
Join Date: Aug 2012
Location: Central Europe
Old 08-25-2012 , 02:15   Re: ServerSecure (Files only) - Server protection against the Upload / Download explo
Reply With Quote #116

Game CSS
Linux
Latest mm
Code:
08:37:50 Metamod:Source version 1.9.0-dev
         Build ID: 797:f9f87775019a-dev
         Loaded As: Valve Server Plugin
         Compiled on: Aug 22 2012
         Plugin interface version: 15:14
         SourceHook version: 5:5
         http://www.metamodsource.net/
and sm snapshots
Code:
08:37:55  SourceMod Version Information:
             SourceMod Version: 1.5.0-dev
             SourcePawn Engine: SourcePawn 1.1, jit-x86 (build 1.5.0-dev)
             SourcePawn API: v1 = 4, v2 = 4
             Compiled on: Aug 23 2012 22:38:37
             Build ID: 3627:b6e36874284b-dev
             http://www.sourcemod.net/
What do you think? Maybe this extension works with this method? It seems for me, yes.

https://forums.alliedmods.net/showpo...&postcount=970

- rename the: serversecure_files.ext.2.ep2v.so to serversecure_files.ext.2.css.so
- open the serversecure.txt gamedata file in the cstrike/addons/sourcemod/gamedata folder
- change this:
Code:
"engine"    "orangebox_valve"
to this:
Code:
"engine"    "css"
- Disable the autoupdate function in the cstrike/addons/sourcemod/configs/core.cfg Important step!
Code:
"DisableAutoUpdate"            "yes"
sm exts list:
Code:
[03] Server Secure - Files Only (1.0.0): The finest defence
I don't know, this really works or just show that for me. But no crash, no error messages for me.

Ps.: It seems works for me with the connect extensions too
Code:
[11] Connect (1.0.0):

Last edited by pubhero; 08-25-2012 at 02:44.
pubhero is offline
Nolongerinthegame
AlliedModders Donor
Join Date: Sep 2005
Old 09-03-2012 , 08:33   Re: ServerSecure (Files only) - Server protection against the Upload / Download explo
Reply With Quote #117

Any support for CSGO soon?
Nolongerinthegame is offline
irogue
Senior Member
Join Date: Jan 2011
Location: Australia
Old 09-05-2012 , 13:27   Re: ServerSecure (Files only) - Server protection against the Upload / Download explo
Reply With Quote #118

Hi, i am wondering does this support l4d2 since according to valve dev info (found here: https://developer.valvesoftware.com/...gine_branch%29 )

Quote:
The Left 4 Dead engine branch was released in 2008 with Left 4 Dead, and continued in 2009 with Left 4 Dead 2. It was maintained side-by-side with the Orange Box branch, but was ultimately discontinued with the release of Portal 2.
Unlike other branches, L4D does not require earlier versions of Source to be installed. It stands entirely alone.
thx


EDIT: nvm it seems it isn't supported according to the logs.

Code:
L 09/05/2012 - 17:31:39: Error log file session closed.
L 09/05/2012 - 17:32:38: SourceMod error session started
L 09/05/2012 - 17:32:38: Info (map "c2m2_fairgrounds") (file "errors_20120905.log")
L 09/05/2012 - 17:32:38: [SM] Unable to load extension "serversecure_files.ext": The specified module could not be found.


L 09/05/2012 - 17:32:43: Error log file session closed.

Last edited by irogue; 09-05-2012 at 13:36.
irogue is offline
Visual77
Veteran Member
Join Date: Jan 2009
Old 09-05-2012 , 14:10   Re: ServerSecure (Files only) - Server protection against the Upload / Download explo
Reply With Quote #119

first page says only supported on orange box
Visual77 is offline
-=Leb=-
SourceMod Donor
Join Date: Dec 2008
Location: Sweden/Stockholm
Old 09-11-2012 , 19:16   Re: ServerSecure (Files only) - Server protection against the Upload / Download explo
Reply With Quote #120

Hi asherkin, any idea why im getting this error today after the latest css update?
Im getting this error logs on all my 5 servers

im running sm 1.5.0-hg3655

Quote:
L 09/11/2012 - 19:11:48: SourceMod error session started
L 09/11/2012 - 19:11:48: Info (map "de_dust2") (file "errors_20120911.log")
L 09/11/2012 - 19:11:48: [SM] Unable to load extension "serversecure_files.ext": The specified module could not be found.
thx in advance
-=Leb=- is offline
Reply



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 22:18.


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