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

acc by geior newcomer delete

kapka

New Member
Joined
Aug 3, 2012
Messages
58
Reaction score
0
Hi, i want to delete and change it to Screens menu Newcomer! its lower than info about online players. where i can edit it
 
Last edited:
You need to create another index and make it redirect when you join your website. OR you just can save all htdocs files in another folder in htdocs and create a new index in htdocs folder with the newcomer page, so when you visit your page it will look like: www.yourwebsite.com and it will show the newcomer page, and if you next, then your website will redirect you to the folder that you created in htdocs with ALL files there, something like www.yourwebsite.com/news/index.php?subtopic=latestnews.
 
Copy it from Tibia.com, change the image paths though.

PHP:
    <div id="ScreenshotBox" class="Themebox" style="background-image:url(http://static.tibia.com/images/global/themeboxes/screenshot/screenshotbox.gif);">
      <a href="http://www.tibia.com/abouttibia/?subtopic=screenshots&amp;screenshot=witch" >
        <img id="ScreenshotContent" class="ThemeboxContent" src="http://static.tibia.com/images/abouttibia/witch_thumb.gif" alt="Screenshot of the Day" />
      </a>
    <div class="Bottom" style="background-image:url(http://static.tibia.com/images/global/general/box-bottom.gif);"></div>
    </div>
 
Back
Top