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

Recent content by Tyson12302

  1. Tyson12302

    How to change NPC offers

    I want the NPC to sell items for a item and not gold coins What do i have to change so he can sell an item for a item that i have? local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function...
  2. Tyson12302

    A way to expand picture when clicked on?

    hmm im quiet lost. This is how my code looks now <img id="ScreenshotContent" class="ThemeboxContent" src="<?PHP echo $layout_name; ?>/images/screenshots/witch_thumb.gif"where do i add the code before the url right?
  3. Tyson12302

    A way to expand picture when clicked on?

    I made my Screenshot Themebox and it shows the picture, but its too small. How can i make it so when i click on it, it will open a bigger version like tibia.com has?
  4. Tyson12302

    Field vote does not exist in data / is not loaded.

    Edit it worked just needed an extra , Thanks for your help!
  5. Tyson12302

    Field vote does not exist in data / is not loaded.

    i get this MySQL said: #1060 - Duplicate column name 'vote'
  6. Tyson12302

    Field vote does not exist in data / is not loaded.

    I made a poll and whenever i click on "vote now" i get this error message. Error occured! Error ID: ObjectData::getCustomField - Field vote does not exist in data / is not loaded. More info: File: C:\Users\Tyson\Desktop\UniServer\UniServerZ\www\classes/objectdata.php Line: 52 File...
  7. Tyson12302

    Solved How do i move this Image to the right?

    Thanks guys its fixed. I just needed to add another div! Thanks!
  8. Tyson12302

    (Geisor) Tibiacom News Ticker missing?

    EDIT: I cant exapnd the news. It shows the Plus image but when i press on it doesn't expand the news.
  9. Tyson12302

    (Geisor) Tibiacom News Ticker missing?

    Fixed!! Changed <span class="NewsTickerDate">'.date('d/m/Y', $row['post_date']).' -</span> to <span class="NewsTickerDate">'.date("d/m/Y", $ticker['date']).' -</span>
  10. Tyson12302

    (Geisor) Tibiacom News Ticker missing?

    YES THANKS THAT WORKED!! But how do i edit the news? Also how does the date work?
  11. Tyson12302

    (Geisor) Tibiacom News Ticker missing?

    Here is the data in z_news_tickers The issue basically is that my News Ticker is empty with no news on it. Its like its either blocked or i have no idea :P. if you look at my 4th post you can see the box empty.
  12. Tyson12302

    (Geisor) Tibiacom News Ticker missing?

    <?PHP # Account Maker Config $config['site']['serverPath'] = "C:/Users/Tyson/Desktop/OTS RENEW/"; $config['site']['useServerConfigCache'] = false; $towns_list[0] = array(1 => 'Yalahar', 2 => 'Carlin', 3 => "Ab'dendriel", 4 => "Kazordoon", 5 => "Thais", 6 => "Venore", 7 => "Darashia", 8 =>...
  13. Tyson12302

    Solved How do i move this Image to the right?

    No worries i fixed the image postion. But i want the text to be like this rather than this
  14. Tyson12302

    Solved How do i move this Image to the right?

    Its already on the right /* Featured Article */ .Content #FeaturedArticle .BoxContent { position:relative; height: 100px; padding: 5px; padding-left: 10px; min-height: 100px; height: auto !important; height: 110px; line-height: 10.5pt; } .Content #FeaturedArticle...
  15. Tyson12302

    (Geisor) Tibiacom News Ticker missing?

    config.php? I got alot of config files in my website file.
Back
Top