Hi, when I post PHP in my forum like this: [code=php] <?php // PHP CODE HERE ?> [/code] I have this: http://img77.imageshack.us/img77/6369/capturersa9.png (blue everywhere) Notes: - I have the lastest version - I havae this with all my themes but not with prosilver like themes please, help me thanks
hi, After adding adsense advertising on my forum, here is the error that I get when I try to refresh my cache: SQL ERROR [ mysql4 ] Incorrect string value: '\xE9ation...' for column 'template_data' at row 1 [1366] SQL UPDATE forum_styles_template_data SET template_id = 13, template_filename = 'overa...
hi, I have added custom pages, and in a custom_page.php I have write a code like this: <?php $sql = mysql_query('SELECT * FROM table ORDER BY id DESC LIMIT 0,5'); while($rows = mysql_fetch_array($sql)) { .... .... } ?> I have this code in custom_page.php maybe this ? :lol: :lol: : <!-- WHILE ...... ...
I would like to add a personalized pages phpbb (I have watched this tutorial) but I would know if it's possible to add pages without adding templates, a simple PHP file (keeping the sessions on these pages)