burdan demosuna bakabilirsiniz http://bbclone.de/demo/
burdanda indirebilirsiniz http://bbclone.de/download.php?get=bbclone-0.4.8b.zip
kuran biriside kurulumunu anlatırsa sevinirim
6
●3.622
include($phpbb_root_path . 'common.'.$phpEx);after it paste
define("_BBC_PAGE_NAME", "Front Page");
define("_BBCLONE_DIR", "stats/");
define("COUNTER", _BBCLONE_DIR."mark_page.php");
if (is_readable(COUNTER)) include_once(COUNTER);in viewtopic.php find$topic_time = $forum_topic_data['topic_time'];paste this right after it
define("_BBC_PAGE_NAME", $topic_title);
define("_BBCLONE_DIR", "stats/");
define("COUNTER", _BBCLONE_DIR."mark_page.php");
if (is_readable(COUNTER)) include_once(COUNTER);Finally, in viewforum.php findinclude($phpbb_root_path . 'includes/page_header.'.$phpEx);and paste this right after it
define("_BBC_PAGE_NAME", $page_title);
define("_BBCLONE_DIR", "stats/");
define("COUNTER", _BBCLONE_DIR."mark_page.php");
if (is_readable(COUNTER)) include_once(COUNTER);Now, if you have a ton of topics, you will want to change $BBC_MAXPAGE to say 50 in your conf/config.php of BBClone. That';s it! You will now have a dynamic list of stats for each forum topic.