Welcome Guest ( Log In | Register )



2 Pages V   1 2 >  
Reply to this topicStart new topic
> Need Help With Setting Up A phpBB Board On My Site, need help with this
chronogamer28
post Sep 18 2004, 10:50 PM
Post #1


Advanced Member
Group Icon

Group: [HOSTED]
Posts: 143
Joined: 17-September 04
From: United States
Member No.: 674



Once I get my site up, I"m planning to link it to a phpBB board. I have no idea how to do this as this is my first time using a phpBB board. Can anyone shed some light onto this?

This post has been edited by microscopic^earthling: Aug 10 2005, 12:46 PM
Go to the top of the page
 
+Quote Post
deivid
post Sep 19 2004, 12:35 AM
Post #2


Member - Active Contributor
Group Icon

Group: Members
Posts: 96
Joined: 15-September 04
Member No.: 588



It's easy my friend, there are two ways, if you want phpbb, just go to the control panel, under preinstalled scripts and choose addon scripts, and there is phbb preinstalled, just pick a name for a folder in your site, and install.

If you want more advanced version with more advanced features you can go to PHPBB2, and download this version, then you have to upload all files and the next time when you go to the installation folder, (example: http://chronogammer28.astahost.com/forum/ ) will be appear the installation setup, and some data to configure in order to work, if you are confused with settings I can help you.
Go to the top of the page
 
+Quote Post
almoo7
post Sep 21 2004, 04:05 AM
Post #3


Advanced Member
Group Icon

Group: [HOSTED]
Posts: 139
Joined: 12-September 04
From: Philippines
Member No.: 505



QUOTE(deivid @ Sep 19 2004, 08:35 AM)
It's easy my friend, there are two ways, if you want phpbb, just go to the control panel, under preinstalled scripts and choose addon scripts, and there is phbb preinstalled, just pick a name for a folder in your site, and install.

If you want more advanced version with more advanced features you can go to PHPBB2, and download this version, then you have to upload all files and the next time when you go to the installation folder, (example: http://chronogammer28.astahost.com/forum/ ) will be appear the installation setup, and some data to configure in order to work, if you are confused with settings I can help you.
*



Well said, it's really an easy thing to do when the host has a CPanel like astahost. I thought it would be hard but just some click of the mouse and BAAAAAAM! Installed. laugh.gif Oh well, you need some knowledge about PHP when applying some advanced hacks though. smile.gif
Go to the top of the page
 
+Quote Post
vietpost
post Sep 21 2004, 08:38 AM
Post #4


Member [ Level 1 ]
Group Icon

Group: Members
Posts: 44
Joined: 17-September 04
Member No.: 647



If U have some Php script knowledge, it's ok, but You can even hack most of the features supported by PhpBB without any knowledge about PHP. I've hacked most of features for my board such as: photo gallary add-on, quick-reply, link-exchange, phpBB portal, etc even if I don't know a bit about PHP.

All that you can remember in hacking phpBB is backup, carefulness and following instructions.

Backup: Save all original file (going to be edited) to other places other than the server in case your hacked file have problems and you cannot restore.

Carefulness: Be aware of your error. Test the hack steps by steps to see what is your errors ( If you don't check, you will not know on what section your script is erroneous. Be patient !!! Sometimes I spent fewdays to hack a mod related to many files and database.

Following instructions: Try to read hack instructions carefully before doing the editing.

If you want some hacks for your phpBB board, go to http://www.phpbb.com or http://www.phphacks.com to download and try some out.
Go to the top of the page
 
+Quote Post
snowlion
post Sep 21 2004, 08:10 PM
Post #5


Newbie [ Level 2 ]
Group Icon

Group: Members
Posts: 14
Joined: 20-September 04
Member No.: 764



where can i get phpbb2 skins??
Go to the top of the page
 
+Quote Post
kelp
post Sep 21 2004, 08:36 PM
Post #6


Member [ Level 2 ]
Group Icon

Group: Members
Posts: 65
Joined: 12-September 04
Member No.: 513



phpbb isn't really that hard to install. You basically upload the files and set the folder/file permissions. But if you don't want to do it that way...

I think Fantastico has it. Try going there and finding phpbb. Then all your have to do is select where you want to install it.

You can find phpbb2 themes/skins at the following link:
http://phpbb2-users.de/dload.php?action=category&cat_id=3
Go to the top of the page
 
+Quote Post
vietpost
post Sep 22 2004, 02:03 AM
Post #7


Member [ Level 1 ]
Group Icon

Group: Members
Posts: 44
Joined: 17-September 04
Member No.: 647



QUOTE(snowlion @ Sep 22 2004, 03:10 AM)
where can i get phpbb2 skins??
*



You get tons of skin in the two sites I gave above. Be careful when you change skins for phpBB ! If you have hacked some mods for the board, make sure that your skin folder have the correspondent .tpl file for that mod, and modified .tpl file should be updated to the upcoming skin folder.
Go to the top of the page
 
+Quote Post
ren_shadow
post Aug 5 2005, 06:36 AM
Post #8


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 1
Joined: 15-July 05
Member No.: 7,118



Hi...i dont know how to install phpbb...
I'm using apache server with window xp pro...
Help!!!
I cannot start new threat!
Go to the top of the page
 
+Quote Post
WeaponX
post Aug 10 2005, 11:20 AM
Post #9


Way Out Of Control - You need a life :)
Group Icon

Group: Members
Posts: 1,086
Joined: 21-June 05
From: New York
Member No.: 6,440



QUOTE(ren_shadow @ Aug 5 2005, 02:36 AM)
Hi...i dont know how to install phpbb...
I'm using apache server with window xp pro...
Help!!!
I cannot start new threat!
*

Do you want to install it locally on your computer or in a website for everyone to see? Sounds like you want to do this on your computer only, so I will go with that.

Some questions first:

1. Do also have MySQL and PHP installed? Without these other two componenets your phpBB Forum won't work. They need the database and the PHP scripting language.

2. If you installed those already, did you run the installation file/process? There is an installation tutorial on how to install phpBB here.

Assuming you only want to install this locally, all you have to do is install Apache (which you said you have), PHP, and MySQL. Then unzip the contents of the phpBB file to a folder. I think you may have to move this folder to the main root in Apache (or was it PHP?) called htdocs. Move it there and run the install.php script from your browser. For example, type in localhost/phpBB/install/install.php (assuming you called the folder, you unzipped the files to, phpBB). That should get you on the installation screen. Everything there should be self-explanatory. If you have questions, feel free to ask.

Hmmm. Not sure, but I could start a new thread here. I don't recall this being for hosted members only. Try again. If it still fails, I guess you may use this topic/thread instead.
Go to the top of the page
 
+Quote Post
cyph3r
post Aug 10 2005, 12:31 PM
Post #10


Advanced Member
Group Icon

Group: Members
Posts: 116
Joined: 3-August 05
From: The Digital Arena !
Member No.: 7,604



As weaponx said .. all goes true if u need a PHP site running on ur computer .. i tried that in the first before i got my hands on astahost .. but i guess u would be better off with a host if u prefer not going tru all the trouble lol ..

Like everyone here said that u need PHP and MySql installed on the PC you are going to host the site on .. i just had this site to suggest

>> XAMPP <<

Other users can give u alternate softwares but this seems to be the best out there so far .. XAMPP has MySQL, PHP 4 and 5 that you can switch if you application doesn't like PHP 5. It also includes Tiny Perl, a mail server and phpMyAdmin and File Zilla Server It is a large program but it is the easiest install for a local machine, and it is free.

Hope this info helped ya and a few others ..

Cheers smile.gif
Go to the top of the page
 
+Quote Post

2 Pages V   1 2 >
Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Favorite phpBB mod(14)
  2. Forum applications(24)
  3. Oi Phpbb Gurus! Help Needed(1)
  4. Error 406 - Problem In My Phpbb Forum(8)
  5. Ok So My Posts Are Great(10)
  6. Installing phpBB 2.0.14(9)
  7. Please Help With phpBB(3)
  8. IPB To phpBB Conversion(6)
  9. phpBB And Mambo Login(2)
  10. What Are Your Favorite Phpbb Hacks?(4)
  11. How Much Space Do I Need For A Message Board?(10)
  12. phpBB(3)
  13. Is phpBB Jr Admin Mod Compatible With php-Nuke?(3)
  14. Updating To phpBB 2.0.18(4)
  15. Problem Installing A Premodded phpBB(6)
  1. phpBB 2.0.19 Full Install DB Problems(1)
  2. Need Help, Install phpBB Shoutbox - Get Reward(9)
  3. phpBB 3.0 Beta1 Released(3)
  4. Avoid Phpbb! New Security Exploit!(20)


 



- Lo-Fi Version Time is now: 11th October 2008 - 07:56 AM