• 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. jimmydunphy

    Solved Guild with ID:0 doesnt exist gesior for tfs 1.2

    I am now 100% certain that for whatever reason, guilds are not saving in phpMYadmin. I think I have all the correct Columns ( I have 10 in total, ID, Name, Ownerid, creationdata, motd, description, guild_logo, create_ip, balance, last_execute_points ) I have a primary key on ID and unique keys...
  2. N

    OTClient GUILD ON LOOK

    Hi, im looking for the info when you click on the player. Only says profession and lvl not the guild. Can u help me please? i found this script, but i dont know how to install.. thanks 1610732657 up
  3. Zantera.S

    Guild Wars page error

    Hey guys when I click on the "Guild Wars" topic on my website I get this error :( The website encountered an error while retrieving http://localhost/?subtopic=wars. It may be down for maintenance or configured incorrectly. Here is my wars.php file <?php $main_content = "<h1...
  4. S

    Gesior2012 - If is in WAR, can't delete guild.

    Hi guys! Someone with more experience in php can help me with this? I am trying to make players who are at war cannot delete the guild or leave it until war is finished. But without success. Im using Gesior2012 and here is my part of guilds.php: Delete Guild: if($action == 'deleteguild') {...
  5. I

    Gesior Acc 0.3.6 Problem z most powerful guilds!

    Odkopie , może się komuś przyda $main_content .= '<div class="NewsHeadline"> <div class="NewsHeadlineBackground" style="background-image:url(' . $layout_name . '/images/news/newsheadline_background.gif)"> <table border="0"> <tr> <td style="text-align...
  6. D

    [Gesior AAC] 0.3.4 (beta4) fixed v5

    Correct link: /?subtopic=guilds&action=show&guild=39 Bugged link: /?subtopic=guilds&action=show&guild=Elite Of Extreme The Following Errors Have Occurred: # Guild with ID 0 doesn't exist. How to fix?
  7. D

    Geisor ACC. Maker

    Correct link: /?subtopic=guilds&action=show&guild=39 Bugged link: /?subtopic=guilds&action=show&guild=Elite Of Extreme The Following Errors Have Occurred: # Guild with ID 0 doesn't exist. How to fix?
  8. Roddet

    PHP Some PHP Expert to Help me of This command...

    $query = $SQL->query('SELECT `g`.`id`, `g`.`name`, SUM(`p`.`level`) AS `level` FROM `players` p, `guilds` g, `guild_ranks` gr WHERE `p`.`rank_id` != 0 AND `p`.`rank_id` = `gr`.`id` AND `g`.`id` = `gr`.`guild_id` GROUP BY `g`.`id` ORDER BY `level` DESC LIMIT 5; '); foreach($query as...
  9. V

    Bug With Guild Logo

    $main_content .= '<div class="NewsHeadline"> <div class="NewsHeadlineBackground" style="background-image:url(' . $layout_name . '/images/news/newsheadline_background.gif)"> <table border="0"> <tr> <td style="text-align: center; font-weight: bold;">...
  10. Nux

    Text in The Middle

    Hi guys, i wonder if its possible to make the text"Most Powerfull Guilds in the middle of that brown field. here is the script $main_content .= '<div class="NewsHeadline"> <div class="NewsHeadlineBackground" style="background-image:url(' . $layout_name ...
  11. P

    Nie wczytuje loga guildi

    Mam taki problem z guilds w latestnews ,a mianowicie gdy dodalem ten skrypt w latestnews To nie wczytuje loga guildi wiecie co jest nie tak? prosze o pomoc
  12. Zonet

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

    You are probably using old Gesior AAC that was with guildname instead of ID :p Try this. $main_content .= '<div class="NewsHeadline"> <div class="NewsHeadlineBackground" style="background-image:url(' . $layout_name . '/images/news/newsheadline_background.gif)"> <table border="0"> <tr>...
  13. R

    Fixed Guild War System for Website [include all]-[will not count frags] (TFS 0.3+)

    "The Following Errors Have Occurred: Guild with ID 0 doesn't exist." wtf??
  14. Team Pirate

    Powerfullest guild system.

    This is how its look now:/pirateot.mine.nu I have pk peapol so it should work fine, This is my Latesnews.php: [CODE]<?PHP $main_content .= '<div class="NewsHeadline"> <div class="NewsHeadlineBackground" style="background-image:url(' . $layout_name ...
  15. C

    Gesior 2012 guilds creation problem [TFS 1.3]

    Hello, I have a problem with starting Guilds, namely when I start guilds everything is going well Then after clicking Next Ultimately, the guild doesn't come into being This is my pages/guilds.php https://pastebin.com/raw/PMSzy4mH mysql table CREATE TABLE `guilds` ( `id` int(11)...
  16. felipemko

    Error Website Menu

    In my website have a menu with the top guild frager with this tag: But, dont work, and show this error in the menu:
  17. raf

    [PHP] Top Guilds wont show

    <?PHP $main_content .= '<div class="well"> <h2>Top 15 guilds on '.$config['server']['serverName'].'</h2> <table class="table table-condensed table-content table-striped" width="80%"> <tr > <th width="10%">Pos</th> <th width="20%">Logo</th> <th...
  18. Ninja

    Solved Keep frags on site

    $main_content .= '<table border="0" width="100%"> <tr> <td style="text-align: center; font-weight: bold;"> <div id="logo-box"> <a id="logo" href="/"></a> <div id="cf"> <center><font color="red">Most powerfull guilds</font></center> </td> </tr> </table>'...
  19. ScOrPiOnX

    OTForum! 1.0 Beta

    This is my threads, execute this in sql. INSERT INTO `forums` (`id`, `name`, `description`, `closed`, `access`) VALUES (2, 'Trade.', 'If you want sell or buy any item post here.', 0, 0); INSERT INTO `forums` (`id`, `name`, `description`, `closed`, `access`) VALUES (2, 'Guild.', 'Serch...
  20. Cornex

    Solved Most powerful guilds.lua

    Hmm delete that file and the thing you put in to latestnew.php. And put this in to latestnews: $main_content .= '<div class="NewsHeadline"> <div class="NewsHeadlineBackground" style="background-image:url(' . $layout_name . '/images/news/newsheadline_background.gif)"> <table border="0">...
Back
Top