Southperry.net
omg I'm ceddybear? - Printable Version

+- Southperry.net (https://www.southperry.net)
+-- Forum: Main (https://www.southperry.net/forumdisplay.php?fid=11)
+--- Forum: Site Announcements (https://www.southperry.net/forumdisplay.php?fid=18)
+--- Thread: omg I'm ceddybear? (/showthread.php?tid=25799)

Pages: 1 2


omg I'm ceddybear? - ImagineAll - 2010-05-18

Kalovale Wrote:Most win thread of the month, and it was made in Site Announcement.
Pretty much what I was thinking, lol.


omg I'm ceddybear? - Jedward - 2010-05-18

Woooow. LOL.


omg I'm ceddybear? - Stereo - 2010-05-19

Fiel Wrote:Very bad april fools prank.

If I hadn't noticed this very bad bug, people could have gone into their private message inbox, clicked on a private message, and see other people's private messages instead of the one they wanted to see. Definitely not a good thing. I had to nip this in the butt fast.

As long as it was caching the entire request (http://www.southperry.net/showthread.php?t=27244&page=1, not http://www.southperry.net/showthread.php) I don't think that would happen.

Then again, there are better ways of pranking the homepage to show the wrong username than an aggressive cache.



Like replacing the colour tags for usernames with someone's name and then an invisible span that held their actual name.



omg I'm ceddybear? - Fiel - 2010-05-19

Stereo Wrote:As long as it was caching the entire request (http://www.southperry.net/showthread.php?t=27244&page=1, not http://www.southperry.net/showthread.php) I don't think that would happen..

The regex command I'm using on the URL is this:

^((?!\.php).)*$

Anything that is not covered by that command --> send to backend apache server.

I'm using nginx as a reverse proxy for static content.