collapse
HIZLI CEVAP EKLEME

Kralnetci.Com, kral, kral netci, programlar, oyunlar, eglence, siir edebiyat, resimler, ask, manzara resimleri, guzel sozler, msn, hotmail, nokia, siemens, motorala, samsung, cep telefonlari, video, sinema, programlama, php dersleri, asp dersleri, html dersleri, windows xp, linux isletim sistemi/HIZLI CEVAP EKLEME => Selam Arkadaşlar Sizlere bu başlık altında nasıl forumunuza hızlı cevap ekleyebileceğinizi türkçe olarak anlatacağım. Öncelikle Linkleri Görebilmek

Gönderen Konu: HIZLI CEVAP EKLEME  (Okunma sayısı 126 defa)

0 Üye ve 1 Ziyaretçi konuyu incelemekte.

Çevrimdışı PoweRuseR

  • Seviye Dört
  • ****
  • İleti: 339
  • REP 262
    • 34-İSTANBUL
    • MSN Messenger - root@sizinhost.net
    • AOL Instant Messenger - KraLForuMCu.CoM
    • Yahoo Instant Messenger  - root@sizinhost.net
    • Profili Görüntüle
    • E-Posta
  • Cinsiyet: Bay
HIZLI CEVAP EKLEME
« : 01 Şubat 2009, 11:02:49 Paz »
Selam Arkadaşlar
Sizlere bu başlık altında nasıl forumunuza hızlı cevap ekleyebileceğinizi türkçe olarak anlatacağım.
Öncelikle Linkleri Görebilmek İçin Üye Olun Yada Giriş Yapın dosyasını indiriniz.
Devamı ise Aşağıda yazıyor



Kod:
Kod: [Seç]
#-----[ OPEN ]------------------------------------------
#
admin/admin_board.php

#
#-----[ BUL ]------------------------------------------
# SATIR 121
$avatars_local_yes = ( $new['allow_avatar_local'] ) ? "checked=\"checked\"" : "";

#
#-----[ ÖNCESİNE EKLE ]--------------------------------------
#
$quickreply_yes = ( $new['allow_quickreply'] ) ? "checked=\"checked\"" : "";
$quickreply_no = ( !$new['allow_quickreply'] ) ? "checked=\"checked\"" : "";


#
#-----[ BUL ]------------------------------------------
# SATIR 208
"L_ALLOW_NAME_CHANGE" => $lang['Allow_name_change'],

#
#-----[ SONRASINA EKLE ]--------------------------------------
#
"L_ALLOW_QUICK_REPLY" => $lang['Allow_quick_reply'],

#
#-----[ BUL ]------------------------------------------
# SATIR 297
"NAMECHANGE_NO" => $namechange_no,

#
#-----[ SONRASINA EKLE ]--------------------------------------
#
"QUICKREPLY_YES" => $quickreply_yes,
"QUICKREPLY_NO" => $quickreply_no,

#
#-----[ AÇ ]------------------------------------------
#
admin/admin_users.php

#
#-----[ BUL ]------------------------------------------
# SATIR 248
$allowsmilies = ( isset( $HTTP_POST_VARS['allowsmilies']) ) ? intval( $HTTP_POST_VARS['allowsmilies'] ) : $board_config['allow_smilies'];

#
#-----[ SONRASINA EKLE ]--------------------------------------
#
$showquickreply = ( isset($HTTP_POST_VARS['showquickreply']) ) ? ( ($HTTP_POST_VARS['showquickreply']) ? TRUE : 0 ) : $board_config['allow_quickreply'];


#
#-----[ BUL ]------------------------------------------
# SATIR 658
SET " . $username_sql . $passwd_sql . "user_email = '" . str_replace("\'", "''", $email) . "', user_icq = '" . str_replace("\'", "''", $icq) . "', user_website = '" . str_replace("\'", "''", $website) . "', user_occ = '" . str_replace("\'", "''", $occupation) . "', user_from = '" . str_replace("\'", "''", $location) . "', user_interests = '" . str_replace("\'", "''", $interests) . "', user_sig = '" . str_replace("\'", "''", $signature) . "', user_viewemail = $viewemail, user_aim = '" . str_replace("\'", "''", $aim) . "', user_yim = '" . str_replace("\'", "''", $yim) . "', user_msnm = '" . str_replace("\'", "''", $msn) . "', user_attachsig = $attachsig, user_sig_bbcode_uid = '$signature_bbcode_uid', user_allowsmile = $allowsmilies, user_allowhtml = $allowhtml, user_allowavatar = $user_allowavatar, user_allowbbcode = $allowbbcode, user_allow_viewonline = $allowviewonline, user_notify = $notifyreply, user_allow_pm = $user_allowpm, user_notify_pm = $notifypm, user_popup_pm = $popuppm, user_lang = '" . str_replace("\'", "''", $user_lang) . "', user_style = $user_style, user_timezone = $user_timezone, user_dateformat = '" . str_replace("\'", "''", $user_dateformat) . "', user_active = $user_status, user_rank = $user_rank" . $avatar_sql . "

