Witaj
Gość

Wątek: [Dzielę Pliki]L2J Smart Protection  (Przeczytany 3798 razy)

  • *******
  • Wiadomości: 1092

  • Pochwał: 22

[Dzielę Pliki]L2J Smart Protection
« dnia: Sierpień 07, 2009, 04:22:02 pm »
Przydatny program, który pomaga w utrzymaniu bezpieczeństwa na serwerze w kilku kwestiach:

- Enchant Protection
- Dual Box Protection
- Acces Level Protection

Program łatwy do ustawienia i do obsługi, zaznaczam jednak, że wymaga ustawionego Telentu na naszym serwerze.

Udaj się do  GameServer/config

Znajdź Telnet.properties i uzupełnij go na ten wzór (przykład):

#Telnet is disabled by default.
EnableTelnet = true

#This is the port telnet server will bind to
StatusPort = 12345

#If the following is not set, a random password is generated on server startup.
#StatusPW = "Twoje Hasło"

#This list can contain IPs or Hosts of clients you wish to allow.
#Hosts must be resolvable to an IP.
#The format is as follows:
#ListOfHosts = 0.0.0.0,host,0.0.0.1,host2,host3,host4,0.0.0.3
#Make sure there are no spaces between hosts/ips
ListOfHosts = 127.0.0.1,localhost



Pobierz: L2J Smart Protection


  • Wiadomości: 14

  • Pochwał: 0

Odp: [Dzielę Pliki]L2J Smart Protection
« Odpowiedź #1 dnia: Styczeń 07, 2010, 08:19:53 pm »
A możesz wrzucić to na np. 4shared.com?
Bo rapid ciągle przeciążony.  :(




  • Wiadomości: 14

  • Pochwał: 0

Odp: [Dzielę Pliki]L2J Smart Protection
« Odpowiedź #3 dnia: Styczeń 17, 2010, 12:11:18 pm »
Rzeczywiście do wyboru do koloru  :D


  • Wiadomości: 161

  • Pochwał: 2

  • Lineage 2 Player <3
Odp: [Dzielę Pliki]L2J Smart Protection
« Odpowiedź #4 dnia: Luty 12, 2011, 03:14:34 pm »
Matim,wiem że stary temat ale coś nie chodzi ... wywala mi taki błąd gdy biorę start server protection.

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.IO.FileNotFoundException: Could not load file or assembly 'MySql.Data, Version=1.0.7.30073, Culture=neutral, PublicKeyToken=8e323390df8d9ed4' or one of its dependencies. Nie można odnaleźć określonego pliku.
File name: 'MySql.Data, Version=1.0.7.30073, Culture=neutral, PublicKeyToken=8e323390df8d9ed4'
   at Lineage_II___SmartProtection.Database.Open()
   at Lineage_II___SmartProtection.Form_Main.StartAllProtection(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].



************** Loaded Assemblies **************
mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Lineage II - SmartProtection
    Assembly Version: 0.0.1.0
    Win32 Version: 0.0.1.0
    CodeBase: file:///C:/Documents%20and%20Settings/Krzysiu/Moje%20dokumenty/Downloads/L2J_SmartProtection/L2J%20SmartProtection.exe
----------------------------------------
Microsoft.VisualBasic
    Assembly Version: 8.0.0.0
    Win32 Version: 8.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Runtime.Remoting
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.



Telnet włączyłem ... nie wiem o co może chodzić,nie znalazł jakiegoś pliku ? :shock:
Head admin z Rosji dlatego lt strona
admin to ja