PHP Web Host - Quality Web Hosting For All PHP Applications Sign up for PayPal and start accepting credit card payments instantly
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
Post new topic   Reply to topic
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 Back to top

Anyone have experience placing FlashChat in NukePHP 7.6?

Running into a problem trying to integrade it
View user's profile Send private message Visit poster's website
Tizwit
Involved
Involved


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

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

I do think I have figured it out,
View user's profile Send private message Visit poster's website
dcasmr
Worker
Worker


Joined: Feb 06, 2004
Posts: 147

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

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 Back to top

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 Back to top

Only registered users can see links on this board!
Get registered or login to the forums!
5$
View user's profile Send private message
echopros
New Member
New Member


Joined: Oct 04, 2007
Posts: 22

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

i installed it with 7.8 - 7.9 & 8.0 i can help you Smile
View user's profile Send private message
washbucket
Hangin' Around


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

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

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 to the forums!
*/
/* */
/* 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 Back to top

Does FlashChat/info_embedded.php actually load in your browser?
View user's profile Send private message Visit poster's website
washbucket
Hangin' Around


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

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

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.
View user's profile Send private message Send e-mail Visit poster's website
Emmelmann
New Member
New Member


Joined: Dec 18, 2005
Posts: 13

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

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: 3038
Location: United Kingdom

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

Try this fix here:
Only registered users can see links on this board!
Get registered or login to the forums!
View user's profile Send private message
Emmelmann
New Member
New Member


Joined: Dec 18, 2005
Posts: 13

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

Negativ.

I paste the Code in teh config.php but it didn't works. The same Error as in the past.
View user's profile Send private message
jakec
Site Admin


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

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

Which one did you paste in? The first one Guardian posted, or the second?
View user's profile Send private message
Palbin
Site Admin


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

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

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


Joined: Dec 18, 2005
Posts: 13

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

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


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

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

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


Joined: Dec 18, 2005
Posts: 13

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

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
View user's profile Send private message
evaders99
Former Moderator in Good Standing


Joined: Apr 30, 2004
Posts: 3221

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

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
View user's profile Send private message Visit poster's website
Palbin
Site Admin


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

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

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.
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic

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
Forums ©
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2011 by Raven

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::
:: fisubice Theme Modified by the RavenNuke™ Team ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum