sizden istegim elinizdeki yıldız tilbe parcalarını upload edip bu baslıkta vermeniz,
herkes verdigi parcaları yazarsa böylece en uste eklerım aynı parcalar verılmez.
bu vesileyle arsivde yapabilmis olur bazı arkadaslar,
ilginize tesekkurler simdiden.
Hayale aldandım boşuna yandım
Seni ilelebet benimsin sandım sevdiğim zehirim sensin
Evvelim sen oldun ahirim sensin
Sözüm yok şu benden kırıldığına
Gidip başka dala sarıldığına
Gönlüm inanmıyor ayrıldığına
Gözyaşım sen oldun, kahirim sensin
Evvelim sen oldun ahirim sensin
Garibim can yıkıp gönül kırmadım
Senden ayrı ben bir mekan kurmadım
Daha bir gönüle ikrar vermedim
Batınım sen oldun zahirim sensin
Evvelim sen oldun ahirim sensin
İndirdiğimiz dosyayı zip’ten çıkartıyoruz ve bir ftp yardımıyla kurulum yapacağımız dizine atıyoruz
Upload işlemi bittikten sonra “settings.php.default” isimli dosyanın ismini değiştirerek “settings.php” yapıyoruz, aynı işlemi “/libs/dbconnect.php.default” klasörünün sonundaki “.default” kısmını silerek bu klasörede uyguluyoruz.
Ve burayı atlamadan kesinlikle CHMOD ayarlarımızı yapıyoruz aşağıdaki klasörlerin hepsinin CHMOD ayarları 777 olması gerekiyor…
/backup
/templates
/templates_c
settings.php
/avatars/user_uploaded
/libs/dbconnect.php
/libs/options.php.
Ve “config.php” klasörünün CHMOD ayarınında 655 olması gerekiyor…
Kurulum sonrası sistem’in otomatik admin giriş ve şifresi ;
Kullanıcı Adı : god
Şifre : 12345
Türkçe Dil Dosyasını buradan indirebilirsiniz.
Kurulum esnasında sorun yasayanlar bu baslık altında sorunlarını detaylı şekilde belirtebilirler.
Burası, şurası ve burada kendi sosyal web aktivitelerini gerçekleştiren siteler var.
Son günlerde bi hayli yaygınlasan Webiket.com benımde favorilerim arasında..
bu sabah ufak bi demo kurayım dedim,
# Demo: khazor.com/khazor
Demo User: Scriptside
Demo Şifre: overdose
Scripti indirmek için,
# Pligg 9.1 Download
Kurulum ile ilgili bilgilendirmeye buradan ulasabilirsiniz.
hehe 
bi sitede gördüm çok hoşuma gitti ekliyim dedim
BU TARZ Bİ ŞEY ARIYORUM AMA BULAMADIM EGER BU TARZ Bİ ŞEY VARSA PAYLAŞIRSANIZ SEVİNİRİM.

