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

Search results

  1. M

    Create Character script edit

    Here you go: //## CREATE CHARACTER on account ### if($action == "createcharacter") { if(count($config['site']['worlds']) > 1) { if(isset($_REQUEST['world'])) $world_id = (int) $_REQUEST['world']; } else $world_id = 0; if(!isset($world_id)) {...
  2. M

    [MyAAC][Plugin] Landing page

    This is landing page for MyAAC. Its based on this: [ALL AAC] Start page (90% real tibia) You don't need to create any directories, it will work automatically! Download: Release landing-page 1.0 · slawkens/myaac-landing-page · GitHub Installation: Go to Admin Panel, select 'Plugins', and then...
  3. M

    MyAAC v0.7.12

    I will be moving this week shop system from latest Gesior to this AAC. I will be also moving new Account Management from latest Gesior. Currently only this shop is available with paypal, homepay, dotpay and contenidopago: [MyAAC][Plugin] Gesior Shop System
  4. M

    MyAAC v0.7.12

    Today I've moved menus to the database and added some nice editor to edit them! Now you can easily add new pages using Pages and Menus Admin Tools. Look:
  5. M

    [MyAAC][Plugin] Gesior Shop System

    Try with this version: https://github.com/slawkens/myaac/archive/master.zip
  6. M

    [MyAAC][Plugin] Gesior Shop System

    Edit system/pages/points.php Change: ?subtopic=paypal To: ?subtopic=points&system=paypal
  7. M

    MyAAC v0.7.12

    You don't need to set anything in config. It detects automatically.
  8. M

    MyAAC v0.7.12

    Yes. It is compatible with OTHire. I tested it with OTHire OTHire 0.0.3. Use latest version - MyAAC 0.6.6.
  9. M

    [MyAAC] Znote Converter

    This plugin converts your existing Znote tables schema to MyAAC schema. It converts: znote_accounts: points, created, flag to accounts: premium_points, created, country znote_players: created, hide_char, comment to players: created, hidden, comment newses, changelogs, forum boards, forum...
  10. M

    [MyAAC][Plugin] Creatures like on Tibia.com

    This plugin changes creatures page to be more realistic (like on tibia.com) Requirements: Minimum MyAAC 0.3.0 is required. Installation: Go to Admin Panel, select 'Plugins', and then select real-tibia-creatures.zip and click upload. That's all! I also include a script that I used to convert...
  11. M

    What are the most used features / pages on OT websites?

    I would say Account Management page is most important. Changing email, password, creating characters, deleting characters, etc. Also, highscores and view character are a must-be.
  12. M

    Solved Rachel (mf e lf seller) doesn't work.

    You have commented the part where it adds 'buy bp of mf' Remove: --[[ and ]]--
  13. M

    [MyAAC][Plugin] Most powerful guilds (TFS 0.3/4 and 1.0)

    This is most powerful guilds plugin for MyAAC. It displays guilds that have most unjustified kills. Requirements: Any version of MyAAC. Installation: Go to Admin Panel, select 'Plugins', and then select powerful-guilds.zip and click upload. That's all! In config.local.php, optionally add...
  14. M

    [MyAAC][Plugin][Template] First Tibia Global Layout

    Yeah this is a little updated tibiacom layout, not that one MyAAC provides. But fur sure, I will update highscores to fit latest tibia.com template.
  15. M

    [MyAAC][Plugin][Template] Trees

    Some fresh template for all MyAAC users is coming! Requirements: Minimum MyAAC 0.5.0 is required. Demo: http://demo.my-aac.org/?template=trees Installation: Go to Admin Panel, select 'Plugins', and then select trees-template.zip and click upload. That's all! In config.local.php set...
  16. M

    MyAAC v0.7.12

    Edit this in accountmanagement.php echo $twig->render('error_box.html.twig', array('errors' => $show_msg)); change $show_msg to $show_msgs
  17. M

    Mysql problem when iniciating server

    Are you sure root user has no password set? If I would be you, then I would create a new user in the database named global, with all privileges to database global. It's more secure.
  18. M

    MyAAC v0.7.12

    Try replacing: foreach($skills as &$skill) { with: foreach($skills as $skill) { in characters.php Post me your spells.xml file.
  19. M

    [MyAAC][Plugin][Template] ShadowCores

    You need to login to your admin account (the one you created while installing the AAC), and then at the bottom of the site there's a link to the Admin Panel, click it. Then when you're in Admin Panel, click on 'Plugins', select file uploaded in this thread (ShadowCores-template.zip) and click...
  20. M

    MyAAC v0.7.12

    Thats cause I didn't updated latest version number on my-aac.org (the site where its saved what latest version is). But actually the latest version is 0.4.2, which you can download here: Releases · slawkens/myaac · GitHub Simply download the zip file, copy config.local.php somewhere and then...
Back
Top