#
#-----[ YUKARIDAKİNİN İÇİNDE BUL BUL ]------------------------------------------
#
user_allowsmile = $allowsmilies,

#
#-----[ YUKARIDAKİNİN İÇİNDE BUL SONRASINA EKLE ]------------------------------------------
#
 user_quickreply = $showquickreply,

#
#-----[ BUL ]------------------------------------------
# SATIR 779
$allowsmilies = $this_userdata['user_allowsmile'];

#
#-----[ SONRASINA EKLE ]--------------------------------------
#
$showquickreply = $this_userdata['user_quickreply'];

#
#-----[ BUL ]------------------------------------------
# SATIR 904
$s_hidden_fields .= '<input type="hidden" name="allowsmilies" value="' . $allowsmilies . '" />';

#
#-----[ SONRASINA EKLE ]--------------------------------------
#
$s_hidden_fields .= '<input type="hidden" name="showquickreply" value="' . $showquickreply . '" />';

#
#-----[ BUL ]------------------------------------------
# SATIR 1021
'ALWAYS_ALLOW_SMILIES_NO' => (!$allowsmilies) ? 'checked="checked"' : '',

#
#-----[ SONRASINA EKLE ]--------------------------------------
#
'SHOW_QUICK_REPLY_YES' => ( $showquickreply) ? 'checked="checked"' : '',
'SHOW_QUICK_REPLY_NO' => ( !$showquickreply) ? 'checked="checked"' : '',

#
#-----[ BUL ]------------------------------------------
# SATIR 1061
'L_ALWAYS_ALLOW_SMILIES' => $lang['Always_smile'],

#
#-----[ SONRASINA EKLE ]--------------------------------------
#
'L_SHOW_QUICK_REPLY' => $lang['Show_quick_reply'],

#
#-----[ AÇ ]------------------------------------------
#
includes/usercp_register.php

#
#-----[ BUL ]------------------------------------------
# SATIR 137
$allowsmilies = ( isset($HTTP_POST_VARS['allowsmilies']) ) ? ( ($HTTP_POST_VARS['allowsmilies']) ? TRUE : 0 ) : $board_config['allow_smilies'];

#
#-----[ SONRASINA EKLE ]--------------------------------------
#
$showquickreply = ( isset($HTTP_POST_VARS['showquickreply']) ) ? ( ($HTTP_POST_VARS['showquickreply']) ? TRUE : 0 ) : $board_config['allow_quickreply'];

#
#-----[ BUL ]------------------------------------------
# SATIR 146
$allowsmilies = ( isset($HTTP_POST_VARS['allowsmilies']) ) ? ( ($HTTP_POST_VARS['allowsmilies']) ? TRUE : 0 ) : $userdata['user_allowsmile'];

#
#-----[ SONRASINA EKLE ]--------------------------------------
#
$showquickreply = ( isset($HTTP_POST_VARS['showquickreply']) ) ? ( ($HTTP_POST_VARS['showquickreply']) ? TRUE : 0 ) : $userdata['user_quickreply'];

#
#-----[ BUL ]------------------------------------------
# SATIR 457
SET " . $username_sql . $passwd_sql . "user_email = '" . str_replace("\'", "''", $email) ."', user_icq = '" . str_replace("\'", "''", $icq) . "', user_website = '" . str_replace("\'", "''", $website) . "', user_occ = '" . str_replace("\'", "''", $occupation) . "', user_from = '" . str_replace("\'", "''", $location) . "', user_interests = '" . str_replace("\'", "''", $interests) . "', user_sig = '" . str_replace("\'", "''", $signature) . "', user_sig_bbcode_uid = '$signature_bbcode_uid', user_viewemail = $viewemail, user_aim = '" . str_replace("\'", "''", str_replace(' ', '+', $aim)) . "', user_yim = '" . str_replace("\'", "''", $yim) . "', user_msnm = '" . str_replace("\'", "''", $msn) . "', user_attachsig = $attachsig, user_allowsmile = $allowsmilies, user_allowhtml = $allowhtml, user_allowbbcode = $allowbbcode, user_allow_viewonline = $allowviewonline, user_notify = $notifyreply, user_notify_pm = $notifypm, user_popup_pm = $popup_pm, user_timezone = $user_timezone, user_dateformat = '" . str_replace("\'", "''", $user_dateformat) . "', user_lang = '" . str_replace("\'", "''", $user_lang) . "', user_style = $user_style, user_active = $user_active, user_actkey = '" . str_replace("\'", "''", $user_actkey) . "'" . $avatar_sql . "