Yapılışı:
Display.template.php yi açalım..
Bulalım..
// Show the page index... "Pages: [1]".
Üstüne Ekleyelim..
// Konu bilgileri başlangını by MJoRaYuLuN
echo "<div class="tborder" ", $context["browser"]["needs_size_fix"] && !$context["browser"]["is_ie6"] ? " style="width: 100%;"" : "", ">
<table border="0" width="100%" cellspacing="1" cellpadding="2" class="bordercolor">
<tr>
<td class="catbg3" height="24" valign="middle" colspan="3" align="center" width="100%" style="padding-left: 6px;"><b>", $txt["akb1"], "</b></td>
</tr>
<tr><td rowspan="4" class="windowbg" valign="middle"><img src="" . $settings["images_url"] . "/icons/info.gif"></td></tr>
<tr>
<td class="windowbg" align="center" valign="middle" width="50%" style="padding-left: 6px;" id="top_subject">
<fieldset><legend><b>", $txt["akb2"], "</b></legend><b>", $txt[118], "</b>: ", $context["subject"], " </fieldset></td>
<td class="windowbg" align="center" valign="middle" width="50%" style="padding-left: 6px;"><fieldset><legend><b>", $txt["akb3"], "</b></legend><b>", $txt["akb3"], "</b>: ", $context["num_replies"], " ", $txt[akb4], "</fieldset></td>
</tr>
<tr class="windowbg">
<td class="windowbg" align="center" valign="middle" width="50%" style="padding-left: 6px;"><fieldset><legend><b>", $txt["641"], "</b></legend><b>", $txt[641], "</b> ", $context["num_views"], " ", $txt[642], "</fieldset></td>
<td class="windowbg" align="center" valign="middle" width="50%" style="padding-left: 6px;"><fieldset><legend><b>", $txt["akb5"], "</b></legend>";
if (!empty($settings["display_who_viewing"]))
{
// Konuda kullanıcıları göstersin mi?
if ($settings["display_who_viewing"] == 1)
echo count($context["view_members"]), " ", count($context["view_members"]) == 1 ? $txt["who_member"] : $txt[19];
// Konuyu okuyanlar
else
echo empty($context["view_members_list"]) ? "0 " . $txt[19] : implode(", ", $context["view_members_list"]) . ((empty($context["view_num_hidden"]) || $context["can_moderate_forum"]) ? "" : " (+ " . $context["view_num_hidden"] . " " . $txt["hidden"] . ")");
// Ziyaretçiler
echo $txt["who_and"], $context["view_num_guests"], " ", $context["view_num_guests"] == 1 ? $txt["guest"] : $txt["guests"], $txt["who_viewing_topic"], " ";
}
echo "</fieldset></td>
</tr>
</table></table></div><br>";
// Konu bilgileri bitişi by MJoRaYuLuN
Modifications.turkish.php yi açalım..
Bulalım..
?>
Üstüne Ekleyelim..
$txt["akb1"] = "Ayrıntılı Konu Bilgileri"; $txt["akb2"] = "Konu Başlığı"; $txt["akb3"] = "Cevap Sayısı"; $txt["akb4"] ="cevap var"; $txt["akb5"] = "Konuyu Görüntüleyenler";
İndex.template.php yi Açın
bulun
// Show the menu up top. Something like [home] [türkçe konuş] [profile] [logout]... function template_menu() { global $context, $settings, $options, $scripturl, $txt; // Work out where we currently are. $current_action = "home"; if (in_array($context["current_action"], array("admin", "ban", "boardrecount", "cleanperms", "detailedversion", "dumpdb", "featuresettings", "featuresettings2", "findmember", "maintain", "manageattachments", "manageboards", "managecalendar", "managesearch", "membergroups", "modlog", "news", "optimizetables", "packageget", "packages", "permissions", "pgdownload", "postsettings", "regcenter", "repairboards", "reports", "serversettings", "serversettings2", "smileys", "viewErrorLog", "viewmembers"))) $current_action = "admin"; if (in_array($context["current_action"], array("search", "admin", "calendar", "profile", "mlist", "register", "login", "türkçe konuş", "pm"))) $current_action = $context["current_action"]; if ($context["current_action"] == "search2") $current_action = "search"; if ($context["current_action"] == "theme") $current_action = isset($_REQUEST["sa"]) && $_REQUEST["sa"] == "pick" ? "profile" : "admin"; // Are we using right-to-left orientation? if ($context["right_to_left"]) { $first = "last"; $last = "first"; } else { $first = "first"; $last = "last"; } // Show the start of the tab section. echo " <table cellpadding="0" cellspacing="0" border="0" style="margin-left: 10px;"> <tr> <td class="maintab_" , $first , ""> </td>"; // Show the [home] button. echo ($current_action=="home" || $context["browser"]["is_ie4"]) ? "<td class="maintab_active_" . $first . ""> </td>" : "" , " <td valign="top" class="maintab_" , $current_action == "home" ? "active_back" : "back" , ""> <a href="", $scripturl, "">" , $txt[103] , "</a> </td>" , $current_action == "home" ? "<td class="maintab_active_" . $last . ""> </td>" : ""; // Show the [türkçe konuş] button. echo ($current_action == "türkçe konuş" || $context["browser"]["is_ie4"]) ? "<td class="maintab_active_" . $first . ""> </td>" : "" , " <td valign="top" class="maintab_" , $current_action == "türkçe konuş" ? "active_back" : "back" , ""> <a href="", $scripturl, "?action=türkçe konuş">" , $txt[119] , "</a> </td>" , $current_action == "türkçe konuş" ? "<td class="maintab_active_" . $last . ""> </td>" : ""; // How about the [search] button? if ($context["allow_search"]) echo ($current_action == "search" || $context["browser"]["is_ie4"]) ? "<td class="maintab_active_" . $first . ""> </td>" : "" , " <td valign="top" class="maintab_" , $current_action == "search" ? "active_back" : "back" , ""> <a href="", $scripturl, "?action=search">" , $txt[182] , "</a> </td>" , $current_action == "search" ? "<td class="maintab_active_" . $last . ""> </td>" : ""; // Is the user allowed to administrate at all? ([admin]) if ($context["allow_admin"]) echo ($current_action == "admin" || $context["browser"]["is_ie4"]) ? "<td class="maintab_active_" . $first . ""> </td>" : "" , " <td valign="top" class="maintab_" , $current_action == "admin" ? "active_back" : "back" , ""> <a href="", $scripturl, "?action=admin">" , $txt[2] , "</a> </td>" , $current_action == "admin" ? "<td class="maintab_active_" . $last . ""> </td>" : ""; // Edit Profile... [profile] if ($context["allow_edit_profile"]) echo ($current_action == "profile" || $context["browser"]["is_ie4"]) ? "<td class="maintab_active_" . $first . ""> </td>" : "" , " <td valign="top" class="maintab_" , $current_action == "profile" ? "active_back" : "back" , ""> <a href="", $scripturl, "?action=profile">" , $txt[79] , "</a> </td>" , $current_action == "profile" ? "<td class="maintab_active_" . $last . ""> </td>" : ""; // Go to PM center... [pm] if ($context["user"]["is_logged"] && $context["allow_pm"]) echo ($current_action == "pm" || $context["browser"]["is_ie4"]) ? "<td class="maintab_active_" . $first . ""> </td>" : "" , " <td valign="top" class="maintab_" , $current_action == "pm" ? "active_back" : "back" , ""> <a href="", $scripturl, "?action=pm">" , $txt["pm_short"] , " ", $context["user"]["unread_messages"] > 0 ? "[<strong>". $context["user"]["unread_messages"] . "</strong>]" : "" , "</a> </td>" , $current_action == "pm" ? "<td class="maintab_active_" . $last . ""> </td>" : ""; // The [calendar]! if ($context["allow_calendar"]) echo ($current_action == "calendar" || $context["browser"]["is_ie4"]) ? "<td class="maintab_active_" . $first . ""> </td>" : "" , " <td valign="top" class="maintab_" , $current_action == "calendar" ? "active_back" : "back" , ""> <a href="", $scripturl, "?action=calendar">" , $txt["calendar24"] , "</a> </td>" , $current_action == "calendar" ? "<td class="maintab_active_" . $last . ""> </td>" : ""; // the [member] list button if ($context["allow_memberlist"]) echo ($current_action == "mlist" || $context["browser"]["is_ie4"]) ? "<td class="maintab_active_" . $first . ""> </td>" : "" , " <td valign="top" class="maintab_" , $current_action == "mlist" ? "active_back" : "back" , ""> <a href="", $scripturl, "?action=mlist">" , $txt[331] , "</a> </td>" , $current_action == "mlist" ? "<td class="maintab_active_" . $last . ""> </td>" : ""; // If the user is a guest, show [login] button. if ($context["user"]["is_guest"]) echo ($current_action == "login" || $context["browser"]["is_ie4"]) ? "<td class="maintab_active_" . $first . ""> </td>" : "" , " <td valign="top" class="maintab_" , $current_action == "login" ? "active_back" : "back" , ""> <a href="", $scripturl, "?action=login">" , $txt[34] , "</a> </td>" , $current_action == "login" ? "<td class="maintab_active_" . $last . ""> </td>" : ""; // If the user is a guest, also show [register] button. if ($context["user"]["is_guest"]) echo ($current_action == "register" || $context["browser"]["is_ie4"]) ? "<td class="maintab_active_" . $first . ""> </td>" : "" , " <td valign="top" class="maintab_" , $current_action == "register" ? "active_back" : "back" , ""> <a href="", $scripturl, "?action=register">" , $txt[97] , "</a> </td>" , $current_action == "register" ? "<td class="maintab_active_" . $last . ""> </td>" : ""; // Otherwise, they might want to [logout]... if ($context["user"]["is_logged"]) echo ($current_action == "logout" || $context["browser"]["is_ie4"]) ? "<td class="maintab_active_" . $first . ""> </td>" : "" , " <td valign="top" class="maintab_" , $current_action == "logout" ? "active_back" : "back" , ""> <a href="", $scripturl, "?action=logout;sesc=", $context["session_id"], "">" , $txt[108] , "</a> </td>" , $current_action == "logout" ? "<td class="maintab_active_" . $last . ""> </td>" : ""; // The end of tab section. echo " <td class="maintab_" , $last , ""> </td> </tr> </table>"; }
Değiştirin
// Show the menu up top. Something like [home] [türkçe konuş] [profile] [logout]... function template_menu() { global $context, $settings, $options, $scripturl, $txt; // Work out where we currently are. $current_action = "home"; if (in_array($context["current_action"], array("admin", "ban", "boardrecount", "cleanperms", "detailedversion", "dumpdb", "featuresettings", "featuresettings2", "findmember", "maintain", "manageattachments", "manageboards", "managecalendar", "managesearch", "membergroups", "modlog", "news", "optimizetables", "packageget", "packages", "permissions", "pgdownload", "postsettings", "regcenter", "repairboards", "reports", "serversettings", "serversettings2", "smileys", "viewErrorLog", "viewmembers"))) $current_action = "admin"; if (in_array($context["current_action"], array("search", "admin", "calendar", "profile", "mlist", "register", "login", "türkçe konuş", "pm"))) $current_action = $context["current_action"]; if ($context["current_action"] == "search2") $current_action = "search"; if ($context["current_action"] == "theme") $current_action = isset($_REQUEST["sa"]) && $_REQUEST["sa"] == "pick" ? "profile" : "admin"; // Are we using right-to-left orientation? if ($context["right_to_left"]) { $first = "last"; $last = "first"; } else { $first = "first"; $last = "last"; } // Show the start of the tab section. echo " <center><table cellpadding="0" cellspacing="0" border="0" style="margin-left: 10px;"> <ul class="main-navigation">"; // Show the [home] button. echo " <li class="mainNav-home"><a href="", $scripturl, "">" , $txt[103] , "</a> </li>"; // How about the [search] button? if ($context["allow_search"]) echo" <li class="mainNav-search"><a href="", $scripturl, "?action=search">" , $txt[182] , "</a> </li>"; // Is the user allowed to administrate at all? ([admin]) if ($context["allow_admin"]) echo" <li class="mainNav-admin"><a href="", $scripturl, "?action=admin">" , $txt[2] , "</a> </li>"; // Edit Profile... [profile] if ($context["allow_edit_profile"]) echo" <li class="mainNav-profile"><a href="", $scripturl, "?action=profile">" , $txt[79] , "</a> </li>"; // Go to PM center... [pm] if ($context["user"]["is_logged"] && $context["allow_pm"]) echo " <li class="mainNav-messages"><a href="", $scripturl, "?action=pm">" , $txt["pm_short"] , " ", $context["user"]["unread_messages"] > 0 ? "[<strong>". $context["user"]["unread_messages"] . "</strong>]" : "" , "</a> </li>"; // the [member] list button if ($context["allow_memberlist"]) echo "<li class="mainNav-members"><a href="", $scripturl, "?action=mlist">" , $txt[331] , "</a> </li>"; // If the user is a guest, show [login] button. if ($context["user"]["is_guest"]) echo" <li class="mainNav-login"><a href="", $scripturl, "?action=login">" , $txt[34] , "</a> </li>"; // If the user is a guest, also show [register] button. if ($context["user"]["is_guest"]) echo "<li class="mainNav-register"><a href="", $scripturl, "?action=register">" , $txt[97] , "</a> </li>"; // Otherwise, they might want to [logout]... if ($context["user"]["is_logged"]) echo" <li class="mainNav-logout"><a href="", $scripturl, "?action=logout;sesc=", $context["session_id"], "">" , $txt[108] , "</a> </li>"; // The end of tab section. echo " </ul> </table></center>"; }
Style.css Dosyasını açın
/* Normal, standard links. */
Üstüne Ekleyin
.main-navigation {
PADDING-RIGHT: 0px;
PADDING-LEFT: 0px;
PADDING-BOTTOM: 0px; MARGIN: 0px;
PADDING-TOP: 0px;
LIST-STYLE-TYPE: none;
FLOAT: left;
}
.main-navigation LI {
FLOAT: left;
HEIGHT: 36px;
}
.main-navigation LI A {
BACKGROUND-POSITION: 0px 0px;
DISPLAY: block;
TEXT-INDENT: -1000em; HEIGHT: 36px;
}
.main-navigation LI.mainNav-home {
BACKGROUND: url(images/menu_home.gif) no-repeat 0px -36px;
WIDTH: 100px;
}
.main-navigation LI.mainNav-home A {
BACKGROUND: url(images/menu_home.gif) no-repeat 0px 0px;
WIDTH: 100px;
}
.main-navigation LI.mainNav-home A:hover {
BACKGROUND: none transparent scroll repeat 0% 0%;
}
.main-navigation LI.mainNav-türkçe konuş {
BACKGROUND: url(images/menu_türkçe konuş.gif) no-repeat 0px -36px;
WIDTH: 100px;
}
.main-navigation LI.mainNav-türkçe konuş A {
BACKGROUND: url(images/menu_türkçe konuş.gif) no-repeat 0px 0px;
WIDTH: 100px;
}
.main-navigation LI.mainNav-türkçe konuş A:hover {
BACKGROUND: none transparent scroll repeat 0% 0%;
}
.main-navigation LI.mainNav-search {
BACKGROUND: url(images/menu_search.gif) no-repeat 0px -36px;
WIDTH: 100px;
}
.main-navigation LI.mainNav-search A {
BACKGROUND: url(images/menu_search.gif) no-repeat 0px 0px;
WIDTH: 100px;
}
.main-navigation LI.mainNav-search A:hover {
BACKGROUND: none transparent scroll repeat 0% 0%;
}
.main-navigation LI.mainNav-admin {
BACKGROUND: url(images/menu_admin.gif) no-repeat 0px -36px;
WIDTH: 100px;
}
.main-navigation LI.mainNav-admin A {
BACKGROUND: url(images/menu_admin.gif) no-repeat 0px 0px;
WIDTH: 100px;
}
.main-navigation LI.mainNav-admin A:hover {
BACKGROUND: none transparent scroll repeat 0% 0%;
}
.main-navigation LI.mainNav-profile {
BACKGROUND: url(images/menu_profile.gif) no-repeat 0px -36px;
WIDTH: 100px;
}
.main-navigation LI.mainNav-profile A {
BACKGROUND: url(images/menu_profile.gif) no-repeat 0px 0px;
WIDTH: 100px;
}
.main-navigation LI.mainNav-profile A:hover {
BACKGROUND: none transparent scroll repeat 0% 0%;
}
.main-navigation LI.mainNav-messages {
BACKGROUND: url(images/menu_messages.gif) no-repeat 0px -36px;
WIDTH: 100px;
}
.main-navigation LI.mainNav-messages A {
BACKGROUND: url(images/menu_messages.gif) no-repeat 0px 0px;
WIDTH: 100px;
}
.main-navigation LI.mainNav-messages A:hover {
BACKGROUND: none transparent scroll repeat 0% 0%;
}
.main-navigation LI.mainNav-members {
BACKGROUND: url(images/menu_members.gif) no-repeat 0px -36px;
WIDTH: 100px;
}
.main-navigation LI.mainNav-members A {
BACKGROUND: url(images/menu_members.gif) no-repeat 0px 0px;
WIDTH: 100px;
}
.main-navigation LI.mainNav-members A:hover {
BACKGROUND: none transparent scroll repeat 0% 0%;
}
.main-navigation LI.mainNav-logout {
BACKGROUND: url(images/menu_logout.gif) no-repeat 0px -36px;
WIDTH: 100px;
}
.main-navigation LI.mainNav-logout A {
BACKGROUND: url(images/menu_logout.gif) no-repeat 0px 0px;
WIDTH: 100px;
}
.main-navigation LI.mainNav-logout A:hover {
BACKGROUND: none transparent scroll repeat 0% 0%;
}
.main-navigation LI.mainNav-login {
BACKGROUND: url(images/menu_login.gif) no-repeat 0px -36px;
WIDTH: 100px;
}
.main-navigation LI.mainNav-login A {
BACKGROUND: url(images/menu_login.gif) no-repeat 0px 0px;
WIDTH: 100px;
}
.main-navigation LI.mainNav-login A:hover {
BACKGROUND: none transparent scroll repeat 0% 0%;
}
.main-navigation LI.mainNav-calendar {
BACKGROUND: url(images/menu_calender.gif) no-repeat 0px -36px;
WIDTH: 100px;
}
.main-navigation LI.mainNav-calendar A {
BACKGROUND: url(images/menu_calender.gif) no-repeat 0px 0px;
WIDTH: 100px;
}
.main-navigation LI.mainNav-calendar A:hover {
BACKGROUND: none transparent scroll repeat 0% 0%;
}
.main-navigation LI.mainNav-register {
BACKGROUND: url(images/menu_register.gif) no-repeat 0px -36px;
WIDTH: 100px;
}
.main-navigation LI.mainNav-register A {
BACKGROUND: url(images/menu_register.gif) no-repeat 0px 0px;
WIDTH: 100px;
}
.main-navigation LI.mainNav-register A:hover {
BACKGROUND: none transparent scroll repeat 0% 0%;
}
Bu dosyayı indirip arşivden çıkarın ve tamanızın images klasörüne atın
Turklord”dan Alıntıdır.
bu kodu bul
<div class="post"", $message["can_modify"] ? " id="msg_" . $message["id"] . """ : "", ">
üst satırınıa bunu ekle
"; // Forum İçeriğimiz Ziyaretçilere Kapalıdır by rallyprocoif ($context["user"]["is_guest"]) echo " <center> <img src="" . $settings["images_url"] . "/warning.gif" border="0"> <br><b><font size="2" color="#ff0000" face="Verdana, Arial, Helvetica, sans-serif">Forum İçeriğimiz Ziyaretçilere Kapalıdır</font></b><br><br> <a href="", $scripturl, "?action=login"><img src="" . $settings["images_url"] . "/girisyap.gif" border="0"></a> <a href="", $scripturl, "?action=register"><img src="" . $settings["images_url"] . "/kayitol.gif" border="0"></a> </center> "; else echo"
bu koduda sil (her temada olmayabilir, yoksa silmenizede gerek yok)
is_not_guest();
bu resimleride imagese at




İlk Önce Forumunuzu açın giriş yapıp admin bölümünede giriş yapın.sonrasında
http://www.siteadi.com/forum/ssi_examples.php adresine girin ve 5. satırdaki
<?php require("C:\wamp\www\forum\SSI.php"); ?> buna benzeyen kodu kopyalayın ..
Sonra Giriş Dosyasını indirin ve dosyayı açın 1. satırdaki kod ile kopyaladığınız kodu değiştirin geri kalanlar evigibi.com olan yerleri kendi site adınızı yazacaksınız.
Orda meta taglarıda war google nin nerden indexleyeceği belli olmaz bi kaç tane iyi meta yazın
<link rel="stylesheet" type="text/css" href="http://www.evigibi.com/forum/Themes/colatesi_v3/style.css" /> bide bu war kodların arasında buda tema dizininide değiştirmeyi unutmayın
sonra bunu giris.php olarak forum dizinine atın
Sources/LogInOut.php yi açın
bulun
// Some whitelisting for login_url... if (empty($_SESSION["login_url"])) redirectexit();
değiştirin
// Some whitelisting for login_url...
if (empty($_SESSION["login_url"]))
redirectexit("http://www.evigibi.com/forum/giris.php");
Site adını düzeltmeyi unutmayın stemin hiti artar
bu kadar hayırlı olsun
Display.template.phpDosyasını Açın (Önce Yedegini Alın)
bul
// Show "« Last Edit: Time by Person »" if this post was edited.
Üstüne Ekle:
// Aşağıdaki Kodları Değiştirmeyiniz. Do no Edit..!!!
// Başlangıç Social Bookmarks Web 2.0 Sosyal Yer imi by mersindost www.simplemachines.org www.dizi24.com
echo "
<div align="left">
<table border="0" cellspacing="1" width="30%" id="AutoNumber1" height="1">
<tr>
<td width="8%" valign="top" height="1" align="left">
<!-- Google -->
<a target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&bkmk=", $scripturl, "/topic,",$context["current_topic"], ".", $message["counter"], ";msg", $message["id"], "&title=Remember This Site"><img border="0" src="" ,$settings["images_url"], "/google.png" width="16" height="16" alt="Google Ekle" /></a></td>
<td width="7%" valign="top" height="1" align="left">
<!-- Yahoo -->
<a target="_blank" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=", $scripturl, "/topic,",$context["current_topic"], ".", $message["counter"], ";msg", $message["id"], " "><img border="0" src="" ,$settings["images_url"], "/yahoo.png" width="16" height="16" alt="Yahoo Ekle" /></a></td>
<td width="7%" valign="top" height="1" align="left">
<!-- MsnLive -->
<a target="_blank" href="https://favorites.live.com/quickadd.aspx?url=", $scripturl, "/topic,",$context["current_topic"], ".", $message["counter"], ";msg", $message["id"], " "><img border="0" src="" ,$settings["images_url"], "/msn.png" width="16" height="16" alt="Msn Ekle" /></a></td>
<td width="7%" valign="top" height="1" align="left">
<!--NetSpace -->
<a target="_blank" href="http://www.netscape.com/submit/?U=", $scripturl, "/topic,",$context["current_topic"], ".", $message["counter"], ";msg", $message["id"], " "><img border="0" src="" ,$settings["images_url"], "/netspace.png" width="16" height="16" alt="Netspace Ekle" /></a></td>
<td width="7%" valign="top" height="1" align="left">
<!--Ask.com -->
<a target="_blank" href="http://mystuff.ask.com/mysearch/QuickWebSave?v=2.0&t=webpages&title=", $scripturl, "/topic,",$context["current_topic"], ".", $message["counter"], ";msg", $message["id"], " "><img border="0" src="" ,$settings["images_url"], "/ask.png" width="16" height="16" alt="Ask Ekle" /></a></td>
<td width="7%" valign="top" height="1" align="left">
<!-- Clesto -->
<a href="http://clesto.com/submit.php?phase=2&url=", $scripturl, "/topic,",$context["current_topic"], ".", $message["counter"], ";msg", $message["id"], " " target="_blank">
<img src="" ,$settings["images_url"], "/clesto.png" alt="Clesto Ekle" border="0" width="16" height="16" /></a> </td>
<td width="8%" valign="top" height="1" align="left">
<!-- Digg -->
<a href="http://digg.com/submit?phase=2&url=", $scripturl, "/topic,",$context["current_topic"], ".", $message["counter"], ";msg", $message["id"], " " target="_blank">
<img src="" ,$settings["images_url"], "/digg.png" alt="Digg Ekle" border="0" width="16" height="16" /></a> </td>
<td width="7%" valign="top" height="1" align="left">
<!-- Reddit -->
<a href="http://reddit.com/submit?url=", $scripturl, "/topic,",$context["current_topic"], ".", $message["counter"], ";msg", $message["id"], " " target="_blank">
<img src="" ,$settings["images_url"], "/reddit.png" alt="Reddit Ekle" border="0" width="16" height="16" /></a> </td>
<td width="7%" valign="top" height="1" align="left">
<!-- Furl -->
<a href="http://www.furl.net/storeIt.jsp?u=", $scripturl, "/topic,",$context["current_topic"], ".", $message["counter"], ";msg", $message["id"], " " target="_blank">
<img src=" " ,$settings["images_url"], "/furl.png" alt="Furl Ekle" border="0" width="16" height="16" /></a></td>
<td width="7%" valign="top" height="1" align="left">
<!-- Dec icio us -->
<a href="http://del.icio.us/post?url=", $scripturl, "/topic,",$context["current_topic"], ".", $message["counter"], ";msg", $message["id"], "" target="_blank">
<img src="" ,$settings["images_url"], "/delicious.png" alt="Del.icio.us Ekle" border="0" width="16" height="16" /></a> </td>
<td width="7%" valign="top" height="1" align="left">
<!-- Jeqq -->
<a href="http://jeqq.com/submit.php?phase=2&url=", $scripturl, "/topic,",$context["current_topic"], ".", $message["counter"], ";msg", $message["id"], "" target="_blank">
<img src=" " ,$settings["images_url"], "/jeqq.png" alt="Submit to Jeqq" border="0" width="16" height="16" /></a> </td>
<td width="7%" valign="top" height="1" align="left">
<!-- Spurl -->
<a href="http://www.spurl.net/spurl.php?url=", $scripturl, "/topic,",$context["current_topic"], ".", $message["counter"], ";msg", $message["id"], "" target="_blank">
<img src="" ,$settings["images_url"], "/spurl.png" alt="Spurl Ekle" border="0" width="16" height="16" /></a> </td>
<td width="7%" valign="top" height="1" align="left">
<!-- Technorati -->
<a target="_blank" href="http://technorati.com/faves/?add=", $scripturl, "/topic,",$context["current_topic"], ".", $message["counter"], ";msg", $message["id"], ""><img border="0" src="" ,$settings["images_url"], "/technorati.png" width="16" height="16" alt="Technorati Ekle" /></a></td>
<td width="7%" valign="top" height="1" align="left">
<!-- Newsvine -->
<a target="_blank" href="http://www.newsvine.com/_wine/save?popoff=0&u=", $scripturl, "/topic,",$context["current_topic"], ".", $message["counter"], ";msg=", $message["id"], "&h=Remember This Site"><img border="0" src="" ,$settings["images_url"], "/newsvine.png" width="16" height="16" alt="Newsvine Ekle" /></a></td>
<td width="7%" valign="top" height="1" align="left">
<!-- Simpy -->
<a target="_blank" href="http://simpy.com/simpy/LinkAdd.do?note=Remember This Site&href=", $scripturl, "/topic,",$context["current_topic"], ".", $message["counter"], ";msg", $message["id"], ""><img border="0"src="" ,$settings["images_url"], "/simpy.png" width="16" height="16" alt="Simpy Ekle" /></a></td>
<td width="7%" valign="top" height="1" align="left">
<!-- Blinklist -->
<a target="_blank" href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&Url=", $scripturl, "/topic,",$context["current_topic"], ".", $message["counter"], ";msg", $message["id"], "&Title=Remember This Site"><img border="0" src="" ,$settings["images_url"], "/blinklis.png" width="16" height="16" alt="BlinkList Ekle" /></a></td>
<td width="7%" valign="top" height="1" align="left">
<!-- Shadows -->
<a target="_blank" href="http://www.shadows.com/features/tcr.htm?url=", $scripturl, "/topic,",$context["current_topic"], ".", $message["counter"], ";msg", $message["id"], "&title=Remember This Site"><img border="0" src="" ,$settings["images_url"], "/shadows.png" width="16" height="16" alt="Shadows Ekle" /></a></td>
</tr>
</table>
</div>";
// Social Bookmarks Web 2.0 Sosyal Yer imi by mersindost www.simplemachines.org www.dizi24.com
Ekteki Dosyada Bulunan resimleri images Klasörüne Yükleyiniz
demo resim

http://uploaded.to/?id=1lbm0h
(ç)alıntıdır
Bu paket anlatim
Mod Orjinal İsmi : Enhanced Forum Statistics
Yazar : Rudolf
Uyum : 1.1.2
Çeviri : Minare
Modun Orjinal Sayfası
Mod (resimli) : http://www.simplemods.org/files/scre…s/screen01.png
Türkçesi Ektedir
[size=12pt]Açıklama ; İstatistiklerde varolan özellikler [/size]
Toplam Uyeler - Seçilen periyod süresince üye olmus üyeler
Günlük ortalama kayit- Secilen zamana gore basligin dedigi gibi
Toplam Mesaj- Seçilen zaman dilimi icinde atilmis toplam mesaj
Günlük ortalama mesaj - Basligin dedigi gibi, secilen zamana göre ortalama mesaj
Toplam Konular - Seçilen Zaman içinde atilmis toplam konular
Günlük Ortalama Konular - Basligin dedigi gibi, secilen zamana göre ortalama konu
Toplam Kategoriler - Forumdaki Toplam Kategori Sayisi (zaman araligi secimi yok)
Toplam Bölümler- Forumdaki Toplam Bölüm Sayisi (zaman araligi secimi yok)
Online Üyeler - Su an için forumda aktif üyeler (zaman araligi secimi yok)
Latest Member - Foruma en son üye olmus kisi (zaman araligi secimi yok)
En Çok Online - Seçilen zaman dilimi araliginda en cok online sayisi
Gunluk ortalama online - Basligin dedigi gibi, secilen zamana göre
Bugün online uyeler - Basligin dedigi gibi
Bay - Bayan ortalamasi - Basligin dedigi gibi, secilen zamana göre
Top 10 Mesajcilar - Seçilen Zaman içinde en çok mesaj atmis 10 üye
Top 10 Bölümler - Seçilen Zaman içinde en çok mesaj atilmis 10 bölüm
Top 10 Konular (Cevaba Göre) - Seçilen Zaman içinde en çok cevaplanmis 10 konu
Top 10 Konular (Görüntülemeye Göre)- Seçilen Zaman içinde en çok bakilmis 10 konu
En Çok Konu Baslatanlar- Seçilen Zaman içinde en çok konu açmis üyeler
En Çok Online Kalanlar- Forumda en çok zaman geçirmis uyeler. Zaman dilimi araligi yok. Bana bile sormayin.
MANUEL ANLATIM
Manuel anlatım , lütfen yedekleri almayı unutmayın.
Temanda Stats.template.php de şunu bul :
<td align="center" colspan="4">", $context["page_title"], "</td>
Bununla değiş :
<td align="center" colspan="4">", $context["page_title"], !empty($context["restrict_date"]) ? "<br /><span class="smalltext">".timeformat($context["start_date"],false) . " - " . timeformat($context["end_date"],false) . "</span>" : "" ,"</td>
Şunu bul :
<td class="catbg" colspan="4"><b>", $txt["smf_stats_5"], "</b></td>
Sonrasına şunu ekle :
<!-- //-Enhanced Forum Statistics MOD- Start --> <td class="catbg" colspan="4"> <a href="#" onclick="document.forms.statform.style.display = document.forms.statform.style.display == "none" ? "" : "none"; this.firstChild.src="", $settings["images_url"] ,"/"+ (document.forms.statform.style.display == "none" ? "expand" : "collapse")+".gif";return false;"><img src="", $settings["images_url"] ,"/", empty($context["restrict_date"]) ? "expand" : "collapse" ,".gif" alt="" /> ", $txt["enh_stats_title"], "</a></td> </tr><tr> <td class="windowbg" colspan="4"> <form name="statform" action="",$scripturl,"?action=stats" method="post" ", empty($context["restrict_date"]) ? "style="display: none"" : "" ,"> <div class="statform1 tborder"> <div class="windowbg2"> <select name="first"> <option value="0" " , $context["first"] ? "" : "selected="selected"" , ">" , $txt["last"] , "</option> <option value="1" " , $context["first"] ? "selected="selected"" : "" , ">" , $txt["first"] , "</option> </select> <input type="text" name="number" size="3" value="" , $context["number"] , "" /> <select name="period"> <option value="1" " , $context["period"] == 1 ? "selected="selected"" : "" , ">", $txt["period_1"] ,"</option> <option value="2" " , $context["period"] == 2 ? "selected="selected"" : "" , ">", $txt["period_2"] ,"</option> <option value="3" " , $context["period"] == 3 ? "selected="selected"" : "" , ">", $txt["period_3"] ,"</option> <option value="4" " , $context["period"] == 4 ? "selected="selected"" : "" , ">", $txt["period_4"] ,"</option> </select> <input type="submit" value="" , $txt["update"] , "" /><br /> <span class="smalltext">" , $txt["number_descr"] ,"</span> <br /><strong>OR</strong> <br /> <strong>", $txt["from"] ,"</strong> <input type="text" name="startdate3" size="4" maxlength="4" value="", $context["startdate"]["year"], "" />-<input type="text" name="startdate1" size="2" maxlength="2" value="", $context["startdate"]["month"], "" />-<input type="text" name="startdate2" size="2" maxlength="2" value="", $context["startdate"]["day"], "" /> <strong>", $txt["to"] ,"</strong> <input type="text" name="enddate3" size="4" maxlength="4" value="", $context["enddate"]["year"], "" />-<input type="text" name="enddate1" size="2" maxlength="2" value="", $context["enddate"]["month"], "" />-<input type="text" name="enddate2" size="2" maxlength="2" value="", $context["enddate"]["day"], "" /> <div class="smalltext"><em>", $txt[566], " - ", $txt[564], " - ", $txt[565], "</em></div> </div> </div> </form> </td> </tr><tr> <!-- //-Enhanced Forum Statistics MOD- Start -->
Temanda style.css “i aç ve en sona sunu ekle :
/* //-Enhanced Forum Statistics MOD- Start */ .statform1 { width: 85%; margin: 0 auto; text-align: center; } /* //-Enhanced Forum Statistics MOD- End */
————————————————
Sources/Stats.php de bunu bul :
// Get averages...
Sonrasına Ekle :
//-Enhanced Forum Statistics MOD- Start //set up the available periods and initialize default values $periods = array( 0 => 3600, //hours 1 => 86400, //days 2 => 604800, //weeks 3 => 2592000, //months (of 30 days) 4 => 31536000, //years (of 365 days) ); $start_date = $end_date = $custom_start_date = $custom_end_date = 0; $str_start_date = $str_end_date = "0"; $current_time = forum_time(true); $forum_start = 0; $context["startdate"] = $context["enddate"] = array( "year" => "0000", "month" => "00", "day" => "00", ); $restrict_date = false; //validate the input $context["number"] = isset($_REQUEST["number"]) ? (int) $_REQUEST["number"] : 0; $context["first"] = isset($_REQUEST["first"]) && $_REQUEST["first"] ? 1 : 0; $context["period"] = isset($_REQUEST["period"]) && isset($periods[$_REQUEST["period"]]) ? $_REQUEST["period"] : 4; // Check if there"s a valid custom start and end date if (isset($_POST["startdate1"], $_POST["startdate2"], $_POST["startdate3"]) && $_POST["startdate1"] > 0 && $_POST["startdate2"] > 0 && $_POST["startdate3"] > 0 && checkdate($_POST["startdate1"], $_POST["startdate2"], $_POST["startdate3"] < 4 ? 4 : $_POST["startdate3"])) { $restrict_date = true; $custom_start_date = forum_time(true, mktime(0,0,0,$_POST["startdate1"],$_POST["startdate2"],$_POST["startdate3"])); $context["startdate"] = array( "year" => $_POST["startdate3"], "month" => $_POST["startdate2"], "day" => $_POST["startdate1"], ); } if (isset($_POST["enddate1"], $_POST["enddate2"], $_POST["enddate3"]) && $_POST["enddate1"] > 0 && $_POST["enddate2"] > 0 && $_POST["enddate3"] > 0 && checkdate($_POST["enddate1"], $_POST["enddate2"], $_POST["enddate3"] < 4 ? 4 : $_POST["enddate3"])) { $restrict_date = true; $custom_end_date = forum_time(true, mktime(0,0,0,$_POST["enddate1"],$_POST["enddate2"],$_POST["enddate3"])); $context["enddate"] = array( "year" => $_POST["enddate3"], "month" => $_POST["enddate2"], "day" => $_POST["enddate1"], ); } //at this point we need to know the age of the forum if ($restrict_date || $context["number"]) { $result = db_query(" SELECT MIN(date) AS date FROM {$db_prefix}log_activity", __FILE__, __LINE__); list ($forum_start) = mysql_fetch_row($result); mysql_free_result($result); $forum_start = strtotime($forum_start); } if ($context["number"]) { $restrict_date = true; $start_date = $context["first"] ? $forum_start : $current_time - $context["number"] * $periods[$context["period"]]; $end_date = $context["first"] ? $forum_start + $context["number"] * $periods[$context["period"]] : $current_time; } if ($custom_start_date != 0) $start_date = $custom_start_date; if ($custom_end_date != 0) $end_date = $custom_end_date; //if there is no number set and you have set a start date but no end date then end date will be the current time if (!$end_date && $custom_start_date && !$custom_end_date) $end_date = $current_time; //if there is no number set and you have set a endt date but no start date then start date will be the forum start time if (!$start_date && $custom_end_date && !$custom_start_date) $start_date = $forum_start; if ($start_date || $end_date) { //double check the range if ($start_date < $forum_start || $start_date > $current_time) $start_date = $forum_start; if ($end_date > $current_time || $end_date < $forum_start) $end_date = $current_time; //one last final check, I swear it"s the last if ($start_date > $end_date) { $temp = $start_date; $start_date = $end_date; $end_date = $temp; } $str_start_date = strftime("%Y%m%d", $start_date); $str_end_date = strftime("%Y%m%d", $end_date); } //there"s no point in doing anything if the period is the total one if ($start_date == $forum_start && $end_date == $current_time) $restrict_date = false; $context["restrict_date"] = &$restrict_date; $context["start_date"] = &$start_date; $context["end_date"] = &$end_date; //-Enhanced Forum Statistics MOD- End
Şu kodu bul :
$temp = cache_get_data("stats_total_time_members", 600);
Sonrasına şunu ekle :
if (!$restrict_date) //-Enhanced Forum Statistics MOD-
Şu kodu bul :
"
SELECT ID_MEMBER, realName, totalTimeLoggedIn
FROM {$db_prefix}members" . (!empty($temp) ? "
WHERE ID_MEMBER IN (" . implode(", ", $temp) . ")" : "") . "
ORDER BY totalTimeLoggedIn DESC
LIMIT 20"
Şununla değiştir :
"
SELECT ID_MEMBER, realName, totalTimeLoggedIn
FROM {$db_prefix}members WHERE 1" . ($restrict_date ? "
AND dateRegistered <= $end_date" : "") . (!empty($temp) ? "
AND ID_MEMBER IN (" . implode(", ", $temp) . ")" : "") . "
ORDER BY totalTimeLoggedIn DESC
LIMIT 20"
Şu kodu bul :
if ($temp !== $temp2)
Sonrasına şunu ekle :
if (!$restrict_date) //-Enhanced Forum Statistics MOD-
—————————————————-
Languages/Stats.turkish.php de en sona ekle :
//-Enhanced Forum Statistics MOD- Start $txt["enh_stats_title"] = "İstatistikleri görmek istediğiniz periyodu seçin"; $txt["period_title"] = "Kısmi istatistikleri görmek istediğiniz periyodu seçin"; $txt["last"] = "Son"; $txt["first"] = "İlk"; $txt["period_0"] = "saat"; $txt["period_1"] = "gün"; $txt["period_2"] = "hafta"; $txt["period_3"] = "ay"; $txt["period_4"] = "yıl"; $txt["update"] = "Güncelle"; $txt["number_descr"] = "<em>Hepsine bakmak için <strong>0</strong> kullan</em>"; $txt["from"] = "kimden"; $txt["to"] = "kime"; $txt[564] = "Ay (AA)"; $txt[565] = "Gün (GG)"; $txt[566] = "Yıl (YYYY)"; //-Enhanced Forum Statistics MOD- End

index.template.php
ara
</head>
Altina Ekle
<if condition="$show[guest]"> <!-- Huor adsense reklam --> <style type="text/css"> #topbar{ position:absolute; border: 1px solid black; padding: 5px; background-color: white; width: 540px; visibility: hidden; z-index: 400; } </style> <script type="text/javascript"> var persistclose=0 //set to 0 or 1. 1 means once the bar is manually closed, it will remain closed for browser session var startX = 30 //set x offset of bar in pixels var startY = 5 //set y offset of bar in pixels var verticalpos="fromtop" //enter "fromtop" or "frombottom" function iecompattest(){ return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body } function get_cookie(Name) { var search = Name + "=" var returnvalue = ""; if (document.cookie.length > 0) { offset = document.cookie.indexOf(search) if (offset != -1) { offset += search.length end = document.cookie.indexOf(";", offset); if (end == -1) end = document.cookie.length; returnvalue=unescape(document.cookie.substring(offset, end)) } } return returnvalue; } function closebar(){ if (persistclose) document.cookie="remainclosed=1" document.getElementById("topbar").style.visibility="hidden" } function staticbar(){ barheight=document.getElementById("topbar").offsetHeight var ns = (navigator.appName.indexOf("Netscape") != -1) || window.opera; var d = document; function ml(id){ var el=d.getElementById(id); if (!persistclose || persistclose && get_cookie("remainclosed")=="") el.style.visibility="visible" if(d.layers)el.style=el; el.sP=function(x,y){this.style.left=x+"px";this.style.top=y+"px";}; el.x = startX; if (verticalpos=="fromtop") el.y = startY; else{ el.y = ns ? pageYOffset + innerHeight : iecompattest().scrollTop + iecompattest().clientHeight; el.y -= startY; } return el; } window.stayTopLeft=function(){ if (verticalpos=="fromtop"){ var pY = ns ? pageYOffset : iecompattest().scrollTop; ftlObj.y += (pY + startY - ftlObj.y)/8; } else{ var pY = ns ? pageYOffset + innerHeight - barheight: iecompattest().scrollTop + iecompattest().clientHeight - barheight; ftlObj.y += (pY - startY - ftlObj.y)/8; } ftlObj.sP(ftlObj.x, ftlObj.y); setTimeout("stayTopLeft()", 10); } ftlObj = ml("topbar"); stayTopLeft(); } if (window.addEventListener) window.addEventListener("load", staticbar, false) else if (window.attachEvent) window.attachEvent("onload", staticbar) else if (document.getElementById) window.onload=staticbar </script> <div id="topbar"> <a href="" onClick="closebar(); return false"><img src="/images/close.gif" border="0" /></a> adsense kodu </td> </div> <!-- Son adsense reklam --> </if>

adsense kodu yazan yere reklamda koya bilirsiniz
<img src="", $settings["images_url"], "/logo.gif"/ width="100%">
Edit Benden Vbulletin codu
Temamızın Style.css Dosyasını Açıyoruz En Alta Aşagıdaki Kodları Ekliyoruz
#nazar a {
position: absolute;
top: 0px;
right: 0px;
position: fixed;
text-indent: -1000px;
width: 100px;
height: 100px;
overflow: hidden;
background: url(http://www.sitenizinismi.com/nazar.gif) 0 0 no-repeat;
}
Not:Kendi Sitenize Göre Düzenleyin Yukarıyı
Daha Sonra Temamızın index.template.php dosyasını Açıyoruz </head> Kodunun Altına Aşagıdaki Kodu
Yapıştırıyoruz
<div id="nazar"><a href="http://www.siteniz.com/index.php" target="_self"></a></div>

kodu busuna yaptim uygun olmiyor benim sitemde logonun üstünde cikiyor onun icin smf doslarla paylasim yapiyorum..
Iyi paylasim dilerim

Kurulum
— Dosyayı rar dan çıkartın corner.js ye sağ tıklayıp düzenleyin siteadresi.com yazan yerleri kendi adresinize göre düzenleyin..
Dosyaları site anadizinine atın…
index.template.php
ara
</head>
Altina YApistir
<script type="text/javascript" src="http://www.siteadresin.com/corner.js"></script>
rar sifre:solitaryman

PHP TEXT AD
Link:
http://www.phptextad.com/demo.html
Saolun
CiOooo
Aç
$boarddir/index.php
ara
* Software Version: SMF 1.1.3 *
değiştir
* Software Version: SMF 1.1.4 *
ara
$forum_version = "SMF 1.1.3";
değiştir
$forum_version = "SMF 1.1.4";
ara
if (isset($_REQUEST["action"]) && $_REQUEST["action"] == "login2")
{
require_once($sourcedir . "/LogInOut.php");
return "Login2";
değiştir
if (isset($_REQUEST["action"]) && ($_REQUEST["action"] == "login2" || $_REQUEST["action"] == "logout"))
{
require_once($sourcedir . "/LogInOut.php");
return $_REQUEST["action"] == "login2" ? "Login2" : "Logout";
Aç
$sourcedir/Display.php
ara
değiştir
* Software Version: SMF 1.1.2 *
* Software Version: SMF 1.1.4 *
ara
* Software Version: SMF 1.1.3 *
değiştir
* Software Version: SMF 1.1.4 *
ara
"name" => $attachment["filename"], "downloads" => $attachment["downloads"], "size" => round($attachment["filesize"] / 1024, 2) . " " . $txt["smf211"], "byte_size" => $attachment["filesize"], "href" => $scripturl . "?action=dlattach;topic=" . $topic . ".0;attach=" . $attachment["ID_ATTACH"], "link" => "<a href="" . $scripturl . "?action=dlattach;topic=" . $topic . ".0;attach=" . $attachment["ID_ATTACH"] . "">" . $attachment["filename"] . "</a>",
değiştir
"name" => htmlspecialchars($attachment["filename"]), "downloads" => $attachment["downloads"], "size" => round($attachment["filesize"] / 1024, 2) . " " . $txt["smf211"], "byte_size" => $attachment["filesize"], "href" => $scripturl . "?action=dlattach;topic=" . $topic . ".0;attach=" . $attachment["ID_ATTACH"], "link" => "<a href="" . $scripturl . "?action=dlattach;topic=" . $topic . ".0;attach=" . $attachment["ID_ATTACH"] . "">" . htmlspecialchars($attachment["filename"]) . "</a>",
Aç
$sourcedir/ManageAttachments.php
ara
* Software Version: SMF 1.1 *
değiştir
* Software Version: SMF 1.1.4 *
ara
"name" => $row["filename"], "downloads" => $row["downloads"], "href" => $row["attachmentType"] == 1 ? $modSettings["custom_avatar_url"] . "/" . $row["filename"] : ($scripturl . "?action=dlattach;" . ($context["browse_type"] == "avatars" ? "type=avatar;" : "topic=" . $row["ID_TOPIC"] . ".0;") . "id=" . $row["ID_ATTACH"]), "link" => "<a href="" . ($row["attachmentType"] == 1 ? $modSettings["custom_avatar_url"] . "/" . $row["filename"] : ($scripturl . "?action=dlattach;" . ($context["browse_type"] == "avatars" ? "type=avatar;" : "topic=" . $row["ID_TOPIC"] . ".0;") . "id=" . $row["ID_ATTACH"])) . """ . (empty($row["width"]) || empty($row["height"]) ? "" : " onclick="return reqWin(this.href + ";image", " . ($row["width"] + 20) . ", " . ($row["height"] + 20) . ", true);"") . ">" . $row["filename"] . "</a>"
değiştir
"name" => htmlspecialchars($row["filename"]), "downloads" => $row["downloads"], "href" => $row["attachmentType"] == 1 ? $modSettings["custom_avatar_url"] . "/" . $row["filename"] : ($scripturl . "?action=dlattach;" . ($context["browse_type"] == "avatars" ? "type=avatar;" : "topic=" . $row["ID_TOPIC"] . ".0;") . "id=" . $row["ID_ATTACH"]), "link" => "<a href="" . ($row["attachmentType"] == 1 ? $modSettings["custom_avatar_url"] . "/" . $row["filename"] : ($scripturl . "?action=dlattach;" . ($context["browse_type"] == "avatars" ? "type=avatar;" : "topic=" . $row["ID_TOPIC"] . ".0;") . "id=" . $row["ID_ATTACH"])) . """ . (empty($row["width"]) || empty($row["height"]) ? "" : " onclick="return reqWin(this.href + ";image", " . ($row["width"] + 20) . ", " . ($row["height"] + 20) . ", true);"") . ">" . htmlspecialchars($row["filename"]) . "</a>"
Aç
$sourcedir/ManageMembergroups.php
ara
* Software Version: SMF 1.1.2 *
değiştir
* Software Version: SMF 1.1.4 *
ara
$_REQUEST["toAdd"] = strtr($func["htmlspecialchars"](stripslashes($_REQUEST["toAdd"]), ENT_QUOTES), array(""" => """));
değiştir
$_REQUEST["toAdd"] = strtr(addslashes($func["htmlspecialchars"](stripslashes($_REQUEST["toAdd"]), ENT_QUOTES)), array(""" => """));
Aç
$sourcedir/ManageNews.php
ara
* Software Version: SMF 1.1.3 *
değiştir
* Software Version: SMF 1.1.4 *
ara
$condition = "
değiştir
$condition .= "
Aç
$sourcedir/PersonalMessage.php
ara
* Software Version: SMF 1.1.3 *
değiştir
* Software Version: SMF 1.1.4 *
ara
$userString = strtr($func["htmlspecialchars"](stripslashes($search_params["userspec"]), ENT_QUOTES), array(""" => """));
değiştir
$userString = strtr(addslashes($func["htmlspecialchars"](stripslashes($search_params["userspec"]), ENT_QUOTES)), array(""" => """));
Aç
$sourcedir/Post.php
ara
* Software Version: SMF 1.1.3 *
değiştir
* Software Version: SMF 1.1.4 *
ara
$context["preview_subject"] = “<i>” . $txt[24] . “</i>”;
değiştir
$context["preview_subject"] = "<i>" . $txt[24] . "</i>";
// Protect any CDATA blocks.
if (isset($_REQUEST["xml"]))
$context["preview_message"] = strtr($context["preview_message"], array("]]>" => "]]]]><![CDATA[>"));
ara
$context["event"]["title"] = isset($_REQUEST["evtitle"]) ? $_REQUEST["evtitle"] : "";
değiştir
$context["event"]["title"] = isset($_REQUEST["evtitle"]) ? htmlspecialchars(stripslashes($_REQUEST["evtitle"])) : "";
ara
if (allowedTo("moderate_forum"))
değiştir
if (allowedTo("moderate_forum") && !empty($topic))
Aç
$sourcedir/Profile.php
ara
* Software Version: SMF 1.1.3 *
değiştir
* Software Version: SMF 1.1.4 *
ara
$_POST["new_buddy"] = strtr($func["htmlspecialchars"](stripslashes($_POST["new_buddy"]), ENT_QUOTES), array(""" => """));
değiştir
$_POST["new_buddy"] = strtr(addslashes($func["htmlspecialchars"](stripslashes($_POST["new_buddy"]), ENT_QUOTES)), array(""" => """));
Aç
$sourcedir/QueryString.php
ara
* Software Version: SMF 1.1.3 *
değiştir
* Software Version: SMF 1.1.4 *
ara
foreach (array_merge(array_keys($_REQUEST), array_keys($_FILES)) as $key)
değiştir
