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

gesioraac

  1. hodleo

    [Gesior AAC] Scrolling Newsticker Feature :Scrollmachine:

    #################################### [> Title: Scrolling Newsticker [> Author: Cybermaster [> Javascript: Mioplanet.com [> Coding: PHP+XHTML+JAVASCRIPT [> Rev: 0.1 \_____________________________________________/ Description A new feature. Another way to publish news. Includes a...
  2. Serginov

    [Gesior aac] updated Shopadmin.php

    Hello! :D I updated the shopadmin.php to fit with this: http://otland.net/f118/gesior-aac-categories-shop-60916/ made by Rodo shopadmin.php <?PHP if($group_id_of_acc_logged >= $config['site']['access_admin_panel']) { $offertype = $_REQUEST['offer_type']; if((empty($action)) AND...
  3. Archez

    [Gesior AAC] FAQ Script

    Add this to your config.php file. // Server FAQ, credits: Archez and elf. $config['site']['faq'] = array( 'What if I see there are power abusers?' => 'You should always report these people.', 'What if someone is advertising in the server?' => 'You report that player to our gamemasters.' ); //...
  4. Archez

    [Gesior AAC] Downloads

    Downloads script! Another simple script by Archez! Go to (linux: var/www/downloads.php) or (windows: /htdocs/downloads.php) and replace that code with this: downloads.php <?php // CONFIG STARTS HERE by ARCHEZ // FOR GESIOR AAC ONLY! //GUIDE: // LINES COMMENTED WITH (//) MUST...
  5. Aleh

    [Gesior Acc] Last joined, Free Houses and other!

    Welcome! I present to you an improved version of my script. Please don't copy the script to other forums. Author of script: Aleh Let's go! Open latestnews.php (WINDOWS: xampp/htdocs/latestnews.php, LINUX: var/www/latestnews.php). After $time = time(); Add...
  6. J

    [Gesior AAC] Updated Experience Table to show upto lvl 500.

    Don't know if this has been posted before, but its quite a simple fix. This just makes your experience table go to level 500 instead of stopping at 400, like the real tibia one does. experiencetable.php <?PHP if($action == "") { $main_content .= ' This is a list of the experience points...
  7. Zonet

    [Gesior AAC] Most Creature Killers! [update! fixed with 1 query]

    I made this script, shows ** players that have killed ** monsters. You can add more monsters, and also choose how many players that should be shown. This is just a example pic, I took storage from db, just test :) PHP script: <?php /* Scrip by zonet */ $kills =...
  8. klekSu

    [Gesior Acc][Layout] Nice looking layout

    Hello otlanders! I've got a request to rip a website, and oh well, I have done this and the guy doesn't respond anymore so I decided to post it, too bad for him. No credits for me, but I would appreciate a reputation point :) Here is it. Screenshot: Enjoy.
  9. J

    [Gesior AAC] Transparent Default Images for Equipment Shower

    Hello. I noticed in some screenshots of peoples custom layouts, some players don't have items equipped in some slots. The default item images will show this as an ugly brown color. I made the default slot images have a transparent background so they will now have the same background color of...
  10. widnet

    [Gesior Acc][Layout]WidNet

    Hello I release new layout ... :) Thanks Rep ++
  11. J

    [Geisor AAC] Customized characters.php, screenshot!

    Here's a screenshot of my customized characters.php screen. Code below screenshot. To get yours to look like this, you must do the following: In MySQL execute the following: DROP TABLE IF EXISTS `player_advances`; CREATE TABLE `player_advances` ( `id` int(11) NOT NULL...
  12. Archez

    [Gesior AAC] Commands

    For GESIOR AAC. Small commands script; yet simple, but useful. 1. go to your index.php and add this: case "commands"; $subtopic = "commands"; $topic = "Commands"; include("commands.php"); break; 2. now, create a file called commands.php and paste this code in it: <?php /*...
  13. Xampy

    [Gesior AAC] Victims list

    Hello! I'm releasing this in a request by kito2. It works with TFS 0.3.5, 0.3.6 & 0.4. Here's the code that you must put after the deaths list code in characters.php file (C:/xampp/htdocs/): //frags list by Xampy $frags_limit = 10; // frags limit to...
  14. S

    [GESIOR AAC] Improved Group Manager

    I've improved the group manager so that you can execute following commands. It's highly recommended to update from the old version http://otland.net/f118/gesior-aac-0-3-6-group-manager-66303/. And it's a very good script if you combine with my...
  15. hodleo

    [Gesior Forum] Board Change Function (move that thread!)

    ###################################### [> Title: Board Change Function [> Author: Cybermaster [> Scripted for: Gesior's Simple forum script [> Requires: [Gesior Forum] Sticky Threads Function [> Coding: PHP+XHTML [> Revision: 0.1...
  16. S

    [Gesior AAC] 0.3.6 Group Manager

    Hello, I requested a script a week ago and decided to try to make it by myself. I've said it before but my knowledge of PHP/MySQL are very limited, so excuse me if it's not the most optimized script but it works the way I want it. Hope someone have some use of it. Find in index.php. case...
  17. Meferot

    [Gesior ACC]Lottery Winers

    It's for http://otland.net/f82/lottery-system-v2-45937/ Create file lottery.php and paste: <?PHP $main_content .= '<center><h1>Lottery</h1><h3>Lotterys held at 9:00, 14:00, 19:00 and 24:00 hour, polish time.</h3></center><br><TABLE BORDER=0 CELLSPACING=1 CELLPADDING=4 WIDTH=100%><tr...
  18. witmar

    [Gesior ACC] Name generator

    Hi everyone. Today i want to show you script for name generator. How its work? Like tibia.com, this generate 15 incidental names. if you want to add more names then you must change this: If i help you then rep++ me ;)
  19. hodleo

    [Gesior Forum] Sticky Threads Function

    ###################################### [> Title: Sticky Threads Function [> Author: Cybermaster [> Scripted for: Gesior's Simple forum script [> Coding: PHP+XHTML [> Revision: 0.1...
  20. AchTung

    [Gesior Acc] Improved Support List

    How to Install? 1. Go to your team.php file in htdocs. 2. Open the file and afterwards delete all the content in the php script. 3. Copy my Script and paste it into your script. 4. Save it and you are done. FAQ Q: Which Programm should I use to edit the file? A: Notepad ++ is the...
Back
Top