Forum     

Go Back   Digit Technology Discussion Forum > Portables, Peripherals and Electronics > QnA (read only)
Register FAQ Calendar Mark Forums Read

QnA (read only) Mods please help transfer the contents of this forum to proper sections. :)


 
 
LinkBack Thread Tools Search this Thread Display Modes
Old 02-10-2005, 03:52 PM   #1 (permalink)
In The Zone
 
Join Date: Oct 2004
Posts: 437
Default phpbb in intranet


i have a intrnet having apache server ,php,mysql all running in linux...and small web application...

i want to install phpbb forum software in it ...
can i do that ...(to run in intranet)

The database connectivity and server are running fine...

does php bb runs in linux red hat 9...
if yes where can i get steps to install it ...may be tutorials would be better...
or any pitfalls
or any such thing about running phpbb in linux
i think phpbb is free soft ...and open source...

thanks for help
saha
__________________
be who u r :
Saharika is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 02-10-2005, 04:38 PM   #2 (permalink)
In Pursuit of "Happyness"
 
kalpik's Avatar
 
Join Date: May 2005
Location: New Delhi
Posts: 3,432
Default

Yes phpBB is free and you can run it on intranet. No problems there. The setup is very easy. Just unzip it and put it in your /var/www/html folder. Now just open localhost and point to the phpBB folder. The installation wisard will come up. Just follow the steps, its a piece of cake!
__________________
Whenever you find yourself on the side of the majority, it is time to pause and reflect. - Mark Twain
kalpik is offline  
Old 02-10-2005, 04:54 PM   #3 (permalink)
In The Zone
 
Join Date: Oct 2004
Posts: 437
Default

Quote:
Originally Posted by kalpik
Yes phpBB is free and you can run it on intranet. No problems there. The setup is very easy. Just unzip it and put it in your /var/www/html folder. Now just open localhost and point to the phpBB folder. The installation wisard will come up. Just follow the steps, its a piece of cake!

piece of ckae
thanks
i will try if any problem i will contacts
still any problem i may face
any tips
or direction
thanks for answer...
__________________
be who u r :
Saharika is offline  
Old 02-10-2005, 06:33 PM   #4 (permalink)
In Pursuit of "Happyness"
 
kalpik's Avatar
 
Join Date: May 2005
Location: New Delhi
Posts: 3,432
Default

Flash Tutolrials: http://www.phpbb.com/support/tutorials/
Userguide: http://www.phpbb.com/support/guide/
FAQs: http://www.phpbb.com/support/documents.php?mode=faq

Hope this will help!
__________________
Whenever you find yourself on the side of the majority, it is time to pause and reflect. - Mark Twain
kalpik is offline  
Old 03-10-2005, 11:14 AM   #5 (permalink)
In The Zone
 
Join Date: Oct 2004
Posts: 437
Default

i tried installing the latest version of phpbb in redhat linux 9 ..it gives following error message

Welcome to phpBB 2 Installation

Your config file is un-writeable at present. A copy of the config file will be downloaded to your computer when you click the button below. You should upload this file to the same directory as phpBB 2. Once this is done you should log in using the administrator name and password you provided on the previous form and visit the admin control center (a link will appear at the bottom of each screen once logged in) to check the general configuration. Thank you for choosing phpBB 2.Since FTP extensions are enabled in this version of PHP you may also be given the option of first trying to automatically FTP the config file into place.

Choose Download Method
Attempt to FTP config file into place
Just send the file to me and I'll FTP it manually




i dont have internet connection in that conmputer and as i may mess up with the ip setting i didnt tried experimenting with it..
the database is working fine with other files ....
(the other computer are running in windows 2000 and have net even ftp connection so i can transfer data to server....)

so how can i ammend it.....
thanks fro reply
__________________
be who u r :
Saharika is offline  
Old 03-10-2005, 11:53 AM   #6 (permalink)
Human Spambot
 
tuxfan's Avatar
 
Join Date: Feb 2004
Location: Mumbai
Posts: 2,653
Default

Do you have PCQ Linux 2005? If not, get it. It comes with phpBB. Its based on Fedora Core and its pretty good customised distro. Help and support is available at their forum at http://www.pcquest.com.

BTW, RH9 is a pretty old distro. You should think seriously about upgrading.
__________________
:: Free hosting and free domain names available in special cases. Conditions apply ::
tuxfan is offline  
Old 03-10-2005, 08:17 PM   #7 (permalink)
In Pursuit of "Happyness"
 
kalpik's Avatar
 
Join Date: May 2005
Location: New Delhi
Posts: 3,432
Default

Make sure your phpBB folder is chmoded to 0777.

Try this:
Code:
chmod -r /var/www/html/phpBB 0777
__________________
Whenever you find yourself on the side of the majority, it is time to pause and reflect. - Mark Twain
kalpik is offline  
Old 17-10-2005, 10:29 PM   #8 (permalink)
In The Zone
 
Join Date: Oct 2004
Posts: 437
Default

Quote:
Originally Posted by kalpik
Make sure your phpBB folder is chmoded to 0777.

Try this:
Code:
chmod -r /var/www/html/phpBB 0777
i did it but didnt work
by the way in which folder tht config file is in
i didnt found any config.php in phpbb folder...

