How to make ots website
Posted on 19th Dec 2019 01:00:44 in websites, tibia bots, Development | Was read 713 times
You can see how to start building ots in many otland tutorials.
https://otland.net/threads/video-tutorial-from-nothing-to-a-fully-working-ot-server-website-and-shop-system.166818/
For your OTS and website to work, you need to install the so-called LEMP package. MySQL (database) and PHP (server and language interpreter), in addition, phpmyadmin for database management. In Linux, this is done using instructionsapt-get install mysql-server php5-mysql
Next step is to set password
Enter a secure password, then confirm it in the next screen
After that wait a few seconds and it will be done
After that executemysql_install_db
Then we execute:
Code:
/usr/bin/mysql_secure_installation
And enter your root password (need be secure)
type y, n, y, y
After that you could type apt-get install nginx
service nginx start
To install and start nginx server. Then u have to configure your nginx.nano /etc/nginx/sites-available/default
It's worth getting interested in friendly URLs. They allow you to create short and easy to remember links. Friendly links are configured for windows in the htaccess file.
https://www.danielmorell.com/guides/htaccess-seo/user-friendly-urls/make-your-urls-seo-friendly
For linux, configuration is done in the file root /home/sites/example.com or nano / etc / nginx / sites-available / default where example.com is our domain. It can also be the default file for all domains.
https://docs.modx.com/current/en/getting-started/friendly-urls/nginx
A responsive website is not needed, although it is a standard today. It would be higher in the search engine but really no one will search your server by query in google.
Redesigning the page in appearance and functionality also does not make much sense, especially at the beginning because the effort you put may not pay back. In our forum you can find many layouts for your OTS.
https://tibiaservers.net/forum/topic/141/bunch-of-layouts-for-ots
You could invest in SSL. It will look good to potential users. He will help some who are afraid to make payments and buy premium items from the store.
https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-18-04
https://otland.net/threads/how-to-encrypt-your-website-traffic-free-ssl-cert.263222/
Remember to configure the premium store before the start of OTS. Add at least 3 payment options. Payment gateways supporting at least several payment methods. Such a procedure will increase the income from the store because each user has their own favorite form of payment for services.