Corpse examination error

Forum for general requests for support for players. Both staff members and veteran players can help new players with problems they encounter. No chatting in this forum, please.

Moderators: Public Relations Department, Players Department, Programming Department

User avatar
joo
Posts: 5021
Joined: Fri Jun 17, 2005 2:26 pm
Location: London, UK

Corpse examination error

Postby joo » Mon Apr 06, 2009 7:28 pm

This body seems to be at most half a year old. The cause of death seems to be an attack by %3CCANTR+REPLACE+NAME%3Danimal_lion_o%3E.

Looks like a typo to me. (Should be CANTR instead of CCANTR), or maybe some other error.
User avatar
SekoETC
Posts: 15526
Joined: Wed May 05, 2004 11:07 am
Location: Finland
Contact:

Postby SekoETC » Tue Apr 07, 2009 12:00 am

But there is also a %3D in there, so I'm assuming 3D and 3C are hexadecimal values rather than a 3 and a letter. The error itself has been reported plenty of times. I'm suspecting it might not do the query that fetches the contents of the animal tag.
Not-so-sad panda
User avatar
psychowico
Posts: 1732
Joined: Wed Mar 02, 2011 9:57 am
Contact:

Re: Corpse examination error

Postby psychowico » Thu Oct 27, 2011 1:23 pm

fixed
"Please give us a simple answer, so that we don't have to think, because if we think, we might find answers that don't fit the way we want the world to be."

https://www.kinkykitty.pl
User avatar
Doug R.
Posts: 14857
Joined: Wed Mar 23, 2005 6:56 pm
Contact:

Re: Corpse examination error

Postby Doug R. » Thu Oct 27, 2011 1:34 pm

I love having an active programming department again. Many thanks, psychowico!
Hamsters is nice. ~Kaylee, Firefly
User avatar
EchoMan
Posts: 7768
Joined: Fri Aug 26, 2005 1:01 pm
Location: Stockholm, Sweden

Re: Corpse examination error

Postby EchoMan » Thu Oct 27, 2011 1:59 pm

Doug R. wrote:I love having an active programming department again.

+1

Oh sorry, I shouldn't make a bad example of making +1 threads, but it feels really good. Thanks psychowico. :)

And just for reference, the %A1 codes are urlencoded special characters. They are used so that web browsers can handle special characters. Example:

Code: Select all

<?php
$string_of_special_characters = " ! \" # ¤ % & / () = ? < > | - + ´ ` ^ ¨ ~ * ";
echo urlencode($string_of_special_characters); //Print the string with urlencoding
?>

This will print (spaces become '+'):

+%21+%22+%23+%C2%A4+%25+%26+%2F+%28%29+%3D+%3F+%3C+%3E+%7C+-+%2B+%C2%B4+%60+%5E+%C2%A8+%7E+%2A+

Sorry for geek-rant. :p

Return to “General Support”

Who is online

Users browsing this forum: No registered users and 1 guest