April 4, 2009
Managing FTI and its blogs
FTI mailservers
Incoming Mail Server: mail.freedomteam.in
Incoming Mail Server: (SSL) server39.01domain.net
Outgoing Mail Server: mail.freedomteam.in (server requires authentication) port 26
Outgoing Mail Server: (SSL) server39.01domain.net (server requires authentication) port 465
Supported Incoming Mail Protocols: POP3, POP3S (SSL/TLS), IMAP, IMAPS (SSL/TLS)
Supported Outgoing Mail Protocols: SMTP, SMTPS (SSL/TLS)
Editing FTI (PHP files)
Don’t use any specific IDE to modify php pages. In the cpanel -> File manager there are 2 editors:
1. code editor
2. basic text ditor
You can use either of them to edit the text in the page. All the php pages have very tiny php code and rest is all plain html.
Text 9 – green headings
Backing up FTI
1. Install putty from http://the.earth.li/~sgtatham/
2. Enter host (ideally
3. Click ssh as protocol and hit Open. Enter password in shell window.
4. cd public_html
5. run ./backup
6. It produces a file called fti.tgz which is basically tar gzip of FTI’s directory.
7. FTP the file; save in backoffice.
ALTERNATIVE: Backup can be taken from cpanel->File Manager. Just click on public_html folder on LHS navigation and it will list all the folder contents on RHS panel. Check relevant domain and click on ‘compress” button on the top.
Adding news
To create/edit news you need to log on to the CPANEL of our website and click on PhpMyAdmin (under databases) section. Inside PhpMyAdmin aelect database “site” and choose table “news”. There are options and menu links availble on that page to insert and browse data. It is a pretty simple table and by looking at 2 existing records you will understand it better.
changing titles (slugs)
There is a page title and page slug. Page slug is the one that actually forms actual hyper link.