Navigation » Home

Conmunix Networks

Boinc LCS

Boinc LCS is a free PHP based script, that allows you to monitor the current state (and other information) from each of your connected BOINC clients.

More...

Mobile Solutions

Make your corporate website available to nearly 99% of all mobile browsers.

More information coming soon

Conmunix now called OneNext

Written by wbabernits - 2010-02-27

As a part of the ongoing restructurization Conmunix will be called OneNext Solutions from now on. We are currently working on the CI and the new web frontend. Stay tuned and bookmark our new domain onext.de.

phPoint devtools

Written by wbabernits - 2009-09-28

Since all of the internal templates and apps were stored in the database, we have searched for a solution which allows us to export and of course import packages. Currently this script overwrites existing apps only if their checksum has changed, so we have to integrate a version check in the upcoming release. Still a few things have to be done before we implement it as an update- or packagemanager for phPoint. Until this step, we can use it at least for easy package transfer between different development versions.

Smarty template engine 3 alpha

Written by wbabernits - 2009-09-25

The Smarty template engine version 3 alpha is available for testing now. You can get it directly from the Google SVN.

svn checkout http://smarty-php.googlecode.com/svn/branches/Smarty3Alpha/

Since the new version aims towards speed, we are going to integrate it into the phPoint WCMSF and start the first tests within the next days. It seems to be a completely rewrite and it is PHP5 (OOP) only. If you are interested in Smarty you may also check out the Smarty PHP template internal developers discussion.

Admin class reloaded

Written by wbabernits - 2009-09-14

Today we have to cleanup and rewrite the Admin class for phPoint. 921 lines of code have to be revised, so today will become tonight. We have also removed many time() calls from the frontend classes. Therefore the CMS now uses a global timestamp for internal operations defined as PPNOW. Within your templates you can use $smarty.now to get the Smarty time or $ppnow for the internal timestamp which is equal to PPNOW.

Several code cleanups for phPoint

Written by wbabernits - 2009-09-12

phpoint_1.0.7-1.0.9.patch.gz - Fixes a bug in the page sort function (Backend), Audio captcha added