Server set-up and Bulletin Boards

  • Alan2
  • Graduate
  • Graduate
  • User avatar
  • Joined: Aug 20, 2003
  • Posts: 112
  • Status: Offline

Post October 17th, 2003, 12:06 pm

I have been thinking of setting up a PhpBB on my own corner of the Internet...

But i want to test a version of the PhpBB on my local computer first, Could anyone suggest a way to achive this.

I have downloaded several programs, FoxServer Apache etc.. also Php 4.0 and SQL database stuff ;)

but upon trying to get PHPBB to work locally it blank out refuses. :( I have a Lan network which I am trying to set it up on too but I want it on my computer first.

Any pointers you could offer would be greatly appreciated.

Thank you for your time reading this posting :)

---------
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post October 17th, 2003, 12:06 pm

  • sirgamesalot
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Oct 16, 2003
  • Posts: 12
  • Loc: london ontario
  • Status: Offline

Post October 17th, 2003, 1:19 pm

if it is just for you, it should not matter your lan IP will work fine, if you use apache then just use http://localhost that will just open the index page on your server.

Is there an error or something? can you post it?
  • Alan2
  • Graduate
  • Graduate
  • User avatar
  • Joined: Aug 20, 2003
  • Posts: 112
  • Status: Offline

Post October 17th, 2003, 1:23 pm

It's me that's a newbie and I am not sure on the set-up of the PhpBB, (my first attempt at php and sql etc...)

Plus how do you install the PhpBB? :oops: Like I said <<Newbie here. ;)

but I do want to learn a bit more than what i know at the moment :)
  • Alan2
  • Graduate
  • Graduate
  • User avatar
  • Joined: Aug 20, 2003
  • Posts: 112
  • Status: Offline

Post October 17th, 2003, 5:10 pm

I am now a proud Admin of my own local forums :D

I installed Foxserve, which comes with MySQL front, PHP etc. then I put the Forums Phpbb folder into the webroot folder and followed this tutorial on setting up the forums. :D

http://www.phpbb.com/kb/article.php?article_id=124

after which I had a fully working Forums :)

I wanted to know what the Admin panel was like really ;) :)
  • musik
  • Legend
  • Super Moderator
  • User avatar
  • Joined: Aug 06, 2003
  • Posts: 6892
  • Loc: up a tree
  • Status: Offline

Post October 17th, 2003, 5:15 pm

I am too lazy & dum to set up my own. I tried it once but my current hosting sucks so much and it was on a Windows server.

Well now when I DO want one I know who to call on to set it up for me ! :twisted:
Opportunity To Do - Changing the lives of children around the world.
Rose.id.au - Doing Life.
  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 23404
  • Loc: Woodbridge VA
  • Status: Offline

Post October 17th, 2003, 5:15 pm

It is a most excellent board script, and easily modified, and to the best of my ability to tell, very secure. :D
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.
  • Alan2
  • Graduate
  • Graduate
  • User avatar
  • Joined: Aug 20, 2003
  • Posts: 112
  • Status: Offline

Post October 17th, 2003, 5:20 pm

:D It the first time I got it to actually work :)

I have tried about four or five times :oops: ;)
  • Alan2
  • Graduate
  • Graduate
  • User avatar
  • Joined: Aug 20, 2003
  • Posts: 112
  • Status: Offline

Post October 17th, 2003, 5:24 pm

Only one problem now...... My Chatter Forum is Dead as a doornail.

Only one person posting there :P :lol:
  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 23404
  • Loc: Woodbridge VA
  • Status: Offline

Post October 17th, 2003, 5:25 pm

Patience is a virtue. In my opinion so is persistence.
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.
  • Alan2
  • Graduate
  • Graduate
  • User avatar
  • Joined: Aug 20, 2003
  • Posts: 112
  • Status: Offline

Post October 17th, 2003, 5:48 pm

no problem is that it stored locally on my personal Computer. I kinda added all the localhost stuff onto here and made it work as a server too. :D
  • sirgamesalot
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Oct 16, 2003
  • Posts: 12
  • Loc: london ontario
  • Status: Offline

Post October 17th, 2003, 8:08 pm

Alan2 wrote:
Only one problem now...... My Chatter Forum is Dead as a doornail.

Only one person posting there :P :lol:


Well if i could hope over to your LAN ip i would join :lol:
  • Alan2
  • Graduate
  • Graduate
  • User avatar
  • Joined: Aug 20, 2003
  • Posts: 112
  • Status: Offline

Post October 19th, 2003, 5:39 pm

shame is it won't even let me sign in from another pc. lololol
  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 23404
  • Loc: Woodbridge VA
  • Status: Offline

Post October 20th, 2003, 4:25 am

How are you trying to access the page from another PC? If your site works properly on the local PC, then your other networked PC's should be able to access it, too. All you should have to do is type:

Code: [ Select ]
http://yourcomputername/phpBB2_directory/index.php

Where yourcomputername = the name of the PC on which it is installed, and phpBB2_directory= the name of directory into which you installed phpBB. If you installed it into the root, skip that directory.

What most people get used to doing with sites on their own PC is type in http://localhost -- you can't use localhost to access from another PC as it resolves to itself.

Hope that helps.
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.
  • Alan2
  • Graduate
  • Graduate
  • User avatar
  • Joined: Aug 20, 2003
  • Posts: 112
  • Status: Offline

Post October 20th, 2003, 3:47 pm

I tried this and I still have problems...

It may be my security systems over my LAN. I got it set so high that it probably is blocking the port 80 that the Forums use. ;)
  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 23404
  • Loc: Woodbridge VA
  • Status: Offline

Post October 20th, 2003, 6:06 pm

If you are using Win2K or XP also make sure other computers/users have the appropriate permissions to access the directory.
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post October 20th, 2003, 6:06 pm

Post Information

  • Total Posts in this topic: 19 posts
  • Users browsing this forum: Zealous and 149 guests
  • 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 post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.