My previous post was about me working on two projects – the Simple Password Storage-script, and code-fu, an open source pastebin. I’m happy to announce that both are now released, version 0.0.1. Head to the Atlantis Crew-pages to download both. To see and test code-fu, head to http://cf.ulver.no.
October 16, 2008
6 Comments »
RSS feed for comments on this post. TrackBack URL





I’m quite happy with code-fu, but I’m having a smll problem.
Every time I write “it’s” it will be displayed as: it\’s
Any idea of why this is happening?
Comment by Tiago Faria — October 18, 2008 @ 03:07
Not right away, no. =/ I’ll attempt to reproduce the error during the day. :) What language did you choose before pressing submit?
Comment by jorge — October 18, 2008 @ 09:07
I think I might’ve found out something. Do you have magic quotes enabled on the webserver code-fu is running on?
Comment by jorge — October 18, 2008 @ 09:55
Well, changing it to PHP5 and enabling Magic Quotes via .htaccess fixed the problem.
The issue I’m having is that the rest of site cannot run on PHP5, and so I have to keep PHP4. On PHP4, the code-fu problem still exists. :(
Comment by Tiago Faria — October 18, 2008 @ 12:33
Right. :) I’ll set up a PHP4-enviroment and work out the problem there. Thanks for the feedback!
Comment by jorge — October 18, 2008 @ 12:36
Thanks Jorge!
Comment by Tiago Faria — October 18, 2008 @ 12:39