• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

GESIOR 2012 - Version 1.0.0 BETA

Status
Not open for further replies.
The last thing right now is : How i change the color of the text in menu at the left?
 
The last thing right now is : How i change the color of the text in menu at the left?
Like in my last post:
...
At line 300 edit visible link text:
<div class='SubmenuitemLabel'>Experience Table</div>

In place of 'Experience Table' you can write:
Code:
<span style="color:red">Your Red Text</span>
or (levels of red, green, blue from 0 to 255):
Code:
<span style="color:rgb(100,50,20)">Your RGB Text</span>
or in classic websites form (red, green, blue levels after # in hexadecimal system):
Code:
<span style="color:#C8C933">Your RGB Text</span>

You can also use few colors in one line:
Code:
<span style="color:red">Buy </span><span style="color:blue">Points</span><span style="color:green">!!!!!</span>
On page looks like:
Buy Points!!!!!
 
Getting this error below:

Error ID: #E-7
More info: There is no key sqliteDatabase in server config file.

File: /home/otsmanager/www/public_html/install.php Line: 195

Using linux server, rev. 3884

SOLVED

Thanks Gesior for your help! rep++
 
Last edited:
Getting this error below:

Error ID: #E-7
More info: There is no key sqliteDatabase in server config file.

File: /home/otsmanager/www/public_html/install.php Line: 195

Using linux server, rev. 3884

SOLVED

Thanks Gesior for your help! rep++
To other users:
Use proper version of acc. maker for your TFS distribution. He had 0.2.13+ acc. maker and TFS 0.4.
Also remember to set database type to 'mysql' (default it's 'sqlite' in config.lua of TFS).

Special thanks to Rói Holgarsson for bug report in PayPal script and tests on his dedic.

-------------------------------------------------------
To moderators:
PLEASE CLOSE THIS THREAD AND APPROVE NEW THREAD WITH VERSION 1.0.1
 
Last edited:
Status
Not open for further replies.
Back
Top