| Author |
Message |
Tizwit Involved


Joined: Aug 29, 2004 Posts: 324 Location: New Mexico
|
Posted:
Sun Jan 01, 2006 8:24 pm |
|
Anyone have experience placing FlashChat in NukePHP 7.6?
Running into a problem trying to integrade it |
|
|
|
 |
Tizwit Involved


Joined: Aug 29, 2004 Posts: 324 Location: New Mexico
|
Posted:
Mon Jan 02, 2006 4:17 am |
|
I do think I have figured it out, |
|
|
|
 |
dcasmr Worker


Joined: Feb 06, 2004 Posts: 147
|
Posted:
Tue Jan 03, 2006 12:36 am |
|
They have some block codes on their website that works fine with PHPNUKE 7.6.
Let me know if you can't still find the block. |
|
|
|
 |
ivio New Member


Joined: Aug 24, 2007 Posts: 3
|
Posted:
Sat Aug 25, 2007 11:45 am |
|
Where can i download the FlashChat ???
Thank YOu |
|
|
|
 |
echopros New Member


Joined: Oct 04, 2007 Posts: 22
|
Posted:
Thu Oct 04, 2007 6:30 pm |
|
|
|
 |
echopros New Member


Joined: Oct 04, 2007 Posts: 22
|
Posted:
Thu Oct 04, 2007 6:31 pm |
|
i installed it with 7.8 - 7.9 & 8.0 i can help you  |
|
|
|
 |
washbucket Hangin' Around

Joined: Jul 17, 2007 Posts: 39 Location: colorado
|
Posted:
Sun Sep 14, 2008 10:22 am |
|
I downloaded the block for my website and i'm using phpnuke 7.6 and I have flashchat 5.0.7 installed and the block code is
<?php
/************************************************************************/
/* PHP-NUKE: Web Portal System */
/* =========================== */
/* */
/* Copyright (c) 2002 by Francisco Burzi */
/* */
/* */
/* This program is free software. You can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation; either version 2 of the License. */
/************************************************************************/
if (eregi("block-FlashChat_Users.php",$_SERVER['PHP_SELF'])) {
Header("Location: index.php");
die();
}
$content = <<<EOD
<iframe height="150" frameborder="0" src="FlashChat/info_embedded.php" style="width: 100%; margin: 0; padding: 0; border: 0; overflow: hidden;" scrolling="no" border="0" allowtransparency="true"></iframe>
EOD;
?>
but it doesn't work HELP HELP thanks and I also have nuke 7.9 installed |
|
|
|
 |
evaders99 Former Moderator in Good Standing

Joined: Apr 30, 2004 Posts: 3221
|
Posted:
Sun Sep 14, 2008 7:30 pm |
|
Does FlashChat/info_embedded.php actually load in your browser? |
|
|
|
 |
washbucket Hangin' Around

Joined: Jul 17, 2007 Posts: 39 Location: colorado
|
Posted:
Mon Sep 15, 2008 3:05 am |
|
I got it to work last night in a block, though the rooms show up and who is logged in but the link to join a in a the room does not work, so I just added a external link to it. thanks for taking a look at it though. |
|
|
|
 |
Emmelmann New Member


Joined: Dec 18, 2005 Posts: 13
|
Posted:
Fri Dec 12, 2008 8:35 am |
|
I would install the flashchat but the first problem is on the Installprocess.
| Code: | Warning: require_once(INCLUDE_PATHrnconfig.php) [function.require-once]: failed to open stream: No such file or directory in /www/htdocs/xxxx/config.php on line 94
Fatal error: require_once() [function.require]: Failed opening required 'INCLUDE_PATHrnconfig.php' (include_path='.:/usr/share/php:..') in /www/htdocs/xxxxconfig.php on line 94 |
That's wrong?
Can anybody help me?
Thanks
Peter |
|
|
|
 |
jakec Site Admin

Joined: Feb 06, 2006 Posts: 3038 Location: United Kingdom
|
Posted:
Fri Dec 12, 2008 10:57 am |
|
|
|
 |
Emmelmann New Member


