Simple Machines Community Forum

Archived Boards and Threads... => Archived Boards => Mambo Bridge Support => Aiheen aloitti: blackfoxz - kesäkuu 07, 2006, 09:42:10 IP

Otsikko: problem with discussbot,need help
Kirjoitti: blackfoxz - kesäkuu 07, 2006, 09:42:10 IP
my site is mambo4.5.2.3 and SMF1.1rc2
i am install com_smf 1.1.4,work fine.
but install discussbot4.1 b5 ,load page is blank,change Discussbot version 4.1 final is blank page,i know why.
into
<?php
ob_start('output');
$buffer = ob_get_contents();
ob_end_clean();
$buffer = str_replace('<input type="hidden" name="sc" value="" />','<input type=hidden name="sc" value="'.$sc.'">', $buffer);
echo $buffer;
mysql_select_db($GLOBALS['db_name']);
?> on template </html> tag aften.
Otsikko: Re: problem with discussbot,need help
Kirjoitti: blackfoxz - kesäkuu 07, 2006, 09:46:40 IP
i am find this: http://www.simplemachines.org/community/index.php?topic=73410.0
if do this  change can run discussbot working ?