CMONs Porn Problem: Mods See this....

krom1415

New member
Dont worry about the porn,
what about my auction I\'ve paid for and says its ended. Dam swiz if you ask me:moon:lol:D

I used the contact button to report it but as usual, nothing.

This site maybe free, even if we have bought into it, and are charged to advertise??? but it would be nice if it worked, or at least let you know why it dont work.

am I being a bit grumpy???lol
 

Dragonsreach

Super Moderator
Staff member
Mark Take a look at the posting time of your last comment.
I think that there is something wrong with the Server CMON\'s hosted on as the time stamp hasn\'t changed for the UK Clock alteration.
I suspect that this has been part of the cause of the Auction issue.
 

krom1415

New member
Can it be rectified dragonsreach???

As it says the auction finished in 1969

lol I only put it on 3 or 4 days ago, and its been tits up all the time
 

Bengoodall

New member
Look at this, leave you lot alone for a few minutes, and look what happens, boobie jokes already.

Im not overally put off personally by the links/banners etc, but it is annoying to have to scroll past them, and I see that a lot of people have issue with them, and I will try to nix the ones Im not beaten to by about the 1700 other people who seem to spend more time here than in real life :p

But hey, all in all, its a free site, its got beyond excellent material, especially compared to some of the other websites around, and the people are friendly as anything.

A little bit of T and A here and there only makes my day.

I mean subtracts slightly from the site :innocent:
 

squidders

New member
So naked boobs on a mini = good and naked boobs on a woman = bad? You lot are weird lol

Actually, while I find it distasteful, I never see the threads for long and the thread titles are always very obvious so easily avoided. I\'m a member of a few forums and this is by far the best maintained one with the most good will and friendliest attitude.
 
S

Shadzar

Guest
Originally posted by Dragonsreach

However the automated filter system you would need would be very complex (we\'re takling terms of \"Fuzxy Logic\" processing here) and I suspect extremely expensive.

very cheap and very easy. since the forums are PHP all you would need is a few ereg_replace() or preg_match() funcitons placed in the post.php script to identify things as porn and prevent the post from actually being added to the database.

stripping down the filter from PHPBB and applying them here shouldn\'t take more than 30 minutes. and being open source would be free.

all you would have to do is identify keywords that shouldn\'t belong in a post or filter domain names for porn sites or other things listed in the blacklist of your choice.

of course assuming those are available with the version of PHP and pear functions for CMoNs servers. otherwise you can recreate them without too much effort and create the functions as a new class.

if would only be slightly more difficult to incorporate into CGI/Perl based forum.

you jsut need a table in the database to hold and check for \"words\" filtered out and a fied associated with that word that tells the \"post.php\" where to replace the content with something else or deny the post from posting to the database at all.
 

supervike

Super Moderator
Originally posted by Shadzar
[quote
very cheap and very easy. since the forums are PHP all you would need is a few ereg_replace() or preg_match() funcitons placed in the post.php script to identify things as porn and prevent the post from actually being added to the database.


I do tend to agree, Mr. Shadzar. I think with some technical saavy, these things could be stopped at the source. Again, though, that takes admin rights, which is something I am not privvy too.

However, some of the pornspam seems to be in Cryllic (or some other slavic language) so maybe stopping these would be a bit more challenging.

Either way, I\'ve said several times that we (the mod. team) deal with them just as fast as we see them, in the only way we have access to.
 
S

Shadzar

Guest
obviously a simple mods can\'t do it, not form the forums standpoint access level of a mod, but ANYONE with access permissions to the files themselves via shell or FTP can alter the files, and the forums would not care how that is. that is up to the server permissions and admins to assign those permisions.

it goes without saying that being a mod doesn\'t give you the option of changing the code, only working with the portions reserved for mods access such as in many ofurms post regulation and other small things normal users cannot do like moving threads or posts, locking them, deleting them, etc.

no forum would give file access simply to someone of the moderator group. ;)

but the site/server administrators could add these little changes easy. even blocking IP ranges from those countries originate from. here that may not be a good thing if there are actual beneficial users coming form those areas where the problematic posts are coming from.

i am tempted to write up some code and palce it in the forum here to handle this for those with site access to see if they can use to modify the forums to do jsut this task of blocking the spam and such.

one of the reasons in the past i said the site should be overhauled to give it that added functionality that semingly some bots have found the site and can easily access it where other simple forums have already implementing simple methods to prevent such.

oh here is an idea!!!!!!

ROBOTS.TXT

put one in each directory of the forums to prevent future web searches from dispalying the forums. that would hide them from all but the most unscruopulous webcrawling engines and mean that only someone who knows explicitly of the existance of the forums and their URL to be able to get to them....

unless some other method of finding them from the front page is derived, but most of the spam bots don\'t disect pages in order to find links to possible forums in which to spam.

meaning only two people that i know of could make changes to prevent it. borg or Chern An that code(d) the forums portion of the site.

sadly many options exist, but all are only open to those with file access permissions.

just keep squahsing them at a mod level ASAP like has been done for now is all that can be expected until other parties get involved with nipping it in the bud before it ever makes it to the forums. :)
 

spazzy

New member
Originally posted by Shadzar

very cheap and very easy. since the forums are PHP all you would need is a few ereg_replace() or preg_match() funcitons placed in the post.php script to identify things as porn and prevent the post from actually being added to the database.

stripping down the filter from PHPBB and applying them here shouldn\'t take more than 30 minutes. and being open source would be free.

