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

MyAAC v0.7.12

Status
Not open for further replies.
Another error showed up when i was trying to change the player comment at guild page
Code:
Fatal error: Uncaught exception 'E_OTS_NotLoaded' in D:\Tibia Projekt\xampp\htdocs\system\libs\pot\OTS_Guild.php:230 Stack trace: #0 D:\Tibia Projekt\xampp\htdocs\system\pages\guilds.php(2358): OTS_Guild->getName() #1 D:\Tibia Projekt\xampp\htdocs\index.php(229): require('D:\\Tibia Projek...') #2 {main} thrown in D:\Tibia Projekt\xampp\htdocs\system\libs\pot\OTS_Guild.php on line 230
Also im unable to change the description, icon or invite player.

Who is online page does not show online players by vocation under the vocation icons.
2a63d09f778d3ed3bcdc99e162b67d8c.png
 
Theres a problem when creating a new char, all skills are always set to 0 regardless of samples.
 
Sometimes when im trying to load the who is online page this happen
XLnWH75.png


Also who is online under the vocation icons showing only non promoted players as i posted before. Also it says that 4 active players are online but only 2 of them are shown in the table.

//btw i fixed the boss creature i had to replace \ with /
 
Sometimes when im trying to load the who is online page this happen
XLnWH75.png


Also who is online under the vocation icons showing only non promoted players as i posted before. Also it says that 4 active players are online but only 2 of them are shown in the table.

//btw i fixed the boss creature i had to replace \ with /

Can you show me your vocations.xml file?
 
anyone able to solve this problem? Cant seem to get it to send emails using my gmail account

Fatal error: Class 'SMTP' not found in C:\XAMP\htdocs\system\libs\phpmailer\class.phpmailer.php on line 1520
 
How does the plugin template system work?

If I were to buy a template somewhere, how easy would it be to integrate?

Haven't done much php/HTML/CSS work.
 
During the installation of the new version same error popup with init.php as i had before in homepage or who is online.
701f91ba87a76d7c00e3ba15eaf3e764.png
 
Hello everybody!
I got some good newses!

Today I'm proud to announce that i'm releasing probably one of the most powerful Automatic Account Creator (AAC) ever made.

This AAC is based on Gesior, which means it has all features of Gesior, plus some more!

Some screens: New AAC Maker - MyAAC

Official GitHub project: GitHub - slawkens/myaac: A free and open-source Automatic Account Creator (AAC) written in PHP

Features:

  • all the features of gesior aac, listed here (UNNAMED acc. maker 0.3.2 beta for TFS)
  • support for TFS 0.2, 0.3, 1.0, 1.2, 1.3, otserv 0.6.3, 0.6.4 and above
  • based on gesior, but most files has been dramatically updated, with bug fixes and code changes
  • very clean base
  • easy installation with auto-detection for most config.lua values
  • nice looking addresses with friendly urls (.htaccess rules)!
  • account action log (shows actions that you did on your account, for example created character, buyed recovery key etc.)
  • account countries (country flags)
  • 3 character signature types to choose from
  • google's reCAPTCHA system
  • cache system. most pages are stored in cache for faster load
  • with powerful plugins system, you can easily add functionality to your website. add themes, add pages, add anything!
  • custom pages. add/modify new pages from admin panel
  • edit players from admin panel
  • easily migrate from Gesior AAC to MyAAC thanks to our awesome installation script
  • and more! not listed here.
How to install?
Download necessary files, navigate your browser to the place where you have uploaded your files - typically http://localhost. Follow installation steps to install AAC.

I'm using Gesior, can i switch to MyAAC?
Yes!
Its possible, thanks to our installation script, which automagically detects existing database schema and updates it. Just upload your MyAAC to your web root, and follow installation steps. No additional steps needs to be made! Your database will be converted from Gesior to MyAAC, and you won't lose anything! So simple!

Download: Releases · slawkens/myaac · GitHub

I just started using your AAC and it runs pretty smoothly but I am having a problem while using friendly_url. There are some mod_rewrite rules already written but I think that there's a little bug that doesn't allow spaces for example:

/characters/Hey+Sup - does not work.
?subtopic=characters=Hey+Sup - it does work.
/characters/Test - it does work.

Thanks in advance.
 
I just started using your AAC and it runs pretty smoothly but I am having a problem while using friendly_url. There are some mod_rewrite rules already written but I think that there's a little bug that doesn't allow spaces for example:

/characters/Hey+Sup - does not work.
?subtopic=characters=Hey+Sup - it does work.
/characters/Test - it does work.

Thanks in advance.

Its weird. Cause for me it works fine with spaces. Are you using .htaccess that is included with myaac?
 
Last problem sorted, new problem is, SMTP connect() failed. ive tried the settings provided by gmail
 
Last problem sorted, new problem is, SMTP connect() failed. ive tried the settings provided by gmail

also solved this problem myself! So google mail blocks access to apps using thier mail service by the way phpmailer will access the account, for anyone else having this issue you'll need to turn this feature on in your google account;-

Allow less secure apps: ON,

and these are the settings that work for me;-
'smtp_enabled' => true,
'smtp_host' => 'smtp.gmail.com',
'smtp_port' => 587,
'smtp_auth' => true,
'smtp_user' => 'secret',
'smtp_pass' => 'secret',
 
Premium Status in account management does not work, it always shows free account even if you have premium days, so i modded it to work, im not coder but it does the job if anyone wants this fix;-

file is accountmanagement.php
$account_reckey = $account_logged->getCustomField("key");
$account_Premmy = $account_logged->getCustomField("premdays");
if(empty($account_Premmy))
$account_status = '<b><font color="red">Free Account</font></b>';
else
$account_status = '<b><font color="green">Premium Account, '.$account_Premmy.' days left</font></b>';
 
Premium Status in account management does not work, it always shows free account even if you have premium days, so i modded it to work, im not coder but it does the job if anyone wants this fix;-

file is accountmanagement.php
$account_reckey = $account_logged->getCustomField("key");
$account_Premmy = $account_logged->getCustomField("premdays");
if(empty($account_Premmy))
$account_status = '<b><font color="red">Free Account</font></b>';
else
$account_status = '<b><font color="green">Premium Account, '.$account_Premmy.' days left</font></b>';

d41811be403272cf057242f66189e6e7.png


It works good even without your code.
 
Slawkens please fix the guild site so i could invite a players also its showing an error when im trying to change the title as i posted before.
Code:
Fatal error: Uncaught exception 'E_OTS_NotLoaded' in D:\Tibia Projekt\xampp\htdocs\system\libs\pot\OTS_Guild.php:230 Stack trace: #0 D:\Tibia Projekt\xampp\htdocs\system\pages\guilds.php(2358): OTS_Guild->getName() #1 D:\Tibia Projekt\xampp\htdocs\index.php(229): require('D:\\Tibia Projek...') #2 {main} thrown in D:\Tibia Projekt\xampp\htdocs\system\libs\pot\OTS_Guild.php on line 230

Also in the creature site when i reload the monsters i see them all in added for example added Omruc. But some of them like Omruc are not in the table. Idk why.
 
Status
Not open for further replies.
Back
Top