Jump to content

Bluemax

Members
  • Posts

    35
  • Joined

  • Last visited

  • Days Won

    2

Reputation Activity

  1. Like
    Bluemax reacted to wRick in How to install Maldet   
    The Maldet is a commonly using malware detector for Linux based server. The installation and usage of maldet is quite simple.

    Malware Detect is very easy to install on CentOS, regardless of the control panel you utilize (cPanel/WHM, Directadmin, etc). Maldet also known as Linux Malware Detect virus scanner for Linux.

    There is nothing complicated in installation process, but root access to your server is required.

    Installation via SSH :
     

    To scan a folder, for example /home you should type maldet -a /home.

    Thank you for reading !

    ██ HostDens.com : Enjoy Unlimited Web Hosting | Beyond Your Expectation
        ██ Reseller Hosting | VPS Servers (Linux) | Shared Hosting
        ██ $1 Hosting | Affordable Shared Web Hosting Services​
  2. Like
    Bluemax reacted to twiti in multi config server   
    thx guys
     
    Etpro nested configs are perfect (etpro/configs/*.cfg->{cvar+map+checksum stuff})
    I wish silent mod devs'd implement something like etpro cfg someday, the mod will just get better
     
    ...for those who missed the idea of my post: $mapconfigs/default.cfg is a config loaded
    via a custom command which changes the default.cfg location via mapconfigs cvar
  3. Like
    Bluemax reacted to twiti in multi config server   
    edit: i used all the above cfg tricks
    for tj silent/nitmod/pub/jaymod are no good with fixedphysics on (especially silent and nitmod),except etpro.
    the best tj mods are etpro ofc (oldschool) and tjmod
     
    in other words my etpro jumps

    (what i jumped in etpro)are too easy in silent with fixedphysics coz the jump is longer idk why check your code
     
    dang i love grush (etpro)

  4. Like
    Bluemax reacted to twiti in multi config server   
    corr: fueldump jumps were done in tjmod, anyway the physics problem is still on
    silent mod g_fixedphysics differs from etpro b_fixedphysics
  5. Like
    Bluemax reacted to Zelly in ETPro Support in near future   
    To an extent yes.
     
    You will be able to use most of the LESM commands blacklist(ban/kick),warn,mute,finger,freeze,ignore,pm etc.
     
    It isn't like I am adding some uniquely identified hardware guid to everyone though so them coming back if they have access to multiple ip's is still an issue.
     
    If you would like to test it I can give you a package, haven't worked on it in a while can't remember where I left off.
  6. Like
    Bluemax reacted to Zelly in ETPro Support in near future   
    I managed to makeshift my way to lua 5.0 compatibility, in a separate branch of LESM 2.7.5
     
    Basically was able to get ingame and do commands with no errors now.
     
    Haven't tested all the features, but I don't think I will run into anything too surprising now, possibily a few things that will not be fully functional.
     
    But I am pretty excited for the future
     
     
  7. Like
    Bluemax reacted to gaoesa in Server is Banning all   
    You don't need the other qagame. If you don't use your own Lua library you can remove the dynamic_lua directory completely from the server. The qagame is there as a replacement for the one in the root directory for such a case if you need to have Lua scripts that load additional Lua libraries or just want to build the Lua library from your own source. I meant I think your issue was client side and not your server. The bad index for string error you got with empty client side directory would fit with this. If you didn't download a new silent.pk3 when you connected to your server when you got banned means the pk3 was already in the client directory and it was probably fine.
  8. Like
    Bluemax reacted to gaoesa in Server is Banning all   
    What was the ban reason in the bans?
  9. Like
    Bluemax reacted to Tweek in *TheCornbreadMafia*   
    Dear -Blu,
     
     The hitsounds problem is due to your personal client side settings. My server settings are g_hitsounds "13" and g_defaultHitSounds "1". It was stated in the above paragraph that I run fun settings on Silent Mod that are 100% controllable due to the fact that I made custom votes that can be called to disable even when I was not around. The abuse of doublejump occurs on servers that either have poor administrators, bad management, or simply have no rules against it. That behavior is against our rules and my administrators will not allow it. They are also equipped with custom commands that can disable if someone tries to be a knuclehead. Of course I use Zelly's Lua because it is the perfect compliment to my server with several options that are completely customizable and always being updated and evolving. BTW congrats on possibly being the first person to turn this advertising forum into a critics corner. That shows character   "To each their own!"
     
    Kind regards,
  10. Like
    Bluemax reacted to hellreturn in et300 on Linux   
    That +net_ip was just an example on how to add more parameter to command line.  You can use dynamic dns in your router if that is supported. 
     
    http://www.amazon.com/RT-N66U-Dual-Band-Wireless-N900-Gigabit-Router/dp/B006QB1RPY/ref=sr_1_1?s=pc&ie=UTF8&qid=1429979942&sr=1-1&keywords=asus+router
     
    Mostly now a days all router support free dynamic dns. I am money saver guy so I got above in refurb for 60 bucks. Best router so far. Just suggesting in case if you are looking for one.
     
    Back to topic: 
     
    When you say it doesn't load enhance mod then probably you are not adding correct homepath and basepath. Does it loads up the mod fine? 
  11. Like
    Bluemax reacted to twiti in multi config server   
    silent mod ofc
     
    you have to play with  g_mapConfigs and  g_mapScriptDirectory and custom commands thx to silent mod guys
     
    example:
     
    i'd like to setup a tj mod via shrubbot:
     
    [command]
    command  = tj
    exec     = set lua_modules "nextmap.lua autopromo.lua TJmod.lua adrenaline.lua" ; set g_mapConfigs "tj_cfg"; restart;
    desc     = ^7!^3tj^7 - turn ^3TRICKJUMP MODE ^1on
    syntax   =
    levels   = 11

    [command]
    command  = tjoff
    exec     = set lua_modules "nextmap.lua autopromo.lua" ; set g_mapConfigs "mapconfigs"; restart;
    desc     = ^7!^3tjoff^7 - turn ^3TRICKJUMP MODE ^1off
    syntax   =
    levels   = 11

    well, do NOT set lua modules via your server.cfg, and you can find the above lua modules searching via google
    it's just a sample, have fun
  12. Like
    Bluemax reacted to Zer0o0 in Nitmod error!   
    I found what was the problem. sorry it was my fault my basepath is different from homepath.
     
    Can someone close this threat?
  13. Like
    Bluemax got a reaction from Zelly in What direction would you like to see?   
    Zelly,
     Cool Idea, but toggling off what you don't need is fine in my book...Rewrite the code? Nah. Unfortunately as much as I personally love this game and playing it..It's time has passed. That is why I am scrambling to make sure I have everything I need to host it myself. 
     
    Just my personal opinion of coarse and opinions vary as a rule......
     
     
    -Bluemax
  14. Like
    Bluemax got a reaction from hellreturn in What direction would you like to see?   
    Zelly,
     Cool Idea, but toggling off what you don't need is fine in my book...Rewrite the code? Nah. Unfortunately as much as I personally love this game and playing it..It's time has passed. That is why I am scrambling to make sure I have everything I need to host it myself. 
     
    Just my personal opinion of coarse and opinions vary as a rule......
     
     
    -Bluemax
  15. Like
    Bluemax reacted to Zelly in What direction would you like to see?   
    Currently I have had a lot of people ask is there a way to just not include all the features, as there are way too many for what they need.
     
    I have answered this question usually with: Everything can be toggled on and off some where. Whether that be Config.json or disabling commands in Commands.json. There are very few things that are not configurable, or at least able to disable. And if there was ever something I missed (Sometimes I do miss some features because I am so used to them being enabled) just to ask me and I can probably make it able to disable / enable.
     
    However recently a proposed idea would be to make a drag and drop features into a folder like LESM/plugins/
    This would also allow people to use my Lua as a sort of API to make their own plugins which I find really cool.
    It sounds good, and I really kind of like the idea of it, I just don't know how to approach the idea yet, if it is possible (for me) to do..
    This however proposes a problem, instead of having to configure one thing you would then have to configure each individual plugin.
    It would also require a sort of rewrite of the entire code, which would probably take some time.
     
    So what do you think should be done? Should I just continue what I am doing?
  16. Like
    Bluemax reacted to Zelly in email/text messages   
    I hope you mean LESM/save/Users.json cause Users.db is not with my lua, and in silent if you edit that it gets corrupted not sure how it works in nitmod though.
     
    Any changes manually made to Users.json (while the server is online) will not take affect, since it loads Users.json at the start and saves it at the end (Overwriting anything you would have made). It really wasn't meant to be Edited like the other files.
     
    To set up the first authorized user it needs to be done through rcon:
    lua update bluemax authorize true 
    Then from then on you can update other people via
    /lua update username authorize true(By the way authorize is meant only for server operators, as it has a lot of control)
     
    After that you can do !config help to see a list of config options. and !config balance for example to see a list of options under the balance category.
     
    And then !config balance.enabled true to enable balance.
     
    (important) And then !config save to save the config.
     
    Will add this all to the wiki in a more complete manner later on, I am just procrastinating big time sorry
  17. Like
    Bluemax reacted to Zelly in email/text messages   
    Checked it out briefly, went through the basic commands.
    Though not much is configured at the moment.
     
    If you want me to walk you through it I can.
  18. Like
    Bluemax got a reaction from Zelly in email/text messages   
    Server is up if you want to putz with it....108.199.223.221
    I have dynamic IP so go today....lol
     
    Blue
  19. Like
    Bluemax reacted to Zelly in email/text messages   
    I have never tested on nitmod so I think you will be the first.
     
    Yeah, there is already an offline mail system, and I did recently added a !seen <name> command
     
    May not be in the wiki though, got some work to do. So much stuff
  20. Like
    Bluemax got a reaction from hellreturn in email/text messages   
    Zelly,
     
    Never mind just installed and reading docs and it already has "offline" email system....Good Work!
     
    Installed on to Silent-mod in minutes...Nice docs and easy to follow!
     
    Bluemax
     
     
  21. Like
    Bluemax reacted to Zelly in Lua Enhanced Server Mod - Enemy Territory LUA   
    File Name: Lua Enhanced Server Mod
    File Submitter: Zelly
    File Submitted: 29 Mar 2015
    File Category: LUA
     


    Lua Enhanced Server Module or LuaESMod or LESM for short, is a server side mod written in lua which aims to provide many features for server admins and their players.
    It can be used with various mods that support lua 5.1 and up.

    Wiki
     


    Click here to download this file
  22. Like
    Bluemax got a reaction from frasenshuRiken in Play a sound when you get a PM   
    Update:
     
    one of the Founder's of our Clan saw this post...laughed, and made a custom sound pack in like 5 mins and just added to the /Silent Directory and now it is done, 
     
    So now we have "You've got mail" when there is PM!
     
    Thanks Again,
     
    I will donating some $$$ towards the Silent Mod! Cya!
     
     
    Blu
  23. Like
    Bluemax got a reaction from hellreturn in can't start the server   
    More information would be helpful as well, is the server on a rented host or is is local pc (home net) 
    I have a Home net PC with Windows and one with Linux running ET Server for testing Maps/Mods and also a rented host through Dediserverhosting,com as well.
     
     
     
     
    Thanks Bluemax
  24. Like
    Bluemax got a reaction from clan DIABOLIK in can't start the server   
    More information would be helpful as well, is the server on a rented host or is is local pc (home net) 
    I have a Home net PC with Windows and one with Linux running ET Server for testing Maps/Mods and also a rented host through Dediserverhosting,com as well.
     
     
     
     
    Thanks Bluemax
  25. Like
    Bluemax got a reaction from clan DIABOLIK in Play a sound when you get a PM   
    Update:
     
    one of the Founder's of our Clan saw this post...laughed, and made a custom sound pack in like 5 mins and just added to the /Silent Directory and now it is done, 
     
    So now we have "You've got mail" when there is PM!
     
    Thanks Again,
     
    I will donating some $$$ towards the Silent Mod! Cya!
     
     
    Blu
×
×
  • Create New...