Anyone had any luck integrating with phpbb? I have read the poc.php and tried using this but no luck - maybe I am missing something simple.
Not sure how it integrates either? Ideally I want to use the existing user table from phpbb?
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2004-03-16
I too would really like to see how a phpBB integration is done, or at least som hints on where to start. In return I am working on a Norwegian translation if anyone is interested...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2004-04-22
No luck here. I also tried using the poc.php with no success. My goal is the same as yours I would really like poc to use the same user table from phpbb.
Developers of phpOpenChat please help us!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
you can change layout and refresh rate in this testen.php for example so that the chat online is updated every 15 seconds otherwise it probable stays the same number as when you logged in
<meta http-equiv="refresh" content="15">
--------
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2004-06-16
right now the server from my host undergoes upgrade or something like that, so if you dont seemy page, well its ahs nothing to do with the integration with openchat ;)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2004-09-02
i changed the location of my information about PHPBB2 and openchat to
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2004-09-06
ive tried that before but after trying that couldnt login my PHP board as an admin anymoreso i had to go back to my last back up .
I wish their was some automatic update of files somewhere to download or something that automaticly installs the chatroom in the PHP board with your version. Or a next version of PHP BB that automaticly installs openchat(as a possibilty you might click on during install)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anyone had any luck integrating with phpbb? I have read the poc.php and tried using this but no luck - maybe I am missing something simple.
Not sure how it integrates either? Ideally I want to use the existing user table from phpbb?
Thanks
I too would really like to see how a phpBB integration is done, or at least som hints on where to start. In return I am working on a Norwegian translation if anyone is interested...
No luck here. I also tried using the poc.php with no success. My goal is the same as yours I would really like poc to use the same user table from phpbb.
Developers of phpOpenChat please help us!
http://sourceforge.net/forum/forum.php?thread_id=711632&forum_id=44844
read http://blackorwhite.nl i posted an article on how ton integrate poc with phpbb
it works on my site look at http://blackorwhite.nl/MichaelJackson/phpBB2
i have created a who is online box on my forum
it might be not the most beautiful solution but the only one that worked for my forum so far
I add to my overalheader.tpl after the <head tag>(align right didnt work on my forum) :
<iframe src="http://blackorwhite.nl/testen.php"
width="14%" height="30%"
align="left" scrolling=no>
</p>
</iframe>
testen.php
contains the folowing
<body bgcolor="#BEA7B8" text="#000000">
<meta http-equiv="refresh" content="15">
<?PHP
include("http://blackorwhite.nl/chat/testen.php");
?>
you can change layout and refresh rate in this testen.php for example so that the chat online is updated every 15 seconds otherwise it probable stays the same number as when you logged in
<meta http-equiv="refresh" content="15">
--------
http://blackorwhite.nl/chat/
also contains a file called testen.php
this file has the folowing text in it
<?PHP
include("http://blackorwhite.nl/chat/status.php");
?>
right now the server from my host undergoes upgrade or something like that, so if you dont seemy page, well its ahs nothing to do with the integration with openchat ;)
i changed the location of my information about PHPBB2 and openchat to
http://blackorwhite.nl/archives.php?archive=1094147196&subaction=list-archive&
Dont waste your time with http://blackorwhite.nl/archives.php?archive=1094147196&subaction=list-archive&;
Does not work on any system.
Start here: http://www.h-h-c.de/downloads/poc_phpbb_loginform.zip
And here: http://www.h-h-c.de/downloads/poc_phpbb_userinchat.zip
Jared
ive tried that before but after trying that couldnt login my PHP board as an admin anymoreso i had to go back to my last back up .
I wish their was some automatic update of files somewhere to download or something that automaticly installs the chatroom in the PHP board with your version. Or a next version of PHP BB that automaticly installs openchat(as a possibilty you might click on during install)