Joined: Dec 18, 2005 Posts: 13
|
Posted:
Fri Dec 12, 2008 11:22 am |
|
Negativ.
I paste the Code in teh config.php but it didn't works. The same Error as in the past. |
|
|
|
 |
jakec Site Admin

Joined: Feb 06, 2006 Posts: 3038 Location: United Kingdom
|
Posted:
Fri Dec 12, 2008 11:23 am |
|
Which one did you paste in? The first one Guardian posted, or the second? |
|
|
|
 |
Palbin Site Admin

Joined: Mar 30, 2006 Posts: 2456 Location: Pittsburgh, Pennsylvania
|
Posted:
Fri Dec 12, 2008 11:57 am |
|
Emmelmann, if you pasted that code in it is not possible to get the exact same error. Are you sure that it is the exact same error? |
|
|
|
 |
Emmelmann New Member


Joined: Dec 18, 2005 Posts: 13
|
Posted:
Fri Dec 12, 2008 2:15 pm |
|
I've posted the first and then the second code.
| Code: |
Warning: require_once(./rnconfig.php) [function.require-once]: failed to open stream: No such file or directory in /www/htdocs/xxxxx/config.php on line 96
Fatal error: require_once() [function.require]: Failed opening required './rnconfig.php' (include_path='.:/usr/share/php:..') in /www/htdocs/xxx/config.php on line 96 |
This is the same message as before. |
|
|
|
 |
Palbin Site Admin

Joined: Mar 30, 2006 Posts: 2456 Location: Pittsburgh, Pennsylvania
|
Posted:
Fri Dec 12, 2008 2:22 pm |
|
Those errors are not exactly the same.
Try this:
| Code: | | if(!defined('INCLUDE_PATH')) define('INCLUDE_PATH', ''); |
|
Last edited by Palbin on Sat Dec 13, 2008 12:58 pm; edited 2 times in total |
|
|
 |
Emmelmann New Member


Joined: Dec 18, 2005 Posts: 13
|
Posted:
Fri Dec 12, 2008 2:33 pm |
|
I posted your Code in the end of the config.php
| Code: | // Further enhanced by Raven at http://ravenphpscripts.com
/*********************************************************************/
/* The configuration options for RavenNuke(tm) have been moved to a */
/* separate file here: */
/*********************************************************************/
if(!defined('INCLUDE_PATH')) define('INCLUDE_PATH', '');
require_once INCLUDE_PATH . 'rnconfig.php';
?> |
and the errormassage is:
| Code: | Warning: require_once(./rnconfig.php) [function.require-once]: failed to open stream: No such file or directory in /www/htdocs/xxxxx/config.php on line 96
Fatal error: require_once() [function.require]: Failed opening required './rnconfig.php' (include_path='.:/usr/share/php:..') in /www/htdocs/xxxxxxxxx/config.php on line 96 |
|
|
|
|
 |
evaders99 Former Moderator in Good Standing

Joined: Apr 30, 2004 Posts: 3221
|
Posted:
Sat Dec 13, 2008 1:41 am |
|
Somewhere, whatever script is calling config.php directly needs to define INCLUDE_PATH relative to itself. Obviously rnconfig.php isn't in the same folder as whatever file is loaded that generates this error |
|
|
|
 |
Palbin Site Admin

Joined: Mar 30, 2006 Posts: 2456 Location: Pittsburgh, Pennsylvania
|
Posted:
Sat Dec 13, 2008 12:58 pm |
|
Try the below code one at a time until it works.
| Code: |
if(!defined('INCLUDE_PATH')) define('INCLUDE_PATH', '');
|
| Code: |
if(!defined('INCLUDE_PATH')) define('INCLUDE_PATH', '../');
|
| Code: |
if(!defined('INCLUDE_PATH')) define('INCLUDE_PATH', '../../');
|
| Code: |
if(!defined('INCLUDE_PATH')) define('INCLUDE_PATH', '../../../');
|
| Code: |
if(!defined('INCLUDE_PATH')) define('INCLUDE_PATH', '../../../');
|
| Code: |
if(!defined('INCLUDE_PATH')) define('INCLUDE_PATH', '../../../../');
|
If non of those work I don't know what to tell you without having all the files to look at. |
|
|
|
 |
|
|
|
|