• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Website help

feeniiix

New Member
Joined
Oct 31, 2013
Messages
114
Reaction score
4
Plx help me with website i dont work if someone can help me with i have TeamViewer 8 if someone can take a look plx :( i have been trying for 2 weeks now :(
 
someone say close skype iand i did but it is still this ! the site is loading really slow
but i have really good internet and what u se on this pic is when i get in to it its empty on site
and when i click on new account the site is loading but nothing is coming up !!




gfsdgfdgfdgdfgdfgd.png
 
have you triend to re-install your site just in case you did a step wrong?
also what versiont ot you running and which version of znote? may be some compatibility issues
 
Please check these things
config.lua (www)
Code:
    // Available options: TFS_02, TFS_03
    // TFS 0.2 = TFS_02
    // TFS 0.3 = TFS_03 (If ur using 0.3.6, set $config['salt'] to false)!
    // TFS 0.4 = TFS_03
    $config['TFSVersion'] = 'TFS_03';


Code:
    $config['salt'] = false;
 
this is on my www.


Code:
// Available options: TFS_02, TFS_03
    // TFS 0.2 = TFS_02
    // TFS 0.3 = TFS_03 (If ur using 0.3.6, set $config['salt'] to false)!
    // TFS 0.4 = TFS_03
    $config['TFSVersion'] = 'TFS_02';
 
Code:
$config['validate_IP'] = true; // Only allow legal IP addresses to register and create character.
    $config['salt'] = false; // Some noob 0.3.6 servers don't support salt.
 
Back
Top