Jump to content

Insane Limits - Examples


Recommended Posts

Originally Posted by Swagger200*:

 

Another crazy idea

 

Would it be possible to have a limit that enforces that all players are in vehicles at all times? That would kill you if you leave a vehicle or spawn on foot? Might be fun for larger maps with not a lot of players.

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Singh400*:

 

Another crazy idea

 

Would it be possible to have a limit that enforces that all players are in vehicles at all times? That would kill you if you leave a vehicle or spawn on foot? Might be fun for larger maps with not a lot of players.

Agreed, crazy idea. Leave it be, unless you want to kill your server.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by QUACK-Major-Pain*:

 

...Code:

Regex.Match(player.CountryCode, "(RU)", RegexOptions.IgnoreCase).Success
Although as a server admin myself I would advise you not to implement this.
Agreed. I would rather have everyone join, and allow your limits to catch the hackers.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by GitSum*:

 

Create a gmail account and test it.

Probably a port issue.

Yes, appears to be working fine with gmail

 

Actually for you guys with clans that have a domain name/web page - Gmail makes it pretty easy to set up free emails using your domain name (through google apps)

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by D3ad5hot*:

 

...Code:

Regex.Match(player.CountryCode, "(RU)", RegexOptions.IgnoreCase).Success
Although as a server admin myself I would advise you not to implement this.
thanks for helping and for the advise.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by dknight903*:

 

guys I cant get anything to work. Could there be something that I have over read. My debug level is at 3 and I see nothing in the debug area. Thanks for any help on this.

 

*update* after turing off all of my other plugins and then reloading this one this is what come up in debug

 

[12:42:06 61] Compiling InsaneLimits.cs... Skipping

[12:42:06 76] Loading InsaneLimits... Loaded

[12:42:07 84] [insane Limits] 11 limits and 0 lists loaded from Plugins\BF3\InsaneLimits_64.120.52.122_47200.conf

[12:42:07 85] [insane Limits] plugin loaded

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by PapaCharlie9*:

 

PapaCharlie9 thanks for your replie bro... that is awsome unfortunately i have a lot of msg..

 

here is the exact msg i want to use.

 

## "Welcome to Meleemissile Server S3"

## For Server RULES type !r

## For Server RULES type !r

## For Server RULES type !r

## to votekick type !votekick PLAYERNAME - 5 req votes to apply

## to votekick type !votekick PLAYERNAME - 5 req votes to apply

## join in your Squad!!

##"PLEASE ADD US TO YOUR FAVOURITES"

##"PLEASE ADD US TO YOUR FAVOURITES"

## Server Stats:http://s3meleemissile.playerstats.net

## for ban list and ban appeals: http://forum.meleemissile.com

## Stock Holders: 1. [PH]stpatr3k

## We are open for Donations for the Month of February.

## Donation info: Contact [email protected]

 

give me a suggestion for the intervals.. i really have no idea..

 

thanks bro..

Since you have more than 3 messages, use the Chat Message Spambot I posted here: myrcon.net/...insane-limits-v08r2-chat-message-spambot#entry23989

 

Personally I think duplicate messages like that are annoying, but if you must have them and you use the Spambot, just do one spam.Add line for each multi-line message like this:

 

"For Server Rules type !r\nFor Server Rules type !r\nFor Server Rules type !r"

 

"to votekick type !votekick PLAYERNAME - 5 req votes to apply\nto votekick type !votekick PLAYERNAME - 5 req votes to apply"

 

"PLEASE ADD US TO YOUR FAVOURITES\nPLEASE ADD US TO YOUR FAVOURITES"

 

"We are open for Donations for the Month of February.\nDonation info: Contact [email protected]"

 

Use \n to separate the lines inside the quoted text. Make sure you use backslash, not forward slash.

 

I'd suggest an interval of 900 (15 minutes), but you can set it as low as 300 (5 minutes).

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Mootart*:

 

Since you have more than 3 messages, use the Chat Message Spambot I posted here: myrcon.net/...insane-limits-v08r2-chat-message-spambot#entry23989

 

