Available 
Tuesday, February 2 2010
beta2 available
By Osku on Tuesday, February 2 2010, 10:00
The demo was broken. I fixed it.
New beta version is available.
Saturday, January 30 2010
Now it's up to you!
By Osku on Saturday, January 30 2010, 20:30
I am glad to introduce the first version of the application Fumblup available in post's attachments
You may simply depose the zip content on your web host or locally. Then just fill correctly the file index.php. For instance:
<?php
// Pictures are sent on root path '.'
define('FUMBLUP_FILES','.');
// Definition of the cache directory
define('FUMBL_TPL_CACHE','cache');
// Whole URL is requested. '?' at the end mandatory.
define('FUMBLUP_URL','http://demo.fumblup.net/?');
require dirname(__FILE__).'/app/prepend.php';
?>
I remind that PHP version 5 is required.
For any question, post a comment.
« previous entries - page 1 of 2