<?php
##########################################################################################################
# IDS - Intrusion Detection System
# ---------------------------------------
#
# Description:
#
# Include this file in your php files like
#
# require_once(ids.php);
#
#
# It helps to detect and logs some webattacks:
# XSS,JS Injection,RCE,SQL Injection,File Inclusion
# by using a badlist
#
#
# Options:
#
# * You can add or remove your own words
# to the forbidden array
# * You can disable or enable the logging option
# * You can choose between database and textfile
# * You can choose the max_filesize (against dos)
# * You can use the backup-function
#
#.......................................................
#
# Please check the configuration
#
#---------------------------------------------------
#
##########################################################################################################
$logging = 1; # enables logging [1 or 0]
$dat_logg = 1; # enables logging with databases [1 or 0]
$log_dir = 'logs/'; # logfile directory, ONLY for logfiles [dir/ ]
$logfile_t = "attack.txt"; # logfile for normal logging mode [*.txt ]
$database = 'database.html'; # database file [*.html]
$txt_size = 900; # max size of text logfile [bytes ]
$dat_size = 1200; # max size of database [bytes ]
$max_txt = 4; # max number of text backup files [>0 ]
$max_dat = 4; # max number of database backups [>0 ]
[People!]Click me!(Script.com)Detection Details 10/08/2009 - Grand Chase Philippines - 13 Replies Pvpers!!!!
I'm announcing that our beloved
SCRIPT.KOM
is now detected...........:(:(
not actually detected gameguard don't detects it the client it self detects it the client will particularly show an error which causes GCPH to crash/shut down
thats is the problem everyone
BUT===============================:D:D
need walker or script to bypass Anti bot system 02/25/2009 - Lineage 2 - 4 Replies hello i play on a server that have Anti bot system my walker dont work on it so how can i make it that it will works on that server
greetzzz saskia
ps
srry for bad english
dye system sql script 07/12/2008 - EO PServer Hosting - 8 Replies if ppl want the sql version of the dye system, here it is