Simple Machines Community Forum

SMF Support => Türkçe Bölümü (Turkish) => Language Specific Support => Arşiv => Aiheen aloitti: xoom - huhtikuu 01, 2006, 10:55:25 AP

Otsikko: Reklam Alanı..
Kirjoitti: xoom - huhtikuu 01, 2006, 10:55:25 AP
bugünki Üyelerin Oldugu Yerin Altına..
Yani En Alta Lewis media nın üzerine..

125*30 luk 6 adet hareketli  sağdan sola doğru kayan reklam alanı nasıl açabilirim Fikri Olan varmı ?

Bu Konuda Yardımcı Olucak Tüm arkadaşlara Şimdiden Teşekkür ediyorum..

Not: Arama yaptım ..ben görmediysem Link verebilirmisiniz..
Otsikko: Re: Reklam Alanı..
Kirjoitti: CeZa - huhtikuu 01, 2006, 11:08:01 AP
bir reklam modülü var bunun için Elmacik'in Türkçeleştirdiği, onunla dilediğiniz yerlere reklam koyabilirsiniz..
modül: RC2 için (http://www.simplemachines.org/community/index.php?action=dlattach;topic=57770.0;attach=13391), 1.0.6 için (http://www.simplemachines.org/community/index.php?action=dlattach;topic=57770.0;attach=13390)
Otsikko: Re: Reklam Alanı..
Kirjoitti: xoom - huhtikuu 01, 2006, 11:34:06 AP
Incorrect table name ''


böyle bir hata veriyor kurarken ??
Otsikko: Re: Reklam Alanı..
Kirjoitti: xoom - huhtikuu 01, 2006, 11:37:13 AP
Lainaa<?php

db_query("INSERT IGNORE INTO `{$db_prefix}settings` (`variable`, `value`) VALUES ('ad_management_index', '0')", __FILE__, __LINE__);
db_query("INSERT IGNORE INTO `{$db_prefix}settings` (`variable`, `value`) VALUES ('ad_management_board_index', '0')", __FILE__, __LINE__);
db_query("INSERT IGNORE INTO `{$db_prefix}settings` (`variable`, `value`) VALUES ('ad_management_thread_index', '0')", __FILE__, __LINE__);
db_query("INSERT IGNORE INTO `{$db_prefix}settings` (`variable`, `value`) VALUES ('ad_management_thread', '0')", __FILE__, __LINE__);
db_query("INSERT IGNORE INTO `{$db_prefix}settings` (`variable`, `value`) VALUES ('ad_management_content', '')", __FILE__, __LINE__);
db_query("INSERT IGNORE INTO `{$db_prefix}settings` (`variable`, `value`) VALUES ('ad_management_bot_index', '0')", __FILE__, __LINE__);
db_query("INSERT IGNORE INTO `{$db_prefix}settings` (`variable`, `value`) VALUES ('ad_management_firstad', '0')", __FILE__, __LINE__);


   // Initialize the groups array with 'ungrouped members' (0) and guests (-1).
   $groups = array(-1, 0);

   // Get all the non-postcount based groups.
   $request = db_query("
      SELECT ID_GROUP
      FROM {$db_prefix}membergroups", __FILE__, __LINE__);
   while ($row = mysql_fetch_assoc($request))
      $groups[] = $row['ID_GROUP'];

   // Give them all their new permission.
   $request = db_query("
      INSERT IGNORE INTO {$db_prefix}permissions
         (permission, ID_GROUP, addDeny)
      VALUES
         ('ad_manageperm', " . implode(", 1),
         ('ad_manageperm', ", $groups) . ", 1)", __FILE__, __LINE__);
?>

install.php içi böyle abi ??
Otsikko: Re: Reklam Alanı..
Kirjoitti: CeZa - huhtikuu 01, 2006, 11:46:01 AP
şimdi hatırladım, modülün sürümü eskiydi şurdan (http://mods.simplemachines.org/index.php?mod=255) son versiyonu kur daha sonra Elmacik'in dosyasındaki çevirileri manuel olarak Türkçe dil dosyana yükle sorun kalmaz :)
Otsikko: Re: Reklam Alanı..
Kirjoitti: xoom - huhtikuu 01, 2006, 11:55:38 AP
ben anlamadım Acaba Sen Söledigini Zipleyip benim için yaparmısın Rapide Atarsan ordan alabilirim Eger Yardımcı Olursan çok Sevinirim.. teşekkürler..
Otsikko: Re: Reklam Alanı..
Kirjoitti: latrell - huhtikuu 01, 2006, 12:22:14 IP
evet böyle birşey varsa benim içnde iyi olur
Otsikko: Re: Reklam Alanı..
Kirjoitti: TeKnO_OnDeR - huhtikuu 01, 2006, 12:24:52 IP
Bu reklam mod unun rc1 için olanı var mı?
Otsikko: Re: Reklam Alanı..
Kirjoitti: xoom - huhtikuu 01, 2006, 01:15:46 IP
Lainaa<modification xmlns="http://www.simplemachines.org/xml/modification" xmlns:smf="http://www.simplemachines.org/">
   <id>jeremy:ads</id>
   <version>1.5</version>

<file name="$sourcedir/ModSettings.php">
<operation>
<search position="replace"><![CDATA[
      'layout' => 'ModifyLayoutSettings',]]>
</search>

<add><![CDATA[
      'layout' => 'ModifyLayoutSettings',
      'ad_management' => 'ModifyAddManagement',]]>
</add>
</operation>


<operation>
<search position="replace"><![CDATA[
         'layout' => array(]]>
</search>

<add><![CDATA[
         'ad_management' => array(
            'title' => $txt['ad_management'],
            'href' => $scripturl . '?action=featuresettings;sa=ad_management;sesc=' . $context['session_id'],
         ),
         'layout' => array(]]>
</add>
</operation>


<operation>
<search position="replace"><![CDATA[function ModifyLayoutSettings()]]>
</search>

<add><![CDATA[function ModifyAddManagement()
{
   global $txt, $scripturl, $context, $settings, $sc;

   $config_vars = array(
         //Display which files should have ads on them
         array('check','ad_management_index_above'),
         array('check','ad_management_index_below'),
         array('check','ad_management_bot_index'),
         array('check','ad_management_board_index'),
         array('check','ad_management_thread_index'),
         array('check','ad_management_thread'),
         array('select','ad_management_align',array('left' => &$txt['ad_management_align_left'],'center' => &$txt['ad_management_align_middle'],'right' => &$txt['ad_management_align_right'])),
         array('check','ad_management_firstad'),
      '',
         //Display textarea to input ad code
         array('large_text','ad_management_content','8'),
      );
   // Saving?
   if (isset($_GET['save']))
   {
      saveDBSettings($config_vars);
      redirectexit('action=featuresettings;sa=ad_management');
   }

   $context['post_url'] = $scripturl . '?action=featuresettings2;save;sa=ad_management';
   $context['settings_title'] = $txt['ad_management'];

   prepareDBSettingContext($config_vars);
}

function ModifyLayoutSettings()]]>
</add>
</operation>
</file>

<file name="$languagedir/Modifications.english.php">
      <operation>
         <search position="replace"><![CDATA[// Version: 1.1 RC2; Modifications]]></search>
<add><![CDATA[// Version: 1.1 RC2; Modifications

// Ad Management Strings

$txt['ad_management'] = 'Ads';
$txt['ad_management_index_below'] = 'Display ads below the menu on all pages';
$txt['ad_management_index_above'] = 'Display ads above the menu on all pages';
$txt['ad_management_bot_index'] = 'Display ads on the bottom of all pages';
$txt['ad_management_board_index'] = 'Display ads on the Board Index';
$txt['ad_management_thread_index'] = 'Display ads on the Thread index';
$txt['ad_management_thread'] = 'Display ads on the Thread';
$txt['ad_management_content'] = 'Write your ad code here';
$txt['ad_management_firstad'] = 'Display ad after first post';
$txt['ad_management_align'] = 'How would you like to align your ads?';
$txt['ad_management_align_left'] = 'Left';
$txt['ad_management_align_middle'] = 'Middle';
$txt['ad_management_align_right'] = 'Right';
$txt['permissiongroup_ad_manage'] = 'Ad Management';
$txt['permissionname_ad_manageperm'] = 'Enable ads';
$txt['permissionhelp_ad_manageperm'] = 'To enable ads to appear for this membergroup, this must be checked';



]]></add>
      </operation>
</file>

<file name="$languagedir/Help.english.php">
   <operation>
      <search position="replace"><![CDATA[?>]]></search>
<add><![CDATA[

//Ad Management Help Strings
$helptxt['ad_management_index_below'] = '<p>This ad position is located right below the menu. Your ads will display on every page.</p><p>If you have "Display ads on board index, thread index and thread" checked, you will see double ads on the top of your page.</p>';
$helptxt['ad_management_index_above'] = '<p>This ad position is located right above the menu. Your ads will display on every page.</p><p>If you have "Display ads on board index, thread index and thread" checked, you will see double ads on the top of your page.</p>';
$helptxt['ad_management_bot_index'] = '<p>This ad position is located on the bottom of the page. Your ads will display on every page.</p><p>If you have "Display ads on board index, thread index and thread" checked, you will see double ads on the top of your page.</p>';
$helptxt['ad_management_board_index'] = '<p>This ad position is located only on the page that shows all the boards you have on your forum.</p><p>If you have "Display ads above or below the menu" checked, you will see double ads on the top of your page.</p>';
$helptxt['ad_management_thread_index'] = '<p>This ad position is located only on the page that shows all the threads you have in a certain forum.</p><p>If you have "Display ads above or below the menu" checked, you will see double ads on the top of your page.</p>';
$helptxt['ad_management_thread'] = '<p>This ad position is located only on the page that displays your thread.</p><p>If you have "Display ads above or below the menu" checked, you will see double ads on the top of your page.</p>';
$helptxt['ad_management_content'] = 'Any valid html code may be written here. Please be remined that open tags should always be closed. BBC code will not work in here.';
$helptxt['ad_management_firstad'] = 'This will display your ads after the first post. The ad post will not contain any links beside the title of the topic. This is done because it is not actually a real post. It can not be quoted or edited or any other functions you may associate with an actual post';
$helptxt['ad_management_align'] = 'This will align your ads either to the left of the page, the middle of the page or to the right of the page. The only ad it will not effect is the "Display ads after first post". This ad position is fixed.';

?>]]></add>
   </operation>
</file>


<file name="$themedir/index.template.php">
   <operation>
      <search position="replace"><![CDATA[   template_menu();]]></search>

<add><![CDATA[

//Ad management code to display ads on top of the menubar

if ($modSettings['ad_management_index_above'] && allowedTo('ad_manageperm'))
   echo '<div align="',$modSettings['ad_management_align'],'">',$modSettings['ad_management_content'],'</div>';

   template_menu();

//Ad management code to display ads on the bottom of the memubar

if ($modSettings['ad_management_index_below'] && allowedTo('ad_manageperm'))
   echo '<div align="',$modSettings['ad_management_align'],'">',$modSettings['ad_management_content'],'</div>';


]]>
</add>
</operation>


<operation>
<search position="replace"><![CDATA[function template_main_below()
{
   global $context, $settings, $options, $scripturl, $txt;]]>
</search>

<add><![CDATA[function template_main_below()
{
   global $context, $settings, $options, $scripturl, $txt;

//Ad management code to display your ads

   global $modSettings;

if ($modSettings['ad_management_bot_index'] && allowedTo('ad_manageperm'))
   echo '<div align="',$modSettings['ad_management_align'],'">',$modSettings['ad_management_content'],'</div>';]]>
</add>
</operation>
</file>


<file name="$themedir/BoardIndex.template.php">
   <operation>
      <search position="replace"><![CDATA[   global $context, $settings, $options, $txt, $scripturl, $modSettings;]]></search>

<add><![CDATA[   global $context, $settings, $options, $txt, $scripturl, $modSettings;

//Ad management code to display your ads

if ($modSettings['ad_management_board_index'] && allowedTo('ad_manageperm'))
   echo '<div align="',$modSettings['ad_management_align'],'">',$modSettings['ad_management_content'],'</div>';

]]></add>
</operation>
</file>



<file name="$themedir/Display.template.php">
   <operation>
      <search position="replace"><![CDATA[global $context, $settings, $options, $txt, $scripturl, $modSettings;]]></search>

<add><![CDATA[
global $context, $settings, $options, $txt, $scripturl, $modSettings;

//Ad management code to display your ads

if ($modSettings['ad_management_thread'] && allowedTo('ad_manageperm'))
   echo '<div align="',$modSettings['ad_management_align'],'">',$modSettings['ad_management_content'],'</div>';


]]></add>
</operation>



<operation>
   <search position="replace"><![CDATA[   </td></tr>';
   }]]>
</search>
<add><![CDATA[   </td></tr>';
if ($message['id'] == $context['first_message'])
   //Ad management code to display ads after the first post

   if ($modSettings['ad_management_firstad'] && allowedTo('ad_manageperm'))
   {
      echo '

   <tr><td style="padding: 1px 1px 0 1px;">
      <table width="100%" cellpadding="3" cellspacing="0" border="0">
         <tr><td class="windowbg3">
            <table width="100%" cellpadding="5" cellspacing="0" style="table-layout: fixed;">
               <tr>
                  <td valign="top" width="16%" rowspan="2" style="overflow: hidden;">
                     <b>', $context['forum_name'], '</b>
                     <div class="smalltext">
                     </div>
                  </td>
                  <td valign="top" width="85%" height="100%">
                     <table width="100%" border="0"><tr>
                        <td valign="middle"><img src="', $message['icon_url'] . '" alt="" border="0" /></td>
                        <td valign="middle">
                           <div style="font-weight: bold;" id="subject_', $message['id'], '">
                              <a href="', $message['href'], '">', $message['subject'], '</a>
                           </div>
                           <div class="smalltext">« <b>', !empty($message['counter']) ? $txt[146] . ' #' . $message['counter'] : '', ' ', $txt[30], ':</b> ', $message['time'], ' »</div></td>
                        <td align="', !$context['right_to_left'] ? 'right' : 'left', '" valign="bottom" height="20" style="font-size: smaller;">';
      if ($context['can_reply'] && !empty($options['display_quick_reply']))
         echo '
               ', $reply_button, '';

      // So... quick reply is off, but they *can* reply?
      elseif ($context['can_reply'])
         echo '
               ', $reply_button, '';

      // Can the user modify the contents of this post?
      if ($message['can_modify'])
         echo '
               ', $modify_button, '';

      // How about... even... remove it entirely?!
      if ($message['can_remove'])
         echo '
               ', $remove_button, '';

      // What about splitting it off the rest of the topic?
      if ($context['can_split'])
         echo '
               ', $split_button, '';
echo '
                        </td>
                     </tr></table>
                     <hr width="100%" size="1" class="hrcolor" />
                     <div class="post">', $modSettings['ad_management_content'] , '</div>
                  </td>
               </tr>
               <tr>
                  <td valign="bottom" class="smalltext" width="85%">
                     <table width="100%" border="0" style="table-layout: fixed;"><tr>
                        <td colspan="2" class="smalltext" width="100%">
                     </tr><tr>
                        <td valign="bottom" class="smalltext" id="modified_', $message['id'], '">
                        </td>
                        <td align="', !$context['right_to_left'] ? 'right' : 'left', '" valign="bottom" class="smalltext">
                           <img src="', $settings['images_url'], '/ip.gif" alt="" border="0" />&nbsp;', $txt[511], '
                        </td>
                     </tr></table>
               </tr>
            </table>
         </td></tr>
      </table>
   </td></tr>';
   }

   }]]>
</add>
</operation>
</file>




<file name="$themedir/MessageIndex.template.php">
   <operation>
      <search position="replace"><![CDATA[global $context, $settings, $options, $scripturl, $modSettings, $txt;]]></search>

<add><![CDATA[
global $context, $settings, $options, $scripturl, $modSettings, $txt;

//Ad Management Code to display your ads
if ($modSettings['ad_management_thread_index'] && allowedTo('ad_manageperm'))
   echo '<div align="',$modSettings['ad_management_align'],'">',$modSettings['ad_management_content'],'</div>';

]]></add>
</operation>
</file>

<file name="$sourcedir/ManagePermissions.php">
<operation>
<search position="replace"><![CDATA[         'pm' => array(]]>
</search>
<add><![CDATA[         'ad_manage' => array(
            'ad_manageperm' => false,
         ),
         'pm' => array(]]>
</add>
</operation>
</file>

</modification>

Bu ad_mod_rc2_v1-5  install.xml dosyası  Bunun türkçe Olanı yokmu ? böyle bişey anlamiyorum
Otsikko: Re: Reklam Alanı..
Kirjoitti: CeZa - huhtikuu 01, 2006, 01:19:40 IP
Şimdi ilk önce bunu indir ve forumuna kur (http://mods.simplemachines.org/index.php?action=download;mod=255;id=14386)
daha sonra
Themes/default/languages klasöründeki Modifications.turkish.php dosyasında;
Ara:
// Version: 1.1 RC2; Modifications

hemen altına ekle;

// Ad Management Strings

$txt['ad_management'] = 'Reklamlar';
$txt['ad_management_index'] = 'Reklamları en üstte göster. (Tüm sayfalar)';
$txt['ad_management_bot_index'] = 'Reklamları en altta göster (Tüm sayfalar)';
$txt['ad_management_board_index'] = 'Reklamları anasayfada göster';
$txt['ad_management_thread_index'] = 'Reklamları konu listesinde göster';
$txt['ad_management_thread'] = 'Reklamları konu okunurken göster';
$txt['ad_management_content_disc'] = 'Reklam kodlarınızı buraya yazın';
$txt['ad_management_firstad'] = 'Reklamları konularda ilk mesajdan sonra göster';
$txt['permissiongroup_ad_manage'] = 'Reklam Yönetimi';
$txt['permissionname_ad_manageperm'] = 'Reklamları etkinleştir';
$txt['permissionhelp_ad_manageperm'] = 'Üye gruplarının reklamları görmeleri için bu izni vermelisiniz..';


bu kadar ;)
Otsikko: Re: Reklam Alanı..
Kirjoitti: xoom - huhtikuu 01, 2006, 01:20:31 IP
ad_mod_rc2_v1-4 veya ad_mod_rc2_v1-5 versiyonlarından hangisini kurmaya çalışırsam çalışayım..

LainaaIncorrect table name ''
Dosya: /var/www/vhosts/bilgiservis.com/httpdocs/forum/Packages/temp/install.php
Satır: 3

böyle bir Hata Veriyor.. Bunu nasıl düzeltirim?
Otsikko: Re: Reklam Alanı..
Kirjoitti: xoom - huhtikuu 01, 2006, 01:23:47 IP
Lainaus käyttäjältä: CeZa - huhtikuu 01, 2006, 01:19:40 IP
Şimdi ilk önce bunu indir ve forumuna kur (http://mods.simplemachines.org/index.php?action=download;mod=255;id=14386)
daha sonra
Themes/default/languages klasöründeki Modifications.turkish.php dosyasında;
Ara:
// Version: 1.1 RC2; Modifications

hemen altına ekle;

// Ad Management Strings

$txt['ad_management'] = 'Reklamlar';
$txt['ad_management_index'] = 'Reklamları en üstte göster. (Tüm sayfalar)';
$txt['ad_management_bot_index'] = 'Reklamları en altta göster (Tüm sayfalar)';
$txt['ad_management_board_index'] = 'Reklamları anasayfada göster';
$txt['ad_management_thread_index'] = 'Reklamları konu listesinde göster';
$txt['ad_management_thread'] = 'Reklamları konu okunurken göster';
$txt['ad_management_content_disc'] = 'Reklam kodlarınızı buraya yazın';
$txt['ad_management_firstad'] = 'Reklamları konularda ilk mesajdan sonra göster';
$txt['permissiongroup_ad_manage'] = 'Reklam Yönetimi';
$txt['permissionname_ad_manageperm'] = 'Reklamları etkinleştir';
$txt['permissionhelp_ad_manageperm'] = 'Üye gruplarının reklamları görmeleri için bu izni vermelisiniz..';


bu kadar ;)

Lainaa// Ad Management Strings

$txt['ad_management'] = 'Ads';
$txt['ad_management_index_below'] = 'Display ads below the menu on all pages';
$txt['ad_management_index_above'] = 'Display ads above the menu on all pages';
$txt['ad_management_bot_index'] = 'Display ads on the bottom of all pages';
$txt['ad_management_board_index'] = 'Display ads on the Board Index';
$txt['ad_management_thread_index'] = 'Display ads on the Thread index';
$txt['ad_management_thread'] = 'Display ads on the Thread';
$txt['ad_management_content'] = 'Write your ad code here';
$txt['ad_management_firstad'] = 'Display ad after first post';
$txt['ad_management_align'] = 'How would you like to align your ads?';
$txt['ad_management_align_left'] = 'Left';
$txt['ad_management_align_middle'] = 'Middle';
$txt['ad_management_align_right'] = 'Right';
$txt['permissiongroup_ad_manage'] = 'Ad Management';
$txt['permissionname_ad_manageperm'] = 'Enable ads';
$txt['permissionhelp_ad_manageperm'] = 'To enable ads to appear for this membergroup, this must be checked';

Sanki 1-5 te daha fazla Var  :-\

Lainaa+ Kurulum Olmuyor..
Incorrect
Satır: 3

Bu hatayı Veriyor..1-5 te 1.-4 te
Otsikko: Re: Reklam Alanı..
Kirjoitti: Sindorf - huhtikuu 01, 2006, 01:25:07 IP
Modifikasyon ile uğraşmak istemiyorsan...

Ekleyeceğin kodu index.template.php içinde


// Show the "Powered by" and "Valid" logos, as well as the copyright. Remember, the copyright must be somewhere!


kısmının üzerine ekleyeceksin.

Ekleme yolu ise şu:

// The main content should go here.
echo '
<div id="bodyarea" style="padding: 1ex 0px 2ex 0px;">';
}

function template_main_below()
{
global $context, $settings, $options, $scripturl, $txt;

echo '
</div>';
?>

EKLEMEK İSTEDİĞİN KODU BURAYA EKLE

<?php

// Show the "Powered by" and "Valid" logos, as well as the copyright. Remember, the copyright must be somewhere!
echo '


"
EKLEMEK İSTEDİĞİN KODU BURAYA EKLE" yazan yere html kodunu ekleyebilirsin :D

Kolay gelsin...
Otsikko: Re: Reklam Alanı..
Kirjoitti: xoom - huhtikuu 01, 2006, 01:30:35 IP
hiç bişey anlamadım dediğinden Ben Şimdi Bu sölediklerinle ad_mod_rc2_v1-5 'i kurmamın ne alakası var ?? yada Çok alakası varda Ben mi anlayamadım ?? KAfam Karıştı..

Arkadaşlar ben ad_mod_rc2_v1-5 Kuramıyorum kurarken hata Alıyorum.. Hatayı yukarida yazdim Kaç defa ??
Otsikko: Re: Reklam Alanı..
Kirjoitti: Sindorf - huhtikuu 01, 2006, 01:40:07 IP
Lainaus käyttäjältä: xoom - huhtikuu 01, 2006, 01:30:35 IP
hiç bişey anlamadım dediğinden Ben Şimdi Bu sölediklerinle ad_mod_rc2_v1-5 'i kurmamın ne alakası var ?? yada Çok alakası varda Ben mi anlayamadım ?? KAfam Karıştı..

Arkadaşlar ben ad_mod_rc2_v1-5 Kuramıyorum kurarken hata Alıyorum.. Hatayı yukarida yazdim Kaç defa ??

Alakası yok, madem modda hata alıyorsun, bende ilk konuda bahsettiğin şeye çözüm getirmeye çalıştım.

Anlamadığın şeylerle uğraşma, doğru giden şeyleri de bozarsın...
Otsikko: Re: Reklam Alanı..
Kirjoitti: xoom - huhtikuu 01, 2006, 03:36:32 IP
anlamadım ki Şimdi ben Nasıl Kurucam Bu modu Bana onu Bi Söleseniz.. Sadece SorunumBu o Hatayı almadan nasıl Kurucam
Otsikko: Re: Reklam Alanı..
Kirjoitti: yetkili - huhtikuu 01, 2006, 05:31:05 IP
Arkadaşım şimdi tüm modları unut..Senin sitene yüklü duran index.template.php diye bir dosya var.Bunu bulup uygun programda kodları açıyorsun.Sindorfun az önce tarif ettiği yere hangi reklamları eklemek istiyorsan ekliyorsun.Reklamlar kaysın istiyorsan da : reklamları barındıran kodu <marquee>BURAYA </marquee> koy.Eğer reklam kodlarını hazırlayamıyorsan adresleri ver düzenliyeyim..
Otsikko: Re: Reklam Alanı..
Kirjoitti: Sindorf - huhtikuu 01, 2006, 07:27:36 IP
Arkadaşın işini hallettik sanırım. Modifikasyonla ilgili bir sorun vardı gerçekten ama... yetkili'nin önerisi gibi bir şey yapmaya çalıştık. Yardım eden tüm arkadaşlara teşekkür ederim.

Saygılarımla, iyi geceler :D