Personally I think duplicate messages like that are annoying, but if you must have them and you use the Spambot, just do one spam.Add line for each multi-line message like this:

 

"For Server Rules type !r\nFor Server Rules type !r\nFor Server Rules type !r"

 

"to votekick type !votekick PLAYERNAME - 5 req votes to apply\nto votekick type !votekick PLAYERNAME - 5 req votes to apply"

 

"PLEASE ADD US TO YOUR FAVOURITES\nPLEASE ADD US TO YOUR FAVOURITES"

 

"We are open for Donations for the Month of February.\nDonation info: Contact [email protected]"

 

Use \n to separate the lines inside the quoted text. Make sure you use backslash, not forward slash.

 

I'd suggest an interval of 900 (15 minutes), but you can set it as low as 300 (5 minutes).

Thanks bro.. got it sort it out and remove all double msg.. just as you suggested..

 

for the email system i had made an gmail account: Port: 465 smtp.gmail.com

yet i got error.

 

[04:10:34 97] [insane Limits] EXCEPTION: : System.Net.Mail.SmtpException: The operation has timed out.

 

anymore ideas?

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Mootart*:

 

You running in sandbox?

I dont think so sir. the mail was working for me b4 until someone change the password of the default smtp that insane limit is using as mention by microvery then as suggested i make an gmail account change the smtp settings yet i got erro..

 

i am using hosting. so i am on layer procon.

 

here is the dump file for extra info. with ver7 it was working great tho.

 

Version: InsaneLimits 0.0.0.8-patch-2

Date: 2/11/2012 4:16:39 PM

Data:

System.Net.Mail.SmtpException: The operation has timed out.

 

Stack Trace:

at System.Net.Mail.SmtpClient.Send(MailMessage message)

at PRoConEvents.InsaneLimits.c__DisplayClass44.b__42()

 

MSIL Stack Trace:

Void Send(System.Net.Mail.MailMessage), IL: 0x2ED

Void b__42(), IL: 0x13E

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by micovery*:

 

I dont think so sir. the mail was working for me b4 until someone change the password of the default smtp that insane limit is using as mention by microvery then as suggested i make an gmail account change the smtp settings yet i got erro..

 

i am using hosting. so i am on layer procon.

 

here is the dump file for extra info. with ver7 it was working great tho.

 

Version: InsaneLimits 0.0.0.8-patch-2

Date: 2/11/2012 4:16:39 PM

Data:

System.Net.Mail.SmtpException: The operation has timed out.

 

Stack Trace:

at System.Net.Mail.SmtpClient.Send(MailMessage message)

at PRoConEvents.InsaneLimits.c__DisplayClass44.b__42()

 

MSIL Stack Trace:

Void Send(System.Net.Mail.MailMessage), IL: 0x2ED

Void b__42(), IL: 0x13E

Well nothing has changed on the plugin, so it's definitely a configuration problem. What are your SMTP settings? Also verify that the password is correct.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Mootart*:

 

Well nothing has changed on the plugin, so it's definitely a configuration problem. What are your SMTP settings? Also verify that the password is correct.

smtp ssl true

465

smtp.gmail.com

[email protected]

[email protected]

*******

 

am i doing it right? will check the password again.

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Mootart*:

 

smtp ssl true

465

smtp.gmail.com

[email protected]

[email protected]

*******

 

am i doing it right? will check the password again.

i have check the password and the email. everything is correct yet i got same error.

 

[05:05:04 16] [insane Limits] EXCEPTION: : System.Net.Mail.SmtpException: The operation has timed out.

 

is the port should be 465? and address should be smtp.gmail.com?

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by micovery*:

 

i have check the password and the email. everything is correct yet i got same error.

 

[05:05:04 16] [insane Limits] EXCEPTION: : System.Net.Mail.SmtpException: The operation has timed out.

 

is the port should be 465? and address should be smtp.gmail.com?

Port is 587

 

http://www.phogue.net/forumvb/showth...ll=1#post34920*

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by micovery*:

 

i followed every step yet failed and end up with same error. will try to contact the procon hosting. they might can help..

 

thanks for the time micovery.

