+ Reply to Thread
Results 1 to 7 of 7

Thread: Request: How phpBB?

  1. #1
    cluepoe is offline x10Hosting Member cluepoe is an unknown quantity at this point
    Join Date
    Dec 2007
    Location
    Philippines
    Posts
    12

    Question Request: How phpBB?

    How can I insert:
    - Registered User
    - Login Status
    - Latest Post Forums.
    - Welcome Status e.g.: "Welcome, Guest/Registered User Name."

    to my Main website. In short "What are the phpBB modules?"
    Please help me!
    Last edited by cluepoe; 12-31-2007 at 07:44 AM.

  2. #2
    Penguin129's Avatar
    Penguin129 is offline x10Hosting Member Penguin129 is an unknown quantity at this point
    Join Date
    Aug 2007
    Posts
    68

    Re: Request: How phpBB?

    You'll have to specify which version of phpBB you're using.

  3. #3
    cluepoe is offline x10Hosting Member cluepoe is an unknown quantity at this point
    Join Date
    Dec 2007
    Location
    Philippines
    Posts
    12

    Re: Request: How phpBB?

    phpBB3...

  4. #4
    Penguin129's Avatar
    Penguin129 is offline x10Hosting Member Penguin129 is an unknown quantity at this point
    Join Date
    Aug 2007
    Posts
    68

    Re: Request: How phpBB?

    This should get you started. $user->data will contain an array of the user's data. Uncomment the print_r() command to list all the data it has in the array. Ex: $user->data["username"] will contain the user's username. You can check if the person is logged in by checking if the username is "Anonymous"; a guest's $user->data["username"] will contain "Anonymous".
    PHP Code:
    <?php
    define
    ('IN_PHPBB'true);
    $phpbb_root_path 'forums/'// Directory of the forums
    $phpEx substr(strrchr(__FILE__'.'), 1);
    include(
    $phpbb_root_path."common.".$phpEx);
    $user->session_begin();
    $auth->acl($user->data);
    $user->setup();
    // print_r($user->data);
    ?>
    Last edited by Penguin129; 12-31-2007 at 08:30 AM.

  5. #5
    cluepoe is offline x10Hosting Member cluepoe is an unknown quantity at this point
    Join Date
    Dec 2007
    Location
    Philippines
    Posts
    12

    Re: Request: How phpBB?

    Uhh... I'm hoping for an html? Is there anything that would be in html?:happysad:
    Last edited by cluepoe; 12-31-2007 at 12:34 PM.

  6. #6
    Penguin129's Avatar
    Penguin129 is offline x10Hosting Member Penguin129 is an unknown quantity at this point
    Join Date
    Aug 2007
    Posts
    68

    Re: Request: How phpBB?

    Erm html then I can't help you there.

  7. #7
    coolv1994 is offline x10 Elder coolv1994 is an unknown quantity at this point
    Join Date
    Nov 2007
    Posts
    506

    Re: Request: How phpBB?

    modules are extras like games and stuff

+ Reply to Thread

Similar Threads

  1. Request a Signature
    By ApeXz in forum Graphics & Webdesign
    Replies: 2
    Last Post: 12-29-2007, 08:58 PM
  2. phpBB Installtion and Mod Installation
    By sk1tL1L in forum The Marketplace
    Replies: 5
    Last Post: 12-15-2007, 06:48 PM
  3. phpBB3 Gold Released
    By CrownVictoriaCop in forum Computers & Technology
    Replies: 2
    Last Post: 12-13-2007, 04:05 PM
  4. phpBB 2.0.22 released
    By monky91 in forum Off Topic
    Replies: 5
    Last Post: 12-26-2006, 05:11 PM
  5. phpBB 2.0.17 released
    By n4tec in forum Scripts & 3rd Party Apps
    Replies: 0
    Last Post: 07-26-2005, 07:38 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers