• 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 for query: guild with id 0

  1. Guilherme sua

    GuildPowerFull Help

    most powerfull not open the guild or images use this script . someone help me? "https://imgur.com/a/R45qi" // top kills - guilds $main_content .= '<div class="NewsHeadline"> <div class="NewsHeadlineBackground" style="background-image:url(' . $layout_name ...
  2. Rexxar

    Geisor ACC. Maker

    The error is most likely because the code was done to take the guild ID and return information from that, not the name. And thus since a string equals to "0" in mathematical terms, the code tries to find a guild with the id "0", and as you can see that ain't working. To fix it you would most...
  3. F

    latestnews.php not showing the correct guild logo

    When i got to my website, on latestnews it should show some ot information, part of it is the top guilds, and it does just that but if the guild has the default guild logo, it doesn't show it, it shows a blank one instead, this is the code i use: [php]<?php if(!defined('INITIALIZED')) exit...
  4. Zerak

    Bug With Guild Logo

    Your code doesn't work with your Gesior Version, since you haven't given us a link to your website, I don't know what version you use. But I think you use the newer one(2012). Replace $main_content .= ' <td style="width: 25%; text-align: center;"> <a...
  5. OZiRY

    Windows Modern AAC Guilds

    I've got the same problem.. guilds.php <?php class Guilds extends Controller { public function index() { $this->load->helper("form"); $this->load->model("guilds_model"); require_once("system/application/config/create_character.php"); $data = array(); $data['config'] =...
  6. K

    Guild system Modern aac

    Fixed one here <?php class Guilds extends Controller { public function index() { $this->load->helper("form"); $this->load->model("guilds_model"); require_once("system/application/config/create_character.php"); $data = array(); $data['config'] = $config...
  7. Guilherme sua

    I NEED - Most Powerful Guild To Gesior 2012

    Place this code in your latest news below < ? Php https://imgur.com/QBYmOUV
  8. imkingran

    [TFS 1.0] Gesior 2012 Top Guilds

    I <3 you!
  9. Believer

    Featured Article on website

    how to add most powerfull guilds in that box? please help me! Here is the most powerfull guild code: $main_content .= '<div class="NewsHeadline"> <div class="NewsHeadlineBackground" style="background-image:url(' . $layout_name . '/images/news/newsheadline_background.gif)"> <table...
  10. Terotrificy

    Add to guild system active and inactive status (and delete if inactive from startup.lua)

    I just noticed the servers doesn't have the guild system working as it worked in rl tibia, so i created 2 tables into guilds (int expirationdate and boolean int status), so basically expirationdate have a value of time() + 3 days when you create the guild, and status is set to 1 (false). My...
  11. Dark Magican

    TFS 1.X+ 8.60 Guilds emblem, need reconnect

    Hello everyone! I have a problem, I added the war system to TFS 1.5 8.60 downgrade by Nekiro, everything works - only for the 'emblem' shields to appear, I have to relog the characters. I use OTCv8 Could anyone help fix this? warsystem.lua playerdeath.lua
  12. R

    Modern acc bug when i create new guild

    Hello, when i want to create a guild i get Array ( [0] >= Array ( [id] >= 50 [name] >= Szakal [level] >= 8 ) ) and then i get white page ... here my create_guild: <?php require_once("system/application/config/create_character.php"); echo "<h1>Create Guild</h1>"; if(count($characters) ==...
  13. Carlitos Flow

    Error mysql_real_query

    Good day OTland, i get an error in my console saying that ever than save: I only added most powerful guild to my website, and it start to send this error, what could be? please help, here is the first part of my lastest new.php (i put this) ?PHP //######################## SHOW TICKERS AND...
  14. P

    Simple castle system.

    Hello i looking for simple castle system, guild with the most damage in "The Gate" then the GUILD can pass the teleport :) (update the database guild_castle : ID = ID of guild with the most damage, and movements "TELEPORT" check in database ID of guild if you're in this guild you can go through...
  15. C

    [PHP] Top Guilds wont show

    try this try this <?PHP $main_content .= '<div style="text-align: center; font-weight: bold;"><h2>Top 15 guilds on ' . $config['server']['serverName'] . '</h2></div> <center><table border="0" cellspacing="1" cellpadding="4" width="80%"> <tr> <td width="10%">Pos</td> <td...
  16. cronoxhere

    How do u get the most powerfull guilds to the top of the news at my website?

    for top guilds, which you should place in latestnews.php- anywhere you wish: $main_content .= '<div class="NewsHeadline"> <div class="NewsHeadlineBackground" style="background-image:url(' . $layout_name . '/images/news/newsheadline_background.gif)"> <table border="0"> <tr> <td...
  17. hiszpi599

    [0.3.6-0.4] Top fragers and top guilds with one database query

    Have same problem... Sth must be wrong with: a href="?subtopic=guilds&action=show&guild=' . $guild['id'] . ' because $guild['id'] is always nil Probably know what's going on... This script have problem when: -you haven't created any guild, -you have created guilds, but none of them...
  18. S

    Guild War System or/and Tournament System

    Hello i create Guild War System or/and Tournament System. I test in TFS 0.4 no crashes. Commands : !guilds guildfirstname1,guildsecondname,arena -- start war -- !reset only for admins -- reset storage -- Teleport for join guild to war actionid 9990 -- CREATE IN TEMPLE Teleport for leave wait...
  19. Limos

    Solved TFS 0.3.6 to 0.4 some bugs needed to be fixed

    CREATE TABLE "guild_wars" ( "id" INTEGER PRIMARY KEY NOT NULL, "guild_id" INTEGER NOT NULL, "enemy_id" INTEGER NOT NULL, "begin" INTEGER NOT NULL DEFAULT 0, "end" INTEGER NOT NULL DEFAULT 0, "frags" INTEGER NOT NULL DEFAULT 0, "payment" INTEGER NOT NULL DEFAULT 0...
  20. Chris

    How to make that vice leaders can invite member to guild too?

    Oh, obviously. Sorry about that. Open /system/application/controllers/guilds.php. Locate the management($id) function. Within it you will find this line: if(!$this->guilds_model->isGuildLeader($data['guild'][0]['ownerid'])) $ide->redirect(WEBSITE."/index.php/guilds");Change it...
Back
Top