UWAGA
W związku z upgrade'em Forum Wiaderko do vB 4.x ewentualne błędy i nieprawidłowości proszę zgłaszać w tym temacie

Wątek: [NeoBans 2.7] Skuteczne banowanie graczy ze zmiennym ip

Strona 1 z 6 1 2 3 4 5 6 OstatniOstatni
Pokaż wyniki od 1 do 20 z 110
  1. #1 [NeoBans 2.7] Skuteczne banowanie graczy ze zmiennym ip 
    Super Mod Awatar peku33
    Dołączył
    Oct 2008
    Posty
    7,256
    Jak obiecywałem - tak zrobiłem. Wersja 2.7
    Instrukcja wydaje się zaporowa, ale instalacja trwa max 5 minut.

    Poprawiono:
    • Brak okienka motd
    • Poprawiona skuteczność
    • Pliki dostępne dla każdego
    • Możliwość instalacji na własnym hostingu
    • Kilka spraw związanych z kodem
    • Zredukowane obciążenie dla bazy
    • Regulacja przez pliki cfg
    • Informacje HUD


    Wymagania:
    • Serwer CS 1.6 - Najlepiej LINUX, podpięty do publicznej sieci, nie na LANIE
    • Serwer WWW z dostępem do bazy danych oraz zend (raczej wszystkie mają)
    • Baza danych MySQL
    • Dostęp do server.cfg i motd.txt
    • Cierpliwość
    • PhpMyAdmin


    Instalacja:
    • Pobieramy paczkę
    • Pliki z folderu WWW - wysyłamy na hosting www, u mnie do folderu Index of /neobans
    • Pliki z folderu AMX: neobans.amxx do plugins/ + neobans.cfg do configs
    • Tworzymy bazę mysql, przez phpmyadmin instalujemy z pliku install.sql (odpalamy go notepadem, wchodzimy w phpmyadmin w wybraną bazę, klikamy SQL, wklejamy w okno i OK)
    • Konfigurujemy w pliku config.php oraz neobans.cfg wszystkie ustawienia (skróty: db_h = host, db_u = user, db_p = pass, db_db = nazwa bazy)
    • Zapisujemy pliki
    • Opalamy przeglądarkę, wchodzimy na folder w hostingu w którym są pliki www - u mnie Index of /neobans
    • Klikamy na plik motd.php, kopiujemy jego adres i wklejamy go w neobans.cfg jako:
      Kod:
      amx_neobans_motdurl "http://peku33.tk/neobans/motd.php"
    • Edytujemy plik serwera motd.txt / motd.html (jest on w cstrike). Ma wyglądać tak:
      Kod:
      <html>
      <head>
      <meta http-equiv="Refresh" content="0; url=http://peku33.tk/neobans/motd.php" />
      </head>
      </html>
      Zmieniamy analogicznie adres do pliku motd.php
    • Edytujemy plik motd.txt na WWW - wklejamy tam zawartość naszego starego motd.
    • W pliku config.php wpisujemy w to pole na dole losowy teks z małych liter: np dasldasldasdnamsdnasmdn albo ewqiueqwiiuequinyyyyyyyy (ilość liter dowolna, ale bez przesady)
    • Zapisujemy. Śmiga


    Czy działa?
    Jeżeli wszystko ustawiłeś poprawnie, to w logach pokaże się:
    Kod:
    [neobans.amxx] [NeoBans] Flushing Info Table: OK
    Cvary:
    WSZYSTKIE CVARY ZNAJDUJĄ SIĘ JUŻ GOTOWE W NEOBANS.CFG
    Kod php:
    amx_neobans_server_id 1 // Id naszego serwera. Każdemu korzystającemu z tej samej bazy dajemy inny.
    amx_neobans_chances 5 // Ile razy gracz ma mieć otwierane okno motd z informacją, zanim dostanie kicka (spokojnie, okno motd nie powinno się otworzyć jeżeli nie ma zablokowanej przeglądarki)
    amx_neobans_motdurl "http://peku33.tk/neobans/motd.php" // Adres do pliku na www

    amx_neobans_db_host "localhost" //Adres do bazy
    amx_neobans_db_user "" // User bazy
    amx_neobans_db_pass "" //Hasło do bazy
    amx_neobans_db_db "" //Nazwa bazy 
    Polecenia:
    Kod php:
    amx_nb <nick_gracza> <czas_w_minuach> <reason
    na przykład:
    Kod php:
    amx_nb peku33 120 "uzywanie haxow!!!" 
    albo:
    Kod php:
    amx_nb "peku to paua" "-1" "zmien nick" 
    Nie testowałem tego perma, ale powinien działać

    Podsumowanie:
    • Nie gwarantuję działania!
    • Wszelakie błędy zgłaszamy tutaj
    • Proszę nie drążyć METODY DZIAŁANIA w tym temacie


    ChangeLog:
    2.7: Poprawione krasze i error No fields (thanks to redips and nysian)
    2.6: Zredukowany error SQL
    2.5: Połączenia zredukowane do jednego, poprawione pliki, działa już na unixstorm.
    2.2: Zredukowano liczbę połączeń SQL
    2.1: Poprawione błędy SQL (Checking Banned Error: Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is illegal if there is no GROUP BY clause)
    2.0: Wydanie pierwsze

    PLIKI NALEŻY UPLOADOWAĆ W TRYBIE BINARNYM


    Za opłatą udostępniam hosting pod owy skrypt

    hasło do pliku:
    Kod:
    wiaderko
    Zakaz kopiowania na inne fora bez mojej zgody
    Załączone pliki
    Ostatnio edytowane przez peku33 ; 22-04-2010 o 20:22
    PISANIE DO MNIE NA GG Z PROŚBĄ O JAKĄKOLWIEK POMOC NIE JEST MILE WIDZIANE! Numer: 6374959
     

  2. #2 Odp: [NeoBans 2.0] Skuteczne banowanie graczy ze zmiennym ip 
    Starsza lamka
    Dołączył
    Mar 2009
    Posty
    83
    W logach pokazuje Mi "[neobans.amxx] [NeoBans] Flushing Info Table: OK" a w pluginach "unkown" a jak robie amx_nb to "nieznana komenda"...
     

  3. #3 Odp: [NeoBans 2.0] Skuteczne banowanie graczy ze zmiennym ip 
    Starsza lamka
    Dołączył
    Jul 2009
    Wiek
    25
    Posty
    31
    Mam ten sam problem co wyżej, używam tej samej bazy co w amxbans, bany neo się nie dodają
     

  4. #4 Odp: [NeoBans 2.0] Skuteczne banowanie graczy ze zmiennym ip 
    Super Mod Awatar peku33
    Dołączył
    Oct 2008
    Posty
    7,256
    nieznana komenda - to się all wyświetla.
    wpisz samo amx_nb i zobacz co wtedy

    ---------- Post dodany 07-04-2010 o godzinie 15:52 ----------

    także poszukajcie linijek opatrzonych neobans.amxx
    PISANIE DO MNIE NA GG Z PROŚBĄ O JAKĄKOLWIEK POMOC NIE JEST MILE WIDZIANE! Numer: 6374959
     

  5. #5 Odp: [NeoBans 2.0] Skuteczne banowanie graczy ze zmiennym ip 
    Starsza lamka
    Dołączył
    Mar 2009
    Posty
    83
    jak wpisuje amx_nb samo to nic się nie dzieje a jak kogoś próbuję zbanować to też nic się nie dzieje a w plugins (amxmodmenu> 9> 6) unkown "błąd" a przy dołączeniu do serwera pokazuje się w motd takie coś: klik> Zapodaj.Net - Darmowy hosting zdjęć i obrazków bez rejestracji! Zapodaj swoje zdjęcia znajomym! (tam dalej w linijce public_html/neobany jest jeszcze /motd.php tylko na screenie nie "uchwyciło") i jeszcze jedno... Mam wykupiony serwer z firmy 1shot1kill i przy dołączeniu na serwer Miałem w motd ich obrazek idzie zrobić tak żeby pokazywał się nadal ich obrazek a nie tylko białe tło z napisem od pluginu??? (tylko tak żeby plugin też działał...)
    Pozdrawiam...
     

  6. #6 Odp: [NeoBans 2.0] Skuteczne banowanie graczy ze zmiennym ip 
    Super Mod Awatar peku33
    Dołączył
    Oct 2008
    Posty
    7,256
    Czyli crack od ioncube nie działa.
    Zaraz poprawię

    ---------- Post dodany 07-04-2010 o godzinie 16:47 ----------

    poprawione pliki
    PISANIE DO MNIE NA GG Z PROŚBĄ O JAKĄKOLWIEK POMOC NIE JEST MILE WIDZIANE! Numer: 6374959
     

  7. #7 Odp: [NeoBans 2.0] Skuteczne banowanie graczy ze zmiennym ip 
    Starsza lamka
    Dołączył
    Mar 2009
    Posty
    83
    Czyli którą część muszę od początku zrobić??? EDIT: Aha już chyba się domyślam, że dograć na hosting www plik decoder.php...
    Ostatnio edytowane przez Nysian ; 07-04-2010 o 16:56
     

  8. #8 Odp: [NeoBans 2.0] Skuteczne banowanie graczy ze zmiennym ip 
    Super Mod Awatar peku33
    Dołączył
    Oct 2008
    Posty
    7,256
    oraz nowy motd.php
    PISANIE DO MNIE NA GG Z PROŚBĄ O JAKĄKOLWIEK POMOC NIE JEST MILE WIDZIANE! Numer: 6374959
     

  9. #9 Odp: [NeoBans 2.0] Skuteczne banowanie graczy ze zmiennym ip 
    Starsza lamka
    Dołączył
    Mar 2009
    Posty
    83
    Wiem ok zauważyłem, że motd.php też i po dołaczeniu do serwera fakt jest inny "tekst" w motd ale dalej (amxmodmenu> 9> 6) unkown "błąd" i komenda i banowanie nie działa...
     

  10. #10 Odp: [NeoBans 2.0] Skuteczne banowanie graczy ze zmiennym ip 
    Super Mod Awatar peku33
    Dołączył
    Oct 2008
    Posty
    7,256
    napisałem, tekst motd wklej do motd.txt
    Pokaż error_logi
    PISANIE DO MNIE NA GG Z PROŚBĄ O JAKĄKOLWIEK POMOC NIE JEST MILE WIDZIANE! Numer: 6374959
     

  11. #11 Odp: [NeoBans 2.0] Skuteczne banowanie graczy ze zmiennym ip 
    Starsza lamka
    Dołączył
    Mar 2009
    Posty
    83
    Ten motd.txt który miałem przed wszystkimi czynnościami wkleiłem do motd.txt
    error logi:
    Kod:
    "addons/amxmodx/logs/error_20100407.log")
    L 04/07/2010 - 14:28:19: Invalid player id 110
    L 04/07/2010 - 14:28:19: [AMXX] Run time error 10 (plugin "amx_gore2.amxx") (native "get_user_origin") - debug not enabled!
    L 04/07/2010 - 14:28:19: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
    L 04/07/2010 - 14:28:19: Invalid player id 110
    L 04/07/2010 - 14:28:19: [AMXX] Run time error 10 (plugin "amx_gore2.amxx") (native "get_user_origin") - debug not enabled!
    L 04/07/2010 - 14:28:19: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
    L 04/07/2010 - 14:28:19: Invalid player id 110
    L 04/07/2010 - 14:28:19: [AMXX] Run time error 10 (plugin "amx_gore2.amxx") (native "get_user_origin") - debug not enabled!
    L 04/07/2010 - 14:28:19: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
    L 04/07/2010 - 14:31:50: [AMXX] Run time error 11 (plugin "amx_gore2.amxx") - debug not enabled!
    L 04/07/2010 - 14:31:50: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
    L 04/07/2010 - 14:32:37: [AMXX] Run time error 11 (plugin "amx_gore2.amxx") - debug not enabled!
    L 04/07/2010 - 14:32:37: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
    L 04/07/2010 - 14:44:35: Invalid player id 150
    L 04/07/2010 - 14:44:35: [AMXX] Run time error 10 (plugin "amx_gore2.amxx") (native "get_user_origin") - debug not enabled!
    L 04/07/2010 - 14:44:35: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
    L 04/07/2010 - 14:57:53: Start of error session.
    L 04/07/2010 - 14:57:53: Info (map "de_aztec") (file "addons/amxmodx/logs/error_20100407.log")
    L 04/07/2010 - 14:57:53: Invalid player id 285
    L 04/07/2010 - 14:57:53: [AMXX] Run time error 10 (plugin "amx_gore2.amxx") (native "get_user_origin") - debug not enabled!
    L 04/07/2010 - 14:57:53: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
    L 04/07/2010 - 15:15:31: Start of error session.
    L 04/07/2010 - 15:15:31: Info (map "de_nuke") (file "addons/amxmodx/logs/error_20100407.log")
    L 04/07/2010 - 15:15:31: [AMXX] Run time error 11 (plugin "amx_gore2.amxx") - debug not enabled!
    L 04/07/2010 - 15:15:31: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
    L 04/07/2010 - 15:15:40: [AMXX] Run time error 11 (plugin "amx_gore2.amxx") - debug not enabled!
    L 04/07/2010 - 15:15:40: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
    L 04/07/2010 - 15:17:36: [AMXX] Run time error 11 (plugin "amx_gore2.amxx") - debug not enabled!
    L 04/07/2010 - 15:17:36: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
    L 04/07/2010 - 15:22:47: [AMXX] Run time error 11 (plugin "amx_gore2.amxx") - debug not enabled!
    L 04/07/2010 - 15:22:47: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
    L 04/07/2010 - 15:24:06: [AMXX] Run time error 11 (plugin "amx_gore2.amxx") - debug not enabled!
    L 04/07/2010 - 15:24:06: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
    L 04/07/2010 - 15:34:46: Start of error session.
    L 04/07/2010 - 15:34:46: Info (map "de_eldorado") (file "addons/amxmodx/logs/error_20100407.log")
    L 04/07/2010 - 15:34:46: Invalid player id 139
    L 04/07/2010 - 15:34:46: [AMXX] Run time error 10 (plugin "amx_gore2.amxx") (native "get_user_origin") - debug not enabled!
    L 04/07/2010 - 15:34:46: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
    L 04/07/2010 - 15:36:54: [AMXX] Run time error 11 (plugin "amx_gore2.amxx") - debug not enabled!
    L 04/07/2010 - 15:36:54: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
    L 04/07/2010 - 15:37:59: [AMXX] Run time error 11 (plugin "amx_gore2.amxx") - debug not enabled!
    L 04/07/2010 - 15:37:59: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
    L 04/07/2010 - 15:40:54: [AMXX] Run time error 11 (plugin "amx_gore2.amxx") - debug not enabled!
    L 04/07/2010 - 15:40:54: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
    L 04/07/2010 - 15:44:02: Invalid player id 100
    L 04/07/2010 - 15:44:02: [AMXX] Run time error 10 (plugin "amx_gore2.amxx") (native "get_user_origin") - debug not enabled!
    L 04/07/2010 - 15:44:02: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
    L 04/07/2010 - 15:44:02: Invalid player id 100
    L 04/07/2010 - 15:44:02: [AMXX] Run time error 10 (plugin "amx_gore2.amxx") (native "get_user_origin") - debug not enabled!
    L 04/07/2010 - 15:44:02: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
    L 04/07/2010 - 15:45:24: [AMXX] Run time error 11 (plugin "amx_gore2.amxx") - debug not enabled!
    L 04/07/2010 - 15:45:24: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
    L 04/07/2010 - 15:45:42: Invalid player id 0
    L 04/07/2010 - 15:45:42: [AMXX] Run time error 10 (plugin "amx_gore2.amxx") (native "get_user_origin") - debug not enabled!
    L 04/07/2010 - 15:45:42: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
    L 04/07/2010 - 15:48:53: [AMXX] Run time error 11 (plugin "amx_gore2.amxx") - debug not enabled!
    L 04/07/2010 - 15:48:53: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
    L 04/07/2010 - 15:50:42: Invalid player id 0
    L 04/07/2010 - 15:50:42: [AMXX] Run time error 10 (plugin "amx_gore2.amxx") (native "get_user_origin") - debug not enabled!
    L 04/07/2010 - 15:50:42: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
    L 04/07/2010 - 15:51:41: [AMXX] Run time error 11 (plugin "amx_gore2.amxx") - debug not enabled!
    L 04/07/2010 - 15:51:41: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
    L 04/07/2010 - 16:39:27: Start of error session.
    L 04/07/2010 - 16:39:27: Info (map "awp_india") (file "addons/amxmodx/logs/error_20100407.log")
    L 04/07/2010 - 16:39:27: Invalid player id 0
    L 04/07/2010 - 16:39:27: [AMXX] Run time error 10 (plugin "amx_gore2.amxx") (native "get_user_origin") - debug not enabled!
    L 04/07/2010 - 16:39:27: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
    L 04/07/2010 - 16:47:08: Start of error session.
    L 04/07/2010 - 16:47:08: Info (map "de_dust2") (file "addons/amxmodx/logs/error_20100407.log")
    L 04/07/2010 - 16:47:08: Invalid player id 125
    L 04/07/2010 - 16:47:08: [AMXX] Run time error 10 (plugin "amx_gore2.amxx") (native "get_user_origin") - debug not enabled!
    L 04/07/2010 - 16:47:08: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
    L 04/07/2010 - 16:47:08: Invalid player id 125
    L 04/07/2010 - 16:47:08: [AMXX] Run time error 10 (plugin "amx_gore2.amxx") (native "get_user_origin") - debug not enabled!
    L 04/07/2010 - 16:47:08: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
    L 04/07/2010 - 16:47:08: Invalid player id 125
    L 04/07/2010 - 16:47:08: [AMXX] Run time error 10 (plugin "amx_gore2.amxx") (native "get_user_origin") - debug not enabled!
    L 04/07/2010 - 16:47:08: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
    L 04/07/2010 - 16:47:38: [AMXX] Run time error 11 (plugin "amx_gore2.amxx") - debug not enabled!
    L 04/07/2010 - 16:47:38: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
    L 04/07/2010 - 16:54:32: [AMXX] Run time error 11 (plugin "amx_gore2.amxx") - debug not enabled!
    L 04/07/2010 - 16:54:32: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
    L 04/07/2010 - 16:56:06: [AMXX] Run time error 11 (plugin "amx_gore2.amxx") - debug not enabled!
    L 04/07/2010 - 16:56:06: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
    L 04/07/2010 - 17:01:53: [AMXX] Run time error 11 (plugin "amx_gore2.amxx") - debug not enabled!
    L 04/07/2010 - 17:01:53: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
    L 04/07/2010 - 17:04:17: Start of error session.
    L 04/07/2010 - 17:04:17: Info (map "de_inferno") (file "addons/amxmodx/logs/error_20100407.log")
    L 04/07/2010 - 17:04:17: [AMXX] Run time error 11 (plugin "amx_gore2.amxx") - debug not enabled!
    L 04/07/2010 - 17:04:17: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
    L 04/07/2010 - 17:05:01: [AMXX] Run time error 11 (plugin "amx_gore2.amxx") - debug not enabled!
    L 04/07/2010 - 17:05:01: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
    Tak wygląda Mój motd.txt na serwerze
    Kod:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Refresh" content="0; url=http://nysian.unixstorm.org/neobany/motd.php" />
    <title>Cstrike MOTD</title>
    <style type="text/css">
    pre 	{
    		font-family:Verdana,Tahoma;
    		color:#FFB000;
        	}
    body	{
    		background:#000000;
    		margin-left:8px;
    		margin-top:0px;
    		}
    a	{
        	text-decoration:    underline;
    	}
    a:link  {
        color:  #FFFFFF;
        }
    a:visited   {
        color:  #FFFFFF;
        }
    a:active    {
        color:  #FFFFFF;
        }
    a:hover {
        color:  #FFFFFF;
        text-decoration:    underline;
        }
    </style>
    </head>
    <body scroll="no">
    <img src="http://www.1shot1kill.pl/reklama/motd.png">
    <pre>
    You are playing Counter-Strike v1.6
    Visit the official CS web site @
    www.counter-strike.net
    <a href="http://www.counter-strike.net">Visit Counter-Strike.net</a>
    </pre>
    </body>
    </html>
    Ostatnio edytowane przez Nysian ; 07-04-2010 o 17:15
     

  12. #12 Odp: [NeoBans 2.0] Skuteczne banowanie graczy ze zmiennym ip 
    Super Mod Awatar peku33
    Dołączył
    Oct 2008
    Posty
    7,256
    tu nie ma nic o błędzie.
    Motd.txt w cstrike podmieniłeś?
    treść motd ma być na www!
    PISANIE DO MNIE NA GG Z PROŚBĄ O JAKĄKOLWIEK POMOC NIE JEST MILE WIDZIANE! Numer: 6374959
     

  13. #13 Odp: [NeoBans 2.0] Skuteczne banowanie graczy ze zmiennym ip 
    Starsza lamka
    Dołączył
    Mar 2009
    Posty
    83
    Podmieniałem i w cstrike i na www w motd.txt (który wygląda tak)
    Kod:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
    <html>
    <head>
    <title>Cstrike MOTD</title>
    <style type="text/css">
    pre 	{
    		font-family:Verdana,Tahoma;
    		color:#FFB000;
        	}
    body	{
    		background:#000000;
    		margin-left:8px;
    		margin-top:0px;
    		}
    a	{
        	text-decoration:    underline;
    	}
    a:link  {
        color:  #FFFFFF;
        }
    a:visited   {
        color:  #FFFFFF;
        }
    a:active    {
        color:  #FFFFFF;
        }
    a:hover {
        color:  #FFFFFF;
        text-decoration:    underline;
        }
    </style>
    </head>
    <body scroll="no">
    <img src="http://www.1shot1kill.pl/reklama/motd.png">
    <pre>
    You are playing Counter-Strike v1.6
    Visit the official CS web site @
    www.counter-strike.net
    <a href="http://www.counter-strike.net">Visit Counter-Strike.net</a>
    </pre>
    </body>
    </html>
     

  14. #14 Odp: [NeoBans 2.0] Skuteczne banowanie graczy ze zmiennym ip 
    Starsza lamka
    Dołączył
    Jul 2009
    Wiek
    25
    Posty
    31
    Kod:
    http://www.flames.unixstorm.org/neobans/motd.php
    co to za komunikat w powyższym linku?
     

  15. #15 Odp: [NeoBans 2.0] Skuteczne banowanie graczy ze zmiennym ip 
    Super Mod Awatar peku33
    Dołączył
    Oct 2008
    Posty
    7,256
    motd w cstrike ma być taki jak w intrukcji - dałeś zły
    PISANIE DO MNIE NA GG Z PROŚBĄ O JAKĄKOLWIEK POMOC NIE JEST MILE WIDZIANE! Numer: 6374959
     

  16. #16 Odp: [NeoBans 2.0] Skuteczne banowanie graczy ze zmiennym ip 
    Starsza lamka
    Dołączył
    Mar 2009
    Posty
    83
    Kto dał zły motd Ja czy dezmontnikus??? I czemu mam to unkown "błąd" -.- Ew. co powinienem wpisać/ zrobić żeby dobrze działało...
    Pozdrawiam...
     

  17. #17 Odp: [NeoBans 2.0] Skuteczne banowanie graczy ze zmiennym ip 
    Starsza lamka
    Dołączył
    Jul 2009
    Wiek
    25
    Posty
    31
    u mnie po wejściu w mod.php przez www pokazuje tak

    Kod:
    Zend Optimizer not installed
    
    This file was encoded by the Zend Encoder / Zend SafeGuard Suite
    
    In order to run it, please install the freely available Zend Optimizer, version 2.1.0 or later.
    What is the Zend Optimizer?
    
    The Zend Optimizer is one of the most popular PHP plugins for performance-improvent, and has been freely available since the early days of PHP 4. It improves performance by taking PHP's intermediate code through multiple Optimization Passes, which replace inefficient code patterns with efficient code blocks. The replacement code blocks perform exactly the same operations as the original code, only faster.
    
    In addition to performance-improvement, the Zend Optimizer also enables PHP to transparently load files encoded by the Zend Encoder or Zend SafeGuard Suite.
    
    The Zend Optimizer is a freely-available product from Zend Technologies. Zend Technologies is the company that develops the scripting engine of PHP, also known as the Zend Engine.
    i w mod w cstrike na cs też to samo
    Ostatnio edytowane przez dezmontnikus ; 07-04-2010 o 18:27
     

  18. #18 Odp: [NeoBans 2.0] Skuteczne banowanie graczy ze zmiennym ip 
    Starsza lamka
    Dołączył
    Mar 2009
    Posty
    83
    w motd.php na www Mam też to samo...
    Kod:
    Zend Optimizer not installed
    
    This file was encoded by the Zend Encoder / Zend SafeGuard Suite
    
    In order to run it, please install the freely available Zend Optimizer, version 2.1.0 or later.
    What is the Zend Optimizer?
    
    The Zend Optimizer is one of the most popular PHP plugins for performance-improvent, and has been freely available since the early days of PHP 4. It improves performance by taking PHP's intermediate code through multiple Optimization Passes, which replace inefficient code patterns with efficient code blocks. The replacement code blocks perform exactly the same operations as the original code, only faster.
    
    In addition to performance-improvement, the Zend Optimizer also enables PHP to transparently load files encoded by the Zend Encoder or Zend SafeGuard Suite.
    
    The Zend Optimizer is a freely-available product from Zend Technologies. Zend Technologies is the company that develops the scripting engine of PHP, also known as the Zend Engine.
     

  19. #19 Odp: [NeoBans 2.0] Skuteczne banowanie graczy ze zmiennym ip 
    Starsza lamka
    Dołączył
    Jan 2008
    Wiek
    22
    Posty
    40
    Plugin strasznie ale to strasznie obciąża bazę danych.
    I ten napis sprawdzający podczas gry jest denerwujący.

    Zbyt wiele zapytań leci do bazy jak można go trochę zoptymalizować to by było bardzo dobrze.
     

  20. #20 Odp: [NeoBans 2.0] Skuteczne banowanie graczy ze zmiennym ip 
    Starsza lamka
    Dołączył
    Jul 2009
    Wiek
    25
    Posty
    31
    mleko a w ogóle działa ci to?
     

