Posted: Sat Jan 05, 2008 11:53 am
i found the second bit of code and changed it to:
function createNewFile($name,$mail,$subject,$comments,$count,$date,$other="",$up="0") {
global $settings, $dodano;
$newfile="msg/".$count.".".$settings['extension'];
if (file_exists($newfile))
{
deleteOld($count,$newfile);
}
but now when a post is made it cannot be found. i.e. after the post successful message and i return to board, there is no post!
function createNewFile($name,$mail,$subject,$comments,$count,$date,$other="",$up="0") {
global $settings, $dodano;
$newfile="msg/".$count.".".$settings['extension'];
if (file_exists($newfile))
{
deleteOld($count,$newfile);
}
but now when a post is made it cannot be found. i.e. after the post successful message and i return to board, there is no post!