MyBBDepo - Türkiyenin MyBB Deposu Forumuna Hoşgeldiniz
Eğer sitemize yaptığınız ilk ziyaretiniz ise, lütfen öncelikle Forum Kurallarını okuyunuz. Forumumuzda bilgi alışverişinde bulunabilmeniz için Kayıt olmalısınız. Üye olmayanlar forumumuzdan yararlanamazlar.
Eğer zaten kayıtlı kullanıcı iseniz, lütfen kullanıcı adınız ve şifreniz ile, Giriş yapınız. (Sitemize üyelik ücretsizdir).
hacibumba avatar
Konuyu Oyla:
  • Derecelendirme: 0/5 - 0 oy
  • 1
  • 2
  • 3
  • 4
  • 5

Derecelendirme: 0/5 - 0 oy

Prostast thead radius yapma


Sponsor Reklam

Çevrimdışı hacibumba
 Tarih: 13-10-2015, Saat:11:47
(Son Düzenleme: 13-10-2015, Saat:20:18, Düzenleyen: hacibumba.)
#1
site:yöneticiye pmden
Versiyon MyBB Sürümü :1.6
Eklenti-Plugin Kurulu Eklentiler :toplist, davetiye eklentisi,MyAlerts
Hata-Sorun Sorun açıklaması :Forum istatistikleri eklentisinin, thead kısmı forumun kendi kıvrımlı thead başlığından ayrı ve farklı duruyor, topliste forumun kendi thead başlığını kullandırmak istiyorum, dün biraz uğraştım prostats.php den "<td style=\"text-align:{\$ps_ralign};\">" bu kodla başlayan yere kıvrım için radius kodu eklediğimde hata veriyor, o alanı silip komple temanın kullandığı theadı topliste nasıl eklerim.

resimler
GEREK KALMADI KENDİM HALLETTİM


bu işten anlayan arkadaşlardan ricam prostatstın kendi theadını iptal edip temamın kendi theadını kullanabileceğim şekilde düzenlerse sevinirim
ProStats.php kodlarım aşağıdaki gibi

Kod:
<?php

/*

_______________________________________________________

|                                                        |

| Plugin ProStats 1.7.7                                    |

| (c) 2008-2011 by SaeedGh ([email protected])        |

| Website: http://community.mybb.com/user-14229.html    |

| Last edit: January 15th, 2011                            |

|_______________________________________________________|



This program is free software: you can redistribute it and/or modify

it under the terms of the GNU General Public License as published by

the Free Software Foundation, either version 3 of the License, or

(at your option) any later version.



This program is distributed in the hope that it will be useful,

but WITHOUT ANY WARRANTY; without even the implied warranty of

MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the

GNU General Public License for more details.



You should have received a copy of the GNU General Public License

along with this program. If not, see <http://www.gnu.org/licenses/>.



*/



if (!defined("IN_MYBB"))

{

    die("Direct initialization of this file is not allowed.");

}





$plugins->add_hook('global_start', 'prostats_run_global');

$plugins->add_hook('pre_output_page', 'prostats_run_pre_output');

$plugins->add_hook('index_start', 'prostats_run_index');

$plugins->add_hook('portal_start', 'prostats_run_portal');

$plugins->add_hook('xmlhttp', 'prostats_run_ajax');





function prostats_info()

{

    global $mybb, $db;

    

    $settings_link = '';

    

    $query = $db->simple_select('settinggroups', '*', "name='ProStats'");



    if (count($db->fetch_array($query)))

    {

        $settings_link = '(<a href="index.php?module=config&action=change&search=prostats" style="color:#FF1493;">Settings</a>)';

    }

    

    return array(

        'name'            =>    '<img border="0" src="../images/ProStats.gif" align="absbottom" /> ProStats Gelişmiş İstatistik Plugin',

        'title'            =>    'ProStats',

        'description'    =>    '<img src="http://destek.mybb.com.tr/turkey.gif" border="0" alt="MCTR" title="MCTR" /> Türkçe Çeviri: <a title="MyBB.Com.TR - XpSerkan" href="http://www.mybb.com.tr" target="_blank"><b>MyBB.Com.TR</b></a><br />MyBB profesyonel Gelişmiş İstatistik eklentisi.' . $settings_link,

        'website'        =>    'http://destek.mybb.com.tr',

        'author'        =>    'SaeedGh',

        'authorsite'    =>    'http://community.mybb.com/thread-48686.html',

        'version'        =>    '1.7.7',

        'guid'            =>    '124b68d05dcdaf6b7971050baddf340f',

        'compatibility'    =>    '14*,16*'

    );

}





function prostats_activate()

