Thread Starter
sorbo
(@sorbo)
NairBs it’s int.php not init.php. Also, don’t change the file, just the URL when browsing. Basically 0 or 1 tell it which website to integrate, and you can set what 0 and 1 (or even 2) mean by editing int.php.
About the error on line 61, it’s a dependency. You need to install the pecl_http php module:
http://www.php.net/manual/en/http.install.php
I just written a plugin (VVVI), proof-of-concept, that in theory will allow you to integrate X into wordpress, without having to modify X. I’ve tested it on phpbb and mediawiki and seems to work:
http://darkircop.org/vvvi
It’s as simple as adding the URL to X in your wordpress page, and you’ll have X embedded into your wordpress template.
Technically it will fetch X and merge it with the master page (think server-side iframes).