all you would have to do is identify keywords that shouldn\'t belong in a post or filter domain names for porn sites or other things listed in the blacklist of your choice.

of course assuming those are available with the version of PHP and pear functions for CMoNs servers. otherwise you can recreate them without too much effort and create the functions as a new class.

if would only be slightly more difficult to incorporate into CGI/Perl based forum.

you jsut need a table in the database to hold and check for \"words\" filtered out and a fied associated with that word that tells the \"post.php\" where to replace the content with something else or deny the post from posting to the database at all.

Och, I keep trying to read this but for some strange reason the words change before my eyes into what one would hear on a Charlie Brown cartoon...Wah Wah Waaah...

What Squidders said about mini boobies being good and real boobies being bad, I wanted to mention that it\'s not just boobies that you see, but then that reminded me of the guy that was selling porno minis on ebay...EVERYBODY had a look at that one!
 

supervike

Super Moderator
Originally posted by Shadzar



no forum would give file access simply to someone of the moderator group. ;)

but the site/server administrators could add these little changes easy. even blocking IP ranges from those countries originate from. here that may not be a good thing if there are actual beneficial users coming form those areas where the problematic posts are coming from.

i am tempted to write up some code and palce it in the forum here to handle this for those with site access to see if they can use to modify the forums to do jsut this task of blocking the spam and such.

I understand what you are saying. But, I am also the moderator of another site, and with my simple mod access was able to block ranges of IP addresses, domain names, etc. on that site. And that effectively stopped the porn problem there. I\'m not able to do so here.

It\'s not that the know how isn\'t here to do it. I\'m fully confident the site admin CAN stop it....The real problem is that the site admin is NOT here.

So, it\'s not a lack of coding knowledge, its just a lack of presence.
 

Friar

Dorks for Orks
Originally posted by spazzy
Originally posted by Shadzar

very cheap and very easy. since the forums are PHP all you would need is a few ereg_replace() or preg_match() funcitons placed in the post.php script to identify things as porn and prevent the post from actually being added to the database.

stripping down the filter from PHPBB and applying them here shouldn\'t take more than 30 minutes. and being open source would be free.

all you would have to do is identify keywords that shouldn\'t belong in a post or filter domain names for porn sites or other things listed in the blacklist of your choice.

of course assuming those are available with the version of PHP and pear functions for CMoNs servers. otherwise you can recreate them without too much effort and create the functions as a new class.

if would only be slightly more difficult to incorporate into CGI/Perl based forum.

you jsut need a table in the database to hold and check for \"words\" filtered out and a fied associated with that word that tells the \"post.php\" where to replace the content with something else or deny the post from posting to the database at all.

Och, I keep trying to read this but for some strange reason the words change before my eyes into what one would hear on a Charlie Brown cartoon...Wah Wah Waaah...

lol you and me both
 
S

Shadzar

Guest
Originally posted by supervike
I understand what you are saying. But, I am also the moderator of another site, and with my simple mod access was able to block ranges of IP addresses, domain names, etc. on that site. And that effectively stopped the porn problem there. I\'m not able to do so here.

It\'s not that the know how isn\'t here to do it. I\'m fully confident the site admin CAN stop it....The real problem is that the site admin is NOT here.

So, it\'s not a lack of coding knowledge, its just a lack of presence.
i meant that mod access does not automatically grant file access. not that being a mod discounted someone form knowing how should they have the proper file access. :rolleyes:

in otherwords as you put it. lack of someone wiht the proper file acces no matter who has the coding knowledge means it is really futile to worry about more being done until the peson with the file access comes along. lol

does this help make it less Snoopy-ish?

http://www.php.net/manual/en/function.preg-match.php
 

supervike

Super Moderator
Originally posted by Shadzar
lack of someone wiht the proper file acces no matter who has the coding knowledge means it is really futile to worry about more being done until the peson with the file access comes along. lol

Yep, I believe you\'ve nailed it nicely in that sentence!

Thanks for the link.
 

Friar

Dorks for Orks
Originally posted by Shadzar
does this help make it less Snoopy-ish?

http://www.php.net/manual/en/function.preg-match.php

not in the least lol thats like trying to read the code that shows whats happening in the matrix. I\'m more the dull ape Computer user I smack my key board till I see pretty pictures :p
 

Undave

Flockwit
Originally posted by Friar
Originally posted by Shadzar
does this help make it less Snoopy-ish?

http://www.php.net/manual/en/function.preg-match.php

not in the least lol thats like trying to read the code that shows whats happening in the matrix. I\'m more the dull ape Computer user I smack my key board till I see pretty pictures :p

I suppose that\'s marginally better than smacking it against your head till you see stars.
 

JesterzUSMC

Recovering Megalomaniac
I\'ve solved this problem for myself.

I use firefox with a small add-on that blocks the banner and \"gamey\" type ads.

:p

If you want to try it...you can run both Firefox and IE so you can even compare the difference.

Firefox.com

At least try it...I\'m about tired of seeing a new version of the same gripe every other time I get a chance to stop in here.
 

AinuLainour

New member
Originally posted by JesterzUSMC
I use firefox with a small add-on that blocks the banner and \"gamey\" type ads.

:p

If you want to try it...you can run both Firefox and IE so you can even compare the difference.

Firefox.com

At least try it...I\'m about tired of seeing a new version of the same gripe every other time I get a chance to stop in here.

The problem in this thread was related to recent topics with pornographic pictures. The mods have done a swell job since the first one I saw came up but the real big changes will have to be (and can only) be done by Chern.
 
Back To Top
Top