Quote:
Originally Posted by Elly
I installed this hack and I get an error in the box were the chatters show I can ont figure out what to do to fix it
this is what it tells me :
Warning: Unknown(): stream does not support seeking in /home/asuka/public_html/forum/global.php(313) : eval()'d code on line 35
Can someone please help me fix this besides this small error perhaps in my installing the hack is awsome I have been looking for something like this ^.^
|
I figured you you have to put the @ in front of the "require" statement.
Code:
// chatters -->
ob_start();
@require("http://yourname.com/chat/chat/chatters.php");
$chatters = ob_get_contents();
ob_end_clean();
// end chatters -->
I'm using this with vB3 Gamma now. Cool!