hi all,
hi scraper,
I have installed your mod but am have ing issues that are not yet mentions here..
I found the fmod bug and just wrapped it in a 'function tester'
Code: Select all
if(!function_exists('fmod')) {
function fmod($x,$y) {
$i = floor($x/$y);
return $x - $i * $y;
}
}
if this suits your needs then maybe you would include this in your download code.
I think your mod is best suited for a 'SAFE_MODE = off' server as you create new folders that are in turn CHOWNed by the server therefore not allowing access to them by the script - permissions error.
Work around: I will need to create the ne wfolder myself within the images folder.
Problem with this: add.album.php fails on line 9 (if !mkdir...throw error )
Possible solution: Alter the code so that if dir !exist then mkdir then if !mkdir... throw error ?
also your script has not fully integrated the 'prepend' varibale - the INSERT queries used to create a new gallery do not use them (I have not looked for others so can not see if there are more)
...other than that.. I hope to have it working soon as it is a 'nice initialtive' as trip said