#
#-----[ YUKARIDAKİNİN İÇİNDE BUL BUL ]------------------------------------------
#
user_allowsmile = $allowsmilies,

#
#-----[ YUKARIDAKİNİN İÇİNDE BUL SONRASINA EKLE ]------------------------------------------
#
 user_quickreply = $showquickreply,

#
#-----[ BUL ]------------------------------------------
# SATIR 718
$allowsmilies = $userdata['user_allowsmile'];

#
#-----[ SONRASINA EKLE ]--------------------------------------
#
$showquickreply = $userdata['user_quickreply'];

#
#-----[ BUL ]------------------------------------------
# SATIR 880
'ALWAYS_ALLOW_SMILIES_NO' => ( !$allowsmilies ) ? 'checked="checked"' : '',

#
#-----[ SONRASINA EKLE ]--------------------------------------
#
'SHOW_QUICK_REPLY_YES' => ( $showquickreply) ? 'checked="checked"' : '',
'SHOW_QUICK_REPLY_NO' => ( !$showquickreply) ? 'checked="checked"' : '',

#
#-----[ BUL ]------------------------------------------
# SATIR 917
'L_ALWAYS_ALLOW_SMILIES' => $lang['Always_smile'],

#
#-----[ SONRASINA EKLE ]--------------------------------------
#
'L_SHOW_QUICK_REPLY' => $lang['Show_quick_reply'],

#
#-----[ AÇ ]------------------------------------------
#
language/lang_turkish/lang_admin.php

#
#-----[ BUL ]------------------------------------------
#
$lang['Allow_name_change']

#
#-----[ SONRASINA EKLE ]--------------------------------------
#
$lang['Allow_quick_reply'] = 'Hızlı Cevaba izin ver';

#
#-----[ AÇ ]------------------------------------------
#
language/lang_turkish/lang_main.php

#
#-----[ BUL ]------------------------------------------
#
$lang['A_critical_error']

#
#-----[ SONRASINA EKLE ]--------------------------------------
#
$lang['Quick_Reply'] = 'Hızlı Cevap';
$lang['Show_quick_reply'] = 'Süper Hızlı cevap kutucuğunu göster';


#
#-----[ AÇ ]------------------------------------------
#
templates/Kullanıdığınız Tema/admin/board_config_body.tpl

#
#-----[ BUL ]------------------------------------------
# SATIR 170
<tr>
  <th class="thHead" colspan="2">{L_AVATAR_SETTINGS}</th>

#
#-----[ ÖNCESİNE EKLE ]--------------------------------------
#
<tr>
<td class="row1">{L_ALLOW_QUICK_REPLY}</td>
<td class="row2"><input type="radio" name="allow_quickreply" value="1" {QUICKREPLY_YES} /> {L_YES}&nbsp;&nbsp;<input type="radio" name="allow_quickreply" value="0" {QUICKREPLY_NO} /> {L_NO}</td>
</tr>

#
#-----[ AÇ ]------------------------------------------
#
templates/Kullanıdığınız Tema/admin/user_edit_body.tpl

#
#-----[ BUL ]------------------------------------------
# SATIR 187
<tr>
  <td class="row1"><span class="gen">{L_BOARD_LANGUAGE}</span></td>

#
#-----[ ÖNCESİNE EKLE ]--------------------------------------
#
<tr>
  <td class="row1"><span class="gen">{L_SHOW_QUICK_REPLY}</span></td>
  <td class="row2">
<input type="radio" name="showquickreply" value="1" {SHOW_QUICK_REPLY_YES} />
<span class="gen">{L_YES}</span>&nbsp;&nbsp;
<input type="radio" name="showquickreply" value="0" {SHOW_QUICK_REPLY_NO} />
<span class="gen">{L_NO}</span></td>
</tr>