Have you tried setting up the same mail in other programs like Outlook? If it does not work there, is not going to work for the plugin either.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by PapaCharlie9*:

 

Another crazy idea

 

Would it be possible to have a limit that enforces that all players are in vehicles at all times? That would kill you if you leave a vehicle or spawn on foot? Might be fun for larger maps with not a lot of players.

Whether crazy or not, it's not currently possible. The server doesn't tell PRoCon when people enter/leave vehicles. It doesn't even have unique kill types for vehicles, victims just get killed with "Death".

 

i followed every step yet failed and end up with same error. will try to contact the procon hosting. they might can help..

Er, should layer hosting providers enable outbound SMTP? Doesn't virus + Windows + outbound SMTP = email spambot?
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by dknight903*:

 

Hey guys I finally got it all to work. Great plugin. I have a question Im using the "Multi-Action 1st Kill, 2nd Kick, 3rd Ban for RPG/SMAW/M320" and I was wondering how to set that to work only on certain maps? Also if I wanted to instead of kick on the 2nd time how would I code that? Is the way I did it right?

 

Code:

Regex.Match(kill.Weapon, @"(m320|smaw|rpg|usas-12)", RegexOptions.IgnoreCase).Success
Code:
if (limit.Data.issetBool(player.Name))
  {
     plugin.SendGlobalMessage(plugin.R("%p_n% has been banned for using %w_n%, after a kick!"));
     plugin.PBBanPlayerWithMessage(PBBanDuration.Temporary, player.Name, 15, plugin.R("%p_n% you have been banned for 15 minutes for using %w_n%"));
     limit.Data.unsetBool(player.Name);
  }
  
  int count = (int) limit.Activations(player.Name);
   
  if (count == 1)
  {
      plugin.SendGlobalMessage(plugin.R("%p_n% do not use %w_n%!"));
      plugin.KillPlayer(player.Name);
  }
 else if (count == 2)
  {
      plugin.SendGlobalMessage(plugin.R("%p_n% do not use %w_n%!"));
      plugin.KillPlayer(player.Name);
  }
  else if (count == 3)
  {
     plugin.SendGlobalMessage(plugin.R("%p_n% has been kicked for using %w_n%"));
     plugin.KickPlayerWithMessage(player.Name, plugin.R("%p_n% you have been kicked for using %w_n%"));
     
     if (!limit.Data.issetBool(player.Name))
         limit.Data.setBool(player.Name, true);
  }
Thanks for your help guys..
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Mootart*:

 

Why not use gmail account [email protected]?

i already contact the host. they said this is their common issue using this plugin so i was thinking probably need some tweaking on their side. thanks anyway mates. hope everything will sort out.

 

i cannot use the [email protected] we got the from other account. thats why i put insanelimits on the end so we know what email is use for. thanks anybro.. we are all good..

 

@ papacharlie yeah probaly some tweaking from host but cant understand cuz b4 was working with default email with the plugin until the pass has change to the email. eveything doesnt work.... sad.. yet i hope the hosting will resolve this one..

 

i will let you all know guys for the result.

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Mootart*:

 

result on smpt issue.. i have talked to the host and they tried to troubleshoot. transfer to other system and new connection. open some ports. and they tried to use their own smtp mail server to test yet we got error.

 

Using their smtp mail server:

[15:11:41 77] [insane Limits] EXCEPTION: : System.Security.Authentication.AuthenticationExcep tion: The remote certificate is invalid according to the validation procedure.

 

so its little bit frustrating so we tried to host it on my side to check.. so i download the whole file of procon folder from host to me shutdown the host and run the procon on my system. which is on dmz.

 

so after downloading i run it.

yet i got same error. using their smtp mail: same error as above.

 

while running on my system i tried to change the smtp to gmail again just to try. yet end up with error again.

 

[16:32:46 32] [insane Limits] EXCEPTION: : System.Net.Mail.SmtpException: The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.5.1 Authentication Required.

 

they said it might has problem with the plugin. the host said to contact you guys again to tell our result of troubleshooting.

 

ahh hope the information above help... also hope this one will be resolve which is working b4.

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by PapaCharlie9*:

 

