where can i get that?
thnx in advance
Moderators: Moderators, MOD Team
if( !@file_exists(phpbb_realpath($filename)) || !strstr(phpbb_realpath($filename), phpbb_realpath($expected_scope)) )//if( !@file_exists(phpbb_realpath($filename)) || !strstr(phpbb_realpath($filename), phpbb_realpath($expected_scope)) )
if( !@file_exists(phpbb_realpath($filename)) )function check_file_scope($filename, $expected_scope, $simply_die = false)
{
global $db, $lang;
// make sure a file is located somewhere inside the specified directory
//if( !@file_exists(phpbb_realpath($filename)) || !strstr(phpbb_realpath($filename), phpbb_realpath($expected_scope)) )
if( !@file_exists(phpbb_realpath($filename)) )
{
$message = sprintf($lang['EM_modio_open_read'], $filename);
if( $simply_die )
{
$db->sql_close();
die($message);
}
message_die(GENERAL_ERROR, $message);
}
}


Could not obtain last post information
DEBUG MODE
SQL Error : 1054 Unknown column 'post_created' in 'field list'
SELECT post_id, poster_id, post_created FROM phpbb_posts WHERE topic_id = 11 ORDER BY post_time DESC LIMIT 1
Line : 564
File : posting.php
Error in posting
DEBUG MODE
SQL Error : 1054 Unknown column 'post_created' in 'field list'
INSERT INTO phpbb_posts (topic_id, forum_id, poster_id, post_username, post_time, post_created, poster_ip, enable_bbcode, enable_html, enable_smilies, enable_sig) VALUES (13, 1, 2, '', 1162925238, 1162925238, '51f31fee', 1, 0, 1, 0)
Line : 335
File : functions_post.php
Author Notes:
Put "advanced_posts_merging_db_ins.php" into your phpBB root directory and run it after mod installation, then delete it. Don't forget to configure mod after installation, feature is disabled by default.
http://yourdomain.com/phpBB2/advanced_posts_merging_db_ins.php
Users browsing this forum: MSNbot Media, Yahoo Slurp and 4 guests