#
#-----[ AÇ ]------------------------------------------
#
templates/Kullanıdığınız Tema/profile_add_body.tpl

#
#-----[ BUL ]------------------------------------------
# SATIR 210
<tr>
<td class="row1"><span class="gen">{L_BOARD_LANGUAGE}:</span></td>

#
#-----[ ÖNCESİNE EKLE ]--------------------------------------
#
<tr>
  <td class="row1"><span class="gen">{L_SHOW_QUICK_REPLY}:</span></td>
  <td class="row2">
<input type="radio" name="showquickreply" value="1" {SHOW_QUICK_REPLY_YES} />
<span class="gen">{L_YES}</span>&nbsp;&nbsp;
<input type="radio" name="showquickreply" value="0" {SHOW_QUICK_REPLY_NO} />
<span class="gen">{L_NO}</span></td>
</tr>

#
#-----[ AÇ ]------------------------------------------
#
templates/Kullanıdığınız Tema/viewtopic_body.tpl

#
#-----[ BUL ]------------------------------------------
# SATIR 84
<table width="100%" cellspacing="2" border="0" align="center">

#
#-----[ ÖNCESİNE EKLE ]--------------------------------------
#
<!-- BEGIN switch_quick_reply -->
{QRBODY}
<!-- END switch_quick_reply -->


#
#-----[ AÇ ]------------------------------------------
#
viewtopic.php

#
#-----[ BUL ]------------------------------------------
# SATIR 27
include($phpbb_root_path . 'includes/bbcode.'.$phpEx);

#
#-----[ SONRASINA EKLE ]--------------------------------------
#
include($phpbb_root_path . 'includes/functions_post.'.$phpEx);

#
#-----[ BUL ]------------------------------------------
# SATIR 563
'body' => 'viewtopic_body.tpl')

#
#-----[ TÜMÜNÜ DEĞİŞTİR]------------------------------------------
#
'body' => 'viewtopic_body.tpl',
'qrbody' => 'viewtopic_quickreply.tpl')

#
#-----[ BUL ]------------------------------------------
# SATIR 826
//
// Okay, let's do the loop, yeah come on baby let's do the loop
// and it goes like this ...

#
#-----[ ÖNCESİNE EKLE ]--------------------------------------
#
//
// Quick Reply
//
if ($board_config['allow_quickreply'] && $userdata['user_quickreply'] && $is_auth['auth_reply'] && ($forum_topic_data['forum_status'] != FORUM_LOCKED) && ($forum_topic_data['topic_status'] != TOPIC_LOCKED) )
{
$show_qr_form = true;
}
else
{
$show_qr_form = false;
}


#
#-----[ BUL ]------------------------------------------
# SATIR 1166
//
// Again this will be handled by the templating
// code at some point

#
#-----[ ÖNCESİNE EKLE ]--------------------------------------
#
//
// Quick Reply
//
if ( $show_qr_form )
{
$poster = '<a href="javascript:pn(\''.$poster.'\');">'.$poster.'</a>';
}


#
#-----[ BUL ]------------------------------------------
# SATIR 1233
$template->pparse('body');

#
#-----[ ÖNCESİNE EKLE ]--------------------------------------
#
if ( $show_qr_form )
{
$template->assign_block_vars('switch_quick_reply', array());
include($phpbb_root_path . 'includes/viewtopic_quickreply.'.$phpEx);
}

#
#-----[ SQL'E EKLE ]------------------------------------------
#
ALTER TABLE phpbb_users ADD user_quickreply TINYINT(1) DEFAULT '1' NOT NULL ;
UPDATE phpbb_users SET user_quickreply=0 WHERE user_id=-1;
INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_quickreply', '1');

#
#-----[ KAYIT EDİP KAPATIN VE UPLOAD EDİN]------------------------------------------
#
NOT : Tüm bunları yapmadan önce Mutlaka Yedek Alınız.

Kolay Gelsin

---------------------------------------------------------------------------------------------------

RESİMLERİN BOYUTUNU OTOMATİK FORUM FORMATINA UYGUN KÜÇÜLTME


Selam Arkadaşlar
Sizlere bu seferki dersimizde resimlerin Forumumuzun temasını
bozmasına izin vermiyoruz. O yüzden Aşagıdaki Değişiklikleri
yapınız.
Ve Linkleri Görebilmek İçin Üye Olun Yada Giriş Yapın 'ı indiriniz.
Kod:

