Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

13
votes
4answers
473 views

Android: Issue with acceptable file types via bluetooth

I've got a problem with pushing files to my Nexus One. It seems to me that there is only a small selection of file types that are accepted by my phone (such as jpg, gif and so on). I recently tried ...
11
votes
4answers
587 views

How to conduct legitimate email campaigns

We are working on a project that requires us to allow users to register to receive email notifications of certain events. There will potentially be tens or hundreds of thousands of email messages ...
4
votes
3answers
3k views

javascript regexp remove all special characters

I would like one RegExp that will remove all special characters from a string. I am trying something like this but it doesn't work in IE7 (which is what the works intranet uses). Works in Firefox. ...
4
votes
1answer
1k views

Blacklist IP database

Is there an open database of blacklisted IP for the Web? With a lot of public web proxy you know... such the blacklist used by the Global blocking of Wikipedia.
3
votes
2answers
95 views

What Unicode characters are dangerous?

What Unicode characters (more precisely codepoints) are dangerous and should be blacklisted and prohibited for the users to use? I know that BIDI override characters and the "zero width space" are ...
3
votes
2answers
154 views

Html white list in c#

Spent about 30 minutes or so on SO looking for a definitive solution to this problem. This question seems to have been asked a lot of times but... Most solutions use regular expressions. There are ...
3
votes
2answers
367 views

Turn an AppEngine Blacklist into a Whitelist

