• 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!

Cant use Admin Panel Znote acc.. :/

demon111

New Member
Joined
Mar 13, 2010
Messages
36
Reaction score
0
Hello i have a problem i can login at my website but i cant go to admin page :/
in config.php i put the charactername = Accountnumber
i login with that account on website and i cant go to admin page ...

i hope u can help me :)
 
@demon111 As HalfAway said you need to put there your ACCOUNT NUMBER.
By the way create new account, and don't login on it before you give it the access to admin.
 
@demon111
Try again with those steps:
1.Create new account.
2.Go to your config, and put there your ACCOUNT NUMER.
3.Login on the website.

I had same issue some time ago and it worked for me and remember: ! DON'T LOGIN ON THE WEBSITE BEFORE YOU GIVE TO THE ACCOUNT ADMIN ACCESS ! It must work! :D
 
@demon111
Try again with those steps:
1.Create new account.
2.Go to your config, and put there your ACCOUNT NUMER.
3.Login on the website.

I had same issue some time ago and it worked for me and remember ! DON'T LOGIN ON THE WEBSITE BEFORE YOU GIVE TO THE ACCOUNT ADMIN ACCESS ! It must work! :D


Thanks i will try it :)
 
Tfs 1.1
Znote acc..
Well so that's must be version "master" of znote.
Are you have this part of code configured right?
Code:
<?php
    // 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
    // TFS 1.0 = TFS_10 (Under developement)
    $config['TFSVersion'] = 'TFS_03'; --- your TFS version
    // As far as I know, OTX is based on TFS_03, so make sure TFS version is configured TFS_03
    $config['CustomVersion'] = false;

    $config['site_title'] = 'Znote AAC';
    $config['site_title_context'] = 'Because open communities are good communities. :3';

    // Path to server folder without / Example: C:\Users\Alvaro\Documents\GitHub\forgottenserver
    $config['server_path'] = 'your server path';

If you are then I can't help you... You can always try to reinstall and configure again your acc maker.
 
Well so that's must be version "master" of znote.
Are you have this part of code configured right?
Code:
<?php
    // 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
    // TFS 1.0 = TFS_10 (Under developement)
    $config['TFSVersion'] = 'TFS_03'; --- your TFS version
    // As far as I know, OTX is based on TFS_03, so make sure TFS version is configured TFS_03
    $config['CustomVersion'] = false;

    $config['site_title'] = 'Znote AAC';
    $config['site_title_context'] = 'Because open communities are good communities. :3';

    // Path to server folder without / Example: C:\Users\Alvaro\Documents\GitHub\forgottenserver
    $config['server_path'] = 'your server path';

If you are then I can't help you... You can always try to reinstall and configure again your acc maker.




<?php
// 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
// TFS 1.0 = TFS_10 (Under developement)
$config['TFSVersion'] = 'TFS_10';
// As far as I know, OTX is based on TFS_03, so make sure TFS version is configured TFS_03
$config['CustomVersion'] = false;

$config['site_title'] = 'My Custom Ot';
$config['site_title_context'] = 'Bestot';

// Path to server folder without / Example: C:\Users\Alvaro\Documents\GitHub\forgottenserver
$config['server_path'] = 'C:\CustomCE\forgottenserver-master';
 
@demon111 Everything looks fine. Sorry mate I tried to help you. Maybe the reason that this worked to me was that I was using TFS 0.4, I don't know.
 
Last edited:
Back
Top