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

[Nicaw ACC] Working with OTServ (0.6.3)

Kayan

Active Member
Joined
Sep 19, 2007
Messages
1,561
Reaction score
38
Location
Santa Catarina
Nicaw AAC (Automatic Account Maker) for SVN otserv based servers.


dbimage.php



Major features:
* Changeable skins
* Account Editing
* Guild Editing
* Server news system
* Working with schema 25.
and more....

* Working with

http://otland.net/f18/9-10-otserv-0-6-3-r-6105-a-134982/
http://otland.net/f18/8-70-otserv-0-6-3-r-6052-a-129323/
http://otland.net/f18/8-60-otserv-0-6-3-r-6052-a-129322/

If you found a bug, report it here. Suggestions can be posted here or sent via PM.

View attachment nicaw.7z
 
Last edited:
Hello guys im using the newest nicaw AAC for my tibia ot 8.54 ;

Fatal error: Uncaught exception 'DatabaseException'
Message: Account::existsName() failed. If your server doesn't support account names pelase use AAC release v3.20
File: account.php on line: 177
Script was terminated because something unexpected happened. You can report this, if you think it's a bug.

Debug Backtrace: Disabled

I've searched true alot of forums , first i started to look on google > otfans > otland> friends
no one gets it. I hope u guys can help me out

Thanks in advance!

what about this error :
Fatal error: Uncaught exception 'DatabaseException'
Message: Account::existsName() failed. If your server doesn't support account names pelase use AAC release v3.20
File: account.php on line: 177
Script was terminated because something unexpected happened. You can report this, if you think it's a bug.

Debug Backtrace:Disabled
 
Last edited by a moderator:
Thanks Snapzin ! i did it now :)

@ u all who have this problem up here : i used the nicaw link from above on a TFS 0.2.7v and no matter what i did i got those errors.
Conclusion: Nicaw AAC dont work for TFS 0.2.7v!
 
haha yeah very stupid of me i should have just read it [Nicaw ACC] Working with last versions of Otserv! xD
Sorry for these useless posts
 
haha yeah very stupid of me i should have just read it [Nicaw ACC] Working with last versions of Otserv! xD
Sorry for these useless posts

Yes i already helped you in private messages ;D, but f u want i can post a version working with tfs 0.2.7
 
"existsName() failed. If your server doesn't support account names pelase use AAC release v3.20"

I'm using OTServ 8.60 r.6052, so I don't usderstand why I'm getting this error.
 
CREATE TABLE `nicaw_accounts` (
`account_id` int(10) unsigned NOT NULL,
`rlname` varchar(50) NULL,
`location` varchar(50) NULL,
`comment` tinytext NULL,
`recovery_key` char(32) NULL,
`reveal_characters` tinyint(1) NOT NULL default '1',
UNIQUE KEY `account_id` (`account_id`)
) ENGINE = InnoDB;# MySQL returned an empty result set (i.e. zero rows).


CREATE TABLE `nicaw_account_logs` (
`id` int(10) unsigned NOT NULL auto_increment,
`account_id` int(11) NOT NULL,
`ip` int(11) NOT NULL,
`date` int(11) NOT NULL,
`action` varchar(255) NOT NULL,
UNIQUE KEY `id` (`id`),
KEY `account_id` (`account_id`)
) ENGINE = InnoDB;# MySQL returned an empty result set (i.e. zero rows).


CREATE TABLE `nicaw_news` (
`id` int(10) unsigned NOT NULL auto_increment,
`title` varchar(64) NOT NULL,
`creator` var[...]


when trying to add nicaw's schema file to phpmyadmin. i AM using OTServ 8.60 r.6052 so i dont know why this is happening~? any help please
 
just paste into htdocs (programm xampp)

- - - Updated - - -

htdocs - folder in program xampp using to host your website server
 
Back
Top