Menu

phpbb integration

Anonymous
2004-02-16
2004-09-06
  • Anonymous

    Anonymous - 2004-02-16

    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

     
    • Anonymous

      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...

       
    • Anonymous

      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!

       
    • Pandur2000

      Pandur2000 - 2004-04-22
       
    • Anonymous

      Anonymous - 2004-06-11

      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

       
    • Anonymous

      Anonymous - 2004-06-15

      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");
      ?>

       
    • Anonymous

      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 ;)

       
    • Anonymous

      Anonymous - 2004-09-02

      i changed the location of my information about PHPBB2 and openchat to

      http://blackorwhite.nl/archives.php?archive=1094147196&subaction=list-archive&

       
    • Anonymous

      Anonymous - 2004-09-03
       
    • Anonymous

      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)

       

Log in to post a comment.