By Diona Kidd on Apr 14, 2007 in Open Source, PHP, Technical | 3 Comments
Looking to integrate Vbulletin and Mediawiki? After much time working on just this issue, I have a suggestion…vbWikiPro. vbWikiPro is a “stack” integration of vBulletin and MediaWiki that authenticates against the vBulletin tables and autocreates MediaWiki users for a seamless integration of these two applications.
You can even integrate vBulletin into non-vb pages by using some […]
By Diona Kidd on Apr 11, 2007 in PHP, Technical | 0 Comments
I worked today on an issue where PHP was unexpectedly printing headers to the browser. I spent a while trying to track this down.
I followed the execution sequence and noticed, by using debug statements and the headers_sent() function in PHP, that headers were printing just after an include statement but there was no print(), echo() […]
By Diona Kidd on Mar 19, 2007 in Open Source, PHP, Perl, Scripts, Technical | 0 Comments
I recently had a need for cross language encryption and decryption of cookies. More specifically, I needed to encrypt cookies in perl and decrypt the same cookies in PHP. After many Google searches, I finally found a post on a mailing list and contacted the author, Josh Kuo.
I don’t always expect a response when e-mailing […]