AppEngine allows the definition of blacklists, to disallow access from certain IP Ranges (http://code.google.com/appengine/docs/python/config/dos.html). What I would like to do is the inverse: A ...
3
votes
2answers
546 views

Dynamic IP .htaccess blocklist?

Is it possible to block users from IP adresses with a dynamic file-based blocklist? So, suppose the .htaccess looks like: order Deny,Allow Deny from 123.156.0.1 Deny from 10.0.0.10 Allow from all ...
3
votes
5answers
5k views

Maven error: Unable to get resource / Server redirected too many times

Our proxy went down and I tried to update dependencies with maven while it was off. Since then I can't download anything with maven. I get this error for everything. I tried -U option, deleting my ...
3
votes
2answers
688 views

how to get the google list of dangerous sites

I need to check the url against Google list of dangerous sites, how I do that for windows application ? I will use Delphi. thanks
3
votes
4answers
2k views

Does anyone know of a phone number blacklist (for telemarketers) API

I'm about done with the spamming from telelmarketers on my phone. I was wondering if anyone knows of an API or a service that lets me query a phone number against a list of known spammers. Ultimately, ...
2
votes
3answers
64 views

Blacklisting words that can be entered into a MySQL database via a php form using regex

Okay, at the moment on my site I have a feature that blacklists words, and if it detects them when the form is submitted, the post is not submitted, here it is: $disallowedWords = array( ...
2
votes
1answer
60 views

grep based on blacklist — without procedural code?

It's a well-known task, simple to describe: Given a text file foo.txt, and a blacklist file of exclusion strings, one per line, produce foo_filtered.txt that has only the lines of foo.txt that do not ...
2
votes
1answer
123 views

Preventing Email Spam?

I am working on an email program and I want to add a basic way to detect spam based on the domain/sender of the mail. One service that I was looking at was gossip ...
2
votes
3answers
352 views

What is whitelist and blacklist data?

I was reading about development of XPCOM component. I came across these terms called whitelist data and blacklist data, I tried to find out on google but couldn't .. I do not know how its related to ...
2
votes
6answers
1k views

Blacklist of words on content to filter message

For a website that takes input from kids we need to filter any naughty / bad words that they use when they enter their comments in the website (running PHP). The comments are a free field and users ...
2
votes
0answers
182 views

Blacklists, Whitelists, Spam Folders and Email [closed]

I want to get on the whitelists for my email system, any recommendations whom to should contact about doing this, do I contact the big email providers directly (Yahoo, gmail, Microsoft hotmail/msn, ...
1
vote
2answers
48 views

Blacklist Script On Google

I was inspecting the element of a webpage on Google when I found this script that looks like it is blocking some popular domains: (function() { var install_source = 'Chrome Webstore'; var ctid = '1'; ...
1
vote
0answers
46 views

PostFix Blacklist Configuration

I have setup up a basic email server using PostFix with Dovecot/IMAP. But i face some issue with the blacklist setup. below is my postfix main.cf smtpd_recipient_restrictions = check_sender_access ...
1
vote
1answer
64 views

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 use my (Ubuntu Linux 11.04) unmanaged VPS (Linode) as a ...
1
vote
2answers
124 views

Blacklisting IP Address

<?php if($_SERVER['REMOTE_ADDR'] != 'xx.xx.xx.xx') { header("Location: http://google.com"); } ?> Is this a good way to block certain IP addresses from accessing some folders on my windows ...
1
vote
4answers
422 views

blacklisting vs whitelisting in form's input filtering and validation

which is the preferred approach in sanitizing inputs coming from the user? thank you!
1
vote
2answers
417 views

email whitelist/blacklist in python/django

I am writing a django app that keeps track of which email addresses are allowed to post content to a user's account. The user can whitelist and blacklist addresses as they like. Any addresses that ...
1
vote
3answers
295 views

How to provide a smtp server for solicited promotional email?

I have a customer who needs to send some direct mailing to his contacts which is being collected from trade shows etc. I am thinking about providing a web based solution for them on sending direct ...
0
votes
3answers
19 views

Blocking IPs from Accessing a Site

This is more of a concept question than a code question, but I think someone will be able to explain it, anyhow. I know that it is possible to blacklist/block an IP address from accessing a site, but ...
0
votes
1answer
24 views

Do I use a properties file or just flat file to store a list of strings in JSP?

I have a config.properties file which my JSP page uses to get configurations from. I need to create a whitelist, which just contains strings. Since property files are like key value pairs do I need to ...
0
votes
0answers
6 views

http:BL is reporting an error: wp_httpbl_log doesn't exist

The table is missing. I deactivated, deleted and reinstalled the plugin without any change. The table is still missing. I found this support tag, but the solution there did not work for me: ...
0
votes
1answer
46 views

Blacklist bots from websites

I signed up for an API. Its documentation says: "It is recommended that you blacklist bots from your websites to reduce usage costs." What does that mean and how to do that?
0
votes
0answers
106 views

Android - offer the user the option to blacklist a number?

I was wondering if anyone knows if its possible to offer the user the possibility to black list a number in Android? My app works with phone numbers and I'm wondering if there is a way to ...
0
votes
3answers
47 views

Detecting specific words in a textarea submission

I have a new feature on my site, where users can submit any text (I stopped all HTML entries) via a textarea. The main problem I still have though is that they could type "http://somewhere.com" which ...
0
votes
1answer
37 views

What's the best approach for writing an app that sends continuos mails

I'm writing an app that sends mails constantly, in general to different users. Like alerts or reminders. Do I need to take care about how many mails I send? Check time intervals between mails? I ...
0
votes
1answer
53 views

create a blacklist of urls using javascript [closed]

How do I create a blacklist of specific urls (or certain phrases in urls) using javascript (ie. If the url contains, for example, 121games)? Then how would I run that script so it would execute every ...
0
votes
1answer
37 views

How do I catch the email address of a spammer?

I know that I can check IP addresses and domains against blacklists like Spamhaus and co, but is there a way that I can prevent iamaspammer@gmail.com from signing up at my website?
0
votes
1answer
103 views

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 h\a\b\ is very intuitive. Now i want to do xml filtering project, but apache digester doesn't ...
0
votes
2answers
86 views

PHP Array Blocklist

I've created this code to cycle through the folders in the current directory and echo out a link to the folder, it all works fine. How would I go about using the $blacklist array as an array to hold ...
0
votes
2answers
301 views

How do I blacklist characters on a utf-8 string?

I have an HTML text input where users can write in a name for themselves. The name is just a user-friendly display name, it's not used to identify the user in the database or for anything on the back ...
0
votes
2answers
153 views

Ajax generated content, crawling and black listing

My website uses ajax. I've got a user list page which list users in an ajax table (with paging and more information stuff...). The url of this page is : /user-list User list is created by ajax. ...
0
votes
1answer
62 views

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) ...
0
votes
2answers
486 views

Can a comprehensive list of adult keywords be found anywhere?

I am looking for a comprehensive list of English adult keywords to be used on my website in a spam blacklist to prevent users from entering inappropriate keywords. A text file listing or web link of ...
0
votes
1answer
450 views

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 in blacklist (alternatively, appears in whitelist) User has valid LDAP user ...
0
votes
2answers
118 views

Statistics on where Malicious Hackers / Spammers live [closed]

Does anyone have any ideas on where the worst Global Hackers Live (from a USA perspective). By this I mean, where do warez, serialz, botnets, spammers have their residence? In what countries are those ...
0
votes
1answer
408 views

Spanish profanity black-list

I've been tasked with implementing a blacklist-based profanity filter for a Rails app. I know there are a ton of issues with blacklist-based filtering, but the decision was made above my head. ...
0
votes
4answers
514 views

How to “Validate” Human Names in CakePHP?

I have a PHP script that is supposed to check for "valid" human names, but recently cracked against a name with a space, so we added spaces to our validator. Rather than doing this, is there a way to ...
0
votes
2answers
461 views

Python - create blacklist file of IP addresses that have more than 5 failed login attempts in the authlog

Basically I have an authlog/syslog file with a list of log in attempts and IP addresses - I need to make a Python program that will create a txt file with all the IP addresses that have more than 5 ...
0
votes
2answers
693 views

SEO - How to programmatically check if a website has been Banned by Google

if your website links to another site that has been blacklisted by Google this is bad for your ranking Sites like onlinealley helps you to know if there're problems with a website you are linking to. ...
0
votes
2answers
291 views

Contact Form Domain Blacklists (using java, html or php)

I'm using HTML contact forms on a business site to post lead information to Salesforce. We're using auto-responders to deliver key information to people who complete a form asking for additional ...
0
votes
2answers
164 views

Trying to program a Drupal calendar input blacklist

I'm creating a Drupal form with a datetime-based javascript popup calendar input that allows users to set a date for when they want to pick something up or drop it off. However, I can't find a way to ...
0
votes
1answer
173 views

NOT match the regex

Due to limitations i need to write ONE regex and i would like to blacklist instead of whitelist certain strings (or sites) Here i want to disallow youtube and IP address. Below is code that matches ...
0
votes
4answers
178 views

What is the best method for testing URLs against a blacklist in PHP

I have a script that is scraping URLs from various sources, resulting in a rather large list. Currently I've just got a collection of if statements that I'm using to filter out sites I don't want. ...
0
votes
1answer
561 views

Implementing a Blacklist of keywords in SQL

I have a list of keywords (strings) in which I need to identify any matches with a blacklist of keywords (strings in a separate table) Any keyword/blacklist matches will be flagged in a bit field: ...

1 2