First public release of MyAAC
1748
templates/tibiacom/basic.css
Normal file
12
templates/tibiacom/config.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
$config['darkborder'] = "#D4C0A1";
|
||||
$config['lightborder'] = "#F1E0C6";
|
||||
$config['vdarkborder'] = "#505050";
|
||||
$config['news_title_color'] = "white";
|
||||
$config['logo_monster'] = "Elder Beholder";
|
||||
#List: newcomer,screenshots,premium,poll
|
||||
$config['boxes'] = "newcomer,screenshots";
|
||||
$config['background_image'] = "background-artwork-860.jpg";
|
||||
$config['logo_image'] = "tibia-logo-artwork-top.gif";
|
||||
$config['screenshot'] = "demon";
|
||||
?>
|
42
templates/tibiacom/headline.php
Normal file
@@ -0,0 +1,42 @@
|
||||
<?php
|
||||
//require('../../common.php');
|
||||
|
||||
//$text = $_GET['text'];
|
||||
/*
|
||||
$page_file = BASE . 'pages/' . PAGE . '.php';
|
||||
if(!@file_exists($page_file))
|
||||
{
|
||||
$page_file = BASE . 'pages/custom/' . PAGE . '.php';
|
||||
if(!@file_exists($page_file))
|
||||
die('Page does not exists.');
|
||||
}
|
||||
*/
|
||||
//$file = 'images/header/headline-' . PAGE . '.gif';
|
||||
//if(!file_exists($file))
|
||||
//{
|
||||
if(strlen($_GET['t']) > 100) // max limit
|
||||
$_GET['t'] = '';
|
||||
|
||||
// set font path
|
||||
putenv('GDFONTPATH=' . dirname(__FILE__));
|
||||
|
||||
// create image
|
||||
$image = imagecreatetruecolor(250, 28);
|
||||
|
||||
// make the background transparent
|
||||
imagecolortransparent($image, imagecolorallocate($image, 0, 0, 0));
|
||||
|
||||
// set text
|
||||
imagettftext($image, 18, 0, 4, 20, imagecolorallocate($image, 240, 209, 164), 'martel.ttf', utf8_decode($_GET['t']));
|
||||
|
||||
// header mime type
|
||||
header('Content-type: image/gif');
|
||||
|
||||
// save image
|
||||
imagegif($image/*, $file*/);
|
||||
//}
|
||||
|
||||
// output image
|
||||
//header('Content-type: image/gif');
|
||||
//readfile($file);
|
||||
?>
|
BIN
templates/tibiacom/images/buttons/_sbutton_accountlost.gif
Normal file
After Width: | Height: | Size: 352 B |
BIN
templates/tibiacom/images/buttons/_sbutton_back.gif
Normal file
After Width: | Height: | Size: 228 B |
BIN
templates/tibiacom/images/buttons/_sbutton_cancel.gif
Normal file
After Width: | Height: | Size: 247 B |
BIN
templates/tibiacom/images/buttons/_sbutton_changeemail.gif
Normal file
After Width: | Height: | Size: 394 B |
BIN
templates/tibiacom/images/buttons/_sbutton_changepassword.gif
Normal file
After Width: | Height: | Size: 458 B |
BIN
templates/tibiacom/images/buttons/_sbutton_createcharacter.gif
Normal file
After Width: | Height: | Size: 390 B |
BIN
templates/tibiacom/images/buttons/_sbutton_deletecharacter.gif
Normal file
After Width: | Height: | Size: 399 B |
BIN
templates/tibiacom/images/buttons/_sbutton_edit.gif
Normal file
After Width: | Height: | Size: 217 B |
BIN
templates/tibiacom/images/buttons/_sbutton_jointibia.gif
Normal file
After Width: | Height: | Size: 294 B |
BIN
templates/tibiacom/images/buttons/_sbutton_login.gif
Normal file
After Width: | Height: | Size: 265 B |
BIN
templates/tibiacom/images/buttons/_sbutton_logout.gif
Normal file
After Width: | Height: | Size: 291 B |
BIN
templates/tibiacom/images/buttons/_sbutton_myaccount.gif
Normal file
After Width: | Height: | Size: 388 B |
BIN
templates/tibiacom/images/buttons/_sbutton_registeraccount.gif
Normal file
After Width: | Height: | Size: 443 B |
BIN
templates/tibiacom/images/buttons/_sbutton_submit.gif
Normal file
After Width: | Height: | Size: 267 B |
BIN
templates/tibiacom/images/buttons/_sbutton_votenow.gif
Normal file
After Width: | Height: | Size: 299 B |
BIN
templates/tibiacom/images/buttons/addnews.gif
Normal file
After Width: | Height: | Size: 225 B |
BIN
templates/tibiacom/images/buttons/addticker.gif
Normal file
After Width: | Height: | Size: 224 B |
BIN
templates/tibiacom/images/buttons/check.png
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
templates/tibiacom/images/buttons/empty.png
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
templates/tibiacom/images/buttons/sbutton.gif
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
templates/tibiacom/images/buttons/sbutton_acceptinvite.png
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
templates/tibiacom/images/buttons/sbutton_back.gif
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
templates/tibiacom/images/buttons/sbutton_cancel.gif
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
templates/tibiacom/images/buttons/sbutton_changerank.png
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
templates/tibiacom/images/buttons/sbutton_createguild.png
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
templates/tibiacom/images/buttons/sbutton_iagree.gif
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
templates/tibiacom/images/buttons/sbutton_inviteplayer.png
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
templates/tibiacom/images/buttons/sbutton_leaveguild.png
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
templates/tibiacom/images/buttons/sbutton_login.gif
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
templates/tibiacom/images/buttons/sbutton_manageguild.png
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
templates/tibiacom/images/buttons/sbutton_over.gif
Normal file
After Width: | Height: | Size: 443 B |
BIN
templates/tibiacom/images/buttons/sbutton_submit.gif
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
templates/tibiacom/images/buttons/sbutton_view.gif
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
templates/tibiacom/images/content/attentionsign.gif
Normal file
After Width: | Height: | Size: 201 B |
BIN
templates/tibiacom/images/content/back-to-top.gif
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
templates/tibiacom/images/content/border-1.gif
Normal file
After Width: | Height: | Size: 133 B |
BIN
templates/tibiacom/images/content/box-frame-edge.gif
Normal file
After Width: | Height: | Size: 95 B |
BIN
templates/tibiacom/images/content/box-frame-horizontal.gif
Normal file
After Width: | Height: | Size: 390 B |
BIN
templates/tibiacom/images/content/box-frame-vertical.gif
Normal file
After Width: | Height: | Size: 104 B |
BIN
templates/tibiacom/images/content/corner-bl.gif
Normal file
After Width: | Height: | Size: 204 B |
BIN
templates/tibiacom/images/content/corner-br.gif
Normal file
After Width: | Height: | Size: 204 B |
BIN
templates/tibiacom/images/content/corner-tl.gif
Normal file
After Width: | Height: | Size: 208 B |
BIN
templates/tibiacom/images/content/corner-tr.gif
Normal file
After Width: | Height: | Size: 205 B |
BIN
templates/tibiacom/images/content/headline-bracer-left.gif
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
templates/tibiacom/images/content/headline-bracer-right.gif
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
templates/tibiacom/images/content/scroll.gif
Normal file
After Width: | Height: | Size: 8.0 KiB |
BIN
templates/tibiacom/images/content/table-headline-border.gif
Normal file
After Width: | Height: | Size: 390 B |
BIN
templates/tibiacom/images/content/table-shadow-bl.gif
Normal file
After Width: | Height: | Size: 98 B |
BIN
templates/tibiacom/images/content/table-shadow-bm.gif
Normal file
After Width: | Height: | Size: 63 B |
BIN
templates/tibiacom/images/content/table-shadow-br.gif
Normal file
After Width: | Height: | Size: 98 B |
BIN
templates/tibiacom/images/content/table-shadow-rm.gif
Normal file
After Width: | Height: | Size: 50 B |
BIN
templates/tibiacom/images/content/table-shadow-rt.gif
Normal file
After Width: | Height: | Size: 97 B |
BIN
templates/tibiacom/images/content/title-background-green.gif
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
templates/tibiacom/images/favicon.ico
Normal file
After Width: | Height: | Size: 7.7 KiB |
BIN
templates/tibiacom/images/general/blank.gif
Normal file
After Width: | Height: | Size: 807 B |
BIN
templates/tibiacom/images/general/box-bottom.gif
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
templates/tibiacom/images/general/box-top.gif
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
templates/tibiacom/images/general/chain.gif
Normal file
After Width: | Height: | Size: 845 B |
BIN
templates/tibiacom/images/general/minus.gif
Normal file
After Width: | Height: | Size: 224 B |
BIN
templates/tibiacom/images/general/plus.gif
Normal file
After Width: | Height: | Size: 224 B |
BIN
templates/tibiacom/images/global/general/blank.gif
Normal file
After Width: | Height: | Size: 807 B |
BIN
templates/tibiacom/images/global/general/box-bottom.gif
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
templates/tibiacom/images/global/general/box-top.gif
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
templates/tibiacom/images/global/general/chain.gif
Normal file
After Width: | Height: | Size: 845 B |
BIN
templates/tibiacom/images/global/general/minus.gif
Normal file
After Width: | Height: | Size: 224 B |
BIN
templates/tibiacom/images/global/general/plus.gif
Normal file
After Width: | Height: | Size: 224 B |
BIN
templates/tibiacom/images/header/animated-statue.gif
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
templates/tibiacom/images/header/background-artwork-810.jpg
Normal file
After Width: | Height: | Size: 76 KiB |
BIN
templates/tibiacom/images/header/background-artwork-830.jpg
Normal file
After Width: | Height: | Size: 96 KiB |
BIN
templates/tibiacom/images/header/background-artwork-850.jpg
Normal file
After Width: | Height: | Size: 157 KiB |
BIN
templates/tibiacom/images/header/background-artwork-854.jpg
Normal file
After Width: | Height: | Size: 161 KiB |
BIN
templates/tibiacom/images/header/background-artwork-860.jpg
Normal file
After Width: | Height: | Size: 193 KiB |
After Width: | Height: | Size: 150 KiB |
After Width: | Height: | Size: 182 KiB |
After Width: | Height: | Size: 129 KiB |
BIN
templates/tibiacom/images/header/box-top.gif
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
templates/tibiacom/images/header/headline-404.gif
Normal file
After Width: | Height: | Size: 891 B |
BIN
templates/tibiacom/images/header/headline-accountmanagement.gif
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
templates/tibiacom/images/header/headline-addons.gif
Normal file
After Width: | Height: | Size: 741 B |
BIN
templates/tibiacom/images/header/headline-adminpanel.gif
Normal file
After Width: | Height: | Size: 1002 B |
BIN
templates/tibiacom/images/header/headline-bans.gif
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
templates/tibiacom/images/header/headline-bounty.gif
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
templates/tibiacom/images/header/headline-changelog.gif
Normal file
After Width: | Height: | Size: 933 B |
BIN
templates/tibiacom/images/header/headline-characters.gif
Normal file
After Width: | Height: | Size: 716 B |
BIN
templates/tibiacom/images/header/headline-commands.gif
Normal file
After Width: | Height: | Size: 918 B |
BIN
templates/tibiacom/images/header/headline-createaccount.gif
Normal file
After Width: | Height: | Size: 876 B |
BIN
templates/tibiacom/images/header/headline-creatures.gif
Normal file
After Width: | Height: | Size: 671 B |
BIN
templates/tibiacom/images/header/headline-downloads.gif
Normal file
After Width: | Height: | Size: 971 B |
BIN
templates/tibiacom/images/header/headline-experiencestages.gif
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
templates/tibiacom/images/header/headline-experiencetable.gif
Normal file
After Width: | Height: | Size: 981 B |
BIN
templates/tibiacom/images/header/headline-forum.gif
Normal file
After Width: | Height: | Size: 693 B |
BIN
templates/tibiacom/images/header/headline-gallery.gif
Normal file
After Width: | Height: | Size: 796 B |
BIN
templates/tibiacom/images/header/headline-gifts.gif
Normal file
After Width: | Height: | Size: 637 B |
BIN
templates/tibiacom/images/header/headline-guilds.gif
Normal file
After Width: | Height: | Size: 555 B |
BIN
templates/tibiacom/images/header/headline-highscores.gif
Normal file
After Width: | Height: | Size: 768 B |
BIN
templates/tibiacom/images/header/headline-houses.gif
Normal file
After Width: | Height: | Size: 550 B |
BIN
templates/tibiacom/images/header/headline-killstatistics.gif
Normal file
After Width: | Height: | Size: 825 B |