trying to install smf
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- trying to install smf
trying to install smf
05-09-2007 12:00 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I'm trying to install smf on my webspace so i can transfer over and host my own Forum, don't want to use phpBB.
Do i ftp the extracted folder to ccgi.haythe0ne.plus.com or to ftp.plus.net ?
cause i tried both and neither will allow the forum to install
I chmod'ed the files to 777.
Help please
Re: trying to install smf
05-09-2007 12:06 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
It needs to be on ccgi.haythe0ne.plus.com. ftp.plus.net is your www-space on www.haythe0ne.plus.com
Chmod=777 never works on PlusNet, put it to 750 (this is what the ForumBrightSparks always say - though I sometimes required 755).
Re: trying to install smf
05-09-2007 4:16 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: trying to install smf
05-09-2007 5:20 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: trying to install smf
05-09-2007 5:25 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I chose to download the tar file and upload this still zipped to the cgi server. Then log in to cshell.plus.net and unzip this using tar xvzf filename.tar.gz
This will create all the folders and files you need, just change the permissions to 755 (easy to do in most ftp clients)
Once you have done this browse to the install.php file in a web browser and voila
Re: trying to install smf
05-09-2007 5:30 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
From a shell prompt, type;
wget http://downloadsite.com/folder/file.tgz
And it will download direct to the CGI server. This works for FTP address to.
Chilly
Re: trying to install smf
05-09-2007 5:31 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: trying to install smf
05-09-2007 8:25 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote from: KiwiPete Why do you not want phpBB, Is smf better? I am trying to decide which one to use?
I've used phpBB and its got serious security issues, a friend of mine has used smf, so i thought i'd give it a go.
Re: trying to install smf
05-09-2007 11:17 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote from: MikeWhitehead 755 on the directories and 750 on the scripts themselves. I believe PlusNet don't allow use of 777 as it's a security risk.
How shall that be done, the folders to 755 and the rest to 750, when I have several thousands of folders and files?
The command:
<yourplusnetusername>@cshell01:~$ chmod -vR 750 directoryname
changes everything to 750, the folders and the files. And it works.
Why should the folders be set to 755?
Re: trying to install smf
06-09-2007 12:55 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Lovin the PN community, everyone willing to offer up there time and help big

Re: trying to install smf
06-09-2007 8:14 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote from: ffupi Why should the folders be set to 755?
I believe this comes from the warning message page when perms are wrong saying scripts should be set to 755 or from my permissions tutorial which was written for the old cgi server.
World/all permissions (the last number) should never be set as it can cause issues.
Re: trying to install smf
06-09-2007 11:34 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote from: ffupi How shall that be done, the folders to 755 and the rest to 750, when I have several thousands of folders and files?
Using the commands:
find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 750 {} \;
Remember, however, that this starts from the directory that you are currently in and works its way down.
Re: trying to install smf
06-09-2007 12:47 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: trying to install smf
06-09-2007 1:22 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Or am I misunderstanding you?
Re: trying to install smf
06-09-2007 1:24 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page