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

[HELP] Counter-Strike Server Ban


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Eduart96
Junior Member
Join Date: Jul 2014
Location: C:\Windows\System32
Old 01-07-2015 , 19:17   [HELP] Counter-Strike Server Ban
Reply With Quote #1

Hello everyone
I have this problem with my CS Server, server is hosted on a CentOS virtual machine which is created using vSphere as I'm creating VPS from my VPS "center" but when players connect to my server everyone IP address looks like "192.168.1.1" it seems like router is putting an overlay to theit IP and whenever I wanna ban someone using cheats it automaticlly ban's everyone and noone can connect unless restarting the server and cleaning listip.cfg ... How can I fix this I'm really srtressed
I really need help guys!!!
Eduart96 is offline
wickedd
Veteran Member
Join Date: Nov 2009
Old 01-07-2015 , 19:29   Re: [HELP] Counter-Strike Server Ban
Reply With Quote #2

Ban them by their Steam-ID.
__________________
Just buy the fucking game!!!!
I hate No-Steamers and lazy ass people.
wickedd is offline
Vivo
Senior Member
Join Date: May 2014
Old 01-08-2015 , 21:08   Re: [HELP] Counter-Strike Server Ban
Reply With Quote #3

Quote:
Originally Posted by wickedd View Post
Ban them by their Steam-ID.
Stop your shitty comments like this please !
PHP Code:
            /* ---------- check for Steam ID added by MistaGee -------------------- 
            IF AUTHID == 4294967295 OR VALVE_ID_LAN OR HLTV, BAN PER IP TO NOT BAN EVERYONE */
            
            
