Home
Roundcube mail dynamic sqlite dsn
05/06/2015 at 14:52 in Neues
Make your roundcoube be more easily upgraded by using a dynamic dsn e.g.:
$config['db_dsnw'] = 'sqlite:///'.realpath(__DIR__.'/..').'/sqlitedata/roundcubemail?mode=0646';
create dir sqlitedata manually!
In this case it does not matter where roundcube is installed. The dsn points to /sqlite/roundcubemail as long as this dir is in roundcube's...
Roundcube mail predefinded user and portable sqlite dsn
04/04/2017 at 9:44 in Neues
Follow this to set predefined user. Just grab the package and put it in this directory: program/include/
Package contents:
predefined_user.inc
rcmail_output_html.php
Make your roundcoube be more easily upgraded by using a dynamic dsn e.g.:
$config['db_dsnw'] = 'sqlite:///'.realpath(__DIR__.'/..').'/sqlitedata/roundcubemail?mode=0646';
In this case it does not matter where roundcube is installed. The dsn points to /sqlite/roundcubemail as long as this dir is in roundcube's...
04/04/2015 at 18:54 in Neues
Device firmware 9000M_PBr5.0.0_rel1748_PL5.2.0.95_A5.0.0.1079.exe @ https://updateservice.t-mobile.net/blackberry/download/
Blackberry OS shrinker / custom bb Blackberry firmware : http://forums.crackberry.com/storm-os-discussion-f132/how-shrink-os-348769/
Edudot pluck cms theme including sidebar
03/12/2016 at 12:52 in Neues
New theme comes with sidebar which can be edited through admin center. Make sure there is a page named 99.sidebar.php in data/settings/pages/99.sidebar.php. You can include this in theme.php like this: include $_SERVER['DOCUMENT_ROOT'].'/data/settings/pages/99.sidebar.php'; echo $content; ?>
Relative referencing did not work for...
21/03/2015 at 19:55 in Neues
New pluck CMS theme released: edudot. Enjoy!