Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Modules
Author Message
Tizwit
Involved
Involved



Joined: Aug 29, 2004
Posts: 324
Location: New Mexico

PostPosted: Sun Jan 01, 2006 8:24 pm Reply with quote

Anyone have experience placing FlashChat in NukePHP 7.6?

Running into a problem trying to integrade it

_________________
Brian [ Only registered users can see links on this board! Get registered or login! ]
Helping the Children in the NM Children's Hospital 
View user's profile Send private message Visit poster's website
Tizwit







PostPosted: Mon Jan 02, 2006 4:17 am Reply with quote

I do think I have figured it out,
 
dcasmr
Worker
Worker



Joined: Feb 06, 2004
Posts: 147

PostPosted: Tue Jan 03, 2006 12:36 am Reply with quote

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.
 
View user's profile Send private message
ivio
New Member
New Member



Joined: Aug 24, 2007
Posts: 3

PostPosted: Sat Aug 25, 2007 11:45 am Reply with quote

Where can i download the FlashChat ???


Thank YOu
 
View user's profile Send private message
echopros
New Member
New Member



Joined: Oct 04, 2007
Posts: 22

PostPosted: Thu Oct 04, 2007 6:30 pm Reply with quote

[ Only registered users can see links on this board! Get registered or login! ] 5$
 
View user's profile Send private message
echopros







PostPosted: Thu Oct 04, 2007 6:31 pm Reply with quote

i installed it with 7.8 - 7.9 & 8.0 i can help you Smile
 
washbucket
Hangin' Around



Joined: Jul 17, 2007
Posts: 39
Location: colorado

PostPosted: Sun Sep 14, 2008 10:22 am Reply with quote

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 */
/* [ Only registered users can see links on this board! Get registered or login! ] */
/* */
/* 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
 
View user's profile Send private message Send e-mail Visit poster's website
evaders99
Former Moderator in Good Standing



Joined: Apr 30, 2004
Posts: 3221

PostPosted: Sun Sep 14, 2008 7:30 pm Reply with quote

Does FlashChat/info_embedded.php actually load in your browser?

_________________
- Star Wars Rebellion Network -

Need help? Nuke Patched Core, Coding Services, Webmaster Services 
View user's profile Send private message Visit poster's website
washbucket







PostPosted: Mon Sep 15, 2008 3:05 am Reply with quote

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
New Member



Joined: Dec 18, 2005
Posts: 13

PostPosted: Fri Dec 12, 2008 8:35 am Reply with quote

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
 
View user's profile Send private message
jakec
Site Admin



Joined: Feb 06, 2006
Posts: 3048
Location: United Kingdom

PostPosted: Fri Dec 12, 2008 10:57 am Reply with quote

Try this fix here: [ Only registered users can see links on this board! Get registered or login! ]
 
View user's profile Send private message
Emmelmann







PostPosted: Fri Dec 12, 2008 11:22 am Reply with quote

Negativ.

I paste the Code in teh config.php but it didn't works. The same Error as in the past.
 
jakec







PostPosted: Fri Dec 12, 2008 11:23 am Reply with quote

Which one did you paste in? The first one Guardian posted, or the second?
 
Palbin
Site Admin



Joined: Mar 30, 2006
Posts: 2583
Location: Pittsburgh, Pennsylvania

PostPosted: Fri Dec 12, 2008 11:57 am Reply with quote

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?

_________________
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." — Brian W. Kernighan. 
View user's profile Send private message
Emmelmann







PostPosted: Fri Dec 12, 2008 2:15 pm Reply with quote

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







PostPosted: Fri Dec 12, 2008 2:22 pm Reply with quote

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







PostPosted: Fri Dec 12, 2008 2:33 pm Reply with quote

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







PostPosted: Sat Dec 13, 2008 1:41 am Reply with quote

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







PostPosted: Sat Dec 13, 2008 12:58 pm Reply with quote

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.
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Modules

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©