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

modernaac

  1. xTremoxx

    [Modern ACC] Auction System (Page)

    Auction System For MACC (Only Page) Credits: xTremoxx - Fix Script and Customize Paxton - Fix Script vdK - Develop Script Install: First step, get all script in this TOPIC, except website page. Second step, goto MACC root folder and /system/pages create a new file called auctionsystem.php...
  2. FabianoBN

    [Gesior AAC/Modern ACC] - Page Mounts

    FOR GERSIO ACC Create in folder of your web One file of name: mounts.php and paste this: <?PHP $main_content .= "<center><h2> | Mounts | ".$config['server']['serverName']." |</h2></center>"; $main_content .= "<style type=\"text/css\"> .bordafina { border-collapse : collapse; } </style>"...
  3. tatu hunter

    ModernAAC version 1.0.2 released!

    Hello Dears! A new version of ModernAAC is released today! Version 1.02 This version come with alot of bugfixes and improvements in codes! 262 5m tatu_hunter / Changed version to 1.0.2 261 23m tatu_hunter / * Now ModernAAC require PHP version >= 5.3.5 260 27m...
  4. kamilvt

    [ModernAAC]Homepay script

    Hi, i rewrite script from gesior aac, now i have first Script, only homepay version I'll add the rest later Script first - homepay version: <?PHP require("config.php"); $ots = POT::getInstance(); $ots->connect(POT::DB_MYSQL, connection()); $SQL = $ots->getDBHandle()...
  5. kamilvt

    [ModernAAC] Commands

    Hi, i just change script by Archez DEMO : CLICK <?php require("config.php"); $ots = POT::getInstance(); $ots->connect(POT::DB_MYSQL, connection()); $SQL = $ots->getDBHandle(); $config['site']['vdarkborder']=''; $config['site']['darkborder']=''...
  6. Hultin

    [Modern AAC][Using the MVC] Support list

    Hello, I've seen alot of people not properly using the MVC modell, it's there why not use it? Here is my support list, you will have to style it yourself. supports_model.php (Model) <?php /* Copyright Johan Hultin Please don't remove this copyright information You are free to edit...
  7. Elexonic

    Shop System Full! [Modern AAC]

    Hello everyone. I bring this incredible shop system for their website [Modern Account] The best shop system that can find to modern account is this! All credits for: AndresPro! Idea And Proposed Elexonic [Several Months Ago =* ] Last Update: 7/1/2011 Modern Account Rev: 244 Tested In Tfs...
  8. MiPo91

    [Modern AAC] Fixed Guild System

    Hello, I decided to release my fix for the Modern AAC guild system. NOTE: That you need to be offline when leaving, inviting-, kicking players or making guild This one fixes the following problems: 1.Players can't leave from guild. 2.Vice leaders cant invite players. 3.Guild Leaders...
  9. Erikas Kontenis

    [Modern Acc] Very Advanced Support list. include lua, php, mysql, css.

    Hello i would like to release my new idea for modern acc this should be Advanced Support List very advanced. First of all some credits to CyberM becouse i used his support list. Lets start from mysql inject add this query. ALTER TABLE `players` ADD `onlinetimeall` BIGINT( 255 ) NOT NULL...
  10. kito2

    [Modern AAC] spells list (sorting by vocation)

    If you have the database spell of gesior, then you will be able to use this php: <?PHP $vocation_name[0][0] = array(0 => 'None', 1 => 'Sorcerer', 2 => 'Druid', 3 => 'Paladin', 4 => 'Knight'); $vocation_name[0][1] = array(1 => 'Master Sorcerer', 2 => 'Elder Druid', 3 => 'Royal Paladin', 4 =>...
  11. J

    Releasing an Auto Restart OT script via Modern AAC!

    Hello guys, today i'm releasing an auto restarter to Modern AAC! I would like to say that the original thread was done by Zakius, and i just converted it to Modern AAC. This is just for Windows! Ok, so lets start! in \system\pages and make a new file called restarter.php and add <?PHP $path =...
  12. Kavvson

    [Modern AAC] Injection - Top Guild Rating

    Hello. This is my second version of my script. The other once can be found here : http://otland.net/f118/modern-aac-page-top-guild-rating-107492/ | and its a page version of this script this one will be displayed on the home page as a injection. Tutorial where to place it? enter the...
  13. Kavvson

    [Modern AAC] Page - Top Guild Rating

    This is a Top Guild points script page for Modern AAC. Thx to Mipo91. How to include the page? *Manually* create a file guildpoints.php in system/pages Go to this page http://127.0.0.1/index.php/admin/createPage create a page guildpoints input there the code <?php...
  14. Kavvson

    [Modern AAC] Injection - Guild statistics V3!

    Greetings Fellows. I would like you to present a Injection for the latest Aac maker. Its not official don't its still a beta version but you might use it later. I made a injection based on showing the amount of players in guild and the amount of players that are invited in the guild. I hope i...
  15. MiPo91

    [Modern AAC]Last joined, Free Houses and other!

    Hello, I decided to convert [Gesior Acc] Last joined, Free Houses and other! to Modern AAC. You can change the colors of the table easily at here. $lightborder = '#282828'; $darkborder = '#242424'; Remember to change your server name at here $servername = 'Your server name here'...
  16. TomCrusher

    [Modern ACC] Automatic Dotpay script

    So I don't want offend any of the developers Modern ACC but the truth is that, you can on Otland find all types of payments available for Modern ACC apart Dotpay, so I finishing all searching for Polish users. So let's start: 1.Open an account administrator (for example...
  17. Doggynub

    [Modern ACC/ Gesior link] Football highscores

    Footall highscores :]--Gesior link at end of page-- --To let you know , I dont know a shit about web related codings so this is only simple edits to cyber's tetris system, you can change it as you want-- Important You need to see this page before installing this in your site( to add needed...
  18. tosse12

    [Modern AAC] Spell list

    Before you start adding this to your page I must warn you! This isn't a Perfect script! This script is based of Znote Automatic Donation script. Anyways, if you want an example before adding this script visit: Panchira - The World of Epics How to install: Create a new file in views...
  19. FabianoBN

    [Modern AAC][Command] Adding Premium Points

    This script is based on the script PAXTON. So all credit goes to him! More if you want to just thank me Rep++ This code is simple it adds premium points for players. PAXTON words modified by me: I hope you do not fret! Adding the Script: Create a folder in commands/scripts under the name...
  20. hodleo

    [Modern AAC] Advanced Server Info v2

    This new awesome script displays essential info of your OT. You only have to set the location of your server directory to make it work! The script loads the info from three of your server files. This script does not work if you install it via Admin Panel, so don't install it that way. Create...
Back
Top