Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Can't Post? READ THIS! (403 Forbidden, 404 Not Found errors) [Please Stickify ME]

Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
07-13-2009 21:50
there are Two Major Errors occurring on the forum right now that prevent posting, and here is how you can get around them

Step 1:
click , scroll to the bottom under "Miscellaneous Options" and choose "Basic Editor - A simple text box" from the drop down menu, then hit click "Save Changes"

Step 2:
if you still get an error when posting, be aware that the following combinations in your post will also cause this problem

a) the word "from" anywhere after the words "select" or "delete"

b) the words "set" or "copy" anywhere after "update"

c) the word "into" anywhere after the word "insert"

d) any relative directory references like "../"

e) a "<" followed by a non-breaking character (so put a space after it)

f) the word "code" also causes some problems that I couldn't trace, so you may want to use
CODE
 tags instead of 
CODE
 tags when posting code

Step 3:
if you still find an error after that, cut out lines of text until you find the offending line, and then check each word used in that line, to see which once causes the problem... then insert a period in the middle of it or misspell it purposes and post the "bad" word here, so others might avoid it too

NOTE:
this applies to thread titles too!
_____________________
|
| . "Cat-Like Typing Detected"
| . This post may contain errors in logic, spelling, and
| . grammar known to the SL populace to cause confusion
|
| - Please Use PHP tags when posting scripts/code, Thanks.
| - Can't See PHP or URL Tags Correctly? Check Out This Link...
| -
Boroondas Gupte
Registered User
Join date: 16 Sep 2005
Posts: 186
07-14-2009 01:50
Like
From: someone
from foo select bar
?

sounds like a serious SQL injection issue ...
Boroondas Gupte
Registered User
Join date: 16 Sep 2005
Posts: 186
07-14-2009 01:52
hmm ... could post the above all right. Maybe it's fixed already?
Katheryne Helendale
(loading...)
Join date: 5 Jun 2008
Posts: 2,187
07-22-2009 01:07
From: Boroondas Gupte
hmm ... could post the above all right. Maybe it's fixed already?

Hmmmm....

Nope, just tried re-arranging the order of your examples, and broke it. You were able to get away with Steps 2a-2c because of the order in which you presented the keywords. Dunno about relative directory references, but trying to duplicate it broke it for me. Not sure how you managed to get away with that one...

Not ever instance of a left bracket "<" will cause problems, but rather it may depend on what character or set of characters immediately follows it.
_____________________
From: Debra Himmel
Of course, its all just another conspiracy, and I'm a conspiracy nut.

Need a high-quality custom or pre-fab home? Please check out my XStreetSL Marketplace at http://www.xstreetsl.com/modules.php?name=Marketplace&MerchantID=231434/ or IM me in-world.
Boroondas Gupte
Registered User
Join date: 16 Sep 2005
Posts: 186
07-22-2009 07:13
From: Katheryne Helendale
Hmmmm....

Nope, just tried re-arranging the order of your examples, and broke it. You were able to get away with Steps 2a-2c because of the order in which you presented the keywords. Dunno about relative directory references, but trying to duplicate it broke it for me. Not sure how you managed to get away with that one...

Not ever instance of a left bracket "<" will cause problems, but rather it may depend on what character or set of characters immediately follows it.


show tables
Boroondas Gupte
Registered User
Join date: 16 Sep 2005
Posts: 186
07-22-2009 07:15
oops.
/me had forgotten about the reverse-ness of the SQL syntax