Hello guys.
I searched and didn't find anything related to this so i decide to make a guide for users who may need this.
If it's posted again and i didn't find it i'm sorry.
Let's start.
I saw many people asking how to adapt sites from Stress Web to HTML and even pay for them and trust me it's something really easy you can do it at your own very fast and with out any knowledge.
Part 1: Select our design.
You can find a lot of Strees Web templates around the internet it will be easy to find them so don't worry about that.
For this guide i'll choose this template
Part 2: Checking the files
The files you will find inside will be those files:
Part 3: Getting started with adapt.
If you try to open the index.html file you will get an error like this:
It's because this file it's created to work only if you don't have access to the site.The working index is the index.tpl file.
Now the first things you have to do in order to make the template working is to open the index.tpl file and replace the code "{template}/" with a space.
The index.tpl will look like this:
You just replace them with a space:
Just click on replace all button and then go to File -> Save As and save it as index.html (replace the old one)
Now as you can see the most of things are not working like server status,forum posts,top pvp,etc.
Now all you have to do is simply check the files it says so you can make it work.
For example in order to edit the Server Status go to your files open server.tpl file and take the content and paste it into the template where it says {server}
Don't forget to remove the {template}/ .
Where it says "{nameLink}" is the server name and on {online} it's your server status.
Note: You can make the files .php at any time you want and add scripts in order to work via php and no manualy by you but now i'm here to learn you how to do the basic things.
Now as you can see the server status is looking fine
Do the following thing with all the other things are missing like forum topics,top pvp,top pk,etc and here you're you just adapt the Stress Web template to HTML template and it's ready to use.
Note: Where it says "{info}{content}" you will add the code from news.tpl file.
Here is a download link with the template as it is on the first preview picture if you want to use it.
I hope i helped you, have fun