Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Forum Software (will be series of questions)  (Read 1485 times)

0 Members and 1 Guest are viewing this topic.

zeroburn

    Topic Starter


    Hopeful
  • Not Trained by Class, But Trained from Experience
  • Thanked: 1
    • Yes
    • kat.jared.tw
  • Certifications: List
  • Computer: Specs
  • Experience: Experienced
  • OS: Linux variant
Forum Software (will be series of questions)
« on: May 13, 2012, 12:08:14 AM »
ok, so, i am starting up a forum.

i am using the phpBB system http://www.phpbb.com/

This is on ubuntu server 11.10, with the LAMP server configuration.

I have not messed with the MySQL database information or anything else mainly.

First, I need writing permissions to files/ cache/ and store/ . How do i make these writable without causing security weakness to the savvy user??

More questions to come as i further in the installation.
I consider myself a hacker. Not in the way of "I can break into your facebook" but in the way, I like to learn as much as I can, about anything i can. I don't just like having things fixed, I like to understand why it was broken and why a particular solution fixed it. It is just how I am, and how I will always be. As teachers have said before, you cant learn if you don't figure it out in your own mind.

zeroburn

    Topic Starter


    Hopeful
  • Not Trained by Class, But Trained from Experience
  • Thanked: 1
    • Yes
    • kat.jared.tw
  • Certifications: List
  • Computer: Specs
  • Experience: Experienced
  • OS: Linux variant
Re: Forum Software (will be series of questions)
« Reply #1 on: May 13, 2012, 11:20:48 AM »
ok. i managed to realize i did not set my permissions correctly in the first place, but now i have those corrected.

Now, its a problem with mysql, as it will not let me log into the database with the information that correctly logs into the MySQL monitor through command line.
I consider myself a hacker. Not in the way of "I can break into your facebook" but in the way, I like to learn as much as I can, about anything i can. I don't just like having things fixed, I like to understand why it was broken and why a particular solution fixed it. It is just how I am, and how I will always be. As teachers have said before, you cant learn if you don't figure it out in your own mind.

Rob Pomeroy



    Prodigy
  • Systems Architect
  • Thanked: 123
    • Me
  • Experience: Expert
  • OS: Other
Re: Forum Software (will be series of questions)
« Reply #2 on: May 15, 2012, 07:50:55 AM »
Check which IP address MySQL is binding to (locate my.cnf - often in /etc).  There will usually be a line such as:

Code: [Select]
bind-address=127.0.0.1
If you change that to 0.0.0.0 it will listen to queries on all network adapters.  Restart MySQL to read this change.
Only able to visit the forums sporadically, sorry.

Author of the fantasy thriller, Insensate - available for all ebook readers and iDevices. Find out more >here<. Only 99p/99¢!

zeroburn

    Topic Starter


    Hopeful
  • Not Trained by Class, But Trained from Experience
  • Thanked: 1
    • Yes
    • kat.jared.tw
  • Certifications: List
  • Computer: Specs
  • Experience: Experienced
  • OS: Linux variant
Re: Forum Software (will be series of questions)
« Reply #3 on: May 16, 2012, 09:17:19 AM »
ah. well, now, its back to my issue of having a working mail system to send emails to users, and whatnot... I have the forum online, but i will be wanting this feature soon
I consider myself a hacker. Not in the way of "I can break into your facebook" but in the way, I like to learn as much as I can, about anything i can. I don't just like having things fixed, I like to understand why it was broken and why a particular solution fixed it. It is just how I am, and how I will always be. As teachers have said before, you cant learn if you don't figure it out in your own mind.

Rob Pomeroy



    Prodigy
  • Systems Architect
  • Thanked: 123
    • Me
  • Experience: Expert
  • OS: Other
Re: Forum Software (will be series of questions)
« Reply #4 on: May 17, 2012, 03:43:44 AM »
Many forum software packages are able to send mail using SMTP rather than the server's own mail server.
Only able to visit the forums sporadically, sorry.

Author of the fantasy thriller, Insensate - available for all ebook readers and iDevices. Find out more >here<. Only 99p/99¢!

zeroburn

    Topic Starter


    Hopeful
  • Not Trained by Class, But Trained from Experience
  • Thanked: 1
    • Yes
    • kat.jared.tw
  • Certifications: List
  • Computer: Specs
  • Experience: Experienced
  • OS: Linux variant
Re: Forum Software (will be series of questions)
« Reply #5 on: July 25, 2012, 02:37:03 AM »
Well, i will be honest, when i tried to launch this, one of the members of the site marked the email as spam, and my ISP shut down port 25 for me from now on, and did not give an option to re-enable it. So much for email.
I consider myself a hacker. Not in the way of "I can break into your facebook" but in the way, I like to learn as much as I can, about anything i can. I don't just like having things fixed, I like to understand why it was broken and why a particular solution fixed it. It is just how I am, and how I will always be. As teachers have said before, you cant learn if you don't figure it out in your own mind.