Category: PHP

vbWikiPro - Vbulletin and Mediawiki Single Sign-on »

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 […]

PHP Unexpectedly Printing Headers »

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() […]

Cross Language Encryption/Decryption »

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 […]