{

    global $db;

    

    require_once MYBB_ROOT.'inc/adminfunctions_templates.php';

    find_replace_templatesets('index', '#{\$header}(\r?)\n#', "{\$header}\n{\$ps_header_index}\n");

    find_replace_templatesets('index', '#{\$forums}(\r?)\n#', "{\$forums}\n{\$ps_footer_index}\n");

    find_replace_templatesets('portal', '#{\$header}(\r?)\n#', "{\$header}\n{\$ps_header_portal}\n");

    find_replace_templatesets('portal', '#{\$footer}(\r?)\n#', "{\$ps_footer_portal}\n{\$footer}\n");

    

    $extra_cells = "select\n0=--\n1=En Çok Cevaplananlar\n2=En Çok Rep Alanlar\n3=En Çok Teşekkür Alanlar\n4=En Çok Okunanlar\n5=Yeni Üyeler\n6=En Çok İndirilenler\n7=En Çok Yazanlar\n8=Referanslar";



    $templatearray = array(

        "title" => "prostats",

        "template" => "

<script type=\"text/javascript\">

<!--



var spinner=null;



function prostats_reload()

{

    if(spinner){return false;}

    this.spinner = new ActivityIndicator(\"body\", {image: \"images/spinner_big.gif\"});

    new Ajax.Request(\'xmlhttp.php?action=prostats_reload&my_post_key=\'+my_post_key, {method: \'post\',postBody:\"\", onComplete:prostats_done});

    return false;

}



function prostats_done(request)

{

    if(this.spinner)

    {

        this.spinner.destroy();

        this.spinner = \'\';

    }

    if(request.responseText.match(/<error>(.*)<\\\/error>/))

    {

        message = request.responseText.match(/<error>(.*)<\\\/error>/);

        alert(message[1]);

    }

    else if(request.responseText)

    {

        $(\"prostats_table\").innerHTML = request.responseText;

    }

}

-->

</script>



        <div id=\"thead\">        

        <table width=\"100%\" border=\"0\" cellspacing=\"{\$theme[borderwidth]}\" cellpadding=\"0\" class=\"tborder\">

        <thead>

        <tr><td colspan=\"{\$num_columns}\">

            <table border=\"0\" cellspacing=\"0\" cellpadding=\"{\$theme[tablespace]}\" width=\"100%\">

            <tr class=\"prostats_table\">

            <td><strong>{\$lang->prostats_prostats}</strong></td>

            <td style=\"text-align:{\$ps_ralign};\"><a href=\"\" onclick=\"return prostats_reload();\">{\$lang->prostats_reload} <img src=\"{\$mybb->settings[\'bburl\']}/images/ps_reload.gif\" style=\"vertical-align:middle;\" alt=\"\" /></a></td>
            </tr>

            </table>

        </td>

        </tr>

        </thead>

        <tbody>

        {\$trow_message_top}

        <tr valign=\"top\">

        {\$prostats_content}

        </tr>

        {\$trow_message_down}

        </tbody>

        </table>

        <br />

        </div>",

        "sid" => "-1",

        );

    $db->insert_query("templates", $templatearray);

    

    $templatearray = array(

        "title" => "prostats_readstate_icon",

        "template" => "<img src=\"{\$mybb->settings[\'bburl\']}/images/ps_mini{\$lightbulb[\'folder\']}.gif\" style=\"vertical-align:middle;\" alt=\"\" />&nbsp;",

        "sid" => "-1",

        );

    $db->insert_query("templates", $templatearray);

    

    $templatearray = array(

        "title" => "prostats_newestposts",

        "template" => "<td class=\"{\$trow}\"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"{\$theme[tablespace]}\">

        <tr class=\"tcat smalltext\">

        <td colspan=\"{\$colspan}\">{\$lang->prostats_newest_posts}</td>

        </tr>

        <tr>

        <td colspan=\"{\$colspan}\">

<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">

        <tr class=\"{\$trow} smalltext\">

        {\$newestposts_cols_name}

        </tr>

        {\$newestposts_row}

</table></td>

        </tr>

        </table></td>",

        "sid" => "-1",

        );

    $db->insert_query("templates", $templatearray);

    

    $templatearray = array(

        "title" => "prostats_newestposts_row",

        "template" => "<tr class=\"{\$trow} smalltext\">

        {\$newestposts_cols}

        </tr>",

        "sid" => "-1",

        );

    $db->insert_query("templates", $templatearray);

    

    $templatearray = array(

        "title" => "prostats_newestposts_specialchar",

        "template" => "<a href=\"{\$threadlink}\" style=\"text-decoration: none;\"><font face=\"arial\" style=\"line-height:10px;\">▼</font></a>",

        "sid" => "-1",

        );

    $db->insert_query("templates", $templatearray);

    

    //Most Replies

    $templatearray = array(

        "title" => "prostats_mostreplies",

        "template" => "<td><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"{\$theme[tablespace]}\">

        <tr class=\"tcat smalltext\">

        <td colspan=\"2\">{\$lang->prostats_most_replies}</td>

        </tr>

        <tr>

<td colspan=\"2\"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">

        {\$mostreplies_row}

</table></td></tr>

        </table></td>",

        "sid" => "-1",

        );

    $db->insert_query("templates", $templatearray);

        

    $templatearray = array(

        "title" => "prostats_mostreplies_row",

        "template" => "<tr class=\"smalltext\">

        <td>{\$readstate_icon}<a href=\"{\$threadlink}\" title=\"{\$subject_long}\">{\$subject}</a></td>

        <td align=\"{\$ps_align}\"><a href=\"javascript:MyBB.whoPosted({\$tid});\">{\$replies}</a></td>

        </tr>",

        "sid" => "-1",

        );

    $db->insert_query("templates", $templatearray);

    

    //Most Reputation

    $templatearray = array(

        "title" => "prostats_mostreputation",

        "template" => "<td><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"{\$theme[tablespace]}\">

        <tr class=\"tcat smalltext\">

        <td colspan=\"2\">{\$lang->prostats_most_reputations}</td>

        </tr>

        <tr>

<td colspan=\"2\"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">

        {\$mostreputation_row}

</table></td></tr>

        </table></td>",

        "sid" => "-1",

        );

    $db->insert_query("templates", $templatearray);

        

    $templatearray = array(

        "title" => "prostats_mostreputation_row",

        "template" => "<tr class=\"smalltext\">

        <td><a href=\"{\$profilelink}\">{\$username}</a></td>

        <td align=\"{\$ps_align}\"><a href=\"reputation.php?uid={\$uid}\">{\$repscount}</a></td>

        </tr>",

        "sid" => "-1",

        );

    $db->insert_query("templates", $templatearray);

    

    //Most Thanks

    $templatearray = array(

        "title" => "prostats_mostthanks",

        "template" => "<td><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"{\$theme[tablespace]}\">

        <tr class=\"tcat smalltext\">

        <td colspan=\"2\">{\$lang->prostats_most_thanks}</td>

        </tr>

        <tr>

<td colspan=\"2\"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">

        {\$mostthanks_row}

</table></td></tr>

        </table></td>",

        "sid" => "-1",

        );

    $db->insert_query("templates", $templatearray);

        

    $templatearray = array(

        "title" => "prostats_mostthanks_row",

        "template" => "<tr class=\"smalltext\">

        <td><a href=\"{\$profilelink}\">{\$username}</a></td>

        <td align=\"{\$ps_align}\">{\$thxnum}</td>

        </tr>",

        "sid" => "-1",

        );

    $db->insert_query("templates", $templatearray);

    

    //Most Views

    $templatearray = array(

        "title" => "prostats_mostviews",

        "template" => "<td><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"{\$theme[tablespace]}\">

        <tr class=\"tcat smalltext\">

        <td colspan=\"2\">{\$lang->prostats_most_views}</td>

        </tr>

        <tr>

<td colspan=\"2\"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">

        {\$mostviews_row}

</table></td></tr>

        </table></td>",

        "sid" => "-1",

        );

    $db->insert_query("templates", $templatearray);

        

    $templatearray = array(

        "title" => "prostats_mostviews_row",

        "template" => "<tr class=\"smalltext\">

        <td>{\$readstate_icon}<a href=\"{\$threadlink}\" title=\"{\$subject_long}\">{\$subject}</a></td>

        <td align=\"{\$ps_align}\">{\$views}</td>

        </tr>",

        "sid" => "-1",

        );

    $db->insert_query("templates", $templatearray);

    

    //Newest Members

    $templatearray = array(

        "title" => "prostats_newmembers",

        "template" => "<td><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"{\$theme[tablespace]}\">

        <tr class=\"tcat smalltext\">

        <td colspan=\"2\">{\$lang->prostats_newest_members}</td>

        </tr>

        <tr>

<td colspan=\"2\"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">

        {\$newmembers_row}

</table></td></tr>

        </table></td>",

        "sid" => "-1",

        );

    $db->insert_query("templates", $templatearray);

        

    $templatearray = array(

        "title" => "prostats_newmembers_row",

        "template" => "<tr class=\"smalltext\">

        <td><a href=\"{\$profilelink}\">{\$username}</a></td>

        <td align=\"{\$ps_align}\">{\$regdate}</td>

        </tr>",

        "sid" => "-1",

        );

    $db->insert_query("templates", $templatearray);

    

    //Top Downloads

    $templatearray = array(

        "title" => "prostats_topdownloads",

        "template" => "<td><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"{\$theme[tablespace]}\">

        <tr class=\"tcat smalltext\">

        <td colspan=\"2\">{\$lang->prostats_top_downloads}</td>

        </tr>

        <tr>

<td colspan=\"2\"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">

        {\$topdownloads_row}

</table></td></tr>

        </table></td>",

        "sid" => "-1",

        );

    $db->insert_query("templates", $templatearray);

        

    $templatearray = array(

        "title" => "prostats_topdownloads_row",

        "template" => "<tr class=\"smalltext\">

        <td><img src=\"{\$attach_icon}\" width=\"11\" height=\"11\" align=\"absmiddle\" alt=\"\" />&nbsp;<a href=\"{\$postlink}\" title=\"{\$subject_long}\">{\$subject}</a></td>

        <td align=\"{\$ps_align}\">{\$downloadnum}</td>

        </tr>",

        "sid" => "-1",

        );

    $db->insert_query("templates", $templatearray);

    

    //Top Posters

    $templatearray = array(

        "title" => "prostats_topposters",

        "template" => "<td><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"{\$theme[tablespace]}\">

        <tr class=\"tcat smalltext\">

        <td colspan=\"2\">{\$lang->prostats_top_posters}</td>

        </tr>

        <tr>

<td colspan=\"2\"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">

        {\$topposters_row}

</table></td></tr>

        </table></td>",

        "sid" => "-1",

        );

    $db->insert_query("templates", $templatearray);

        

    $templatearray = array(

        "title" => "prostats_topposters_row",

        "template" => "<tr class=\"smalltext\">

        <td><a href=\"{\$profilelink}\">{\$username}</a></td>

        <td align=\"{\$ps_align}\"><a href=\"search.php?action=finduser&amp;uid={\$uid}\">{\$postnum}</a></td>

        </tr>",

        "sid" => "-1",

        );

    $db->insert_query("templates", $templatearray);

    

    //Top Referrers

    $templatearray = array(

        "title" => "prostats_topreferrers",

        "template" => "<td><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"{\$theme[tablespace]}\">

        <tr class=\"tcat smalltext\">

        <td colspan=\"2\">{\$lang->prostats_top_topreferrers}</td>

        </tr>

        <tr>

<td colspan=\"2\"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">

        {\$topreferrers_row}

</table></td></tr>

        </table></td>",

        "sid" => "-1",

        );

    $db->insert_query("templates", $templatearray);

        

    $templatearray = array(

        "title" => "prostats_topreferrers_row",

        "template" => "<tr class=\"smalltext\">

        <td><a href=\"{\$profilelink}\">{\$username}</a></td>

        <td align=\"{\$ps_align}\">{\$refnum}</td>

        </tr>",

        "sid" => "-1",

        );

    $db->insert_query("templates", $templatearray);

    

    

    $templatearray = array(

        "title" => "prostats_message",

        "template" => "<tr class=\"trow1\">

        <td colspan=\"{\$num_columns}\">

        <table  border=\"0\" cellspacing=\"0\" cellpadding=\"{\$theme[tablespace]}\" width=\"100%\">

        <tr class=\"smalltext\">

        <td>

        {\$prostats_message}

        </td>

        </tr>

        </table>

        </td>

        </tr>",

        "sid" => "-1",

        );

    $db->insert_query("templates", $templatearray);

    

    $templatearray = array(

        "title" => "prostats_onerowextra",

        "template" => "<td class=\"{\$trow}\"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr>{\$single_extra_content}</tr></table></td>",

        "sid" => "-1",

        );

    $db->insert_query("templates", $templatearray);

    

    $templatearray = array(

        "title" => "prostats_tworowextra",

        "template" => "<td class=\"{\$trow}\"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr>{\$extra_content_one}</tr><tr>{\$extra_content_two}</tr></table></td>",

        "sid" => "-1",

        );

    $db->insert_query("templates", $templatearray);

    

    $ps_group = array(

        "name"            => "ProStats",

        "title"            => "ProStats Ayarları",

        "description"    => "Profesyonel Gelişmiş İstatistik ayarlarını bu kısımdan yapabilirsiniz.",

        "disporder"        => "1",

        "isdefault"        => "1",

    );

    

    $db->insert_query("settinggroups", $ps_group);

    $gid = $db->insert_id();



    $ps[]= array(

        "name"            => "ps_active",

        "title"            => "Aktif Edilsin mi?",

        "description"    => "Eklentinin aktif edilmesini istiyormusunuz?",

        "optionscode"    => "yesno",

        "value"            => '1',

        "disporder"        => '1',

        "gid"            => intval($gid),

    );

    

    $ps[]= array(

        "name"            => "ps_ignoreforums",

        "title"            => "Forum İzinleri",

        "description"    => "Genel bakışta gösterilmesini istemediğiniz forumların IDsini virgül ile ayıyarak giriniz.<br />(Örnek: 1,3,12) gibi.",

        "optionscode"    => "text",

        "value"            => '',

        "disporder"        => '3',

        "gid"            => intval($gid),

    );

    

    $ps[]= array(

        "name"            => "ps_index",

        "title"            => "İndex Sayfasında Göster ?",

        "description"    => "Genel bakışın forum index sayfasında gösterilmesini istiyormusunuz?",

        "optionscode"    => "yesno",

        "value"            => '1',

        "disporder"        => '4',

        "gid"            => intval($gid),

    );

    

    $ps[]= array(

        "name"            => "ps_portal",

        "title"            => "Portal Sayfasında Göster ?",

        "description"    => "Genel bakışın portal sayfasında gösterilmesini istiyormusunuz?",

        "optionscode"    => "yesno",

        "value"            => '0',

        "disporder"        => '5',

        "gid"            => intval($gid),

    );

    

    $ps[]= array(

        "name"            => "ps_position",

        "title"            => "Tablo Pozisyonu",

        "description"    => "Genel footer mı yoksa headerdamı gösterilsin?",

        "optionscode"    => "select\n0=Üst Kısım (Header)\n1=Alt Kısım (Footer)",

        "value"            => '1',

        "disporder"        => '10',

        "gid"            => intval($gid),

    );

    

    $ps[]= array(

        "name"            => "ps_format_name",

        "title"            => "Kullanıcı Grup Rengi",

        "description"    => "Kullanıcı grup rengleri, stilleri gösterilsin mi?",

        "optionscode"    => "yesno",

        "value"            => '1',

        "disporder"        => '20',

        "gid"            => intval($gid),

    );

    

    $ps[]= array(

        "name"            => "ps_subject_length",

        "title"            => "Başlık Uzunluğu",

        "description"    => "Genel bakıştaki konuların gösterilmesini istediğiniz maksimum karakter uzunluğu giriniz. (0 sınırsız.)",

        "optionscode"    => "text",

        "value"            => '25',

        "disporder"        => '30',

        "gid"            => intval($gid),

    );

    

    $ps[]= array(

        "name"            => "ps_num_rows",

        "title"            => "Sütun Sayısı",

        "description"    => "Genel bakışta gösterilmesini istediğiniz maksimum sütun, sayısını giriniz. (minimum = 3)",

        "optionscode"    => "text",

        "value"            => '11',

        "disporder"        => '41',

        "gid"            => intval($gid),

    );

    

    $ps[]= array(

        "name"            => "ps_date_format",

        "title"            => "Tarih ve Saat Formatı",

        "description"    => "Gösterilmesini istediğiniz tarih ve saat formatını belirtiniz. [<a href=\"http://destek.mybb.com.tr/mybb-forum-saatini-24-saat-formatinda-yapmak-konusu.html\" target=\"_blank\">Ayrıntılı Bilgi</a>]",

        "optionscode"    => "text",

        "value"            => 'm-d, H:i',

        "disporder"        => '42',

        "gid"            => intval($gid),

    );

    

    $ps[]= array(

        "name"            => "ps_date_format_ty",

        "title"            => "Tarih Formatı",

        "description"    => "A part of Date and Time format that must be replaced with \"Yesterday\" or \"Today\".",

        "optionscode"    => "text",

        "value"            => 'm-d',

        "disporder"        => '43',

        "gid"            => intval($gid),

    );

    

    $ps[]= array(

        "name"            => "ps_trow_message",

        "title"            => "Mesaj Panosu",

        "description"    => "Bu kısımda, genel bakışta gösterilmesi için mesaj yazabilirsiniz. Aşağıdaki seçeneklerden alt veya üste gösterimesini sağlayabilirsiniz, ayrıca HTML kullanabilirsiniz.",

        "optionscode"    => "textarea",

        "value"            => '',

        "disporder"        => '45',

        "gid"            => intval($gid),

    );

    

    $ps[]= array(

        "name"            => "ps_trow_message_pos",

        "title"            => "Mesaj Panosu Pozisyonu",

        "description"    => "Mesajın gösterilmesini istediğiniz posizyonu seçiniz.",

        "optionscode"    => "select\n0=Üst Kısım\n1=Alt Kısım (Default)",

        "value"            => '1',

        "disporder"        => '46',

        "gid"            => intval($gid),

    );

    

    $ps[]= array(

        "name"            => "ps_newest_posts",

        "title"            => "Son Konular Gösterilsin mi?",

        "description"    => "Genel bakış tablosunda son konu/yorumların gösterilmesini istiyormusunuz?",

        "optionscode"    => "yesno",

        "value"            => '1',

        "disporder"        => '50',

        "gid"            => intval($gid),

    );

    

    $ps[]= array(

        "name"            => "ps_newest_posts_cells",

        "title"            => "Son Konu İstatistikleri",

        "description"    => "Gösterilmesini istediğiniz fonksiyon kodlarını seçiniz.<br />Fonksiyon Kodları: <strong>Son_konular, Tarih, Başlatan, Son_gönderen, Forum</strong><br />Lütfen fonksiyon kodlarını (\",\") vilgül ile ayırarak giriniz.",

        "optionscode"    => "text",

        "value"            => 'Son_konular, Tarih, Başlatan, Son_gönderen, Forum',

        "disporder"        => '55',

        "gid"            => intval($gid),

    );

    

    $ps[]= array(

        "name"            => "ps_newest_posts_pos",

        "title"            => "Son Konuların Gösterim Pozisyonu",

        "description"    => "Son konuların gösterilmesini istediğiniz yönü, pozisyonu seçiniz.",

        "optionscode"    => "select\n0=Sol\n1=Sağ",

        "value"            => '0',

        "disporder"        => '60',

        "gid"            => intval($gid),

    );

    

    $ps[]= array(

        "name"            => "ps_cell_1",

        "title"            => "Ekstra Alan 1 (Sol-Üst)",

        "description"    => "<div style=\"width:98px;height:43px;overflow:hidden;text-direction:rtl;margin-top:5px;\"><img style=\"float:left;\" src=\"../images/ps_cells.gif\" /><img style=\"float:left;margin-top:-178px;margin-left:-28px;\" src=\"../images/ps_cells.gif\" /></div>",

        "optionscode"    => $extra_cells,

        "value"            => '4',

        "disporder"        => '62',

        "gid"            => intval($gid),

    );

    

    $ps[]= array(

        "name"            => "ps_cell_2",

        "title"            => "Ekstra Alan 2 (Sol-Alt)",

        "description"    => "<div style=\"width:98px;height:43px;overflow:hidden;text-direction:rtl;margin-top:5px;\"><img style=\"float:left;\" src=\"../images/ps_cells.gif\" /><img style=\"float:left;margin-top:-159px;margin-left:-28px;\" src=\"../images/ps_cells.gif\" /></div>",

        "optionscode"    => $extra_cells,

        "value"            => '2',

        "disporder"        => '64',

        "gid"            => intval($gid),

    );

    

    $ps[]= array(

        "name"            => "ps_cell_3",

        "title"            => "Ekstra Alan 3 (Üst-Orta)",

        "description"    => "<div style=\"width:98px;height:43px;overflow:hidden;text-direction:rtl;margin-top:5px;\"><img style=\"float:left;\" src=\"../images/ps_cells.gif\" /><img style=\"float:left;margin-top:-178px;margin-left:-14px;\" src=\"../images/ps_cells.gif\" /></div>",

        "optionscode"    => $extra_cells,

        "value"            => '1',

        "disporder"        => '66',

        "gid"            => intval($gid),

    );

    

    $ps[]= array(

        "name"            => "ps_cell_4",

        "title"            => "Ekstra Alan 4 (Alt-Orta)",

        "description"    => "<div style=\"width:98px;height:43px;overflow:hidden;text-direction:rtl;margin-top:5px;\"><img style=\"float:left;\" src=\"../images/ps_cells.gif\" /><img style=\"float:left;margin-top:-159px;margin-left:-14px;\" src=\"../images/ps_cells.gif\" /></div>",

        "optionscode"    => $extra_cells,

        "value"            => '7',

        "disporder"        => '68',

        "gid"            => intval($gid),

    );

    

    $ps[]= array(

        "name"            => "ps_cell_5",

        "title"            => "Ekstra Alan 5 (Üst-Sağ)",

        "description"    => "<div style=\"width:98px;height:43px;overflow:hidden;text-direction:rtl;margin-top:5px;\"><img style=\"float:left;\" src=\"../images/ps_cells.gif\" /><img style=\"float:left;margin-top:-178px;margin-left:0px;\" src=\"../images/ps_cells.gif\" /></div>",

        "optionscode"    => $extra_cells,

        "value"            => '3',

        "disporder"        => '70',

        "gid"            => intval($gid),

    );

    

    $ps[]= array(

        "name"            => "ps_cell_6",

        "title"            => "Ekstra Alan 6 (Alt-Sağ)",

        "description"    => "<div style=\"width:98px;height:43px;overflow:hidden;text-direction:rtl;margin-top:5px;\"><img style=\"float:left;\" src=\"../images/ps_cells.gif\" /><img style=\"float:left;margin-top:-159px;margin-left:0px;\" src=\"../images/ps_cells.gif\" /></div>",

        "optionscode"    => $extra_cells,

        "value"            => '5',

        "disporder"        => '72',

        "gid"            => intval($gid),

    );



    $ps[]= array(

        "name"            => "ps_hidefrombots",

        "title"            => "İstatistikler Botlara Kapatılsın mı?",

        "description"    => "Bu ayar sayesinde ProStats istatistiklerini örümcek/botlardan gizleyebilirsiniz. <strong><a href=\"index.php?module=config-spiders\" target=\"_blank\">Örümcek/Botlar</a></strong>.",

        "optionscode"    => "yesno",

        "value"            => '1',

        "disporder"        => '74',

        "gid"            => intval($gid),

    );

    

    $ps[]= array(

        "name"            => "ps_global_tag",

        "title"            => "Genel Kullanım Tagı Aktif Edilsin mi?",

        "description"    => "&lt;ProStats&gt; Bu kodu kullanarak ProStats eklentisini dilediğiniz bölümde gösterebilirsiniz.",

        "optionscode"    => "yesno",

        "value"            => '0',

        "disporder"        => '76',

        "gid"            => intval($gid),

    );

    

    $ps[]= array(

        "name"            => "ps_xml_feed",

        "title"            => "XML Feed Aktif Edilsin mi?",

        "description"    => "ProStats için dinamik xml sitemap kullanmak istiyorsunuz eğer bu ayarı kullanabilirsiniz.<br /><b>XML Çıkışı:</b> siteadı.com/index.php?stats=xml [<a href=\"http://destek.mybb.com.tr/mybb-prostats-profesyonel-istatistik-plugin-yeni-konusu.html\" target=\"_blank\">Ayrıntılı Bilgi</a>]",

        "optionscode"    => "yesno",

        "value"            => '0',

        "disporder"        => '78',

        "gid"            => intval($gid),

    );

        

    foreach ($ps as $p)

    {

        $db->insert_query("settings", $p);

    }

        

    rebuild_settings();

}





function prostats_deactivate()

{

    global $db;

    

    require_once MYBB_ROOT."/inc/adminfunctions_templates.php";

    find_replace_templatesets("index", '#{\$ps_header_index}(\r?)\n#', "", 0);

    find_replace_templatesets("index", '#{\$ps_footer_index}(\r?)\n#', "", 0);

    find_replace_templatesets("portal", '#{\$ps_header_portal}(\r?)\n#', "", 0);

    find_replace_templatesets("portal", '#{\$ps_footer_portal}(\r?)\n#', "", 0);

    

    $db->query("DELETE FROM ".TABLE_PREFIX."templates WHERE title='prostats'");

    $db->query("DELETE FROM ".TABLE_PREFIX."templates WHERE title LIKE 'prostats_%'");

    

    $db->delete_query("settings","name IN ('ps_active','ps_ignoreforums','ps_index','ps_portal','ps_position','ps_format_name','ps_subject_length','ps_num_rows','ps_date_format','ps_date_format_ty','ps_trow_message','ps_trow_message_pos','ps_newest_posts','ps_newest_posts_cells','ps_newest_posts_pos','ps_cell_1','ps_cell_2','ps_cell_3','ps_cell_4','ps_cell_5','ps_cell_6','ps_hidefrombots','ps_global_tag','ps_xml_feed')");

    $db->delete_query("settinggroups","name='ProStats'");

    

    rebuild_settings();

}





function prostats_run_global()

{

    global $mybb, $session;

    

    if (isset($GLOBALS['templatelist']))

    {

        if ($mybb->settings['ps_active'] && defined('THIS_SCRIPT'))

        {

            if (!$mybb->settings['ps_hidefrombots'] || empty($session->is_spider))

            {

                if (($mybb->settings['ps_index'] && THIS_SCRIPT == 'index.php')

                    || ($mybb->settings['ps_portal'] && THIS_SCRIPT == 'portal.php')

                    || $mybb->settings['ps_global_tag'])

                {

                    $GLOBALS['templatelist'] .= ",prostats,prostats_readstate_icon,prostats_newmembers,prostats_newmembers_row,prostats_topposters,prostats_topposters_row,prostats_topreferrers,prostats_topreferrers_row,prostats_mostthanks,prostats_mostthanks_row,prostats_newestposts,prostats_newestposts_row,prostats_newestposts_specialchar,prostats_mostreplies,prostats_mostreplies_row,prostats_mostviews,prostats_mostviews_row,prostats_topdownloads,prostats_topdownloads_row,prostats_mostreputation,prostats_mostreputation_row,prostats_message,prostats_onerowextra,prostats_tworowextra";

                }

            }

        }

    }

}





function prostats_run_index($force = false)

{

    global $mybb, $parser, $session, $prostats_tbl, $ps_header_index, $ps_footer_index, $ps_header_portal, $ps_footer_portal;



    if (!$mybb->settings['ps_active']) {return false;}



    if ($mybb->settings['ps_hidefrombots'] && !empty($session->is_spider)) {return false;}

    

    if (!is_object($parser))

    {

        require_once MYBB_ROOT.'inc/class_parser.php';

        $parser = new postParser;

    }

    

    if (ceil($mybb->settings['ps_num_rows']) != $mybb->settings['ps_num_rows'] || ceil($mybb->settings['ps_subject_length']) != $mybb->settings['ps_subject_length']){return false;}

    if (intval($mybb->settings['ps_num_rows']) < 3) {return false;}

    

    if (strtolower($mybb->input['stats'])=='xml' && $mybb->settings['ps_xml_feed'])

    {

        prostats_run_feed();

        exit;

    }

    

    if (!$mybb->settings['ps_index'] && !$force) {return false;}

    

    $numofrows = $mybb->settings['ps_num_rows'];

    $prostats_tbl = "";

    

    $prostats_tbl = ps_MakeTable();



    if ($mybb->settings['ps_position'] == 0)

    {

        $ps_header_index = $prostats_tbl;

    }

    else if ($mybb->settings['ps_position'] == 1)

    {

        $ps_footer_index = $prostats_tbl;

    }

}





function prostats_run_portal()

{

    global $mybb, $parser, $session, $ps_header_index, $ps_footer_index, $ps_header_portal, $ps_footer_portal;

    

    if (!$mybb->settings['ps_active']) {return false;}



    if ($mybb->settings['ps_hidefrombots'] && !empty($session->is_spider)) {return false;}

    

    if (!is_object($parser))

    {

        require_once MYBB_ROOT.'inc/class_parser.php';

        $parser = new postParser;

    }

    

    if (ceil($mybb->settings['ps_num_rows']) != $mybb->settings['ps_num_rows'] || ceil($mybb->settings['ps_subject_length']) != $mybb->settings['ps_subject_length']){return false;}

    

    if (!$mybb->settings['ps_portal']) {return false;}

    if (intval($mybb->settings['ps_num_rows']) < 3) {return false;}

    

    $numofrows = $mybb->settings['ps_num_rows'];

    $prostats_tbl = "";

    

    $prostats_tbl = ps_MakeTable();



    if ($mybb->settings['ps_position'] == 0)

    {

        $ps_header_portal = $prostats_tbl;

    }

    else if ($mybb->settings['ps_position'] == 1)

    {

        $ps_footer_portal = $prostats_tbl;

    }

}





function prostats_run_pre_output($contents)

{

    global $mybb, $parser, $session, $prostats_tbl, $ps_header_index, $ps_footer_index, $ps_header_portal, $ps_footer_portal;



    if (!$mybb->settings['ps_active']) {return false;}

    

    if ($mybb->settings['ps_hidefrombots'] && !empty($session->is_spider)) {return false;}

    

    if (!is_object($parser))

    {

        require_once MYBB_ROOT.'inc/class_parser.php';

        $parser = new postParser;

    }

    

    if (ceil($mybb->settings['ps_num_rows']) != $mybb->settings['ps_num_rows'] || ceil($mybb->settings['ps_subject_length']) != $mybb->settings['ps_subject_length']){return false;}

    if (intval($mybb->settings['ps_num_rows']) < 3) {return false;}

    

    if (!$mybb->settings['ps_global_tag']){

        $contents = str_replace('<ProStats>', '', $contents);

        return false;

    }

    

    $numofrows = $mybb->settings['ps_num_rows'];

    $prostats_tbl = "";

    

    $prostats_tbl = ps_MakeTable();



    $contents = str_replace('<ProStats>', $prostats_tbl, $contents);

}





function ps_GetNewestPosts($NumOfRows, $feed=false)

{

    global $mybb, $db, $templates, $theme, $lang, $unviewwhere, $parser, $lightbulb, $trow, $newestposts_cols_name, $newestposts_cols, $colspan, $feeditem;



    if (!is_object($parser))

    {

        require_once MYBB_ROOT.'inc/class_parser.php';

        $parser = new postParser;

    }

    

    $query = $db->query ("

        SELECT t.subject,t.username,t.uid,t.tid,t.fid,t.lastpost,t.lastposter,t.lastposteruid,t.replies,tr.uid AS truid,tr.dateline,f.name

        FROM ".TABLE_PREFIX."threads t

        LEFT JOIN ".TABLE_PREFIX."threadsread tr ON (tr.tid=t.tid AND tr.uid='".$mybb->user['uid']."')

        LEFT JOIN ".TABLE_PREFIX."forums f ON (f.fid = t.fid)

        WHERE t.visible='1'

        ".ps_GetUnviewable("t")."

        AND t.closed NOT LIKE 'moved|%'

        ORDER BY t.lastpost DESC

        LIMIT 0,".$NumOfRows);

        

        $newestposts_cols_name = "";

        $newestposts_cols = "";

        $colspan = 0;

        $active_cells = "";

        

        $newest_posts_cells_arr = escaped_explode(",", htmlspecialchars_uni($mybb->settings['ps_newest_posts_cells']),20);

        

        foreach($newest_posts_cells_arr as $newest_posts_cell)

        {

            ++$colspan;

            

            switch($newest_posts_cell)

            {

                case "Son_konular" :

                    $active_cells['Son_konular']=1;

                    $newestposts_cols_name .= "<td>".$lang->prostats_topic."</td>";

                    $cell_order[$colspan]='Son_konular';

                    break;

                case "Tarih" :

                    $active_cells['Tarih']=1;

                    $newestposts_cols_name .= "<td>".$lang->prostats_datetime."&nbsp;</td>";

                    $cell_order[$colspan]='Tarih';

                    break;

                case "Başlatan" :

                    $active_cells['Başlatan']=1;

                    $newestposts_cols_name .= "<td>".$lang->prostats_author."</td>";

                    $cell_order[$colspan]='Başlatan';

                    break;

                case "Son_gönderen" :

                    $active_cells['Son_gönderen']=1;

                    $newestposts_cols_name .= "<td>".$lang->prostats_last_sender."</td>";

                    $cell_order[$colspan]='Son_gönderen';

                    break;

                case "Forum" :

                    $active_cells['Forum']=1;

                    $newestposts_cols_name .= "<td>".$lang->prostats_forum."</td>";

                    $cell_order[$colspan]='Forum';

                    break;

                default: --$colspan;

            }

        }



    $trow = "trow1";

    

    $loop_counter = 0;

    

    while ($newest_threads = $db->fetch_array($query))

    {

        $tid = $newest_threads['tid'];

        $fuid = $newest_threads['uid'];

        $fid = $newest_threads['fid'];

        $lightbulb['folder'] = "off";

        $newestposts_cols = "";

        

        if ($mybb->user['uid'])

        {

            if ($newest_threads['dateline'] && $newest_threads['truid'] == $mybb->user['uid'])

            {

                if ($newest_threads['lastpost'] > $newest_threads['dateline'])

                {

                    $lightbulb['folder'] = "on";

                }

            }

            else

            {

                if ($newest_threads['lastpost'] > $mybb->user['lastvisit'])

                {

                    $lightbulb['folder'] = "on";

                }

            }

        }

        

        $dateformat = $mybb->settings['ps_date_format'];

        

        if ($active_cells['Tarih'])

        {

            $isty = ps_GetTY($mybb->settings['ps_date_format_ty'], $newest_threads['lastpost'], $offset="", $ty=1);

            if ($isty)

            {

                $dateformat = preg_replace('#'.$mybb->settings['ps_date_format_ty'].'#', "vvv", $dateformat);

                $datetime = my_date($dateformat, $newest_threads['lastpost'], NULL, 1);

                $datetime = preg_replace('#vvv#', $isty, $datetime);

            }

            else

            {

                $datetime = my_date($dateformat, $newest_threads['lastpost'], NULL, 1);

            }

        }

        

        if ($active_cells['Son_konular'])

        {

            $parsed_subject = $parser->parse_badwords($newest_threads['subject']);

            $subject = htmlspecialchars_uni(ps_SubjectLength($parsed_subject));

            $subject_long = htmlspecialchars_uni($parsed_subject);

            $threadlink = get_thread_link($tid,NULL,"lastpost");

            eval("\$readstate_icon = \"".$templates->get("prostats_readstate_icon")."\";");

            eval("\$newestposts_specialchar = \"".$templates->get("prostats_newestposts_specialchar")."\";");

        }

        

        if ($active_cells['Başlatan'])

        {

            $username = ps_FormatNameDb($fuid, htmlspecialchars_uni($newest_threads['username']));

            $profilelink = get_profile_link($fuid);

        }

        

        if ($active_cells['Son_gönderen'])

        {

            $lastposter_uname = ps_FormatNameDb($newest_threads['lastposteruid'], htmlspecialchars_uni($newest_threads['lastposter']));

            $lastposter_profile = get_profile_link($newest_threads['lastposteruid']);

        }

        

        if ($active_cells['Forum'])

        {

            $forumlink = get_forum_link($fid);

            $forumname_long = $parser->parse_badwords(strip_tags($newest_threads['name']));

            $forumname = htmlspecialchars_uni(ps_SubjectLength($forumname_long, NULL, true));        

        }

        

        for($i=1;$i<=$colspan;++$i)

        {

            switch($cell_order[$i])

            {

                case "Son_konular" :

                    $newestposts_cols .= "<td>".$readstate_icon."<a href=\"".$threadlink."\" title=\"".$subject_long."\">".$subject."</a></td>";

                    break;

                case "Tarih" :

                    $newestposts_cols .= "<td>".$newestposts_specialchar.$datetime."</td>";

                    break;

                case "Başlatan" :

                    $newestposts_cols .= "<td><a href=\"".$profilelink."\">".$username."</a></td>";

                    break;

                case "Son_gönderen" :

                    $newestposts_cols .= "<td><a href=\"".$lastposter_profile."\">".$lastposter_uname."</a></td>";

                    break;

                case "Forum" :

                    $newestposts_cols.= "<td><a href=\"".$forumlink."\" title=\"".$forumname_long."\">".$forumname."</a></td>";

                    break;

                default: NULL;

            }

        }



        eval("\$newestposts_row .= \"".$templates->get("prostats_newestposts_row")."\";");

        

        

        if ($feed)

        {

            $feeditem[$loop_counter]['tid'] = $tid;

            $feeditem[$loop_counter]['fuid'] = $fuid;

            $feeditem[$loop_counter]['fid'] = $fid;

            $feeditem[$loop_counter]['bulb'] = $lightbulb['folder'];

            $feeditem[$loop_counter]['lasttime'] = $newest_threads['lastpost'];

            $feeditem[$loop_counter]['datetime'] = $datetime;

            

            if ($active_cells['Son_konular'])

            {

                $feeditem[$loop_counter]['subject'] = $subject;

                $feeditem[$loop_counter]['subject_long'] = $subject_long;

            }

            

            if ($active_cells['Başlatan'])

            {

                $feeditem[$loop_counter]['username'] = htmlspecialchars_uni($newest_threads['username']);

                $feeditem[$loop_counter]['username_formed'] = $username;

            }

            

            if ($active_cells['Son_gönderen'])

            {

                $feeditem[$loop_counter]['lastposter_uid'] = $newest_threads['lastposteruid'];

                $feeditem[$loop_counter]['lastposter_uname'] = htmlspecialchars_uni($newest_threads['lastposter']);

                $feeditem[$loop_counter]['lastposter_uname_formed'] = $lastposter_uname;

            }

            

            if ($active_cells['Forum'])

            {

                $feeditem[$loop_counter]['forumname'] = $forumname;

                $feeditem[$loop_counter]['forumname_long'] = $forumname_long;

            }

        }

        

        ++$loop_counter;

    }

    

    eval("\$newestposts = \"".$templates->get("prostats_newestposts")."\";");

    

    return $newestposts;

}





function ps_GetMostReplies($NumOfRows)

{

    global $mybb, $db, $templates, $theme, $lang, $unviewwhere, $parser, $ps_align;



    if (!is_object($parser))

    {

        require_once MYBB_ROOT.'inc/class_parser.php';

        $parser = new postParser;

    }

    

    $query = $db->query ("

        SELECT t.subject,t.tid,t.replies,t.lastpost,tr.uid AS truid,tr.dateline

        FROM ".TABLE_PREFIX."threads t

        LEFT JOIN ".TABLE_PREFIX."threadsread tr ON (tr.tid=t.tid AND tr.uid='".$mybb->user['uid']."')

        LEFT JOIN ".TABLE_PREFIX."forums f ON (f.fid = t.fid)

        WHERE t.visible='1'

        ".ps_GetUnviewable("t")."

        AND t.closed NOT LIKE 'moved|%'

        ORDER BY t.replies DESC

        LIMIT 0,".$NumOfRows);



    while ($most_replies = $db->fetch_array($query))

    {

        $subject_long = htmlspecialchars_uni($parser->parse_badwords($most_replies['subject']));

        $tid = $most_replies['tid'];

        $subject = htmlspecialchars_uni(ps_SubjectLength($parser->parse_badwords($most_replies['subject']), NULL, true));

        $replies = $most_replies['replies'];

        $lightbulb['folder'] = "off";



        if ($mybb->user['uid'])

        {

            if ($most_replies['dateline'] && $most_replies['truid'] == $mybb->user['uid'])

            {

                if ($most_replies['lastpost'] > $most_replies['dateline'])

                {

                    $lightbulb['folder'] = "on";

                }

            }

            else

            {

                if ($most_replies['lastpost'] > $mybb->user['lastvisit'])

                {

                    $lightbulb['folder'] = "on";

                }

            }

        }

        

        $threadlink = get_thread_link($tid);

        

        eval("\$readstate_icon = \"".$templates->get("prostats_readstate_icon")."\";");

        eval("\$mostreplies_row .= \"".$templates->get("prostats_mostreplies_row")."\";");

    }

    eval("\$column_mostreplies = \"".$templates->get("prostats_mostreplies")."\";");



    return $column_mostreplies;

}





function ps_GetMostReputation($NumOfRows)

{

    global $mybb, $db, $templates, $theme, $lang, $parser, $ps_align;



    $query = $db->query("

        SELECT u.uid,u.reputation,u.username,u.usergroup,u.displaygroup

        FROM ".TABLE_PREFIX."users u

        LEFT JOIN ".TABLE_PREFIX."usergroups ug ON (u.usergroup = ug.gid)

        WHERE ug.usereputationsystem='1'

        ORDER BY u.reputation DESC

        LIMIT 0,".$NumOfRows

    );



    while ($most_reputations = $db->fetch_array($query)) {

        $uid = $most_reputations['uid'];

        $profilelink = get_profile_link($uid);

        $repscount = intval($most_reputations['reputation']);

        $username = ps_FormatName(htmlspecialchars_uni($most_reputations['username']), $most_reputations['usergroup'], $most_reputations['displaygroup']);

        

        eval("\$mostreputation_row .= \"".$templates->get("prostats_mostreputation_row")."\";");

    }

    eval("\$column_mostreputation = \"".$templates->get("prostats_mostreputation")."\";");



    return $column_mostreputation;

}





function ps_GetMostThanks($NumOfRows)

{

    global $mybb, $db, $templates, $theme, $lang, $ps_align;

    

    if (!$db->field_exists("thxcount","users"))        

    {

        $mostthanks_row .= "<tr class=\"smalltext\"><td colspan=\"2\" align=\"center\"><small>".$lang->prostats_err_thxplugin."</small></td></tr>";

        eval("\$column_mostthanks = \"".$templates->get("prostats_mostthanks")."\";");

        return $column_mostthanks;

    }

    

    $query = $db->query("SELECT uid,username,usergroup,displaygroup,thxcount FROM ".TABLE_PREFIX."users ORDER BY thxcount DESC LIMIT 0,".$NumOfRows);



    while ($most_thanks = $db->fetch_array($query))

    {

        $uid = $most_thanks['uid'];

        $username = ps_FormatName(htmlspecialchars_uni($most_thanks['username']), $most_thanks['usergroup'], $most_thanks['displaygroup']);

        $thxnum = $most_thanks['thxcount'];

        $profilelink = get_profile_link($uid);        

        eval("\$mostthanks_row .= \"".$templates->get("prostats_mostthanks_row")."\";");

    }

    eval("\$column_mostthanks = \"".$templates->get("prostats_mostthanks")."\";");



    return $column_mostthanks;

}





function ps_GetMostViewed($NumOfRows)

{

    global $mybb, $db, $templates, $theme, $lang, $unviewwhere, $parser, $ps_align;

    

    if (!is_object($parser))

    {

        require_once MYBB_ROOT.'inc/class_parser.php';

        $parser = new postParser;

    }

    

    $query = $db->query ("

        SELECT t.subject,t.tid,t.lastpost,t.views,tr.uid AS truid,tr.dateline

        FROM ".TABLE_PREFIX."threads t

        LEFT JOIN ".TABLE_PREFIX."threadsread tr ON (tr.tid=t.tid AND tr.uid='".$mybb->user['uid']."')

        LEFT JOIN ".TABLE_PREFIX."forums f ON (f.fid = t.fid)

        WHERE t.visible='1'

        ".ps_GetUnviewable("t")."

        AND t.closed NOT LIKE 'moved|%'

        ORDER BY t.views DESC

        LIMIT 0,".$NumOfRows);



    while ($most_views = $db->fetch_array($query))

    {

        $subject_long = htmlspecialchars_uni($parser->parse_badwords($most_views['subject']));

        $tid = $most_views['tid'];

        $subject = htmlspecialchars_uni(ps_SubjectLength($parser->parse_badwords($most_views['subject']), NULL, true));

        $views = $most_views['views'];

        $lightbulb['folder'] = "off";



        if ($mybb->user['uid'])

        {

            if ($most_views['dateline'] && $most_views['truid'] == $mybb->user['uid'])

            {

                if ($most_views['lastpost'] > $most_views['dateline'])

                {

                    $lightbulb['folder'] = "on";

                }

            }

            else

            {

                if ($most_views['lastpost'] > $mybb->user['lastvisit'])

                {

                    $lightbulb['folder'] = "on";

                }

            }

        }

        

        $threadlink = get_thread_link($tid);

        

        eval("\$readstate_icon = \"".$templates->get("prostats_readstate_icon")."\";");

        eval("\$mostviews_row .= \"".$templates->get("prostats_mostviews_row")."\";");

    }

    eval("\$column_mostviews = \"".$templates->get("prostats_mostviews")."\";");



    return $column_mostviews;

}





function ps_GetNewMembers($NumOfRows)

{

    global $mybb, $db, $templates, $theme, $lang, $ps_align;



    $query = $db->query("SELECT uid,regdate,username,usergroup,displaygroup FROM ".TABLE_PREFIX."users ORDER BY uid DESC LIMIT 0,".$NumOfRows);



    while ($newest_members = $db->fetch_array($query)) {

        $uid = $newest_members['uid'];

        $profilelink = get_profile_link($uid);

        $username = ps_FormatName(htmlspecialchars_uni($newest_members['username']), $newest_members['usergroup'], $newest_members['displaygroup']);

        if ($newest_members['regdate']==0 || !$mybb->settings['ps_date_format_ty'])

        {

            $regdate = $lang->prostats_err_undefind;

        }

        else

        {

            $isty = ps_GetTY($mybb->settings['ps_date_format_ty'], $newest_members['regdate'], $offset="", $ty=1);

            if ($isty)

            {

                $regdate = $isty;

            }

            else

            {

                $regdate = my_date($mybb->settings['ps_date_format_ty'], $newest_members['regdate'], NULL, 1);

            }

        }



        eval("\$newmembers_row .= \"".$templates->get("prostats_newmembers_row")."\";");

    }

    eval("\$column_newmembers = \"".$templates->get("prostats_newmembers")."\";");



    return $column_newmembers;

}





function ps_GetTopDownloads($NumOfRows)

{

    global $mybb, $db, $templates, $theme, $lang, $parser, $ps_align;

    

    if (!is_object($parser))

    {

        require_once MYBB_ROOT.'inc/class_parser.php';

        $parser = new postParser;

    }

    

    $query = $db->query("

        SELECT p.subject,a.pid,a.downloads,a.filename

        FROM ".TABLE_PREFIX."attachments a

        LEFT JOIN ".TABLE_PREFIX."posts p ON (p.pid = a.pid)

        LEFT JOIN ".TABLE_PREFIX."threads t ON (t.tid = p.tid)

        WHERE t.visible='1'

        ".ps_GetUnviewable("t")."

        AND t.closed NOT LIKE 'moved|%'

        AND a.thumbnail = ''

        GROUP BY p.pid

        ORDER BY a.downloads DESC

        LIMIT 0,".$NumOfRows);

        

    $query_icon = $db->query("SELECT extension,icon FROM ".TABLE_PREFIX."attachtypes");

    while ($result_icon = $db->fetch_array($query_icon))

    {

        $mimicon[$result_icon['extension']] = $result_icon['icon'];

    }

    

    while ($top_downloads = $db->fetch_array($query))

    {

        $subject_long = htmlspecialchars_uni($parser->parse_badwords($top_downloads['subject']));

        $pid = $top_downloads['pid'];

        $subject = htmlspecialchars_uni(ps_SubjectLength($parser->parse_badwords($top_downloads['subject']), NULL, true));

        $downloadnum = $top_downloads['downloads'];

        $attach_icon =  $mimicon[get_extension($top_downloads['filename'])];



        $postlink = get_post_link($pid)."#pid".$pid;

        

        eval("\$topdownloads_row .= \"".$templates->get("prostats_topdownloads_row")."\";");

    }

    eval("\$column_topdownloads = \"".$templates->get("prostats_topdownloads")."\";");



    return $column_topdownloads;

}





function ps_GetTopPosters($NumOfRows)

{

    global $mybb, $db, $templates, $theme, $lang, $ps_align;



    $query = $db->query("SELECT username,postnum,uid,usergroup,displaygroup FROM ".TABLE_PREFIX."users ORDER BY postnum DESC LIMIT 0,".$NumOfRows);



    while ($topposters = $db->fetch_array($query))

    {

        $uid = $topposters['uid'];

        $username = ps_FormatName(htmlspecialchars_uni($topposters['username']), $topposters['usergroup'], $topposters['displaygroup']);

        $postnum = $topposters['postnum'];

        

        $profilelink = get_profile_link($uid);

        

        eval("\$topposters_row .= \"".$templates->get("prostats_topposters_row")."\";");

    }

    eval("\$column_topposters = \"".$templates->get("prostats_topposters")."\";");



    return $column_topposters;

}





function ps_GetTopReferrers($NumOfRows)

{

    global $mybb, $db, $templates, $theme, $lang, $ps_align;



    $query = $db->query("

    SELECT u.uid,u.username,u.usergroup,u.displaygroup,count(*) as refcount

    FROM ".TABLE_PREFIX."users u

    LEFT JOIN ".TABLE_PREFIX."users r ON (r.referrer = u.uid)

    WHERE r.referrer = u.uid

    GROUP BY r.referrer DESC

    ORDER BY refcount DESC

    LIMIT 0 ,".$NumOfRows);



    while ($topreferrer = $db->fetch_array($query)) {

        $uid = $topreferrer['uid'];

        $username = ps_FormatName(htmlspecialchars_uni($topreferrer['username']), $topreferrer['usergroup'], $topreferrer['displaygroup']);

        $refnum = $topreferrer['refcount'];

        

        $profilelink = get_profile_link($uid);

        

        eval("\$topreferrers_row .= \"".$templates->get("prostats_topreferrers_row")."\";");

    }

    eval("\$column_topreferrers = \"".$templates->get("prostats_topreferrers")."\";");



    return $column_topreferrers;

}





function ps_MakeTable()

{

    global $mybb, $theme, $lang, $templates, $parser, $lightbulb, $unread_forums, $ps_align;

    $lang->load("prostats");

    

    $right_cols = $left_cols = $middle_cols = $extra_content = $extra_content_1_2 = $extra_content_3_4 = $extra_content_5_6 = "";

    $num_columns = 0;

    

    $ps_align = $lang->settings['rtl'] ? "right" : "left";

    $ps_ralign = $lang->settings['rtl'] ? "left" : "right";

    

    if ($mybb->settings['ps_newest_posts'] == 1)

    {

        $middle_cols = ps_GetNewestPosts($mybb->settings['ps_num_rows']);

        $num_columns = 4;

    }

    

    for($i=1;$i<7;++$i)

    {

        $extra_cell[$i] = $mybb->settings['ps_cell_'.$i];

    }



    $extra_row[1] = $extra_row[2] = $extra_row[3] = 2;

    $extra_cols = 3;

    

    if ($extra_cell[5] > 0)

    {

        $trow = "trow2";

        $extra_cols = 3;

        if ($extra_cell[6] == 0)

        {

            $extra_row[3] = 1;

            $single_extra_content = ps_GetExtraData($extra_cell[5],true);

            eval("\$extra_content_5_6 = \"".$templates->get("prostats_onerowextra")."\";");

        }

        else

        {

            $extra_content_one = ps_GetExtraData($extra_cell[5]);

            $extra_content_two = ps_GetExtraData($extra_cell[6]);

            eval("\$extra_content_5_6 = \"".$templates->get("prostats_tworowextra")."\";");

        }

    }



    

    if ($extra_cell[3] > 0)

    {

        $trow = "trow1";

        $extra_cols = 2;

        if ($extra_cell[4] == 0)

        {

            $extra_row[2] = 1;

            $single_extra_content = ps_GetExtraData($extra_cell[3],true);

            eval("\$extra_content_3_4 = \"".$templates->get("prostats_onerowextra")."\";");

        }

        else

        {

            $extra_content_one = ps_GetExtraData($extra_cell[3]);

            $extra_content_two = ps_GetExtraData($extra_cell[4]);

            eval("\$extra_content_3_4 = \"".$templates->get("prostats_tworowextra")."\";");

        }

    }

    

    if ($extra_cell[1] > 0)

    {

        $trow = "trow2";

        $extra_cols = 1;

        if ($extra_cell[2] == 0)

        {

            $extra_row[1] = 1;

            $single_extra_content = ps_GetExtraData($extra_cell[1],true);

            eval("\$extra_content_1_2 = \"".$templates->get("prostats_onerowextra")."\";");

        }

        else

        {

            $extra_content_one = ps_GetExtraData($extra_cell[1]);

            $extra_content_two = ps_GetExtraData($extra_cell[2]);

            eval("\$extra_content_1_2 = \"".$templates->get("prostats_tworowextra")."\";");

        }

    }

    

    if ($lang->settings['rtl'])

    {

        $extra_content = $extra_content_5_6 . $extra_content_3_4 . $extra_content_1_2;

        $mybb->settings['ps_newest_posts_pos'] ? $right_cols = $extra_content : $left_cols = $extra_content;

    }

    else

    {

        $extra_content = $extra_content_1_2 . $extra_content_3_4 . $extra_content_5_6;

        $mybb->settings['ps_newest_posts_pos'] ? $left_cols = $extra_content : $right_cols = $extra_content;

    }



    $prostats_content = $left_cols . $middle_cols . $right_cols;

    

    if ($mybb->settings['ps_trow_message'] != "") {

        $prostats_message = unhtmlentities(htmlspecialchars_uni($mybb->settings['ps_trow_message']));

        if ($mybb->settings['ps_trow_message_pos'] == 0) {

            eval("\$trow_message_top = \"".$templates->get("prostats_message")."\";");

        }

        else

        {

            eval("\$trow_message_down = \"".$templates->get("prostats_message")."\";");

        }

    }

    

    eval("\$prostats = \"".$templates->get("prostats")."\";");

    return $prostats;

}





function ps_GetExtraData($cellnum,$fullrows=false)

{

    global $mybb;

    

    if ($fullrows)

    {

        $rows = ($mybb->settings['ps_num_rows'] + 1);

    }

    else

    {

        $rows = $mybb->settings['ps_num_rows'];

        $rows = (ceil($rows/2)-1);

        if (!(($mybb->settings['ps_num_rows'])%2) && !($cellnum%2)){++$rows;}

    }



    switch($cellnum)

    {

        case 0: $res = ''; break;

        case 1: $res = ps_GetMostReplies($rows); break;

        case 2: $res = ps_GetMostReputation($rows); break;

        case 3: $res = ps_GetMostThanks($rows); break;

        case 4: $res = ps_GetMostViewed($rows); break;

        case 5: $res = ps_GetNewMembers($rows); break;

        case 6: $res = ps_GetTopDownloads($rows); break;

        case 7: $res = ps_GetTopPosters($rows); break;

        case 8: $res = ps_GetTopReferrers($rows); break;

        default: $res = ''; NULL;

    }

    

    return $res;

}





function ps_GetUnviewable($name="")

{

    global $mybb;

    $unviewwhere = $comma = '';

    $name ? $name .= '.' : NULL;

    $unviewable = get_unviewable_forums();

    

    if ($mybb->settings['ps_ignoreforums'])

    {

        $ignoreforums = explode(',', $mybb->settings['ps_ignoreforums']);

        

        if (count($ignoreforums))

        {

            $unviewable ? $unviewable .= ',' : NULL;

            

            foreach($ignoreforums as $fid)

            {

                $unviewable .= $comma."'".intval($fid)."'";

                $comma = ',';

            }

        }

    }

    

    if ($unviewable)

    {

        $unviewwhere = "AND ".$name."fid NOT IN (".$unviewable.")";

    }



    return $unviewwhere;

}





function ps_FormatName($username, $usergroup, $displaygroup)

{

    global $mybb;



    if ($mybb->settings['ps_format_name'] == '1')

    {

        $username = format_name($username, $usergroup, $displaygroup);

    }

    return $username;

}





function ps_FormatNameDb($uid, $username="")

{

    global $mybb, $db;



    if ($mybb->settings['ps_format_name'] == "1")

    {

        $query = $db->query("SELECT username,usergroup,displaygroup FROM ".TABLE_PREFIX."users WHERE uid = '".$uid."'");

        $query_array = $db->fetch_array($query);

        $username = format_name($query_array['username'], $query_array['usergroup'], $query_array['displaygroup']);

    }

    else if ($username=="")

    {

        $query = $db->query("SELECT username FROM ".TABLE_PREFIX."users WHERE uid = '".$uid."'");

        $query_array = $db->fetch_array($query);

        $username = $query_array['username'];

    }

    

    return $username;

}





function ps_SubjectLength($subject, $length="", $half=false)

{

    global $mybb;

    $length = $length ? intval($length) : intval($mybb->settings['ps_subject_length']);

    $half ? $length = ceil($length/2) : NULL;

    if ($length != 0)

    {

        if (my_strlen($subject) > $length)

        {

            $subject = my_substr($subject,0,$length) . '...';

        }

    }

    return $subject;

}





function ps_GetTY($format='m-d', $stamp='', $offset='', $ty=1)

{

    global $mybb, $lang, $mybbadmin, $plugins;



    if (!$offset && $offset != '0')

    {

        if ($mybb->user['uid'] != 0 && array_key_exists('timezone', $mybb->user))

        {

            $offset = $mybb->user['timezone'];

            $dstcorrection = $mybb->user['dst'];

        }

        else

        {

            $offset = $mybb->settings['timezoneoffset'];

            $dstcorrection = $mybb->settings['dstcorrection'];

        }



        if ($dstcorrection == 1)

        {

            ++$offset;

            if (my_substr($offset, 0, 1) != '-')

            {

                $offset = '+'.$offset;

            }

        }

    }



    if ($offset == '-')

    {

        $offset = 0;

    }

    

    $date = gmdate($format, $stamp + ($offset * 3600));

    

    if ($format && $ty)

    {

        $stamp = TIME_NOW;

        

        $todaysdate = gmdate($format, $stamp + ($offset * 3600));

        $yesterdaysdate = gmdate($format, ($stamp - 86400) + ($offset * 3600));



        if ($todaysdate == $date)

        {

            $date = $lang->today;

            return $date;

        }

        else if ($yesterdaysdate == $date)

        {

            $date = $lang->yesterday;

            return $date;

        }

    }

    return false;

}





function prostats_run_ajax()

{

    global $mybb, $lang, $parser, $session, $prostats_tbl;

    

    if (!$mybb->settings['ps_active']) {return false;}

    

    if ($mybb->settings['ps_hidefrombots'] && !empty($session->is_spider)) {return false;}

    

    if (!is_object($parser))

    {

        require_once MYBB_ROOT.'inc/class_parser.php';

        $parser = new postParser;

    }

    

    if ($mybb->input['action'] != "prostats_reload" || $mybb->request_method != "post"){return false;exit;}



    if (!verify_post_check($mybb->input['my_post_key'], true))

    {

        xmlhttp_error($lang->invalid_post_code);

    }    

    

    prostats_run_index(true);

    

    header('Content-Type: text/xml');

    echo $prostats_tbl;

}





function prostats_run_feed()

{

    global $mybb, $db, $templates, $theme, $lang, $unviewwhere, $parser, $session, $lightbulb, $trow, $newestposts_cols_name, $newestposts_cols, $colspan, $feeditem;

    

    if (!$mybb->settings['ps_active'] || !$mybb->settings['ps_xml_feed']) {return false;}

    

    if ($mybb->settings['ps_hidefrombots'] && !empty($session->is_spider)) {return false;}

    

    if (!is_object($parser))

    {

        require_once MYBB_ROOT.'inc/class_parser.php';

        $parser = new postParser;

    }

    

    $seo = 0;

    

    if ($mybb->settings['seourls'] == "yes" || ($mybb->settings['seourls'] == "auto" && $_SERVER['SEO_SUPPORT'] == 1))

    {

        $seo = 1;

    }

    

    ps_GetNewestPosts($mybb->settings['ps_num_rows'], true);

    

    //echo '<pre>';print_r($feeditem);echo '</pre>';exit;//just for test! ;-)



    /*

    $feeditem

    {

        [tid]

        [fuid]

        [fid]

        [bulb]

        [lasttime]

        [datetime]

        [subject]

        [username]

        [username_formed]

        [lastposter_uid]

        [lastposter_uname]

        [lastposter_uname_formed]

        [lastposter_profile]

        [forumname]

        [forumname_long]

    }

    */

    

    $xml_feed = '<?xml version="1.0" encoding="UTF-8"?>';

    $xml_feed .= '<ProStats>';

    $xml_feed .= '<bburl>'.$mybb->settings['bburl'].'</bburl>';

    $xml_feed .= '<seo>'.intval($seo).'</seo>';

    

    foreach($feeditem as $key => $value)

    {

        $xml_feed .= '<record num="'.($key+1).'">';

        $xml_feed .= '<tid>'.$feeditem[$key]['tid'].'</tid>';

        $xml_feed .= '<fuid>'.$feeditem[$key]['fuid'].'</fuid>';

        $xml_feed .= '<fid>'.$feeditem[$key]['fid'].'</fid>';

        $xml_feed .= '<bulb>'.$feeditem[$key]['bulb'].'</bulb>';

        $xml_feed .= '<lasttime>'.$feeditem[$key]['lasttime'].'</lasttime>';

        $xml_feed .= '<datetime>'.htmlspecialchars_uni($feeditem[$key]['datetime']).'</datetime>';

        $xml_feed .= '<subject>'.htmlspecialchars_uni($feeditem[$key]['subject']).'</subject>';

        $xml_feed .= '<longsubject>'.htmlspecialchars_uni($feeditem[$key]['subject_long']).'</longsubject>';

        $xml_feed .= '<uname>'.htmlspecialchars_uni($feeditem[$key]['username']).'</uname>';

        $xml_feed .= '<uname2>'.htmlspecialchars_uni($feeditem[$key]['username_formed']).'</uname2>';

        $xml_feed .= '<luid>'.$feeditem[$key]['lastposter_uid'].'</luid>';

        $xml_feed .= '<luname>'.htmlspecialchars_uni($feeditem[$key]['lastposter_uname']).'</luname>';

        $xml_feed .= '<luname2>'.htmlspecialchars_uni($feeditem[$key]['lastposter_uname_formed']).'</luname2>';

        $xml_feed .= '<fname>'.htmlspecialchars_uni($feeditem[$key]['forumname']).'</fname>';

        $xml_feed .= '<ffullname>'.htmlspecialchars_uni($feeditem[$key]['forumname_long']).'</ffullname>';

        $xml_feed .= '</record>';

    }



    $xml_feed .= '</ProStats>';

    

    

    if ($mybb->settings['gzipoutput'] == 1)

    {

        if (version_compare(PHP_VERSION, '4.2.0', '>='))

        {

            $xml_feed = gzip_encode($xml_feed, $mybb->settings['gziplevel']);

        }

        else

        {

            $xml_feed = gzip_encode($xml_feed);

        }

    }

    

    header("content-type: text/xml");

    echo $xml_feed;

}





?>
Cevapla
Bunu Beğenenler:
Sponsor Reklam
Sponsor Reklam Sponsor Reklam

Çevrimdışı Feyz
 Tarih: 13-10-2015, Saat:16:31
#2
bu sitede yöneticiler dışında üyeler de yardımcı oluyor, burası mybb yardımlaşma/dayanışma platformudur.
site adresinizi konuya eklerseniz, basit olan çözümünü size ileteceğim. php dosyalarını kurcalamanıza da gerek kalmaz.
Cevapla
Bunu Beğenenler:

Çevrimdışı hacibumba
 Tarih: 13-10-2015, Saat:17:40
#3
siteyi pm attım feyz hadi bakalım
Cevapla
Bunu Beğenenler:

Çevrimdışı Relay
 Tarih: 13-10-2015, Saat:18:30
#4
ilgili prostats şablonundan ve css ile yapılabilir kolay birşey bu. ki linki verseydiniz sitenizin.
Cevapla
Bunu Beğenenler:

Çevrimdışı hacibumba
 Tarih: 13-10-2015, Saat:19:02
(Son Düzenleme: 13-10-2015, Saat:19:03, Düzenleyen: hacibumba.)
#5
(13-10-2015, Saat:18:30)Relay Adlı Kullanıcıdan Alıntı: ilgili prostats şablonundan ve css ile yapılabilir kolay birşey bu. ki linki verseydiniz sitenizin.

ya amma site meraklısı çıktınız siteyi herkese paylaşacam diye bi şartmı var elinize ne geçecek anlamadım ayrıca bir kere prostats denen eklentinin css dosyası varmı bunu öğren alla alla
Cevapla
Bunu Beğenenler:

Çevrimdışı Relay
 Tarih: 13-10-2015, Saat:20:23
#6
Bilmiyorum 2-3 yıldır mybb kurmuyorum Gülümseme ama kendin üretemeyecek kadar bilmiyorsan [ufak html, css] bilen adam ekleyebilir.

prostats kullanan bir kaç foruma baktım ve #prostats_table .thead kullanıyormuş.

Öğeyi denetle ile yaptım bunu.
http://prntscr.com/8qwopo

Ayrıca site adresi kurallar gereğince gerekli. Site atmayana destek yok. Site adresini atsaydın şuan cevabını alırdın.
Cevapla
Bunu Beğenenler:

Çevrimdışı Feyz
 Tarih: 13-10-2015, Saat:20:59
#7
ve bana yolladığın site mybb değil + konuya eklediğin resimden farklı bir site.
ağzımı bozmak istemiyorum, kendin yaptıysan bi daha başın sıkışınca böyle konular açma bu kadar basit bir şeyi yapabildiysen diğer sorunlarını da halledebilirsin.
Cevapla
Bunu Beğenenler: Relay

Çevrimdışı hacibumba
 Tarih: 14-10-2015, Saat:14:00
#8
ben hallederim merak etme yanlız senin bu kadar küçük dediğin şeyi bilmediğini garanti ederim ayrıca ağzımı bozmak istemiyorum falan filan konuşma ağzını yüzünü yamulturum akıllı ol
Cevapla
Bunu Beğenenler:

 


Konu ile Alakalı Benzer Konular
Konular Yazar Yorumlar Okunma Son Yorum
  [1.4 - 1.6 - 1.8] Mybb temasına mobil tema yapma camoka1903 2 2,421 31-08-2016, Saat:15:17
Son Yorum: coderix
  [1.6] Çıkış Yapma Sorunu TolgaTSN 2 1,741 01-05-2016, Saat:00:22
Son Yorum: TolgaTSN
  [1.6] Vbulletin'den Mybb Geçiş Yapma eqelyr 1 1,642 07-05-2015, Saat:11:07
Son Yorum: 1st4n6uL
  [1.4 - 1.6 - 1.8] Sağ tarafa reklam alanı yapma Kodu camoka 4 3,371 17-03-2015, Saat:17:17
Son Yorum: camoka
  Sabit Üst Menü Yapma Yardım Emrecan39 1 2,000 05-01-2015, Saat:22:33
Son Yorum: eatik



Konuyu Okuyanlar: 1 Ziyaretçi

istanbul escort - mecidiyeköy escort - şişli escort - ataköy escort - taksim escort - escort mecidiyeköy

sex hikaye - porno izle - türk ifşa - mecidiyeköy escort - seks hikaye - türk porno - escort bayan