03-28-2017, 06:23 AM
Hello,
Today i am going to show you how to install smf ( simple machine forums ) using ftp.
Lets Start
1st: Go to the Simple Machine Forums website and download the latest SMF version.
2nd: Now extract the file you downloaded from the Simple Machine Forums.
3rd: Start your FTP Client and login using your ftp details.I personally use FileZilla.
4th: Upload the extracted files to your site.
5th: After Uploading files go your cpanel and create a database and database user.
6th: Go to your site and install SMF.
7th: Fill the given forum with informations and Click Continue
8th: Now you have to fill the form with your forum details.
9th: this page show that your forum setting is now saved. Click Continue
10th: Now you have to create your admin account. Fill the form and click Continue.
[*]Your username (administrator user): Admin
[*]Password: myadminaccountpass
[*]Email Address: [email protected]
Here your works done.Your new SMF forum is ready.
Thanks
Today i am going to show you how to install smf ( simple machine forums ) using ftp.
Lets Start
1st: Go to the Simple Machine Forums website and download the latest SMF version.
2nd: Now extract the file you downloaded from the Simple Machine Forums.
3rd: Start your FTP Client and login using your ftp details.I personally use FileZilla.
4th: Upload the extracted files to your site.
5th: After Uploading files go your cpanel and create a database and database user.
Code: (Select All)
Creating a Database with a Control Panel
If your hosting service provides a control panel interface, then this can be used to create a database. Selecting the "MySQL Databases" or "Database Wizard" options should take you to a page prompting you to create a MySQL database. With different hosts, these options may have different names.
SMF 2.0 supports MySQL, PostgreSQL and SQLite. SMF 1.1 supports only a MySQL database.
6th: Go to your site and install SMF.
- Read the Given information and click continue.
7th: Fill the given forum with informations and Click Continue
- Server Name: localhost
- Database Username: yourdatabasename
- Database Password: typeyour database password
- Table Prefix: The prefix for every table in the database. ( Leave it default )
8th: Now you have to fill the form with your forum details.
- Forum Name ( type your forum name ): my forum
- Forum URL ( your website url where ): test.myweb.com
- Gzip Output (Compress output to save bandwidth.): This function does not work properly on all servers, but can save you a lot of bandwidth
- Database Sessions(Use the database for sessions instead of using files.):This feature is almost always for the best, as it makes sessions more dependable
- UTF-8 Character Set(Use UTF-8 as default character set):This feature lets both the database and the forum use an international character set, UTF-8. This can be useful when working with multiple languages that use different character sets.
- Allow Stat Collection( Allow Simple Machines to Collect Basic Stats Monthly):If enabled, this will allow Simple Machines to visit your site once a month to collect basic statistics. This will help us make decisions as to which configurations to optimize the software for.
9th: this page show that your forum setting is now saved. Click Continue
10th: Now you have to create your admin account. Fill the form and click Continue.
[*]Your username (administrator user): Admin
[*]Password: myadminaccountpass
[*]Email Address: [email protected]
Here your works done.Your new SMF forum is ready.
Thanks