Blacklist
How to Deny/Blacklist Unauthorized IP Write Access Attempts on LAMP Server?
Recently, Spammers found world-writable folders (such as those needed by certain wordpress plugins) and uploaded rogue .htaccess/.php files to us开发者_如何学Pythone my (Ubuntu Linux 11.04) unmanaged[详细]
2023-04-11 15:24 分类:问答How do I catch the email address of a spammer?
I know that I can check IP addresses and domains against blacklists like Spam开发者_JAVA百科haus and co, but is there a way that I can prevent iamaspammer@gmail.com from signing up at my website?most[详细]
2023-03-14 17:25 分类:问答Blacklisting IP Address
<?php if($_SERVER[\'REMOTE_ADDR\'] != \'xx.xx.xx.xx\') 开发者_Python百科{ header(\"Location: http://google.com\");[详细]
2023-03-09 08:14 分类:问答Is it possible to use Apache Digester to filter dynamic xml leaf tags?
I\'ve used Apache digester before and loved the branch based searching of xml tags. Specifying a tag as[详细]
2023-03-05 18:25 分类:问答YQL Blacklisting
I\'m developing an online deck editor, Proxymang, and YQL can\'t handle th开发者_开发知识库e number of requests per second. The requests are one per Magic card, they\'re cached, and they\'re spaced ou[详细]
2023-03-03 12:38 分类:问答Replace non-specified array values with 0
I want to replace all array values with 0 except work and home. Input: $array = [\'work\', \'homework\', \'home\', \'sky\', \'door\'][详细]
2023-02-14 08:48 分类:问答How would you loop through a list of 100 names to check that a certain entry is not one of those values in PHP?
I have a certain input that when the user enters a word in needs to be checked against a list of 100 words. How would I loop through th开发者_JAVA技巧ese words the easiest? Should I use a massive arra[详细]
2023-02-12 14:35 分类:问答Protecting websites from outdated browsers and plugins via a whitelist/blacklist combination?
Aside from using browser headers, I want to blacklist/whitelist browser and plugins from my site so that I can prevent these older unpatched systems from (1) being a general user of my site (2) removi[详细]
2023-02-09 11:08 分类:问答Can a comprehensive list of adult keywords be found anywhere?
I am looking for a comprehensive list of Eng开发者_如何转开发lish adult keywords to be used on my website in a spam blacklist to prevent users from entering inappropriate keywords.[详细]
2023-02-08 03:16 分类:问答Apache: Implement blacklist/whitelist access control + LDAP authentication
In Apache, what would be the best way to only give access to users who pass the two following tests: User does not appear i开发者_如何学运维n blacklist (alternatively, appears in whitelist)[详细]
2023-02-02 19:46 分类:问答