en een probleem met chatbox
Forumregels
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.

en een probleem met chatbox
Warning: main(./chatbox_front.php) [function.main]: failed to create stream: No such file or directory in /home/hostgene/public_html/proficlan/homepage/portal.php on line 67
Warning: main() [function.main]: Failed opening './chatbox_front.php' for inclusion (include_path='.:/php/includes:/usr/share/php') in /home/hostgene/public_html/proficlan/homepage/portal.php on line 67
Warning: Cannot modify header information - headers already sent by (output started at /home/hostgene/public_html/proficlan/homepage/portal.php:67) in /home/hostgene/public_html/proficlan/homepage/includes/sessions.php on line 293
Warning: Cannot modify header information - headers already sent by (output started at /home/hostgene/public_html/proficlan/homepage/portal.php:67) in /home/hostgene/public_html/proficlan/homepage/includes/sessions.php on line 294
Warning: Cannot modify header information - headers already sent by (output started at /home/hostgene/public_html/proficlan/homepage/portal.php:67) in /home/hostgene/public_html/proficlan/homepage/includes/page_header.php on line 473
Warning: Cannot modify header information - headers already sent by (output started at /home/hostgene/public_html/proficlan/homepage/portal.php:67) in /home/hostgene/public_html/proficlan/homepage/includes/page_header.php on line 475
Warning: Cannot modify header information - headers already sent by (output started at /home/hostgene/public_html/proficlan/homepage/portal.php:67) in /home/hostgene/public_html/proficlan/homepage/includes/page_header.php on line 476
Ik krijg deze error als ik hem overschrijf de portal.php. Wat heb ik fout gedaan?
Warning: main() [function.main]: Failed opening './chatbox_front.php' for inclusion (include_path='.:/php/includes:/usr/share/php') in /home/hostgene/public_html/proficlan/homepage/portal.php on line 67
Warning: Cannot modify header information - headers already sent by (output started at /home/hostgene/public_html/proficlan/homepage/portal.php:67) in /home/hostgene/public_html/proficlan/homepage/includes/sessions.php on line 293
Warning: Cannot modify header information - headers already sent by (output started at /home/hostgene/public_html/proficlan/homepage/portal.php:67) in /home/hostgene/public_html/proficlan/homepage/includes/sessions.php on line 294
Warning: Cannot modify header information - headers already sent by (output started at /home/hostgene/public_html/proficlan/homepage/portal.php:67) in /home/hostgene/public_html/proficlan/homepage/includes/page_header.php on line 473
Warning: Cannot modify header information - headers already sent by (output started at /home/hostgene/public_html/proficlan/homepage/portal.php:67) in /home/hostgene/public_html/proficlan/homepage/includes/page_header.php on line 475
Warning: Cannot modify header information - headers already sent by (output started at /home/hostgene/public_html/proficlan/homepage/portal.php:67) in /home/hostgene/public_html/proficlan/homepage/includes/page_header.php on line 476
Ik krijg deze error als ik hem overschrijf de portal.php. Wat heb ik fout gedaan?
die pagina's bestonden niet. Maar ik heb nu de chatbox helemaal geinstalleerd alleen ik krijg een blok zonder letters. Wat kan ik hier aan doen? http://www.hostgeneration.co.uk/proficl ... portal.phpaan de rechterkant die je het blok. Maar er staan geen letters in. Iemand een idee wat het probleem is?
JA heb ik gedaan dit is dat kleine stukje. heb ik iets niet goed gedaan?
Code: Selecteer alles
//
// Smartor's ezPortal
//
$lang['Home'] = 'Home';
$lang['Board_navigation'] = 'Board Navigation';
$lang['Statistics'] = 'Statistics';
$lang['total_topics'] = " within <b>%s</b> topics"; // added in v2.1.6
$lang['Comments'] = 'Comments';
$lang['Read_Full'] = 'Read Full';
$lang['View_comments'] = 'View Comments';
$lang['Post_your_comment'] = 'Post your comment';
$lang['Welcome'] = 'Welcome';
$lang['Register_new_account'] = 'Don\'t have an account yet?<br />You can %sregister%s for FREE';
$lang['Remember_me'] = 'Remember me';
$lang['View_complete_list'] = 'View complete list';
$lang['Poll'] = 'Poll';
$lang['Login_to_vote'] = 'You must login to vote';
$lang['Vote'] = 'Vote';
$lang['No_poll'] = 'No poll at the moment';
$lang['Who_is_Chatting'] = 'Who is Chatting'; // ChatBox
// ChatBox Mod
$lang['How_Many_Chatters'] = 'There are <B>%d</B> user(s) on chat now';
$lang['Who_Are_Chatting' ] = '<B>%s</B>';
$lang['Click_to_join_chat'] = 'Click to join chat';
$lang['ChatBox'] = 'ChatBox';
$lang['log_out_chat'] = 'You have successfully logged out from chat on ';
$lang['Send'] = 'Send';
$lang['Login_to_join_chat'] = 'Login to join chat';
//
// That's all, Folks!
// -------------------------------------------------
?>
Code: Selecteer alles
// ChatBox
'L_WHO_IS_CHATTING' => $lang['Who_is_Chatting'],
'TOTAL_CHATTERS_ONLINE' => sprintf($lang['How_Many_Chatters'], $howmanychat),
'CHATTERS_LIST' => sprintf($lang['Who_Are_Chatting' ],$chatters),
'L_LOGIN_TO_JOIN_CHAT' => $lang['Login_to_join_chat'],
'L_CLICK_TO_JOIN_CHAT' => $lang['Click_to_join_chat'],
'S_JOIN_CHAT' => append_sid("chatbox_mod/chatbox.$phpEx"),
'CHATBOX_NAME' => $userdata['user_id'] . '_ChatBox',
Code: Selecteer alles
'L_VOTE_BUTTON' => $lang['Vote'],
Code: Selecteer alles
$lang['Who_is_Chatting'] = 'Who is Chatting'; // ChatBox

Code: Selecteer alles
$lang['Login_to_vote'] = 'You must login to vote';
$lang['Vote'] = 'Vote';
$lang['No_poll'] = 'No poll at the moment';
$lang['Who_is_Chatting'] = 'Who is Chatting'; // ChatBox
// ChatBox Mod
$lang['How_Many_Chatters'] = 'There are <B>%d</B> user(s) on chat now';
$lang['Who_Are_Chatting' ] = '<B>%s</B>';
$lang['Click_to_join_chat'] = 'Click to join chat';
$lang['ChatBox'] = 'ChatBox';
Code: Selecteer alles
$lang['Who_is_Chatting'] = 'Who is Chatting'; // ChatBox