Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: phpbb and SMF (this forum) whats the difference??  (Read 2714 times)

0 Members and 1 Guest are viewing this topic.

squirrellydw

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1584
  • Last login:April 12, 2021, 11:30:22 am
phpbb and SMF (this forum) whats the difference??
« on: February 10, 2007, 09:29:39 pm »
What makes SMF better than PHPBB?
« Last Edit: February 14, 2007, 11:03:34 am by squirrellydw »
I b**ch. People listen!!

squirrellydw

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1584
  • Last login:April 12, 2021, 11:30:22 am
Re: phpbb and SMF (this forum) whats the difference??
« Reply #1 on: February 27, 2007, 09:32:17 pm »
anyone?
I b**ch. People listen!!

sirwoogie

  • Supreme Chancellor
  • Trade Count: (0)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 753
  • Last login:April 23, 2025, 10:29:35 pm
  • It's Hollyfeld in a Winnebago!
    • Build Your Own Arcade Controls
Re: phpbb and SMF (this forum) whats the difference??
« Reply #2 on: February 27, 2007, 11:37:44 pm »
I'm more appreciative of SMF stability and feature set. Their support is excellent, and I can always get help on their support forums. I also find it to be one of the fastest forum software brands.

Anything specific you want to know?

squirrellydw

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1584
  • Last login:April 12, 2021, 11:30:22 am
Re: phpbb and SMF (this forum) whats the difference??
« Reply #3 on: February 28, 2007, 01:09:46 am »
No just wondering.  I just installed it and I like it MUCH better than PHPBB.  Huge difference.  Maybe you can answer me this.  What should my files and folders be CHMOD to?  755, 644 or something else?  I don't know a lot about it, just enough to be dangerous.

Thanks
I b**ch. People listen!!

ChadTower

  • Chief Kicker - Nobody's perfect, including me. Fantastic body.
  • Trade Count: (+12)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 38212
  • Last login:June 22, 2025, 04:57:38 pm
Re: phpbb and SMF (this forum) whats the difference??
« Reply #4 on: February 28, 2007, 09:23:02 am »

You're better off learning what those numbers mean than just setting your app filesystem by rote.  Those permissions sets affect everything in the entire OS.

squirrellydw

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1584
  • Last login:April 12, 2021, 11:30:22 am
Re: phpbb and SMF (this forum) whats the difference??
« Reply #5 on: February 28, 2007, 09:41:42 am »
I know what they mean but not sure what they should be set at.  Still a little confusing to me.  I know I don't want everything to be writable, just want it to be as secure as possible.  Since sirwoogie knows what he is doing on this site I trust him.
I b**ch. People listen!!

ChadTower

  • Chief Kicker - Nobody's perfect, including me. Fantastic body.
  • Trade Count: (+12)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 38212
  • Last login:June 22, 2025, 04:57:38 pm
Re: phpbb and SMF (this forum) whats the difference??
« Reply #6 on: February 28, 2007, 09:44:58 am »

That's the point, though.  Some of the dirs would need to be writable, and then at that point writable to whom?  Different parts of an app need to have different permissions for different users and/or groups depending on function.

sirwoogie

  • Supreme Chancellor
  • Trade Count: (0)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 753
  • Last login:April 23, 2025, 10:29:35 pm
  • It's Hollyfeld in a Winnebago!
    • Build Your Own Arcade Controls
Re: phpbb and SMF (this forum) whats the difference??
« Reply #7 on: February 28, 2007, 11:17:29 am »
The running process doing the final php processing (whether that be the web server or in our case a fastCGI process) requires write access to the entire SMF installation. So at a minimum do owner with write and add any more you feel necessary for your needs. Patching, uploading of avatars/attachments and package installation require write access. If you wanted to be paranoid, you could change permission on the files after these events, and I'd be happy to explain in detail where that could go. But, I feel it more important to lock the front door and leave the windows open if that's what is required to operate.

The SMF docs and guys suggest just putting everything at 777 and 666 which is just poor in so many ways. Then the real battle is keeping your software current.

I'm always happy to discuss what we do behind the curtain if anybody else is interested.

squirrellydw

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1584
  • Last login:April 12, 2021, 11:30:22 am
Re: phpbb and SMF (this forum) whats the difference??
« Reply #8 on: February 28, 2007, 02:25:27 pm »
Owner and write I can do that.  The reason I ask is I was running a PHPBB site for fun, just trying to learn some stuff and some jerk hacked it.  So I just want to make it secure as possible but not so much that I have to change permissions everytime I want to do something.
I b**ch. People listen!!

ChadTower

  • Chief Kicker - Nobody's perfect, including me. Fantastic body.
  • Trade Count: (+12)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 38212
  • Last login:June 22, 2025, 04:57:38 pm
Re: phpbb and SMF (this forum) whats the difference??
« Reply #9 on: February 28, 2007, 02:29:45 pm »

Often times those are just the breaks of how security works.  Leave the door closed unless you're actually walking through it.

sirwoogie

  • Supreme Chancellor
  • Trade Count: (0)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 753
  • Last login:April 23, 2025, 10:29:35 pm
  • It's Hollyfeld in a Winnebago!
    • Build Your Own Arcade Controls
Re: phpbb and SMF (this forum) whats the difference??
« Reply #10 on: February 28, 2007, 04:18:31 pm »
Owner and write I can do that.  The reason I ask is I was running a PHPBB site for fun, just trying to learn some stuff and some jerk hacked it.  So I just want to make it secure as possible but not so much that I have to change permissions everytime I want to do something.
But that "hack" could be one of a hundred things. Are you positive he hacked you because of incorrect permissions, or was it something else? When you have a webapp, there are so many points you can stick your nose in and see what stinks.

We've had a few mishaps on our side as well, and they came in through things I didn't even think about. Luckily they were kiddies and just wanted a drone.

squirrellydw

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1584
  • Last login:April 12, 2021, 11:30:22 am
Re: phpbb and SMF (this forum) whats the difference??
« Reply #11 on: February 28, 2007, 04:33:05 pm »
Not possitve but pretty sure that's what it was.  Now time to get tinyportal to work.

Thanks
I b**ch. People listen!!