Go Back   CodingForums.com > :: Client side development > General web building

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 09-09-2008, 04:44 AM   PM User | #1
dajohnson1s
Regular Coder

 
Join Date: Sep 2007
Posts: 241
Thanks: 6
Thanked 0 Times in 0 Posts
dajohnson1s is an unknown quantity at this point
Adult image detection

Hello,

I am planning a proposal to my University regarding a classified ad system. Basically I would like to make a scaled down version of Craigslist or something of that nature for the campus population.

My current experience with a planning process is minimal to say the least. I would greatly appreciate some insights that could be potentially devastating. (I have breifly discussed my idea with one of the web admins at the University and he was 'excited' about the idea)

Currently I know that money/form of payment cannot be exchanged via the University network.

Also there are certain things that I personally am concerned about, simply due to it being "open to the public". Things like posting of Pornography, gun sales, explosive sales...ect...

I would like to provide the option to add an image to the ad, but is there a way to determine if the image is of the "adult" nature without actually manually looking?

Thanks
dajohnson1s is offline   Reply With Quote
Old 09-09-2008, 06:33 AM   PM User | #2
Fou-Lu
God Emperor


 
Fou-Lu's Avatar
 
Join Date: Sep 2002
Location: Saskatoon, Saskatchewan
Posts: 15,635
Thanks: 4
Thanked 2,448 Times in 2,417 Posts
Fou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to all
Not unless metadata about it has been added. Best I know there is no legislation that forces adult images to identify them, but I could be wrong.
Visual inspection really is you're only option.
__________________
As of PHP 5.5, the MySQL library has been officially deprecated. It is recommended to move to either MySQLi or PDO libraries for your mysql connectivity. See here for help choosing which interface you prefer: http://php.net/manual/en/mysqlinfo.api.choosing.php
Fou-Lu is offline   Reply With Quote
Old 09-09-2008, 01:59 PM   PM User | #3
Nightfire
Senior Coder

 
Nightfire's Avatar
 
Join Date: Jun 2002
Posts: 4,266
Thanks: 6
Thanked 48 Times in 48 Posts
Nightfire is on a distinguished road
There's a php class that can sort of do it

http://www.phpclasses.org/browse/package/3269.html

But it's not very reliable. Close up pics of faces, or whatever will also be denied as it caculates the amount of 'skintone' used in the image.
__________________
Blue Panda
Website Design | 1 Pound Ads | 'ow much? | Coding Geeks
Nightfire is offline   Reply With Quote
Old 09-09-2008, 03:17 PM   PM User | #4
oracleguy
Rockstar Coder


 
Join Date: Jun 2002
Location: USA
Posts: 9,043
Thanks: 1
Thanked 322 Times in 318 Posts
oracleguy is a jewel in the roughoracleguy is a jewel in the roughoracleguy is a jewel in the rough
Basically your best bet it is add a "report post" link on each post that emails the people who can remove ads. We have a similar feature on this forum which aids the moderators in catching offending content. And then just have your moderators browse through the new posts once a day or something.
__________________
OracleGuy
oracleguy is offline   Reply With Quote
Old 09-09-2008, 03:30 PM   PM User | #5
tosbourn
Regular Coder

 
Join Date: Aug 2008
Location: Northern Ireland
Posts: 167
Thanks: 12
Thanked 6 Times in 6 Posts
tosbourn is on a distinguished road
I am assuming it is only for university students? Make them use their student number, or make it have to tie in to a university email account (the email account would be better, because then if you register as someone else, you wouldn't be able to verify yourself fraudulently without knowing the other persons password)

If people know that offensive images can be tracked straight back to them, they aren't likely to post anything bad.
tosbourn is offline   Reply With Quote
Old 09-09-2008, 05:14 PM   PM User | #6
oracleguy
Rockstar Coder


 
Join Date: Jun 2002
Location: USA
Posts: 9,043
Thanks: 1
Thanked 322 Times in 318 Posts
oracleguy is a jewel in the roughoracleguy is a jewel in the roughoracleguy is a jewel in the rough
Quote:
Originally Posted by tosbourn View Post
I am assuming it is only for university students? Make them use their student number, or make it have to tie in to a university email account (the email account would be better, because then if you register as someone else, you wouldn't be able to verify yourself fraudulently without knowing the other persons password)

If people know that offensive images can be tracked straight back to them, they aren't likely to post anything bad.
An excellent idea.
__________________
OracleGuy
oracleguy is offline   Reply With Quote
Old 09-12-2008, 10:38 PM   PM User | #7
dajohnson1s
Regular Coder

 
Join Date: Sep 2007
Posts: 241
Thanks: 6
Thanked 0 Times in 0 Posts
dajohnson1s is an unknown quantity at this point
thanks for all the ideas.

as for now, one of my professors suggested to leave out image uploads...until after the idea is accepted.

Thanks again.
dajohnson1s is offline   Reply With Quote
Old 09-13-2008, 02:45 AM   PM User | #8
Fou-Lu
God Emperor


 
Fou-Lu's Avatar
 
Join Date: Sep 2002
Location: Saskatoon, Saskatchewan
Posts: 15,635
Thanks: 4
Thanked 2,448 Times in 2,417 Posts
Fou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to all
Quote:
Originally Posted by Nightfire View Post
There's a php class that can sort of do it

http://www.phpclasses.org/browse/package/3269.html

But it's not very reliable. Close up pics of faces, or whatever will also be denied as it caculates the amount of 'skintone' used in the image.
Very nice. Someone must be very good with graphics to perform the calculations for that.

Quote:
Originally Posted by oracleguy View Post
An excellent idea.
Agreed.
This is why I force people to sign up (or in you're case, I'd probably sign them up for them). Easier to control this way.
__________________
As of PHP 5.5, the MySQL library has been officially deprecated. It is recommended to move to either MySQLi or PDO libraries for your mysql connectivity. See here for help choosing which interface you prefer: http://php.net/manual/en/mysqlinfo.api.choosing.php
Fou-Lu is offline   Reply With Quote
Old 09-14-2008, 01:12 AM   PM User | #9
07x.net
New to the CF scene

 
Join Date: Sep 2008
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
07x.net is an unknown quantity at this point
Quote:
Originally Posted by Fou-Lu View Post
Very nice. Someone must be very good with graphics to perform the calculations for that.
I think it just looks for a large amount of coloring that matches that of bare flesh. Simple, really, but probably not very effective - many false positives, I would imagine.
07x.net is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 05:58 AM.


Advertisement
Log in to turn off these ads.