SA-MP Forums Archive
Server Advertisement. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Server Advertisement. (/showthread.php?tid=124670)

Pages: 1 2


Server Advertisement. - [03]Garsino - 31.01.2010

What you think about people joining (your) servers and telling people to join their own?

IMO they're doing it because they can't get players the normal way. And it only makes them look unprofessional.
I think they're as bad as cheaters, but thats just my opinion.


Give me your thoughts about this.


Re: Server Advertisement. - Goobiiify - 31.01.2010

Ban them. They are just fooling around, in these days I called them worms.


Re: Server Advertisement. - MaykoX - 31.01.2010

on my server adversite other server = IP Ban. I hate those guys and yea i aggre with you Garsino


Re: Server Advertisement. - [03]Garsino - 31.01.2010

Quote:
Originally Posted by MaykoX
on my server adversite other server = IP Ban. I hate those guys and yea i aggre with you Garsino
Yeah, I ban them too. They're annoying as hell.


Re: Server Advertisement. - Calgon - 31.01.2010

Agreed. I ban them too, as most of them are completely retarded spammers. Though I made a stock to check if an IP is mentioned in a message:

pawn Код:
stock AdvertisementCheck( string[ ] )
{
new count;
   
for( new i = 0; i < strlen( string ); i++)
{
if( strfind( string[ i ], ".", true ) )
{
count++;
}
}
 
if( count == 3 )
{
if( strfind( string, ":", true ) )
{
return true;
}
else
{
return false;
}
}
else
{
return false;
}
}



Re: Server Advertisement. - [03]Garsino - 31.01.2010

CalgonX, where should I place that kind of code?


Re: Server Advertisement. - HydraX - 31.01.2010

Quote:
Originally Posted by [03
Garsino ]
CalgonX, where should I place that kind of code?
Since it is not a public Put it anywhere.. Just don't put it in other public's


Re: Server Advertisement. - [03]Garsino - 31.01.2010

Quote:
Originally Posted by HydraX
Quote:
Originally Posted by [03
Garsino ]
CalgonX, where should I place that kind of code?
Since it is not a public Put it anywhere.. Just don't put it in other public's
Well, I know where to place it. But not how I should use it, should I add "AdvertisementCheck( string[ ] )" inside OnPlayerText ?


Re: Server Advertisement. - HydraX - 31.01.2010

I just tried it. And it doesn't work for me.


Re: Server Advertisement. - CJ101 - 31.01.2010

people who go into a server just to advertise are'nt fit to be a server owner..


Re: Server Advertisement. - [Boobs]Andre - 31.01.2010

On the server where I'm Lead-Admin/Co-Owner, they are banned immediately.


Re: Server Advertisement. - Sergei - 31.01.2010

pawn Code:
stock HasTextIp(text[])
{
    new count,bool:count2;
  for(new x=0; x<strlen(text); x++)
  {
    if(text[x] == '.' && IsNumeric(text[x-1]) && IsNumeric(text[x-2])) count++;
    else if(text[x] == ':' && IsNumeric(text[x+1]) && IsNumeric(text[x+2]) && IsNumeric(text[x+3]) && IsNumeric(text[x+4])) count2 = true;
  }
  if(count == 3 && count2 == true) return 1;
  else return 0;
}



Re: Server Advertisement. - Mr L - 31.01.2010

Quote:
Originally Posted by CalgonX
Agreed. I ban them too, as most of them are completely retarded spammers. Though I made a stock to check if an IP is mentioned in a message:

pawn Code:
stock AdvertisementCheck( string[ ] )
{
new count;
   
for( new i = 0; i < strlen( string ); i++)
{
if( strfind( string[ i ], ".", true ) )
{
count++;
}
}
 
if( count == 3 )
{
if( strfind( string, ":", true ) )
{
return true;
}
else
{
return false;
}
}
else
{
return false;
}
}
yea and if someone will tell this
Code:
Hi. How are you?:
he will banned...
or you maked it only for /ad ?


Re: Server Advertisement. - [03]Garsino - 31.01.2010

Isnt there a system that if someone say a IP it get replaced with your servers IP instead?


Re: Server Advertisement. - Calgon - 31.01.2010

Quote:
Originally Posted by Kinto
Quote:
Originally Posted by CalgonX
Agreed. I ban them too, as most of them are completely retarded spammers. Though I made a stock to check if an IP is mentioned in a message:

pawn Code:
stock AdvertisementCheck( string[ ] )
{
new count;
   
for( new i = 0; i < strlen( string ); i++)
{
if( strfind( string[ i ], ".", true ) )
{
count++;
}
}
 
if( count == 3 )
{
if( strfind( string, ":", true ) )
{
return true;
}
else
{
return false;
}
}
else
{
return false;
}
}
yea and if someone will tell this
Code:
Hi. How are you?:
he will banned...
or you maked it only for /ad ?
He has to use 3 periods and 1 colon, and it's YOUR choice how you use it. You could autoban or you could just prevent the command from being sent.


Re: Server Advertisement. - Mr L - 31.01.2010

oh this is nice


Re: Server Advertisement. - Guedes747 - 31.01.2010

I hate people who advertise their servers on your own.... when that happens i pwnt them 3 times... Mute , Explode and Ban IP.


Re: Server Advertisement. - Sayaron - 01.02.2010

lol, just /permamute them and they never advertise again


Re: Server Advertisement. - [03]Garsino - 01.02.2010

Add their name to a connect list and when they join ^permamute :P


Re: Server Advertisement. - SiJ - 01.02.2010

Well.. I ban them too.. But anyway I don't think if someone advertised his server on your, even a single of your player would type IP to his client.. Like he would have try to remember IP, then do Alt+Tab, then Alt+Tab to check the IP again and so on.. I really don't think anyone would join server advertised in this way.. :P