Kod: [Seç]
##############################################################
## MOD Adı               : Resimleri Boyutunu Forumuza Göre Uyarlar
##
## Düzenlenecek Dosyalar :
##                         Tema Adı/bbcode.tpl
##                         Tema Adı/overall_header.tpl
## Yüklenecek Dosyalar   : resizefix.php
##############################################################
#
#-----[ KOPYALA ]---------------------------
#

Kopyala resizefix.php yükle templates/Tema adı/resizefix.php

#
#-----[ AÇ ]------------------------------------------
#

Tema Adı/bbcode.tpl

#
#-----[BUL]------------------------------------------
#

<!-- BEGIN img --><img src="{URL}" border="0" /><!-- END img -->

#
#-----[KOMPLE DEĞİŞTİR]------------------------------------------
#

<!-- BEGIN img -->
<script language="javascript" type="text/javascript">
<!--
function pointercursor(){document.body.style.cursor = "move";}
function unpointercursor(){document.body.style.cursor="";}
//-->
</script>
<img src="{URL}" border="0" onmouseout="unpointercursor();" onmouseover="if(this.width == 550) {pointercursor();}" onclick="if(this.width == 550) { window.AÇ('templates/Tema Adı/resizefix.php?originalsize={URL}', '_blank' ,'scrollbars=1,toolbar=no,resizable=1,menubar=no,directories=no,status=yes'); return false; }" alt="" />
<!-- END img -->

#
#-----[ AÇ ]------------------------------------------
#

Tema Adı/overall_header.tpl

#
#-----[BUL]------------------------------------------
#

<!-- END switch_enable_pm_popup -->

#
#-----[ SONRASINA EKLE ]------------------------------------------
#

<script language="javascript" type="text/javascript">
<!--
  function resize_images()
  {
    for (i = 0; i < document.images.length; i++)
    {
      while ( !document.images[i].complete )
      {
        break;
      }
      if ( document.images[i].width > 550 )
      {
        document.images[i].width = 550;
      }
    }
  }
//-->
</script>

#
#-----[BUL]------------------------------------------
#

<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">

#
#-----[ SIRADA BUL ]------------------------------------------
#

vlink="{T_BODY_VLINK}"

#
#-----[ SIRADA SONRASINA EKLE ]------------------------------------------
#

onload="resize_images()"

#
#-----[ KAYDET  KAPAT VE UPLOAD ET ]------------------------------------------
#


Kolay Gelsin

------------------------------------------------------------------------------------------------------

DEVAMI GELECEK

Çevrimdışı PoweRuseR

  • Seviye Dört
  • ****
  • İleti: 339
  • REP 262
    • 34-İSTANBUL
    • MSN Messenger - root@sizinhost.net
    • AOL Instant Messenger - KraLForuMCu.CoM
    • Yahoo Instant Messenger  - root@sizinhost.net
    • Profili Görüntüle
    • E-Posta
  • Cinsiyet: Bay
Ynt: HIZLI CEVAP EKLEME
« Yanıtla #1 : 01 Şubat 2009, 11:05:05 Paz »
ALT KATEGORİ OLUŞTURMA / SUB-FORUM

Selam Arkadaşlar
Sizlere bu başlık altında PHPBB Forumunuza nasıl alt kategori
açılır onu ögreteceğim. Ve başlıyorum.
Kod:
Kod: [Seç]
PHPBB 2.0.16 da denenmiştir.
PHPBB 2.0.18 de hata veriyor.
##############################################################
## Düzenlenecek Dosyalar:   
## includes/functions.php
## admin/admin_forums.php
##                index.php
##                viewforum.php
## viewtopic.php
## posting.php
##                templates/Tema Adı/index_body.tpl
##                templates/Tema Adı/viewforum_body.tpl
## templates/Tema Adı/viewtopic_body.tpl
##             templates/Tema Adı/admin/forum_edit_body.tpl
## templates/Tema Adı/admin/forum_admin_body.tpl
## templates/Tema Adı/posting_body.tpl
##                language/lang_turkish/lang_main.php
##                language/lang_turkish/lang_admin.php
##
#
#-----[ SQL EKLE ]-------------------------------------------------
#
#       Buradaki Sql Kodlarını Forumunuzun Sql'ine yükleyiniz.
#
#
ALTER TABLE `phpbb_forums` ADD attached_forum_id MEDIUMINT(8) DEFAULT '-1' NOT NULL;

#
#-----[ AÇ ]------------------------------------------------
#
   /includes/functions.php


#
#-----[ BUL ]------------------------------------------------
#