Strona 1 z 6 1 2 3 4 5 6 OstatniOstatni

Podobne wątki

  1. Ban Config - banowanie graczy z neostrada / zmiennym ip
    By ' fil0ne in forum Przydatne pluginy AMX i AMXX
    Odpowiedzi: 38
    Ostatni post / autor: 03-02-2012, 11:22
  2. Odpowiedzi: 199
    Ostatni post / autor: 12-02-2011, 17:11
  3. NeoBans
    By MaGiK5334 in forum Problem z pluginem AMX/AMXX
    Odpowiedzi: 1
    Ostatni post / autor: 18-10-2010, 19:37
  4. Skuteczne Uwodzenie 2 [Full version] [POLSKA WERSJA]
    By hitman1969 in forum Archiwum forum
    Odpowiedzi: 1
    Ostatni post / autor: 18-10-2010, 15:18
  5. Problem z neobans 3.1
    By Pezet in forum Problem z pluginem AMX/AMXX
    Odpowiedzi: 3
    Ostatni post / autor: 08-10-2010, 08:30
  6. NeoBans 3.1 ???
    By OneYes in forum Problemy i konfiguracja AMXX
    Odpowiedzi: 1
    Ostatni post / autor: 25-09-2010, 22:59
  7. Skuteczne Banowanie Neostrady - UltimateNeoBan
    By peku33 in forum Archiwum forum
    Odpowiedzi: 98
    Ostatni post / autor: 05-04-2010, 22:38
  8. Widocznosc graczy ze zmiennym IP
    By hola in forum Szukam pluginu AMX/AMXX
    Odpowiedzi: 8
    Ostatni post / autor: 26-03-2010, 16:58
  9. Amxbans skuteczne banowanie na 2-protokołowym serwerze
    By V0nt1 in forum Problem z pluginem AMX/AMXX
    Odpowiedzi: 4
    Ostatni post / autor: 23-12-2009, 19:44
  10. Banowanie graczy
    By rusin91 in forum Problemy z HLDS
    Odpowiedzi: 11
    Ostatni post / autor: 27-01-2009, 16:17

Odwiedzający znaleźli tę stronę szukając:

crack ioncube

amx_gore2.amxx

neobans motd

Uprawnienia umieszczania postów
  • Nie możesz zakładać nowych tematów
  • Nie możesz pisać wiadomości
  • Nie możesz dodawać załączników
  • Nie możesz edytować swoich postów
  •