Merge branch 'master' of https://git.seemsleg.it/pub/php-func-lib
This commit is contained in:
commit
f1b4aaf23a
@ -16,6 +16,9 @@ $_ips_crawler = array (
|
|||||||
'81.209.177.145', // website-datenbank.de
|
'81.209.177.145', // website-datenbank.de
|
||||||
'2a01:4f8:190:4244::2', // mj12bot
|
'2a01:4f8:190:4244::2', // mj12bot
|
||||||
'192.99.5.225', // ...
|
'192.99.5.225', // ...
|
||||||
'157.55.39.' // microsoft???
|
'157.55.39.', // microsoft???
|
||||||
|
'2a01:4f8:162:43c5::2', // mj12bot
|
||||||
|
'85.25.177.', // abuse
|
||||||
|
'85.25.210.' // hosteurope abuse
|
||||||
);
|
);
|
||||||
?>
|
?>
|
||||||
@ -7,7 +7,8 @@ function umlaute($str) {
|
|||||||
'ä',
|
'ä',
|
||||||
'ö',
|
'ö',
|
||||||
'ü',
|
'ü',
|
||||||
'ß'
|
'ß',
|
||||||
|
'&'
|
||||||
), array (
|
), array (
|
||||||
'Ä',
|
'Ä',
|
||||||
'Ö',
|
'Ö',
|
||||||
@ -15,7 +16,8 @@ function umlaute($str) {
|
|||||||
'ä',
|
'ä',
|
||||||
'ö',
|
'ö',
|
||||||
'ü',
|
'ü',
|
||||||
'ß'
|
'ß',
|
||||||
|
'&'
|
||||||
), $str );
|
), $str );
|
||||||
}
|
}
|
||||||
function chk($str) {
|
function chk($str) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user