Hey guys I finally got it all to work. Great plugin. I have a question Im using the "Multi-Action 1st Kill, 2nd Kick, 3rd Ban for RPG/SMAW/M320" and I was wondering how to set that to work only on certain maps? Also if I wanted to instead of kick on the 2nd time how would I code that? Is the way I did it right?

Did you mean you want the first and second times to be a Kill instead of the second being a Kick? If so, yes, your code will work. You can also just simplify it to:

 

Code:

if (limit.Data.issetBool(player.Name))
  {
     plugin.SendGlobalMessage(plugin.R("%p_n% has been banned for using %w_n%, after a kick!"));
     plugin.PBBanPlayerWithMessage(PBBanDuration.Temporary, player.Name, 15, plugin.R("%p_n% you have been banned for 15 minutes for using %w_n%"));
     limit.Data.unsetBool(player.Name);
  }
  
  int count = (int) limit.Activations(player.Name);
   
  if (count < 3)
  {
      plugin.SendGlobalMessage(plugin.R("%p_n% do not use %w_n%!"));
      plugin.KillPlayer(player.Name);
  }
  else if (count == 3)
  {
     plugin.SendGlobalMessage(plugin.R("%p_n% has been kicked for using %w_n%"));
     plugin.KickPlayerWithMessage(player.Name, plugin.R("%p_n% you have been kicked for using %w_n%"));
     
     if (!limit.Data.issetBool(player.Name))
         limit.Data.setBool(player.Name, true);
  }
What maps do you want to enable this for? Let's say you want to enable it for MP_Subway (Metro) and Bazaar (MP_001). Change the first_check Expression to this:

 

Code:

( Regex.Match(kill.Weapon, @"(_:m320|smaw|rpg|usas-12)", RegexOptions.IgnoreCase).Success && Regex.Match(server.MapFileName, @"(_:MP_Subway|MP_001)", RegexOptions.IgnoreCase).Success )
If you want different maps, just replace the MP_Subway and/or MP_001 with the map file names. Use | to separate each separate map. If you only want one map, like MP_Subway, make it @"MP_Subway", you don't need the ( and ) and | and the rest.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Mootart*:

 

Not sure - I setup my own gmail account with port 587 and ssl true, and worked fine.

I am using a VDS server with not port restrictions.

i really have no idea. it was working b4 :sad: sadness

 

hey papacharlie is the makeroom thing is done already? lolz

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by PapaCharlie9*:

 

hey papacharlie is the makeroom thing is done already? lolz

How much is it worth to ya? $100? 50 Euros? :smile:

 

Just kidding. I'm still working on stuff specifically for my clan ... all that thread and preset stuff is for them. When that's finished, I'll do !vip next. Maybe next week. In the meantime, donate to micovery if you haven't already.

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Mootart*:

 

How much is it worth to ya? $100? 50 Euros? :smile:

 

Just kidding. I'm still working on stuff specifically for my clan ... all that thread and preset stuff is for them. When that's finished, I'll do !vip next. Maybe next week. In the meantime, donate to micovery if you haven't already.

hey no problem at all bro.. i have donated b4 to micovery. and will donate more.. i know your hard work guys... :biggrin:

will wait for that !vip playername thing. and will let you know when the beers going to arrive :biggrin:

 

hey.. papacharlie i fix the smtp.. i got it working..... thanks for all info's brother...

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by GitSum*:

 

i really have no idea. it was working b4 :sad: sadness

You can't get it to send and email when Procon is at your hosting service and you can't get it to send email when your running Procon from your desktop...

 

It works fine for me with SSL set to true, port 587 and smtp.gmail.com. Sounds like you have a problem with the username or password. I would try it in Outlook

