Supermeydan Themesinden supermeydan kirmizi kullanıyorum üstü bir bütün yapmak istiyorum bence siz yapabilirsiniz veya yapmam gerekenleri anlatırsanız sevinirim sadece tek banner veya flash atarak bitirmek istiyorum olayı şimdiden tşk ederim.kodu ekledim düzenleyip eklersen minnettar kalırım yüksel kardeş saygılarımla kolay gelsin.
PHP- Kodu:
<?php
/************************************************************/
/* PhpNuke Theme : supermeydan_kirmizi /
/* Yapan: : YukseL /
/* Web Adresi : http://www.supermeydan.net /
/* E-Mail : webmaster@supermeydan.net /
/* Lisans : Themenin tum hakları supermeydan.net e aittir CopyRight silmemek kosuluyla Herkez kullanabilir Themenin uzerinde Hak iddia edenleri ve copyright ları silenleri Sitemde teshir edecegimi bilmenizi isterim /
/************************************************************/
$bgcolor1 = "#ffffff";
$bgcolor2 = "#FDEADB";
$bgcolor3 = "#ffffff";
$bgcolor4 = "#ffffff";
$bgcolor5 = "#FFFCD7";
$bgcolor6 = "#FDEADB";
$textcolor1 = "#000000";
$textcolor2 = "#000000";
function OpenTable() {
global $bgcolor2, $bgcolor4;
echo "<table width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\" bgcolor=\"$bgcolor2\"><tr><td>\n";
echo "<table width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"8\" bgcolor=\"$bgcolor4\"><tr><td>\n";
}
function CloseTable() {
echo "</td></tr></table></td></tr></table>\n";
}
function OpenTable2() {
global $bgcolor1, $bgcolor2;
echo "<table border=\"0\" cellspacing=\"1\" cellpadding=\"0\" bgcolor=\"$bgcolor2\" align=\"center\"><tr><td>\n";
echo "<table border=\"0\" cellspacing=\"1\" cellpadding=\"8\" bgcolor=\"$bgcolor1\"><tr><td>\n";
}
function CloseTable2() {
echo "</td></tr></table></td></tr></table>\n";
}
function FormatStory($thetext, $notes, $aid, $informant) {
global $anonymous;
if ($notes != "") {
$notes = "<br><br><b>"._NOTE."</b> $notes\n";
} else {
$notes = "";
}
if ("$aid" == "$informant") {
echo "<font class=\"content\">$thetext$notes</font>\n";
} else {
if($informant != "") {
$boxstuff = "<a href=\"modules.php?name=Your_Account&op=userinfo&username=$informant\">$informant</a> ";
} else {
$boxstuff = "$anonymous ";
}
$boxstuff .= ""._WRITES." \"$thetext\"notes\n";
echo "<font class=\"content\">$boxstuff</font>\n";
}
}
/************************************************************/
/* Function themeheader() */
/************************************************************/
function themeheader() {
global $index;
global $banners, $bside;
echo "<body background=\"themes/supermeydan_kirmizi/images/ap1.gif\" text=\"#000000\">";
echo "<script src=\"images/snow.js\" type=\"text/javascript\"></script>\n";
echo "<table bgcolor=\"#ffffff\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"950\" align=\"center\">\n"
."<tr><td width=\"100%\" background=\"themes/supermeydan_kirmizi/images/ap2.gif\" height=\"30\" valign=\"bottom\">\n"
."<a href=http://www.acilmazlink.com/\"><img src=\"themes/supermeydan_kirmizi/images/ust_sol.gif\" border=\"0\"></a>" //Bu acilmaz link sitenizi Teleprot gibi programlardan korur //
."<a href=\"index.php\"><img src=\"themes/supermeydan_kirmizi/images/anasayfa.gif\" border=\"0\"></a>"
."<a href=\"modules.php?name=Your_Account\"><img src=\"themes/supermeydan_kirmizi/images/hesab.gif\" border=\"0\"></a>"
."<a href=\"modules.php?name=Forums\"><img src=\"themes/supermeydan_kirmizi/images/forum.gif\" border=\"0\"></a>"
."<a href=\"modules.php?name=Content\"><img src=\"themes/supermeydan_kirmizi/images/dersler.gif\" border=\"0\"></a>"
."<a href=\"modules.php?name=Downloads\"><img src=\"themes/supermeydan_kirmizi/images/dosyalar.gif\" border=\"0\"></a>"
."<a href=\"modules.php?name=Feedback\"><img src=\"themes/supermeydan_kirmizi/images/iletisim.gif\" border=\"0\"></a>"
."<a href=\"admin.php\"><img src=\"themes/supermeydan_kirmizi/images/ap2.gif\" border=\"0\"></a>"
."<tr><td width=\"100%\">\n"
."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"950\">\n"
."<tr><td width=\"100%\">\n"
."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"950\">\n"
."<tr><td width=\"100%\" height=\"120\" background=\"themes/supermeydan_kirmizi/images/index_02.gif\">\n"
."<table cellpadding=\"0\" cellspacing=\"0\" width=\"950\"><tr><td width=\"250\"><img src=\"themes/supermeydan_kirmizi/images/index_01.gif\" align=\"left\" hspace=\"0\"></td><td width=\"690\">\n";
if ($banners) {
include("banners.php");
}
echo "<br><img src=\"themes/supermeydan_kirmizi/images/pixel.gif\" width=\"690\" height=\"20\" border=\"0\" alt=\"\"></td><td width=\"10\"><img src=\"themes/supermeydan_kirmizi/images/index_03.gif\" align=\"right\" hspace=\"0\"></td></tr></table></td></tr><tr><td width=\"100%\" valign=\"top\">\n"
."<table width=\"950\" cellpadding=\"0\" bgcolor=\"ffffff\" cellspacing=\"0\" border=\"0\">\n"
."<tr valign=\"top\">\n"
."<td width=\"153\" background=\"themes/supermeydan_kirmizi/images/index_06.gif\" valign=\"top\" align=\"center\">\n";
$bside="left";
if ($index == 2) {
include("includes/block-left_supermeydan.php");
} else {
blocks(left);
}
$bside="";
echo "<br><img src=\"themes/supermeydan_kirmizi/images/pixel.gif\" width=\"153\" height=\"1\" border=\"0\" alt=\"\"></td><td><img src=\"themes/supermeydan_kirmizi/images/pixel.gif\" width=\"10\" height=\"1\" border=\"0\" alt=\"\"></td><td width=\"100%\">\n";
}
/************************************************************/
/* Function themefooter() */
/************************************************************/
function themefooter() {
global $index, $bside;
echo "<br>";
if ($index == 1) {
echo "</td><td><img src=\"themes/supermeydan_kirmizi/images/pixel.gif\" width=\"10\" height=\"1\" border=\"0\" alt=\"\"></td><td valign=\"top\" width=\"140\">\n";
$bside="right";
blocks(right);
echo "<td><img src=\"themes/supermeydan_kirmizi/images/pixel.gif\" width=\"6\" height=\"1\" border=\"0\" alt=\"\">";
}
else {
echo "</td><td><img src=\"themes/supermeydan_kirmizi/images/pixel.gif\" width=\"5\" height=\"1\" border=\"0\" alt=\"\">";
}
echo "<br><br></td></tr></table><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\"><tr><td><img src=\"themes/supermeydan_kirmizi/images/main_05.gif\" border=\"0\"></td><td background=\"themes/supermeydan_kirmizi/images/main_07.gif\" width=\"100%\"><img src=\"themes/supermeydan_kirmizi/images/main_06.gif\" align=\"left\" hspace=\"0\" vspace=\"0\"></td></tr></table></td></tr></table></td></tr></table></td></tr></table>\n"
."<center><a href=\"http://www.supermeydan.net\"><img src=\"themes/supermeydan_kirmizi/images/copyright.gif\" border=\"0\"></a>"; //Bu bolumu silmeyiniz Temanın tum hakları supermeydan.net e aittir//
footmsg();
echo "</center>";
}
function themeindex ($aid, $informant, $time, $title, $counter, $topic, $thetext, $notes, $morelink, $topicname, $topicimage, $topictext) {
global $anonymous, $tipath;
echo "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\"><tr><td bgcolor=\"#FDEADB\">\n"
."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\"><tr><td bgcolor=\"#FFFCD7\">\n"
."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\"><tr><td background=\"themes/supermeydan_kirmizi/images/for_block_but.gif\" height=\"25\">\n"
."<td height=\"30\" width=\"100%\" background=\"themes/supermeydan_kirmizi/images/for_block_but.gif\"><font class=\"option2\"><b> $title </b></font></td></tr>\n"
."<tr><td colspan=\"2\" bgcolor=\"#FFFCD7\"><br>\n"
."<table border=\"0\" width=\"98%\" align=\"center\"><tr><td>\n"
."<a href=\"modules.php?name=News&new_topic=$topic\"><img src=\"$tipath$topicimage\" alt=\"$topictext\" border=\"0\" align=\"right\"></a>";
FormatStory($thetext, $notes, $aid, $informant);
echo "</td></tr></table>\n"
."</td></tr></table><br>\n"
."</td></tr><tr><td bgcolor=\"#FDEADB\" align=\"center\">\n"
."<font class=\"tiny\">"._POSTEDBY." ";
formatAidHeader($aid);
echo " "._ON." $time $timezone ($counter "._READS.")<br></font>\n"
."<font class=\"content\">$morelink</font></center>\n"
//."<img src=\"themes/bigbang/images/pixel.gif\" border=\"0\" height=\"3\">\n"
."</td></tr></table>\n"
."</td></tr></table><br>\n";
}
function themearticle ($aid, $informant, $datetime, $title, $thetext, $topic, $topicname, $topicimage, $topictext) {
global $admin, $sid, $tipath;
echo "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\"><tr><td bgcolor=\"#000000\">\n"
."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\"><tr><td bgcolor=\"#FFFCD7\">\n"
."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\"><tr><td background=\"themes/supermeydan_kirmizi/images/for_block_but.gif\">\n"
."<td height=\"30\" width=\"100%\" background=\"themes/supermeydan_kirmizi/images/for_block_but.gif\"><font class=\"option2\"><b> $title</b></font></td></tr>\n"
."<tr><td colspan=\"2\" bgcolor=\"#FFFCD7\"><br>\n"
."<table border=\"0\" width=\"98%\" align=\"center\"><tr><td>\n"
."<a href=\"modules.php?name=News&new_topic=$topic\"><img src=\"$tipath$topicimage\" alt=\"$topictext\" border=\"0\" align=\"right\"></a>";
FormatStory($thetext, $notes="", $aid, $informant);
echo "</td></tr></table>\n"
."</td></tr></table><br>\n"
."</td></tr></table>\n"
."</td></tr></table><br><br>\n";
}
function themesidebox($title, $content) {
global $bgcolor11, $bside;
if ($bside == "left") {
echo "<table border=\"0\" align=\"center\" width=\"140\" cellpadding=\"0\" cellspacing=\"0\">"
."<tr><td bgcolor=\"#FFffff\" width=\"140\" height=\"30\" background=\"themes/supermeydan_kirmizi/images/sol_block_but.gif\" nowrap>\n"
." <font color=\"#ffffff\"><b>$title</b></font>"
."</td></tr><tr><td><img src=\"themes/supermeydan_kirmizi/images/sol_block_ap.gif\"></td></tr></table>\n"
."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"140\">\n"
."<tr><td width=\"140\" background=\"themes/supermeydan_kirmizi/images/sol_block_ap.gif\">\n"
."<table border=\"0\" cellpadding=\"1\" cellspacing=\"1\" width=\"140\" align=\"center\">\n"
."<tr><td width=\"140\">\n"
."<font class=\"rblinks\" color=\"#000000\">$content</font>"
."</td></tr></table></td></tr><tr><td><img src=\"themes/supermeydan_kirmizi/images/sol_block_alt.gif\"></td></tr></table><br>";
}
elseif ($bside == "right") {
echo "<table border=\"0\" align=\"center\" width=\"170\" cellpadding=\"0\" cellspacing=\"0\">"
."<tr><td bgcolor=\"#ffffff\" width=\"170\" height=\"30\" background=\"themes/supermeydan_kirmizi/images/sag_block_but.gif\" nowrap>\n"
." <font color=\"#ffffff\"><b>$title</b></font>"
."</td></tr><tr><td><img src=\"themes/supermeydan_kirmizi/images/sag_block_ap.gif\"></td></tr></table>\n"
."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"170\">\n"
."<tr><td width=\"170\" background=\"themes/supermeydan_kirmizi/images/sag_block_ap.gif\">\n"
."<table border=\"0\" cellpadding=\"1\" cellspacing=\"1\" width=\"165\" align=\"center\">\n"
."<tr><td width=\"165\">\n"
."<font class=\"rblinks\" color=\"#000000\">$content</font>"
."</td></tr></table></td></tr><tr><td><img src=\"themes/supermeydan_kirmizi/images/sag_block_alt.gif\"></td></tr></table><br>";
}
else {
echo "<table border=\"0\" align=\"center\" width=\"100%\" cellpadding=\"0\" cellspacing=\"0\">"
."<tr><td background=\"themes/supermeydan_kirmizi/images/sag_block_but.gif\" width=\"100%\" height=\"30\">"
."<center><font color=\"#FFFFFF\"><b>$title</b></font></center>"
."</td></tr><tr><td valign=\"top\"><img src=\"themes/supermeydan_kirmizi/images/pixel.gif\" width=\"100%\" height=\"1\"><img src=\"themes/supermeydan_kirmizi/images/pixel.gif\" height=\"1\" width=\"170\"></td></tr></table>\n"
."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n"
."<tr><td align=\"left\" width=\"100%\" bgcolor=\"#FFFFFF\">\n"
."<table align=\"left\" border=\"0\" cellpadding=\"1\" cellspacing=\"1\" width=\"100%\">\n"
."<tr><td align=\"left\" width=\"100%\" bgcolor=\"#FFFFFF\">\n"
."$content"
."</td></tr></table></td></tr></table><br>";
}
}
?>