i comoded whole directory to 777

but still the phpbb didnt run
whats the problem
__________________
be who u r :
Saharika is offline  
Old 18-10-2005, 07:34 AM   #9 (permalink)
In Pursuit of "Happyness"
 
kalpik's Avatar
 
Join Date: May 2005
Location: New Delhi
Posts: 3,432
Default

Hmm... try installing it as root.
__________________
Whenever you find yourself on the side of the majority, it is time to pause and reflect. - Mark Twain
kalpik is offline  
Old 18-10-2005, 01:15 PM   #10 (permalink)
Version 2.0
 
Deep's Avatar
 
Join Date: Jan 2004
Location: Mumbai
Posts: 977
Default

Quote:
Originally Posted by kalpik
Make sure your phpBB folder is chmoded to 0777.

Try this:
Code:
chmod -r /var/www/html/phpBB 0777
hmm i think it should be chmod -R

anyways I wont suggest changing chmod of whole directory, just change chmod of the file to 777

chmod 777 config.php

Regards,
Deep
__________________
- Deep Ganatra -
www.whoisdeep.com
www.twitter.com/DeepXP/
Deep is offline  
Old 18-10-2005, 01:25 PM   #11 (permalink)
Human Spambot
 
Join Date: May 2004
Location: off to "never ever" land
Posts: 2,912
Default

yeah -R is for recursive chmodding
that is to chmod directory as well as contained files and folders

-r is a switch for something else .. or it doesnt do anything .. i forget

Code:
chmod -R 777 /var/www/html/phpBB
__________________
No Mercy, No Limits.
Oobertech.net - Keeping Knowledge Free
theraven is offline  
Old 18-10-2005, 07:05 PM   #12 (permalink)
In Pursuit of "Happyness"
 
kalpik's Avatar
 
Join Date: May 2005
Location: New Delhi
Posts: 3,432
Default

Oops... my bad! It is indeed chmod -R! Thanks for pointig out!
__________________
Whenever you find yourself on the side of the majority, it is time to pause and reflect. - Mark Twain
kalpik is offline  
Old 18-10-2005, 11:13 PM   #13 (permalink)
In The Zone
 
Join Date: Oct 2004
Posts: 437
Default

now it some how has intsall in many attempts
so
what are things i need to be careful of ...
it seems to be very vunerable to errors...
once one error comes whole forum get stuck

and i have noticed this forum using another interface when user not login and when user logs in then another interface comes
how is that

i have downloaded the lastest of phpbb

do i need to download any patches
and what are these mod(not moderator of forum) and any extension
any help
__________________
be who u r :
Saharika is offline  
Old 18-10-2005, 11:26 PM   #14 (permalink)
In The Zone
 
bukaida's Avatar
 
Join Date: Jul 2005
Location: KOLKATA
Posts: 267
Default Any phpbb on windows platform?

I have apache 2.0.43 with mysql 4.0 and php 4.4.0 running on win2k with sp4. Is there any phpbb available for this configuration? please suggest.
bukaida is offline  
Old 19-10-2005, 07:54 AM   #15 (permalink)
In Pursuit of "Happyness"
 
kalpik's Avatar
 
Join Date: May 2005
Location: New Delhi
Posts: 3,432
Default

@Saharika: You have to set permissions for different boards under administration. Just deny access to guests for the boards you dont want a non-logged in member to see.

@bukadia: Yes the latest phpBB will work just fine on your configuration.
__________________
Whenever you find yourself on the side of the majority, it is time to pause and reflect. - Mark Twain
kalpik is offline  
Old 19-10-2005, 09:28 PM   #16 (permalink)
In The Zone
 
bukaida's Avatar
 
Join Date: Jul 2005
Location: KOLKATA
Posts: 267
Default

Quote:
Originally Posted by kalpik
@bukadia: Yes the latest phpBB will work just fine on your configuration.
Can you please provide the link? It will be very helpful.
bukaida is offline  
Old 19-10-2005, 09:39 PM   #17 (permalink)
Human Spambot
 
Join Date: May 2004
Location: off to "never ever" land
Posts: 2,912
Default

phpbb.com
__________________
No Mercy, No Limits.
Oobertech.net - Keeping Knowledge Free
theraven is offline  
Old 20-10-2005, 06:54 AM   #18 (permalink)
Broken In
 
Join Date: Feb 2004
Posts: 125
Default

wat does chmode mean? wat does it do? plz educate me on that. i m also using php for my project
Trinity is offline  
Old 20-10-2005, 09:29 AM   #19 (permalink)
In Pursuit of "Happyness"
 
kalpik's Avatar
 
Join Date: May 2005
Location: New Delhi
Posts: 3,432
Default

chmod is a linux command to set permisions for files. Its got nothing to do with PHP. Do a google on chmod and u'll know more. Its similar to the attrib command in DOS.
__________________
Whenever you find yourself on the side of the majority, it is time to pause and reflect. - Mark Twain
kalpik is offline  
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by Sujeet
- by clinton
- by Who
- by bhaskar
- by soumya

Advertisement




All times are GMT +5.5. The time now is 11:39 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2