* Restored post. It could be that the author is no longer active.
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




  • Our picks

    • Game Server Hosting:

      We're happy to announce that EZRCON will branch out into the game server provider scene. This is a big step for us so please having patience if something doesn't go right in this area. Now, what makes us different compared to other providers? Well, we're going with the idea of having a scaleable server hosting and providing more control in how you set up your server. For example, in Minecraft, you have the ability to control how many CPU cores you wish your server to have access to, how much RAM you want to use, how much disk space you want to use. This type of control can't be offered in a single service package so you're able to configure a custom package the way you want it.

      You can see all the available games here. Currently, we have the following games available.

      Valheim (From $1.50 USD)


      Rust (From $3.20 USD)


      Minecraft (Basic) (From $4.00 USD)


      Call of Duty 4X (From $7.00 USD)


      OpenTTD (From $4.00 USD)


      Squad (From $9.00 USD)


      Insurgency: Sandstorm (From $6.40 USD)


      Changes to US-East:

      Starting in January 2022, we will be moving to a different provider that has better support, better infrastructure, and better connectivity. We've noticed that the connection/routes to this location are not ideal and it's been hard getting support to correct this. Our contract for our two servers ends in March/April respectively. If you currently have servers in this location you will be migrated over to the new provider. We'll have more details when the time comes closer to January. The new location for this change will be based out of Atlanta, GA. If you have any questions/concerns please open a ticket and we'll do our best to answer them.
      • 5 replies
    • Hello All,

      I wanted to give an update to how EZRCON is doing. As of today we have 56 active customers using the services offered. I'm glad its doing so well and it hasn't been 1 year yet. To those that have services with EZRCON, I hope the service is doing well and if not please let us know so that we can improve it where possible. We've done quite a few changes behind the scenes to improve the performance hopefully. 

      We'll be launching a new location for hosting procon layers in either Los Angeles, USA or Chicago, IL. Still being decided on where the placement should be but these two locations are not set in stone yet. We would like to get feedback on where we should have a new location for hosting the Procon Layers, which you can do by replying to this topic. A poll will be created where people can vote on which location they would like to see.

      We're also looking for some suggestions on what else you would like to see for hosting provider options. So please let us know your thoughts on this matter.
      • 4 replies
    • Added ability to disable the new API check for player country info


      Updated GeoIP database file


      Removed usage sending stats


      Added EZRCON ad banner



      If you are upgrading then you may need to add these two lines to your existing installation in the file procon.cfg. To enable these options just change False to True.

      procon.private.options.UseGeoIpFileOnly False
      procon.private.options.BlockRssFeedNews False



       
      • 2 replies
    • I wanted I let you know that I am starting to build out the foundation for the hosting services that I talked about here. The pricing model I was originally going for wasn't going to be suitable for how I want to build it. So instead I decided to offer each service as it's own product instead of a package deal. In the future, hopefully, I will be able to do this and offer discounts to those that choose it.

      Here is how the pricing is laid out for each service as well as information about each. This is as of 7/12/2020.

      Single MySQL database (up to 30 GB) is $10 USD per month.



      If you go over the 30 GB usage for the database then each additional gigabyte is charged at $0.10 USD each billing cycle. If you're under 30GB you don't need to worry about this.


      Databases are replicated across 3 zones (regions) for redundancy. One (1) on the east coast of the USA, One (1) in Frankfurt, and One (1) in Singapore. Depending on the demand, this would grow to more regions.


      Databases will also be backed up daily and retained for 7 days.




      Procon Layer will be $2 USD per month.


      Each layer will only allow one (1) game server connection. The reason behind this is for performance.


      Each layer will also come with all available plugins installed by default. This is to help facilitate faster deployments and get you up and running quickly.


      Each layer will automatically restart if Procon crashes. 


      Each layer will also automatically restart daily at midnight to make sure it stays in tip-top shape.


      Custom plugins can be installed by submitting a support ticket.




      Battlefield Admin Control Panel (BFACP) will be $5 USD per month


      As I am still working on building version 3 of the software, I will be installing the last version I did. Once I complete version 3 it will automatically be upgraded for you.





      All these services will be managed by me so you don't have to worry about the technical side of things to get up and going.

      If you would like to see how much it would cost for the services, I made a calculator that you can use. It can be found here https://ezrcon.com/calculator.html

       
      • 11 replies
    • I have pushed out a new minor release which updates the geodata pull (flags in the playerlisting). This should be way more accurate now. As always, please let me know if any problems show up.

       
      • 9 replies
×
×
  • Create New...

Important Information

Please review our Terms of Use and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.