if (equal("4294967295"authid2)
                || 
equal("HLTV"authid2)
                || 
equal("STEAM_ID_LAN"authid2)
                || 
equali("VALVE_ID_LAN"authid2))
            {
                
/* END OF MODIFICATIONS BY MISTAGEE */ 
When we have this code in default amx plugin, Thanks means that some players could have HLTV, STEAM_ID_LAN, VALVE_ID_LAN ...
So you are not helping him you are giving him wrong and solution.
You just post for post count,
Quote:
Originally Posted by wickedd View Post
Ban them by their Steam-ID.
They should ban your iP here to be useful next time.

@Eduart96 Use dproto, and give all players iD even HLTV, STEAM_ID_LAN, VALVE_ID_LAN ... But don't let no steamers join your server or you will be banned from her, Don't tell me dproto is not supported her, I'm not supporting it, I know why it's not supported, Because it cracks cs and make servers no steam and not legit, But if we use it in a right way it will be good. anyone have problem here tell me ??
__________________
ViRuSeS # The best Servers and Host: viruses.ga
CSGO: 185.107.96.150:27015 or viruses.ga:27015
TeamSpeak3: 185.107.96.150:9987 or viruses.ga
Welcome! Good luck and have fun enjoy your time.

Last edited by Vivo; 01-08-2015 at 21:17.
Vivo is offline
wickedd
Veteran Member
Join Date: Nov 2009
Old 01-08-2015 , 23:30   Re: [HELP] Counter-Strike Server Ban
Reply With Quote #4

Quote:
Originally Posted by Vivo View Post
Stop your shitty comments like this please !
STFU!

Quote:
Originally Posted by Vivo View Post
So you are not helping him you are giving him wrong and solution.
You just post for post count, They should ban your iP here to be useful next time.
Read my previous post.

Quote:
Originally Posted by Vivo View Post
@Eduart96 Use dproto, and give all players iD even HLTV, STEAM_ID_LAN, VALVE_ID_LAN ... But don't let no steamers join your server or you will be banned from her, Don't tell me dproto is not supported her, I'm not supporting it, I know why it's not supported, Because it cracks cs and make servers no steam and not legit, But if we use it in a right way it will be good. anyone have problem here tell me ??
That's DUMB! If he gives everyone the same ID he will not be able to ban just one player, he will ban everyone in the server. And if you would read his post again, you will see that's the problem he is having now. So banning by Steam-ID is the best solution.

So STFU if you don't know what you are talking about.
__________________
Just buy the fucking game!!!!
I hate No-Steamers and lazy ass people.
wickedd is offline
Vivo
Senior Member
Join Date: May 2014
Old 01-09-2015 , 00:20   Re: [HELP] Counter-Strike Server Ban
Reply With Quote #5

Quote:
Originally Posted by wickedd View Post
STFU!


Read my previous post.


That's DUMB! If he gives everyone the same ID he will not be able to ban just one player, he will ban everyone in the server. And if you would read his post again, you will see that's the problem he is having now. So banning by Steam-ID is the best solution.

So STFU if you don't know what you are talking about.
You STFU !
You read my previous post.
What if ?
PHP Code:
      /* ---------- check for Steam ID added by MistaGee -------------------- 
            IF AUTHID == 4294967295 OR VALVE_ID_LAN OR HLTV, BAN PER IP TO NOT BAN EVERYONE */
            
            
if (equal("4294967295"authid2)
                || 
equal("HLTV"authid2)
                || 
equal("STEAM_ID_LAN"authid2)
                || 
equali("VALVE_ID_LAN"authid2))
            {
                
/* END OF MODIFICATIONS BY MISTAGEE */ 
Then all players will get ban if 1 banned by ip idiot.
No i was not wrong check dproto.cfg you can make steamids based on other things noob.
__________________
ViRuSeS # The best Servers and Host: viruses.ga
CSGO: 185.107.96.150:27015 or viruses.ga:27015
TeamSpeak3: 185.107.96.150:9987 or viruses.ga
Welcome! Good luck and have fun enjoy your time.
Vivo is offline
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 01-09-2015 , 00:49   Re: [HELP] Counter-Strike Server Ban
Reply With Quote #6

So you are going to support no-steam Vivo? You know this is against the board rules? Suggesting the use of illegal software IS supporting it, no matter how you call it "using in a good way".
IF YOU read his first post again you will see that EVERYONE has the SAME IP. So which ways to differ between players he has left? NONE! The only way is to ban by STEAM_ID. No others will work. Even dumb dproto cannot generate different ID's if all players have the same IP.
The only person deserving a ban right now is you Vivo, for supporting no-steam and insults.

Oh, and if you read the quoted code again you will see that it WILL ban per IP IF the other ways do not work!
This is for LAN-servers where you cannot get your ID-auth challenge. But as we are talking about an internet server here he CAN get steam-id's.
__________________


Last edited by Mordekay; 01-09-2015 at 00:55.
Mordekay is offline
wickedd
Veteran Member
Join Date: Nov 2009
Old 01-09-2015 , 00:50   Re: [HELP] Counter-Strike Server Ban
Reply With Quote #7

You are REALLY DUMB. Reread the op post and you'll see that banning by Steam-ID is the solution to his problem.
Telling him to use some illegal software it dumb.

P.S. A player can't change his Steam-ID but he can change his IP.
__________________
Just buy the fucking game!!!!
I hate No-Steamers and lazy ass people.
wickedd is offline
Vivo
Senior Member
Join Date: May 2014
Old 01-09-2015 , 09:51   Re: [HELP] Counter-Strike Server Ban
Reply With Quote #8

Quote:
Originally Posted by Mordekay View Post
So you are going to support no-steam Vivo? You know this is against the board rules? Suggesting the use of illegal software IS supporting it, no matter how you call it "using in a good way".
IF YOU read his first post again you will see that EVERYONE has the SAME IP. So which ways to differ between players he has left? NONE! The only way is to ban by STEAM_ID. No others will work. Even dumb dproto cannot generate different ID's if all players have the same IP.
The only person deserving a ban right now is you Vivo, for supporting no-steam and insults.

Oh, and if you read the quoted code again you will see that it WILL ban per IP IF the other ways do not work!
This is for LAN-servers where you cannot get your ID-auth challenge. But as we are talking about an internet server here he CAN get steam-id's.
I'm not supporting them man, I'm not insulting good people like you
Look i'm steamer my servers are steam only i asked for help here many times they didn't only way was to use dproto, If all steam servers are poor and has no players this is not my problem i have auto-mix server full all the time and now i have steam problem with it i asked for help here they didn't help, So dproto fixed my problem i used it, When the problem will go i'll remove it fuck it i'm not supporting it i'm supporting help just, And yeah that's right at the end he will have problem the best way to fix his connection problem or to change server.
__________________
ViRuSeS # The best Servers and Host: viruses.ga
CSGO: 185.107.96.150:27015 or viruses.ga:27015
TeamSpeak3: 185.107.96.150:9987 or viruses.ga
Welcome! Good luck and have fun enjoy your time.
Vivo is offline
joshknifer
Veteran Member
Join Date: Jun 2011
Location: Denver, CO
Old 01-09-2015 , 10:48   Re: [HELP] Counter-Strike Server Ban
Reply With Quote #9

SteamIDs can't be changed and they are unique to each person in the server. There really isn't a case where banning by IP would be better in a steam-only server Vivo.
__________________
joshknifer is offline
Send a message via Skype™ to joshknifer
Vivo
Senior Member
Join Date: May 2014
Old 01-09-2015 , 11:07   Re: [HELP] Counter-Strike Server Ban
Reply With Quote #10

Quote:
Originally Posted by joshknifer View Post
SteamIDs can't be changed and they are unique to each person in the server. There really isn't a case where banning by IP would be better in a steam-only server Vivo.
Yeah i'm with you since since i made a steam only servers.
__________________
ViRuSeS # The best Servers and Host: viruses.ga
CSGO: 185.107.96.150:27015 or viruses.ga:27015
TeamSpeak3: 185.107.96.150:9987 or viruses.ga
Welcome! Good luck and have fun enjoy your time.
Vivo 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 21:52.


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