Graal Forums  

Go Back   Graal Forums > Development Forums > Tech Support
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #31  
Old 06-08-2008, 10:57 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
Quote:
Originally Posted by Googi View Post
Just having the § replaced with "%" before the post goes through any other processing should fix the problem.

(If you type % in your post, it will be replaced with a §, by the way.)
It does?

%

It does :O
__________________
Reply With Quote
  #32  
Old 06-08-2008, 11:50 PM
Googi Googi is offline
A Serious Epidemic
Googi's Avatar
Join Date: Oct 2001
Location: Canada
Posts: 18,866
Googi has much to be proud ofGoogi has much to be proud ofGoogi has much to be proud ofGoogi has much to be proud ofGoogi has much to be proud ofGoogi has much to be proud of
Send a message via AIM to Googi
Quote:
Originally Posted by Stephen View Post
There, Googi has found the process. Now we just need someone to modify the swear filter to convert all user entered percent signs into that code, so that it will display properly. We just have to hope that the swear filter is first in the line of code before it reaches whatever is messing it up.
It appears that the swear filter is actually applied when you view posts, not when they're entered into the database.
__________________
Reply With Quote
  #33  
Old 06-09-2008, 12:21 AM
Stephen Stephen is offline
Boom!
Stephen's Avatar
Join Date: May 2004
Location: San Francisco
Posts: 10,410
Stephen has much to be proud ofStephen has much to be proud ofStephen has much to be proud ofStephen has much to be proud ofStephen has much to be proud ofStephen has much to be proud of
Quote:
Originally Posted by Googi View Post
It appears that the swear filter is actually applied when you view posts, not when they're entered into the database.
The filter is applied as it post is processed for the database, so this should solve the problem?
__________________
Reply With Quote
  #34  
Old 06-09-2008, 12:28 AM
Googi Googi is offline
A Serious Epidemic
Googi's Avatar
Join Date: Oct 2001
Location: Canada
Posts: 18,866
Googi has much to be proud ofGoogi has much to be proud ofGoogi has much to be proud ofGoogi has much to be proud ofGoogi has much to be proud ofGoogi has much to be proud of
Send a message via AIM to Googi
Quote:
Originally Posted by Stephen View Post
The filter is applied as it post is processed for the database, so this should solve the problem?
It's possible to search posts using censored terms, which suggests that the post is stored in the database as-is, without the filter applied.

Edit: Actually, it seems the filter is applied both as a post is put into the database and when a post is viewed.
__________________
Reply With Quote
  #35  
Old 06-09-2008, 02:00 AM
Elizabeth Elizabeth is offline
a/s/l
Elizabeth's Avatar
Join Date: Jul 2006
Location: Canada
Posts: 5,018
Elizabeth has much to be proud ofElizabeth has much to be proud ofElizabeth has much to be proud ofElizabeth has much to be proud ofElizabeth has much to be proud ofElizabeth has much to be proud of
Send a message via AIM to Elizabeth
apparently my posts are nothelpful/spam

i dont get how any of these posts are helpful, but youknow.
__________________
<3
Reply With Quote
  #36  
Old 06-09-2008, 02:16 AM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
It's not the swear filter.
Unixmad posted about what was causing it -- a filter of some sort that checks for malicious code that he recently(recent back then) put in.
Reply With Quote
  #37  
Old 06-09-2008, 02:21 AM
Stephen Stephen is offline
Boom!
Stephen's Avatar
Join Date: May 2004
Location: San Francisco
Posts: 10,410
Stephen has much to be proud ofStephen has much to be proud ofStephen has much to be proud ofStephen has much to be proud ofStephen has much to be proud ofStephen has much to be proud of
Quote:
Originally Posted by DustyPorViva View Post
It's not the swear filter.
Unixmad posted about what was causing it -- a filter of some sort that checks for malicious code that he recently(recent back then) put in.
We realize it's not the swear filter, it was simply the suggested method of correcting the problem for ease.
__________________
Reply With Quote
  #38  
Old 06-09-2008, 02:36 AM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
I guess it's a matter of priorities then. If the swear filter is done AFTER this malicious code filter(which I'm assuming it is), it won't matter because it'll give a bad request before the swear filter even gets a chance to process anything.

edit: I see Googi already covered this. Either way, this requires Unixmad's involvement... so we're **** out of luck.
Reply With Quote
  #39  
Old 06-09-2008, 02:38 AM
Stephen Stephen is offline
Boom!
Stephen's Avatar
Join Date: May 2004
Location: San Francisco
Posts: 10,410
Stephen has much to be proud ofStephen has much to be proud ofStephen has much to be proud ofStephen has much to be proud ofStephen has much to be proud ofStephen has much to be proud of
Quote:
Originally Posted by DustyPorViva View Post
edit: I see Googi already covered this. Either way, this requires Unixmad's involvement... so we're **** out of luck.
Hay cow lips - that was ME.
__________________
Reply With Quote
  #40  
Old 06-09-2008, 02:40 AM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Heh, I was referring to:
Quote:
Originally Posted by Googi View Post
It appears that the swear filter is actually applied when you view posts, not when they're entered into the database.
So either way, I don't think the swear filter is going to help any.
Reply With Quote
  #41  
Old 06-09-2008, 04:02 PM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
Is this really a problem? There are special filters when posting something, it isn't related to the swear filter. It usually only triggers if you add some numbers after the percentage.
Reply With Quote
  #42  
Old 06-09-2008, 04:13 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
Quote:
Originally Posted by Stefan View Post
Is this really a problem? There are special filters when posting something, it isn't related to the swear filter. It usually only triggers if you add some numbers after the percentage.
Yes, it is a problem. It also happens when not having anything behind the percent signs.
Reply With Quote
  #43  
Old 06-09-2008, 04:13 PM
Deas_Voice Deas_Voice is offline
Deas
Deas_Voice's Avatar
Join Date: Jun 2007
Location: Sweden
Posts: 2,264
Deas_Voice is a jewel in the roughDeas_Voice is a jewel in the rough
Send a message via AIM to Deas_Voice Send a message via MSN to Deas_Voice Send a message via Yahoo to Deas_Voice
Quote:
Originally Posted by Stefan View Post
Is this really a problem? There are special filters when posting something, it isn't related to the swear filter. It usually only triggers if you add some numbers after the percentage.
yes it is..
most of the bad request on the forums is the percent sign..
and u have nubmers before the percent sign not after o_O ( as in 50 percent no as percent 50)
__________________
.
WTF is real life, and where do I Download it?
There is no Real Life, just AFK!
since 2003~
I Support~
ღAeonღ | ღTestbedღ | ღDelteriaღ

if you are going to rep me, don't be an idiot, leave your name!
I got nothing but love for you
Reply With Quote
  #44  
Old 06-09-2008, 04:31 PM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
Quote:
Originally Posted by Stefan View Post
Is this really a problem? There are special filters when posting something, it isn't related to the swear filter. It usually only triggers if you add some numbers after the percentage.
You're unable to post some scripts due to this, so yeah, it's a big problem.
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote
  #45  
Old 06-09-2008, 05:25 PM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Quote:
Originally Posted by Stefan View Post
Is this really a problem? There are special filters when posting something, it isn't related to the swear filter. It usually only triggers if you add some numbers after the percentage.
Ya... it's a big problem... hence why it's been posted about so much.
In an average post it's not that big of a deal because we can just work around the percent sign... but just about nearly every script has to be attached because of the bad request screwing up the post. Go through code gallery and you'll see most of the scripts are attached.
Reply With Quote
Reply


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 +2. The time now is 06:06 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.