function get_db_stat($mode)
{


#
#-----[ ÖNCESİNE EKLE ]------------------------------------------
#
   // Added by Attached Forums MOD

function check_unread($forum_id)
{
global $new_topic_data, $tracking_topics, $tracking_forums, $HTTP_COOKIE_VARS, $board_config;
   if ( !empty($new_topic_data[$forum_id]) )
   {
      $forum_last_post_time = 0;

      while( list($check_topic_id, $check_post_time) = @each($new_topic_data[$forum_id]) )
      {
         if ( empty($tracking_topics[$check_topic_id]) )
         {
            $unread_topics = true;
            $forum_last_post_time = max($check_post_time, $forum_last_post_time);

         }
         else
         {
            if ( $tracking_topics[$check_topic_id] < $check_post_time )
            {
               $unread_topics = true;
               $forum_last_post_time = max($check_post_time, $forum_last_post_time);
            }
         }
      }

      if ( !empty($tracking_forums[$forum_id]) )
      {
         if ( $tracking_forums[$forum_id] > $forum_last_post_time )
         {
            $unread_topics = false;
         }
      }

      if ( isset($HTTP_COOKIE_VARS[$board_config['cookie_name'] . '_f_all']) )
      {
         if ( $HTTP_COOKIE_VARS[$board_config['cookie_name'] . '_f_all'] > $forum_last_post_time )
         {
            $unread_topics = false;
         }
      }

   }

return $unread_topics;

}

   // END Added by Attached Forums MOD


#
#-----[ BUL ]------------------------------------------------
#
function make_jumpbox($action, $match_forum_id = 0)
{
global $template, $userdata, $lang, $db, $nav_links, $phpEx, $SID;


#
#-----[ SONRASINA EKLE ]------------------------------------------
#
global $parent_lookup;


#
#-----[ BUL ]------------------------------------------------
#
if ( $forum_

Kolay Gelsin

DEVAMI GELECEK




ADMİNLERE ÖZEL NOT DEFTERİ

Selam Arkadaşlar
Sizlere bu başlık altında PHPBB Forumuzda Sadece Adminlerin görebildiği
Note Defteri kısmına anlatıyorum ve başlıyorum.
Aşağıdakileri yapın gerisi kolay
Ama önce Linkleri Görebilmek İçin Üye Olun Yada Giriş Yapın dosyasını indiriniz.

Kod: [Seç]
##############################################################
## ADMİN NOT DEFTERİ ve gayet yararlı ne zaman neler yapabileceğinizi not tutabilirsiniz.
#
#-----[ SQL EKLE ]-------------------------------------------------
#
# Aşagıdaki Sql'i Forum Sql'inize ekleyiniz.
#

CREATE TABLE phpbb_notes (
id int(8) not null,
text text);

INSERT INTO phpbb_notes (id,text) VALUES
('1','Text');

#
#-----[ YÜKLE ]-------------------------------------------------
#

kopyala admin/admin_notpad.php to admin/admin_notepad.php
kopyala templates/Tema Adı/admin/admin_notpad.tpl

#
#-----[ KAYIT EDİP UPLOAD EDİNİZ ]------------------------------------------
#
----------------------------------------------------------------------------------

EKSTRA GÜVENLİK



Selam Arkadaşlar
Saat Sabahın 06.22'si hala yazıyorum ben kafayı yemek üzereyim.
Neyse devam edelim.
Arkadaşlar sitelerimize her geçen gün yeni bir saldırı oluyor ve
her ne kadar güvenlik önlemlerimiz iyide olsa bazen en ufak bir
hatadan bile çok güzel siteleri kaybettiğimiz oluyor.
Bu anlatacak oldugum konuyu herkez biliyordur sanırım ama ben
yinede sizlere sunmak istedim.
Bir sitenin Admin Panelini Nasıl koruruz.
Önceden Admin Şifreni Bilen Forumuna index atardı yada ne bilim.
Sitedeki kullanıcıları siler konuları silerdi. Ama şimdi bu işlemi
onlar için biraz daha zor hale sokalım. Bende sizlere yardımcı olayım.
Öncelikle Cpanel Adresinize yani Hostunuzun yönetim paneline giriniz.
Ve oradan da korumalı dizine geçip forumunuzun admin klasörü sitenizde
nerede ise orayı yazınız ve aşagıdan ayrı bir kullanıcı adı ve şifresi veriniz.
Böylece Sitenizin güvenliği bir derece daha artmış olur.

Kolay Gelsin

Tags: