MyBB Community Forums

Full Version: PHP Include
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I have a chat system which relies on MyBB for user authentication but facing an issue.

The following php is at the very top of config.php within the chat folder.


<?php

define("IN_MYBB", 1);
include("../main/global.php");
header('Content-type: text/javascript');

?>


The chat system is located in file public_html/chat/config.php
MyBB is located in file public_html/main/global.php

Is there something I am missing?
Can you post the error message that you are getting?
Moved to Plugin Support.
Is this the ajax chat?
No, it's LightIRC.