Author Topic: [R2]|• Modern City Roleplay •||v1.2|  (Read 9867 times)

0 Members and 1 Guest are viewing this topic.

Offline DilsonTB

  • Made Man
  • ***
  • Posts: 140
  • VC:MP Developer. & SA:MP Currently Developer
    • View Profile
Re: [R2]|• Modern City Roleplay •||v1.2|
« Reply #15 on: April 07, 2013, 04:29:58 am »
Thank brother.
@Stormeus

Hi Sr, Do you know anyway to make a auto restarter for the Squirrel/pawn server when the server has been attacked and taken down?, or know some firewall or software to configure the income packets and prevent the server would be OFF?
_______________________________________________
¬ VC:MP Squirrel Developer.
¬ VC:MP pawno Developer.
¬ SA:MP Developer.
¬
¬ Actually developing " San Fierro Roleplay - Latino ", with
my beta team testers, Mapper + Scripter ( me ), 18,000
lines, and is 34% finished. hope to finish it in 4 Or 3 Months.

- MYSQL FULL BASED.
- PCU.
_______________________________________________

Offline stormeus

  • VC:MP Developer
  • VC:MP Veteran
  • *
  • Posts: 1122
    • View Profile
Re: [R2]|• Modern City Roleplay •||v1.2|
« Reply #16 on: April 07, 2013, 05:39:27 am »
Do you know anyway to make a auto restarter for the Squirrel/pawn server when the server has been attacked and taken down?
Code: [Select]
@Echo Off
:_Start
Start /W "" VCMPServer.exe
Goto _Start

This is a correct Windows batch (.bat) script for an auto-restarter. If you are running on Linux (.sh):
Code: [Select]
# http://superuser.com/questions/223449/auto-restart-process-on-crash
#!/bin/sh
RC = 1
while [ $RC -ne 0 ]; do
    ./VCMPServer
    RC=$?
done



Quote
, or know some firewall or software to configure the income packets and prevent the server would be OFF?[/size]

If you are on Windows, sorry, I have no idea how you can protect yourself from these packets. If you are on Linux, you could probably use iptables to filter packets by content, and drop any packets that match a malformed packet. However, that would require disclosing the malformed packets' data, which could be a security hazard to everyone else.

If you are using a Squirrel server, it's protected against all known crashes and exploits, including those that were posted (and removed) on the forum earlier as of April 1st. If your server is older than that, download the newest version.
« Last Edit: April 07, 2013, 05:41:02 am by stormeus »
Do not PM me for support.




Offline DilsonTB

  • Made Man
  • ***
  • Posts: 140
  • VC:MP Developer. & SA:MP Currently Developer
    • View Profile
Re: [R2]|• Modern City Roleplay •||v1.2|
« Reply #17 on: April 07, 2013, 07:03:21 am »
Anyway Thanks a lot Stormeus  :), i decided to ask it to you, cause VRocker told that " If you have a correct firewall and properly configured it, your server wont be crashed, even in WINDOWS," So that open my mine to search somehow to set it. But i made that the hacker could crash it 1 time, just 1, them the firewall ban the ip, but in few mins the firewall alow the ip again, so the hackers take it down again :(.
_______________________________________________
¬ VC:MP Squirrel Developer.
¬ VC:MP pawno Developer.
¬ SA:MP Developer.
¬
¬ Actually developing " San Fierro Roleplay - Latino ", with
my beta team testers, Mapper + Scripter ( me ), 18,000
lines, and is 34% finished. hope to finish it in 4 Or 3 Months.

- MYSQL FULL BASED.
- PCU.
_______________________________________________

Offline hellboy_vkk

  • Wiseguy
  • **
  • Posts: 70
    • View Profile
Re: [R2]|• Modern City Roleplay •||v1.2|
« Reply #18 on: April 08, 2013, 12:13:07 am »

If you are on Windows, sorry, I have no idea how you can protect yourself from these packets. If you are on Linux, you could probably use iptables to filter packets by content, and drop any packets that match a malformed packet. However, that would require disclosing the malformed packets' data, which could be a security hazard to everyone else.


Can you please tell me the command to block a packet on data match in iptables??
Vice City Cops 'n' Robbers is good for an even more relaxed style of gameplay than Argonath.

Offline DilsonTB

  • Made Man
  • ***
  • Posts: 140
  • VC:MP Developer. & SA:MP Currently Developer
    • View Profile
Re: [R2]|• Modern City Roleplay •||v1.2|
« Reply #19 on: May 14, 2013, 10:27:10 pm »
Sorry guys, i forgot to post this VIDEO AND TRAILER of this current RP server :D.

VIDEO: http://www.youtube.com/watch?v=Xbr87Nr2tm0
_______________________________________________
¬ VC:MP Squirrel Developer.
¬ VC:MP pawno Developer.
¬ SA:MP Developer.
¬
¬ Actually developing " San Fierro Roleplay - Latino ", with
my beta team testers, Mapper + Scripter ( me ), 18,000
lines, and is 34% finished. hope to finish it in 4 Or 3 Months.

- MYSQL FULL BASED.
- PCU.
_______________________________________________