• 14-06-2008, 12:40:57
    #1
    Kimlik doğrulama veya yönetimden onay bekliyor.
    Arkadaşlar bugün mkportal için seo eklentisi olduğunu öğrendim.
    Demo: Neurologia Online: Portale e Forum
    Download linki: Error

    Resmi sitesindeki konu ile ilgili detaylı konu: [All] MKP URL Rewriter 1.4 - MKportal Support

    Şimdi bunu kendi sitesinde çalıştırıp, tüm mkportal kullananların faydalanması için burada detaylı olarak anlatabilecek kimse var mı
  • 14-06-2008, 19:13:21
    #2
    tam bi sef değil bence çünkü urllerde sayfanın içeriği ile ilgili bilgi yok sadece galeri-1.html gibi bu portalın zaten tek eksiği bu bence...
  • 18-06-2008, 18:24:55
    #3
    Öncelikle zipten çıkan .htaccess dosyasını ana dizine atın
    Eğer zaten .htaccess varsa şu kodları içine ekleyin;
    RewriteEngine On
    RewriteRule ^index\.html /index.php [L]
    RewriteRule [.]*-page\-([0-9]*)\.html /index.php?pid=$1 [L]
    RewriteRule ^downloads\.html /index.php?ind=downloads [L]
    RewriteRule ^downloads\-section\-([0-9]*)\.html /index.php?ind=downloads&op=section_view&idev=$1 [L]
    RewriteRule ^downloads\-section\-([0-9]*)-([0-9]*)\.html /index.php?ind=downloads&op=section_view&idev=$1&order=&st=$2 [L]
    RewriteRule ^downloads\-file\-([0-9]*)\.html /index.php?ind=downloads&op=entry_view&iden=$1 [L]
    RewriteRule ^downloads\-submit\.html /index.php?ind=downloads&op=submit_file [L]
    RewriteRule ^downloads\-addfile\.html /index.php?ind=downloads&op=add_file [L]
    RewriteRule ^downloads\-editfile-([0-9]*)\.html /index.php?ind=downloads&op=update_file&iden=$1 [L]
    RewriteRule ^downloads\-search\.html /index.php?ind=downloads&op=search [L]
    RewriteRule ^downloads\-searchresult\.html /index.php?ind=downloads&op=result_search [L]
    RewriteRule ^downloads\-comment-([0-9]*)\.html /index.php?ind=downloads&op=submit_comment&ide=$1 [L]
    RewriteRule ^downloads\-rate-([0-9]*)\.html /index.php?ind=downloads&op=submit_rate&ide=$1 [L]
    RewriteRule ^downloads\-edit-([0-9]*)\.html /index.php?ind=downloads&op=edit_file&iden=$1 [L]
    RewriteRule ^downloads\-delete-([0-9]*)\.html /index.php?ind=downloads&op=del_file&iden=$1 [L]
    RewriteRule ^blog\.html /index.php?ind=blog [L]
    RewriteRule ^blog\-([0-9]*)\.html /index.php?ind=blog&op=home&idu=$1 [L]
    RewriteRule ^blog\-rate-([0-9]*)\.html /index.php?ind=blog&op=submit_rate&ide=$1 [L]
    RewriteRule ^blog\-comment-([0-9]*)-([0-9]*)\.html /index.php?ind=blog&op=home&idu=$1&singlepost=$2 [L]
    RewriteRule ^gallery\.html /index.php?ind=gallery [L]
    RewriteRule ^gallery\-section\-([0-9]*)\.html /index.php?ind=gallery&op=section_view&idev=$1 [L]
    RewriteRule ^gallery\-section\-([0-9]*)-([0-9]*)\.html /index.php?ind=gallery&op=section_view&idev=$1&order=&st=$2 [L]
    RewriteRule ^gallery\-image\-([0-9]*)\.html /index.php?ind=gallery&op=foto_show&ida=$1 [L]
    RewriteRule ^gallery\-search\.html /index.php?ind=gallery&op=search [L]
    RewriteRule ^gallery\-searchresult\.html /index.php?ind=gallery&op=result_search [L]
    RewriteRule ^gallery\-submit\.html /index.php?ind=gallery&op=submit_file [L]
    RewriteRule ^gallery\-addfile\.html /index.php?ind=gallery&op=add_file [L]
    RewriteRule ^gallery\-editfile-([0-9]*)\.html /index.php?ind=gallery&op=update_file&iden=$1 [L]
    RewriteRule ^gallery\-present\.html /index.php?ind=gallery&op=slide_start [L]
    RewriteRule ^gallery\-ecard\-([0-9]*)\.html /index.php?ind=gallery&op=submit_postcard&ide=$1 [L]
    RewriteRule ^gallery\-comment\-([0-9]*)\.html /index.php?ind=gallery&op=submit_comment&ide=$1 [L]
    RewriteRule ^gallery\-rate\-([0-9]*)\.html /index.php?ind=gallery&op=submit_rate&ide=$1 [L]
    RewriteRule ^gallery\-edit\-([0-9]*)\.html /index.php?ind=gallery&op=edit_file&iden=$1 [L]
    RewriteRule ^gallery\-delete\-([0-9]*)\.html /index.php?ind=gallery&op=del_file&iden=$1 [L]
    RewriteRule ^news\.html /index.php?ind=news [L]
    RewriteRule ^news\-section\-([0-9]*)\.html /index.php?ind=news&op=news_show_category&idc=$1 [L]
    RewriteRule ^news\-section\-([0-9]*)-([0-9]*)\.html /index.php?ind=news&op=news_show_category&idc=$1&order=&st=$2 [L]
    RewriteRule ^news\-([0-9]*)\.html /index.php?ind=news&op=news_show_single&ide=$1 [L]
    RewriteRule ^news\-submit\.html /index.php?ind=news&op=submit_news [L]
    RewriteRule ^news\-addnews\.html /index.php?ind=news&op=reg_data [L]
    RewriteRule ^news\-editnews-([0-9]*)\.html /index.php?ind=news&op=update_news&idnews=$1 [L]
    RewriteRule ^news\-search\.html /index.php?ind=news&op=search [L]
    RewriteRule ^news\-searchresult\.html /index.php?ind=news&op=result_search [L]
    RewriteRule ^news\-edit\-([0-9]*)\.html /index.php?ind=news&op=edit&idnews=$1 [L]
    RewriteRule ^news\-delete\-([0-9]*)\.html /index.php?ind=news&op=delete&idnews=$1 [L]
    RewriteRule ^news\-comment\-([0-9]*)\.html /index.php?ind=news&op=submit_comment&idnews=$1 [L]
    RewriteRule ^topsite\.html /index.php?ind=topsite [L]
    RewriteRule ^site\-([0-9]*)\.html /index.php?ind=topsite&op=click_site&idb=$1 [L]
    RewriteRule ^rate-site\-([0-9]*)\.html /index.php?ind=topsite&op=submit_rate&ide=$1 [L]
    RewriteRule ^topsite-submit\.html /index.php?ind=topsite&op=submit_site [L]
    RewriteRule ^reviews\.html /index.php?ind=reviews [L]
    RewriteRule ^reviews\-section\-([0-9]*)\.html /index.php?ind=reviews&op=section_view&idev=$1 [L]
    RewriteRule ^reviews\-section\-([0-9]*)-([0-9]*)\.html /index.php?ind=reviews&op=section_view&idev=$1&order=&st=$2 [L]
    RewriteRule ^reviews\-([0-9]*)\.html /index.php?ind=reviews&op=entry_view&iden=$1 [L]
    RewriteRule ^reviews\-search\.html /index.php?ind=reviews&op=search [L]
    RewriteRule ^reviews\-searchresult\.html /index.php?ind=reviews&op=result_search [L]
    RewriteRule ^reviews\-submit\.html /index.php?ind=reviews&op=submit_file [L]
    RewriteRule ^reviews\-submitfile\.html /index.php?ind=reviews&op=submit_file1 [L]
    RewriteRule ^reviews\-addfile\.html /index.php?ind=reviews&op=add_file [L]
    RewriteRule ^reviews\-editfile-([0-9]*)\.html /index.php?ind=reviews&op=update_file&iden=$1 [L]
    RewriteRule ^reviews\-comment\-([0-9]*)\.html /index.php?ind=reviews&op=submit_comment&ide=$1 [L]
    RewriteRule ^reviews\-rate\-([0-9]*)\.html /index.php?ind=reviews&op=submit_rate&ide=$1 [L]
    RewriteRule ^reviews\-edit\-([0-9]*)\.html /index.php?ind=reviews&op=edit_file&iden=$1 [L]
    RewriteRule ^reviews\-delete\-([0-9]*)\.html /index.php?ind=reviews&op=del_file&iden=$1 [L]
    RewriteRule ^quote\.html /index.php?ind=quote [L]
    RewriteRule ^quote\-submit\.html /index.php?ind=quote&op=submit_quote [L]
    RewriteRule ^chat\.html /index.php?ind=chat [L]
    RewriteRule ^staff\.html /index.php?ind=staff [L]
    RewriteRule ^shoutbox\.html /index.php?ind=urlobox [L]
    RewriteRule ^shoutbox-delete-([0-9]*)\.html /index.php?ind=urlobox&op=delete&idurlo=$1[L]
    RewriteRule ^websites\.html /index.php?ind=websites [L]
    RewriteRule ^websites\-section\-([0-9]*)\.html /index.php?ind=websites&op=section_view&idev=$1 [L]
    RewriteRule ^websites\-section\-([0-9]*)-([0-9]*)\.html /index.php?ind=websites&op=section_view&idev=$1&order=&st=$2 [L]
    RewriteRule ^websites\-([0-9]*)\.html /index.php?ind=websites&op=entry_view&iden=$1 [L]
    RewriteRule ^websites\-search\.html /index.php?ind=websites&op=search [L]
    RewriteRule ^websites\-searchresult\.html /index.php?ind=websites&op=result_search [L]
    RewriteRule ^websites\-submit\.html /index.php?ind=websites&op=submit_file [L]
    RewriteRule ^websites\-submitsite\.html /index.php?ind=websites&op=submit_file1 [L]
    RewriteRule ^websites\-addsite\.html /index.php?ind=websites&op=add_file [L]
    RewriteRule ^websites\-editsite-([0-9]*)\.html /index.php?ind=websites&op=update_file&iden=$1 [L]
    RewriteRule ^websites\-comment\-([0-9]*)\.html /index.php?ind=websites&op=submit_comment&ide=$1 [L]
    RewriteRule ^websites\-rate\-([0-9]*)\.html /index.php?ind=websites&op=submit_rate&ide=$1 [L]
    RewriteRule ^websites\-edit\-([0-9]*)\.html /index.php?ind=websites&op=edit_file&iden=$1 [L]
    RewriteRule ^websites\-delete\-([0-9]*)\.html /index.php?ind=websites&op=del_file&iden=$1 [L]
    RewriteRule ^websites\-badlink\-([0-9]*)\.html /index.php?ind=websites&op=submit_badlink&ide=$1 [L]
    RewriteRule ^articoli\.html /index.php?ind=articoli [L]
    RewriteRule ^articoli\-section\-([0-9]*)\.html /index.php?ind=articoli&op=section_view&idev=$1 [L]
    RewriteRule ^articoli\-section\-([0-9]*)-([0-9]*)\.html /index.php?ind=articoli&op=section_view&idev=$1&order=&st=$2 [L]
    RewriteRule ^articoli\-([0-9]*)\.html /index.php?ind=articoli&op=entry_view&iden=$1 [L]
    RewriteRule ^articoli\-search\.html /index.php?ind=articoli&op=search [L]
    RewriteRule ^articoli\-searchresult\.html /index.php?ind=articoli&op=result_search [L]
    RewriteRule ^articoli\-submit\.html /index.php?ind=articoli&op=submit_file [L]
    RewriteRule ^articoli\-submitfile\.html /index.php?ind=articoli&op=submit_file1 [L]
    RewriteRule ^articoli\-addsite\.html /index.php?ind=articoli&op=add_file [L]
    RewriteRule ^articoli\-editfile-([0-9]*)\.html /index.php?ind=articoli&op=update_file&iden=$1 [L]
    RewriteRule ^articoli\-comment\-([0-9]*)\.html /index.php?ind=articoli&op=submit_comment&ide=$1 [L]
    RewriteRule ^articoli\-rate\-([0-9]*)\.html /index.php?ind=articoli&op=submit_rate&ide=$1 [L]
    RewriteRule ^articoli\-edit\-([0-9]*)\.html /index.php?ind=articoli&op=edit_file&iden=$1 [L]
    RewriteRule ^articoli\-delete\-([0-9]*)\.html /index.php?ind=articoli&op=del_file&iden=$1 [L]
    Kaydedin ve çıkın
    ------------------------------------------------------------
    ------------------------------------------------------------
    Daha sonra /mkportal/admin/ad_main.php dosyasını açın
    Bul;
    $loadleftf = $mklib->unloadforumleft;
    Sonrasına ekle;
    	//added urlfriendky
    	$urlfriendly = $mklib->friendurl;
    	//end urlfriendly
    ------------------------------
    Bul:
    	$checkleftf2 = "checked=\"checked\"";
    	if ($loadleftf == "1") {
    		$checkleftf1 = "checked=\"checked\"";
    		$checkleftf2 = "";
       	}
    Sonrasına ekle:
    //added urlfriendly  	
       	$urlfriendly2 = "checked=\"checked\"";
    	if ($urlfriendly == "1") {
    		$urlfriendly1 = "checked=\"checked\"";
    		$urlfriendly2 = "";
       	}
       	//end urlfriendly
    ------------------------------
    Bul :
    <tr>
    		<td width=\"50%\" height=\"60\" class=\"modulex\">{$mklib->lang['ad_disablezip']}</td>
    		<td width=\"50%\" class=\"modulex\" align=\"center\">{$mklib->lang['ad_yes']}&nbsp;<input type=\"radio\" value=\"1\" name=\"disablegzip\" $checkgzipd />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{$mklib->lang['ad_no']}&nbsp;<input type=\"radio\" value=\"0\" name=\"disablegzip\" $checkgzipd2 /></td>
    	      </tr>
    Sonrasına ekle:
     <!-- added urlfriendly -->
    	    <tr>
    		<td width=\"50%\" height=\"60\" class=\"modulex\"><b>{$mklib->lang['ad_enableurlfriendly']}</b></td>
    		<td width=\"50%\" class=\"modulex\" align=\"center\">{$mklib->lang['ad_yes']}&nbsp;<input type=\"radio\" value=\"1\" name=\"enableurlfriendly\" $urlfriendly1 />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{$mklib->lang['ad_no']}&nbsp;<input type=\"radio\" value=\"0\" name=\"enableurlfriendly\" $urlfriendly2 /></td>
    	    </tr>
    	    <!-- end urlfriendly -->
    ------------------------------
    Bul :
    $loadrightf = $mkportals->input['loadrightf'];
    Sonrasına ekle:
    	//--added urlrewriting
    	$enableurlfriendly = $mkportals->input['enableurlfriendly'];
    	//--end urlrewriting
    Bul :
    $content = "<?php\n\n \$FORUM_PATH = \"$forumpath\"; \n \$FORUM_VIEW = \"$forumview\"; \n \$PORTAL_VIEW = \"$portalview\"; \n \$FORUM_CD = \"$forumcd\"; \n \$FORUM_CS = \"$forumcs\"; \n \$SITE_NAME = \"$sitename\";  \n \$SITE_URL = \"$siteurl\"; \n \$MK_TEMPLATE = \"$template\";\n \$MK_LANG = \"$mklang\";\n \$MK_EDITOR = \"$mkeditor\";\n \$MK_BOARD = \"$MK_BOARD\";\n \$MK_TIMEDIFF = \"$timediff\";\n \$MK_OFFLINE = \"$offline\";\n \$MK_DISABLEGZIP = \"$disablegzip\";\n \$MK_PORTALWIDTH = \"$portalwidth\";\n \$MK_COLUMNWIDTH = \"$columnwidth\";\n \$MK_DISABLENAV = \"$shownav\";\n \$MK_LOADLEFTC = \"$loadleftg\";\n \$MK_LOADRIGHTC = \"$loadrightg\";\n \$MK_UNLOADLEFTF = \"$loadleftf\";\n \$MK_UNLOADRIGHTF = \"$loadrightf\";\n ?>";
    Sonrasına ekle :
    $content = "<?php\n\n \$FORUM_PATH = \"$forumpath\"; \n \$FORUM_VIEW = \"$forumview\"; \n \$PORTAL_VIEW = \"$portalview\"; \n \$FORUM_CD = \"$forumcd\"; \n \$FORUM_CS = \"$forumcs\"; \n \$SITE_NAME = \"$sitename\";  \n \$SITE_URL = \"$siteurl\"; \n \$MK_TEMPLATE = \"$template\";\n \$MK_LANG = \"$mklang\";\n \$MK_EDITOR = \"$mkeditor\";\n \$MK_BOARD = \"$MK_BOARD\";\n \$MK_TIMEDIFF = \"$timediff\";\n \$MK_OFFLINE = \"$offline\";\n \$MK_DISABLEGZIP = \"$disablegzip\";\n \$MK_PORTALWIDTH = \"$portalwidth\";\n \$MK_COLUMNWIDTH = \"$columnwidth\";\n \$MK_DISABLENAV = \"$shownav\";\n \$MK_LOADLEFTC = \"$loadleftg\";\n \$MK_LOADRIGHTC = \"$loadrightg\";\n \$MK_UNLOADLEFTF = \"$loadleftf\";\n \$MK_UNLOADRIGHTF = \"$loadrightf\";\n \$MK_FRIENDURL = \"$enableurlfriendly\";\n ?>";
    ------------------------------
    Kaydet ve çık.
    ------------------------------------------------------------
    ------------------------------------------------------------
    Şu dosyayı açın; /mkportal/include/functions.php
    ------------------------------
    ------------------------------
    Bul :
    $output .= $this->footer();
    veya:
    $output .= $this->footer_admin();
    Sonrasına ekle :
    //--added urlrewriting 
    	if($this->friendurl){
            $output = $this->urlrewriting($output);
            }
            //--end urlrewriting
    ------------------------------
    Bul :
    ------------------------------
    	function etimer() {
            global $Stime;
            $mtime = explode (' ', microtime ());
            $endtime = $mtime[1] + $mtime[0];
            $ttime = round (($endtime - $Stime), 5);
            return $ttime;
        }
    ------------------------------
    Sonrasına ekle :
    ------------------------------
    function urlrewriting($content) {
        //URL Rewriting 1.4 by jack@mkportal-fr.com
        		  		function rewrite_url($url) {
    					$url = trim($url);
    					$url = strtolower($url);
    					$url = preg_replace('/<(\/{0,1})img(.*?)(\/{0,1})\>/', 'image', $url);
    					$url = str_replace ('<br />', '', $url);
    					$url = str_replace (' ', '-', $url);
    					$find = array('é',
    						  		  'è',
    								  'ë',
    								  'ê'
    								  );
    					$url = str_replace ($find, 'e', $url);
    					$find = array('í',
    						  		  'ì',
    								  'î',
    								  'ï'
    								  );
    					$url = str_replace ($find, 'i', $url);
    					$find = array('ó',
    						  		  'ò',
    								  'ô',
    								  'ö');
    					$url = str_replace ($find, 'o', $url);
    					$find = array('á',
    						  		  'à',
    								  'â',
    								  'ä'
    								  );
    					$url = str_replace ($find, 'a', $url);
    					$find = array('ú',
    						  		  'ù',
    								  'û',
    								  'ü'
    								  );
    					$url = str_replace ($find, 'u', $url);
    					$find = array('ç');
    					$url = str_replace ($find, 'c', $url);
    					$url = str_replace ('--', '-', $url);
    					return $url;
       				}	
    		$search = array ("/index.php\?pid=([0-9]+)((&amp;)|(&)){0,1}([^>]+>)(.*?)<\/a>/e",
    						 '@index.php\?ind=downloads&amp;op=section_view&amp;idev=([0-9]+)&amp;order=&amp;st=([0-9]+)@si',
    				  		 '@index.php\?ind=downloads&amp;op=section_view&amp;idev=([0-9]+)@si',
    				  		 '@index.php\?ind=downloads&amp;op=entry_view&amp;iden=([0-9]+)@si',
    						 '@index.php\?ind=downloads&amp;op=submit_file@si',
    						 '@index.php\?ind=downloads&amp;op=add_file@si',
    						 '@index.php\?ind=downloads&amp;op=update_file&amp;iden=([0-9]+)@si',
    				  		 '@index.php\?ind=downloads&amp;op=search@si',
    						 '@index.php\?ind=downloads&amp;op=result_search@si',
    				  		 '@index.php\?ind=downloads&amp;op=submit_comment&amp;ide=([0-9]+)@si',
    				  		 '@index.php\?ind=downloads&amp;op=submit_rate&amp;ide=([0-9]+)@si',
    						 '@index.php\?ind=downloads&amp;op=edit_file&amp;iden=([0-9]+)@si',
    						 '@index.php\?ind=downloads&amp;op=del_file&amp;iden=([0-9]+)@si',
    						 '@index.php\?ind=gallery&amp;op=section_view&amp;idev=([0-9]+)&amp;order=&amp;st=([0-9]+)@si',
    						 '@index.php\?ind=gallery&amp;op=section_view&amp;idev=([0-9]+)@si',
    						 '@index.php\?ind=gallery&amp;op=foto_show&amp;ida=([0-9]+)@si',
    						 '@index.php\?ind=gallery&amp;op=search@si',
    						 '@index.php\?ind=gallery&amp;op=result_search@si',
    						 '@index.php\?ind=gallery&amp;op=slide_start@si',
    						 '@index.php\?ind=gallery&amp;op=add_file@si',
    						 '@index.php\?ind=gallery&amp;op=update_file&amp;iden=([0-9]+)@si',
    					     '@index.php\?ind=gallery&amp;op=submit_file@si',
    						 '@index.php\?ind=gallery&amp;op=submit_postcard&amp;ide=([0-9]+)@si',
    						 '@index.php\?ind=gallery&amp;op=submit_comment&amp;ide=([0-9]+)@si',
    						 '@index.php\?ind=gallery&amp;op=submit_rate&amp;ide=([0-9]+)@si',
    						 '@index.php\?ind=gallery&amp;op=edit_file&amp;iden=([0-9]+)@si',
    						 '@index.php\?ind=gallery&amp;op=del_file&amp;iden=([0-9]+)@si',
    						 '@index.php\?ind=news&amp;op=news_show_category&amp;idc=([0-9]+)&amp;st=([0-9]+)@si',
    						 '@index.php\?ind=news&amp;op=news_show_category&amp;idc=([0-9]+)@si',
    						 '@index.php\?ind=news&amp;op=news_show_single&amp;ide=([0-9]+)@si',
    						 '@index.php\?ind=news&amp;op=submit_news@si',
    						 '@index.php\?ind=news&amp;op=reg_data@si',
    						 '@index.php\?ind=news&amp;op=update_news&amp;idnews=([0-9]+)@si',
    						 '@index.php\?ind=news&amp;op=search@si',
    						 '@index.php\?ind=news&amp;op=result_search@si',
    						 '@index.php\?ind=news&amp;op=edit&amp;idnews=([0-9]+)@si',
    						 '@index.php\?ind=news&amp;op=delete&amp;idnews=([0-9]+)@si',
    						 '@index.php\?ind=news&amp;op=submit_comment&amp;idnews=([0-9]+)@si',
    						 '@index.php\?ind=topsite&amp;op=click_site&amp;idb=([0-9]+)@si',
    						 '@index.php\?ind=topsite&amp;op=submit_rate&amp;ide=([0-9]+)@si',
    						 '@index.php\?ind=topsite&amp;op=submit_site@si',
    						 '@index.php\?ind=reviews&amp;op=section_view&amp;idev=([0-9]+)&amp;order=&amp;st=([0-9]+)@si',
    						 '@index.php\?ind=reviews&amp;op=section_view&amp;idev=([0-9]+)@si',
    						 '@index.php\?ind=reviews&amp;op=entry_view&amp;iden=([0-9]+)@si',
    						 '@index.php\?ind=reviews&amp;op=result_search@si',
    						 '@index.php\?ind=reviews&amp;op=search@si',
    					     '@index.php\?ind=reviews&amp;op=add_file@si',
    						 '@index.php\?ind=reviews&amp;op=update_file&amp;iden=([0-9]+)@si',
    						 '@index.php\?ind=reviews&amp;op=submit_file1@si',
    						 '@index.php\?ind=reviews&amp;op=submit_file@si',
    						 '@index.php\?ind=reviews&amp;op=submit_rate&amp;ide=([0-9]+)@si',
    						 '@index.php\?ind=reviews&amp;op=edit_file&amp;iden=([0-9]+)@si',
    						 '@index.php\?ind=reviews&amp;op=del_file&amp;iden=([0-9]+)@si',
    				         '@index.php\?ind=reviews&amp;op=submit_comment&amp;ide=([0-9]+)@si',
    						 '@index.php\?ind=reviews&amp;order=([0-9]+)@si',
    						 '@index.php\?ind=articoli&amp;op=section_view&amp;idev=([0-9]+)&amp;order=&amp;st=([0-9]+)@si',
                             '@index.php\?ind=articoli&amp;op=section_view&amp;idev=([0-9]+)@si',
    						 '@index.php\?ind=articoli&amp;op=entry_view&amp;iden=([0-9]+)@si',
    						 '@index.php\?ind=articoli&amp;op=result_search@si',
    						 '@index.php\?ind=articoli&amp;op=search@si',
    						 '@index.php\?ind=articoli&amp;op=add_file@si',
    					     '@index.php\?ind=articoli&amp;op=update_file&amp;iden=([0-9]+)@si', 
    						 '@index.php\?ind=articoli&amp;op=submit_file1@si',
    						 '@index.php\?ind=articoli&amp;op=submit_file@si',
    						 '@index.php\?ind=articoli&amp;op=submit_rate&amp;ide=([0-9]+)@si',
    						 '@index.php\?ind=articoli&amp;op=edit_file&amp;iden=([0-9]+)@si',
    						 '@index.php\?ind=articoli&amp;op=del_file&amp;iden=([0-9]+)@si',
    				         '@index.php\?ind=articoli&amp;op=submit_comment&amp;ide=([0-9]+)@si',
    						 '@index.php\?ind=websites&amp;op=section_view&amp;idev=([0-9]+)&amp;order=&amp;st=([0-9]+)@si',
    						 '@index.php\?ind=websites&amp;op=section_view&amp;idev=([0-9]+)@si',
    						 '@index.php\?ind=websites&amp;op=entry_view&amp;iden=([0-9]+)@si',
    						 '@index.php\?ind=websites&amp;op=result_search@si', 
    						 '@index.php\?ind=websites&amp;op=search@si',
    						 '@index.php\?ind=websites&amp;op=add_file@si',
    						 '@index.php\?ind=websites&amp;op=update_file&amp;iden=([0-9]+)@si',
    						 '@index.php\?ind=websites&amp;op=submit_file1@si',
    						 '@index.php\?ind=websites&amp;op=submit_file@si',
    					     '@index.php\?ind=websites&amp;op=submit_rate&amp;ide=([0-9]+)@si',
    						 '@index.php\?ind=websites&amp;op=edit_file&amp;iden=([0-9]+)@si',
    						 '@index.php\?ind=websites&amp;op=del_file&amp;iden=([0-9]+)@si',
    				         '@index.php\?ind=websites&amp;op=submit_comment&amp;ide=([0-9]+)@si',
    						 '@index.php\?ind=websites&amp;op=submit_badlink&amp;ide=([0-9]+)@si',
    						 '@index.php\?ind=blog&amp;op=home&amp;idu=([0-9]+)@si',  
     						 );
    		$replace = array ("rewrite_url('\\6').'-page-\\1.html'. stripslashes('\\5\\6') . '</a>'",
    						  'downloads-section-\\1-\\2.html',
    				   		  'downloads-section-\\1.html',
    				   		  'downloads-file-\\1.html',
    						  'downloads-submit.html',
    						  'downloads-addfile.html',
    						  'downloads-editfile-\\1.html',
    				   		  'downloads-search.html',
    						  'downloads-searchresult.html',
    						  'downloads-comment-\\1.html',
    						  'downloads-rate-\\1.html',
    					      'downloads-edit-\\1.html',
    						  'downloads-delete-\\1.html',
    						  'gallery-section-\\1-\\2.html',
    						  'gallery-section-\\1.html',
    						  'gallery-image-\\1.html',
    						  'gallery-search.html',
    						  'gallery-searchresult.html',
    						  'gallery-present.html',
    						  'gallery-addfile.html',
    						  'gallery-editfile-\\1.html',
    						  'gallery-submit.html',
    						  'gallery-ecard-\\1.html',
    						  'gallery-comment-\\1.html',
    						  'gallery-rate-\\1.html',
    						  'gallery-edit-\\1.html',
    						  'gallery-delete-\\1.html',
    						  'news-section-\\1-\\2.html', 
    						  'news-section-\\1.html',
    						  'news-\\1.html',
    						  'news-submit.html',
    						  'news-addnews.html', 
    						  'news-editnews-\\1.html', 
    						  'news-search.html', 
    						  'news-searchresult.html',
    						  'news-edit-\\1.html',
    					      'news-delete-\\1.html',
    						  'news-comment-\\1.html',
    						  'site-\\1.html',
    						  'rate-site-\\1.html',
    						  'topsite-submit.html',
    						  'reviews-section-\\1-\\2.html',
    						  'reviews-section-\\1.html',
    						  'reviews-\\1.html',
    						  'reviews-searchresult.html',
    						  'reviews-search.html',
    						  'reviews-addfile.html',
    						  'reviews-editfile-\\1.html',
    						  'reviews-submitfile.html',
    						  'reviews-submit.html',
                              'reviews-rate-\\1.html',
    						  'reviews-edit-\\1.html',
    					      'reviews-delete-\\1.html',
    						  'reviews-comment-\\1.html',
    						  'reviews-sectionorder-\\1.html',
    						  'articoli-section-\\1-\\2.html', 
    						  'articoli-section-\\1.html',
    						  'articoli-\\1.html',
    						  'articoli-searchresult.html',
    						  'articoli-search.html',
    						  'articoli-addfile.html',
    						  'articoli-editfile-\\1.html',
    						  'articoli-submitfile.html',
    						  'articoli-submit.html',
    						  'articoli-rate-\\1.html',
    						  'articoli-edit-\\1.html',
    					      'articoli-delete-\\1.html',
    						  'articoli-comment-\\1.html',
    						  'websites-section-\\1-\\2.html',
    						  'websites-section-\\1.html',
    						  'websites-\\1.html',
    						  'websites-searchresult.html',
    						  'websites-search.html',
    						  'websites-addsite.html',
    						  'websites-editsite-\\1.html',
    						  'websites-submitsite.html',
    						  'websites-submit.html',
    						  'websites-rate-\\1.html',
    						  'websites-edit-\\1.html',
    					      'websites-delete-\\1.html',
    						  'websites-comment-\\1.html',
    						  'websites-badlink-\\1.html',
    						  'blog-\\1.html', 
    						  );  
            $output = preg_replace($search, $replace, $content);  
            return $output;
        }
    ------------------------------
    ------------------------------
    Bul :
    ------------------------------
    $mklib->unloadforumleft = $MK_UNLOADLEFTF;
    ------------------------------
    Sonrasına ekle :
    ------------------------------
    //--added urlrewriting 
    	$mklib->friendurl = $MK_FRIENDURL;
            //--end urlrewriting
    ------------------------------
    Kaydet ve çık.
    ------------------------------
    ------------------------------
    Şu dosyayı açın; /mkportal/lang/English/lang_admin.php
    ------------------------------
    Bul:
    ?>
    Öncesine ekle:
    //added urlfriendly
    $langmk['ad_enableurlfriendly'] = "Activer URL-Rewriter 1.1 ?<br /> Verifiez que votre serveur le permet.<br /> <a href='../index.php?ind=downloads' target='_blank'>index.php?ind=downloads</a> devient <a href='../downloads.html' target='_blank'>downloads.html</a>";
    //end urlfriendly
    ------------------------------
    ------------------------------
    Eğer başka bir dil kullanıyorsanız aynı şekilde /mkportal/lang/lang_admin.php

    Bul:
    ?>
    Öncesine ekle:
    //added urlfriendly
    $langmk['ad_enableurlfriendly'] = "Activate URL-Rewriter 1.0 ?<br /> Check your server allow it?<br /> <a href='../index.php?ind=downloads' target='_blank'>index.php?ind=downloads</a> to <a href='../downloads.html' target='_blank'>downloads.html</a>";
    //end urlfriendly
    Son olarak admin panelinden "URL-Rewriter" ı aktif / pasif yapmak için;
    /mkportal/conf_mk.php aç
    Bul :
     ?>
    Öncesine ekle :
     $MK_FRIENDURL = "0";
    ( "0" pasif hali "1" aktif hali)

    Bu kadar. Kolay gelsin..
    Eğer dilerseniz tamamen Türkçeleştirilmiş halini de paylaşabilirim örneğin; "downloads.html" değil de "dosyalar.html" veya news.html değil de "haber.html" şeklinde
  • 23-06-2008, 01:35:30
    #4
    Yönetici onayı bekliyor
    Sağol arkadaşım. Türkçe link hali hazır varsa paylaşırsan sevinirim yoksa kendim uğraşırım. Teşekkürler.
  • 02-09-2008, 03:16:26
    #5
    Türkçe linkini paylaşırsanız çok işimize yarardı.
  • 04-09-2008, 01:48:38
    #6
    Üyeliği durduruldu
    peki smf forum ile entegreliyse aynı şekilde forum konu başlıklarıda bu sefden faydalanıyor mu.

    pskobozkurt turkçesini bekliyoruz
  • 04-09-2008, 01:51:39
    #7
    fetih1453 adlı üyeden alıntı: mesajı görüntüle
    peki smf forum ile entegreliyse aynı şekilde forum konu başlıklarıda bu sefden faydalanıyor mu.

    pskobozkurt turkçesini bekliyoruz
    tabikide hayır portal ile forum ayrı.

    bu çok eski sef ayarı ve kurmaya çalışmayın çalışmaz sef ayarı , eksik bilgi var bunda çocuğun verdiğide benim düzenlediğim dosya.. boşuna denemeyin.
  • 04-09-2008, 04:43:44
    #8
    Peki Mkportal için bir Seo Ayarları nasıl yapılmalıdır ,Neler yapılabilir ve bir seo eklentisi mkportal için mevcutmudur bu konuda bilgi verebilirmisiniz.

    Denemeyin demişsiniz SABQCES ama bu mkportalın en azından titlesinin eklenen haber başlıklarında vs değişmesini sağlayamazmıyız yani title ve keyword üretemezmiyiz şöleki kendi açtığımız blog konularına tıkladığımda yani açtığım sayfalara tıkladığımda bir title üretmesini sayfabaşlığı ekleidğimkelime, sayfa başlığı ekleidğim kelime1 şeklinde yaptıramazmıyız ? url sini .html yapamıyoruz hadi bari title ve keyword ürettirebilsek yani değişse en azından bir artı katar siteye sanırım, bunu yapabilmek mümkünmüdür mümküse nasıl yapabiliriz.
  • 30-09-2008, 04:08:18
    #9
    PsKoBozKurt adlı üyeden alıntı: mesajı görüntüle
    Öncelikle zipten çıkan .htaccess dosyasını ana dizine atın
    Eğer zaten .htaccess varsa şu kodları içine ekleyin;
    RewriteEngine On
    RewriteRule ^index\.html /index.php [L]
    RewriteRule [.]*-page\-([0-9]*)\.html /index.php?pid=$1 [L]
    RewriteRule ^downloads\.html /index.php?ind=downloads [L]
    RewriteRule ^downloads\-section\-([0-9]*)\.html /index.php?ind=downloads&op=section_view&idev=$1 [L]
    RewriteRule ^downloads\-section\-([0-9]*)-([0-9]*)\.html /index.php?ind=downloads&op=section_view&idev=$1&order=&st=$2 [L]
    RewriteRule ^downloads\-file\-([0-9]*)\.html /index.php?ind=downloads&op=entry_view&iden=$1 [L]
    RewriteRule ^downloads\-submit\.html /index.php?ind=downloads&op=submit_file [L]
    RewriteRule ^downloads\-addfile\.html /index.php?ind=downloads&op=add_file [L]
    RewriteRule ^downloads\-editfile-([0-9]*)\.html /index.php?ind=downloads&op=update_file&iden=$1 [L]
    RewriteRule ^downloads\-search\.html /index.php?ind=downloads&op=search [L]
    RewriteRule ^downloads\-searchresult\.html /index.php?ind=downloads&op=result_search [L]
    RewriteRule ^downloads\-comment-([0-9]*)\.html /index.php?ind=downloads&op=submit_comment&ide=$1 [L]
    RewriteRule ^downloads\-rate-([0-9]*)\.html /index.php?ind=downloads&op=submit_rate&ide=$1 [L]
    RewriteRule ^downloads\-edit-([0-9]*)\.html /index.php?ind=downloads&op=edit_file&iden=$1 [L]
    RewriteRule ^downloads\-delete-([0-9]*)\.html /index.php?ind=downloads&op=del_file&iden=$1 [L]
    RewriteRule ^blog\.html /index.php?ind=blog [L]
    RewriteRule ^blog\-([0-9]*)\.html /index.php?ind=blog&op=home&idu=$1 [L]
    RewriteRule ^blog\-rate-([0-9]*)\.html /index.php?ind=blog&op=submit_rate&ide=$1 [L]
    RewriteRule ^blog\-comment-([0-9]*)-([0-9]*)\.html /index.php?ind=blog&op=home&idu=$1&singlepost=$2 [L]
    RewriteRule ^gallery\.html /index.php?ind=gallery [L]
    RewriteRule ^gallery\-section\-([0-9]*)\.html /index.php?ind=gallery&op=section_view&idev=$1 [L]
    RewriteRule ^gallery\-section\-([0-9]*)-([0-9]*)\.html /index.php?ind=gallery&op=section_view&idev=$1&order=&st=$2 [L]
    RewriteRule ^gallery\-image\-([0-9]*)\.html /index.php?ind=gallery&op=foto_show&ida=$1 [L]
    RewriteRule ^gallery\-search\.html /index.php?ind=gallery&op=search [L]
    RewriteRule ^gallery\-searchresult\.html /index.php?ind=gallery&op=result_search [L]
    RewriteRule ^gallery\-submit\.html /index.php?ind=gallery&op=submit_file [L]
    RewriteRule ^gallery\-addfile\.html /index.php?ind=gallery&op=add_file [L]
    RewriteRule ^gallery\-editfile-([0-9]*)\.html /index.php?ind=gallery&op=update_file&iden=$1 [L]
    RewriteRule ^gallery\-present\.html /index.php?ind=gallery&op=slide_start [L]
    RewriteRule ^gallery\-ecard\-([0-9]*)\.html /index.php?ind=gallery&op=submit_postcard&ide=$1 [L]
    RewriteRule ^gallery\-comment\-([0-9]*)\.html /index.php?ind=gallery&op=submit_comment&ide=$1 [L]
    RewriteRule ^gallery\-rate\-([0-9]*)\.html /index.php?ind=gallery&op=submit_rate&ide=$1 [L]
    RewriteRule ^gallery\-edit\-([0-9]*)\.html /index.php?ind=gallery&op=edit_file&iden=$1 [L]
    RewriteRule ^gallery\-delete\-([0-9]*)\.html /index.php?ind=gallery&op=del_file&iden=$1 [L]
    RewriteRule ^news\.html /index.php?ind=news [L]
    RewriteRule ^news\-section\-([0-9]*)\.html /index.php?ind=news&op=news_show_category&idc=$1 [L]
    RewriteRule ^news\-section\-([0-9]*)-([0-9]*)\.html /index.php?ind=news&op=news_show_category&idc=$1&order=&st=$2 [L]
    RewriteRule ^news\-([0-9]*)\.html /index.php?ind=news&op=news_show_single&ide=$1 [L]
    RewriteRule ^news\-submit\.html /index.php?ind=news&op=submit_news [L]
    RewriteRule ^news\-addnews\.html /index.php?ind=news&op=reg_data [L]
    RewriteRule ^news\-editnews-([0-9]*)\.html /index.php?ind=news&op=update_news&idnews=$1 [L]
    RewriteRule ^news\-search\.html /index.php?ind=news&op=search [L]
    RewriteRule ^news\-searchresult\.html /index.php?ind=news&op=result_search [L]
    RewriteRule ^news\-edit\-([0-9]*)\.html /index.php?ind=news&op=edit&idnews=$1 [L]
    RewriteRule ^news\-delete\-([0-9]*)\.html /index.php?ind=news&op=delete&idnews=$1 [L]
    RewriteRule ^news\-comment\-([0-9]*)\.html /index.php?ind=news&op=submit_comment&idnews=$1 [L]
    RewriteRule ^topsite\.html /index.php?ind=topsite [L]
    RewriteRule ^site\-([0-9]*)\.html /index.php?ind=topsite&op=click_site&idb=$1 [L]
    RewriteRule ^rate-site\-([0-9]*)\.html /index.php?ind=topsite&op=submit_rate&ide=$1 [L]
    RewriteRule ^topsite-submit\.html /index.php?ind=topsite&op=submit_site [L]
    RewriteRule ^reviews\.html /index.php?ind=reviews [L]
    RewriteRule ^reviews\-section\-([0-9]*)\.html /index.php?ind=reviews&op=section_view&idev=$1 [L]
    RewriteRule ^reviews\-section\-([0-9]*)-([0-9]*)\.html /index.php?ind=reviews&op=section_view&idev=$1&order=&st=$2 [L]
    RewriteRule ^reviews\-([0-9]*)\.html /index.php?ind=reviews&op=entry_view&iden=$1 [L]
    RewriteRule ^reviews\-search\.html /index.php?ind=reviews&op=search [L]
    RewriteRule ^reviews\-searchresult\.html /index.php?ind=reviews&op=result_search [L]
    RewriteRule ^reviews\-submit\.html /index.php?ind=reviews&op=submit_file [L]
    RewriteRule ^reviews\-submitfile\.html /index.php?ind=reviews&op=submit_file1 [L]
    RewriteRule ^reviews\-addfile\.html /index.php?ind=reviews&op=add_file [L]
    RewriteRule ^reviews\-editfile-([0-9]*)\.html /index.php?ind=reviews&op=update_file&iden=$1 [L]
    RewriteRule ^reviews\-comment\-([0-9]*)\.html /index.php?ind=reviews&op=submit_comment&ide=$1 [L]
    RewriteRule ^reviews\-rate\-([0-9]*)\.html /index.php?ind=reviews&op=submit_rate&ide=$1 [L]
    RewriteRule ^reviews\-edit\-([0-9]*)\.html /index.php?ind=reviews&op=edit_file&iden=$1 [L]
    RewriteRule ^reviews\-delete\-([0-9]*)\.html /index.php?ind=reviews&op=del_file&iden=$1 [L]
    RewriteRule ^quote\.html /index.php?ind=quote [L]
    RewriteRule ^quote\-submit\.html /index.php?ind=quote&op=submit_quote [L]
    RewriteRule ^chat\.html /index.php?ind=chat [L]
    RewriteRule ^staff\.html /index.php?ind=staff [L]
    RewriteRule ^shoutbox\.html /index.php?ind=urlobox [L]
    RewriteRule ^shoutbox-delete-([0-9]*)\.html /index.php?ind=urlobox&op=delete&idurlo=$1[L]
    RewriteRule ^websites\.html /index.php?ind=websites [L]
    RewriteRule ^websites\-section\-([0-9]*)\.html /index.php?ind=websites&op=section_view&idev=$1 [L]
    RewriteRule ^websites\-section\-([0-9]*)-([0-9]*)\.html /index.php?ind=websites&op=section_view&idev=$1&order=&st=$2 [L]
    RewriteRule ^websites\-([0-9]*)\.html /index.php?ind=websites&op=entry_view&iden=$1 [L]
    RewriteRule ^websites\-search\.html /index.php?ind=websites&op=search [L]
    RewriteRule ^websites\-searchresult\.html /index.php?ind=websites&op=result_search [L]
    RewriteRule ^websites\-submit\.html /index.php?ind=websites&op=submit_file [L]
    RewriteRule ^websites\-submitsite\.html /index.php?ind=websites&op=submit_file1 [L]
    RewriteRule ^websites\-addsite\.html /index.php?ind=websites&op=add_file [L]
    RewriteRule ^websites\-editsite-([0-9]*)\.html /index.php?ind=websites&op=update_file&iden=$1 [L]
    RewriteRule ^websites\-comment\-([0-9]*)\.html /index.php?ind=websites&op=submit_comment&ide=$1 [L]
    RewriteRule ^websites\-rate\-([0-9]*)\.html /index.php?ind=websites&op=submit_rate&ide=$1 [L]
    RewriteRule ^websites\-edit\-([0-9]*)\.html /index.php?ind=websites&op=edit_file&iden=$1 [L]
    RewriteRule ^websites\-delete\-([0-9]*)\.html /index.php?ind=websites&op=del_file&iden=$1 [L]
    RewriteRule ^websites\-badlink\-([0-9]*)\.html /index.php?ind=websites&op=submit_badlink&ide=$1 [L]
    RewriteRule ^articoli\.html /index.php?ind=articoli [L]
    RewriteRule ^articoli\-section\-([0-9]*)\.html /index.php?ind=articoli&op=section_view&idev=$1 [L]
    RewriteRule ^articoli\-section\-([0-9]*)-([0-9]*)\.html /index.php?ind=articoli&op=section_view&idev=$1&order=&st=$2 [L]
    RewriteRule ^articoli\-([0-9]*)\.html /index.php?ind=articoli&op=entry_view&iden=$1 [L]
    RewriteRule ^articoli\-search\.html /index.php?ind=articoli&op=search [L]
    RewriteRule ^articoli\-searchresult\.html /index.php?ind=articoli&op=result_search [L]
    RewriteRule ^articoli\-submit\.html /index.php?ind=articoli&op=submit_file [L]
    RewriteRule ^articoli\-submitfile\.html /index.php?ind=articoli&op=submit_file1 [L]
    RewriteRule ^articoli\-addsite\.html /index.php?ind=articoli&op=add_file [L]
    RewriteRule ^articoli\-editfile-([0-9]*)\.html /index.php?ind=articoli&op=update_file&iden=$1 [L]
    RewriteRule ^articoli\-comment\-([0-9]*)\.html /index.php?ind=articoli&op=submit_comment&ide=$1 [L]
    RewriteRule ^articoli\-rate\-([0-9]*)\.html /index.php?ind=articoli&op=submit_rate&ide=$1 [L]
    RewriteRule ^articoli\-edit\-([0-9]*)\.html /index.php?ind=articoli&op=edit_file&iden=$1 [L]
    RewriteRule ^articoli\-delete\-([0-9]*)\.html /index.php?ind=articoli&op=del_file&iden=$1 [L]
    Kaydedin ve çıkın
    ------------------------------------------------------------
    ------------------------------------------------------------
    Daha sonra /mkportal/admin/ad_main.php dosyasını açın
    Bul;
    $loadleftf = $mklib->unloadforumleft;
    Sonrasına ekle;
    	//added urlfriendky
    	$urlfriendly = $mklib->friendurl;
    	//end urlfriendly
    ------------------------------
    Bul:
    	$checkleftf2 = "checked=\"checked\"";
    	if ($loadleftf == "1") {
    		$checkleftf1 = "checked=\"checked\"";
    		$checkleftf2 = "";
       	}
    Sonrasına ekle:
    //added urlfriendly  	
       	$urlfriendly2 = "checked=\"checked\"";
    	if ($urlfriendly == "1") {
    		$urlfriendly1 = "checked=\"checked\"";
    		$urlfriendly2 = "";
       	}
       	//end urlfriendly
    ------------------------------
    Bul :
    <tr>
    		<td width=\"50%\" height=\"60\" class=\"modulex\">{$mklib->lang['ad_disablezip']}</td>
    		<td width=\"50%\" class=\"modulex\" align=\"center\">{$mklib->lang['ad_yes']}&nbsp;<input type=\"radio\" value=\"1\" name=\"disablegzip\" $checkgzipd />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{$mklib->lang['ad_no']}&nbsp;<input type=\"radio\" value=\"0\" name=\"disablegzip\" $checkgzipd2 /></td>
    	      </tr>
    Sonrasına ekle:
     <!-- added urlfriendly -->
    	    <tr>
    		<td width=\"50%\" height=\"60\" class=\"modulex\"><b>{$mklib->lang['ad_enableurlfriendly']}</b></td>
    		<td width=\"50%\" class=\"modulex\" align=\"center\">{$mklib->lang['ad_yes']}&nbsp;<input type=\"radio\" value=\"1\" name=\"enableurlfriendly\" $urlfriendly1 />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{$mklib->lang['ad_no']}&nbsp;<input type=\"radio\" value=\"0\" name=\"enableurlfriendly\" $urlfriendly2 /></td>
    	    </tr>
    	    <!-- end urlfriendly -->
    ------------------------------
    Bul :
    $loadrightf = $mkportals->input['loadrightf'];
    Sonrasına ekle:
    	//--added urlrewriting
    	$enableurlfriendly = $mkportals->input['enableurlfriendly'];
    	//--end urlrewriting
    Bul :
    $content = "<?php\n\n \$FORUM_PATH = \"$forumpath\"; \n \$FORUM_VIEW = \"$forumview\"; \n \$PORTAL_VIEW = \"$portalview\"; \n \$FORUM_CD = \"$forumcd\"; \n \$FORUM_CS = \"$forumcs\"; \n \$SITE_NAME = \"$sitename\";  \n \$SITE_URL = \"$siteurl\"; \n \$MK_TEMPLATE = \"$template\";\n \$MK_LANG = \"$mklang\";\n \$MK_EDITOR = \"$mkeditor\";\n \$MK_BOARD = \"$MK_BOARD\";\n \$MK_TIMEDIFF = \"$timediff\";\n \$MK_OFFLINE = \"$offline\";\n \$MK_DISABLEGZIP = \"$disablegzip\";\n \$MK_PORTALWIDTH = \"$portalwidth\";\n \$MK_COLUMNWIDTH = \"$columnwidth\";\n \$MK_DISABLENAV = \"$shownav\";\n \$MK_LOADLEFTC = \"$loadleftg\";\n \$MK_LOADRIGHTC = \"$loadrightg\";\n \$MK_UNLOADLEFTF = \"$loadleftf\";\n \$MK_UNLOADRIGHTF = \"$loadrightf\";\n ?>";
    Sonrasına ekle :
    $content = "<?php\n\n \$FORUM_PATH = \"$forumpath\"; \n \$FORUM_VIEW = \"$forumview\"; \n \$PORTAL_VIEW = \"$portalview\"; \n \$FORUM_CD = \"$forumcd\"; \n \$FORUM_CS = \"$forumcs\"; \n \$SITE_NAME = \"$sitename\";  \n \$SITE_URL = \"$siteurl\"; \n \$MK_TEMPLATE = \"$template\";\n \$MK_LANG = \"$mklang\";\n \$MK_EDITOR = \"$mkeditor\";\n \$MK_BOARD = \"$MK_BOARD\";\n \$MK_TIMEDIFF = \"$timediff\";\n \$MK_OFFLINE = \"$offline\";\n \$MK_DISABLEGZIP = \"$disablegzip\";\n \$MK_PORTALWIDTH = \"$portalwidth\";\n \$MK_COLUMNWIDTH = \"$columnwidth\";\n \$MK_DISABLENAV = \"$shownav\";\n \$MK_LOADLEFTC = \"$loadleftg\";\n \$MK_LOADRIGHTC = \"$loadrightg\";\n \$MK_UNLOADLEFTF = \"$loadleftf\";\n \$MK_UNLOADRIGHTF = \"$loadrightf\";\n \$MK_FRIENDURL = \"$enableurlfriendly\";\n ?>";
    ------------------------------
    Kaydet ve çık.
    ------------------------------------------------------------
    ------------------------------------------------------------
    Şu dosyayı açın; /mkportal/include/functions.php
    ------------------------------
    ------------------------------
    Bul :
    $output .= $this->footer();
    veya:
    $output .= $this->footer_admin();
    Sonrasına ekle :
    //--added urlrewriting 
    	if($this->friendurl){
            $output = $this->urlrewriting($output);
            }
            //--end urlrewriting
    ------------------------------
    Bul :
    ------------------------------
    	function etimer() {
            global $Stime;
            $mtime = explode (' ', microtime ());
            $endtime = $mtime[1] + $mtime[0];
            $ttime = round (($endtime - $Stime), 5);
            return $ttime;
        }
    ------------------------------
    Sonrasına ekle :
    ------------------------------
    function urlrewriting($content) {
        //URL Rewriting 1.4 by jack@mkportal-fr.com
        		  		function rewrite_url($url) {
    					$url = trim($url);
    					$url = strtolower($url);
    					$url = preg_replace('/<(\/{0,1})img(.*?)(\/{0,1})\>/', 'image', $url);
    					$url = str_replace ('<br />', '', $url);
    					$url = str_replace (' ', '-', $url);
    					$find = array('é',
    						  		  'è',
    								  'ë',
    								  'ê'
    								  );
    					$url = str_replace ($find, 'e', $url);
    					$find = array('í',
    						  		  'ì',
    								  'î',
    								  'ï'
    								  );
    					$url = str_replace ($find, 'i', $url);
    					$find = array('ó',
    						  		  'ò',
    								  'ô',
    								  'ö');
    					$url = str_replace ($find, 'o', $url);
    					$find = array('á',
    						  		  'à',
    								  'â',
    								  'ä'
    								  );
    					$url = str_replace ($find, 'a', $url);
    					$find = array('ú',
    						  		  'ù',
    								  'û',
    								  'ü'
    								  );
    					$url = str_replace ($find, 'u', $url);
    					$find = array('ç');
    					$url = str_replace ($find, 'c', $url);
    					$url = str_replace ('--', '-', $url);
    					return $url;
       				}	
    		$search = array ("/index.php\?pid=([0-9]+)((&amp;)|(&)){0,1}([^>]+>)(.*?)<\/a>/e",
    						 '@index.php\?ind=downloads&amp;op=section_view&amp;idev=([0-9]+)&amp;order=&amp;st=([0-9]+)@si',
    				  		 '@index.php\?ind=downloads&amp;op=section_view&amp;idev=([0-9]+)@si',
    				  		 '@index.php\?ind=downloads&amp;op=entry_view&amp;iden=([0-9]+)@si',
    						 '@index.php\?ind=downloads&amp;op=submit_file@si',
    						 '@index.php\?ind=downloads&amp;op=add_file@si',
    						 '@index.php\?ind=downloads&amp;op=update_file&amp;iden=([0-9]+)@si',
    				  		 '@index.php\?ind=downloads&amp;op=search@si',
    						 '@index.php\?ind=downloads&amp;op=result_search@si',
    				  		 '@index.php\?ind=downloads&amp;op=submit_comment&amp;ide=([0-9]+)@si',
    				  		 '@index.php\?ind=downloads&amp;op=submit_rate&amp;ide=([0-9]+)@si',
    						 '@index.php\?ind=downloads&amp;op=edit_file&amp;iden=([0-9]+)@si',
    						 '@index.php\?ind=downloads&amp;op=del_file&amp;iden=([0-9]+)@si',
    						 '@index.php\?ind=gallery&amp;op=section_view&amp;idev=([0-9]+)&amp;order=&amp;st=([0-9]+)@si',
    						 '@index.php\?ind=gallery&amp;op=section_view&amp;idev=([0-9]+)@si',
    						 '@index.php\?ind=gallery&amp;op=foto_show&amp;ida=([0-9]+)@si',
    						 '@index.php\?ind=gallery&amp;op=search@si',
    						 '@index.php\?ind=gallery&amp;op=result_search@si',
    						 '@index.php\?ind=gallery&amp;op=slide_start@si',
    						 '@index.php\?ind=gallery&amp;op=add_file@si',
    						 '@index.php\?ind=gallery&amp;op=update_file&amp;iden=([0-9]+)@si',
    					     '@index.php\?ind=gallery&amp;op=submit_file@si',
    						 '@index.php\?ind=gallery&amp;op=submit_postcard&amp;ide=([0-9]+)@si',
    						 '@index.php\?ind=gallery&amp;op=submit_comment&amp;ide=([0-9]+)@si',
    						 '@index.php\?ind=gallery&amp;op=submit_rate&amp;ide=([0-9]+)@si',
    						 '@index.php\?ind=gallery&amp;op=edit_file&amp;iden=([0-9]+)@si',
    						 '@index.php\?ind=gallery&amp;op=del_file&amp;iden=([0-9]+)@si',
    						 '@index.php\?ind=news&amp;op=news_show_category&amp;idc=([0-9]+)&amp;st=([0-9]+)@si',
    						 '@index.php\?ind=news&amp;op=news_show_category&amp;idc=([0-9]+)@si',
    						 '@index.php\?ind=news&amp;op=news_show_single&amp;ide=([0-9]+)@si',
    						 '@index.php\?ind=news&amp;op=submit_news@si',
    						 '@index.php\?ind=news&amp;op=reg_data@si',
    						 '@index.php\?ind=news&amp;op=update_news&amp;idnews=([0-9]+)@si',
    						 '@index.php\?ind=news&amp;op=search@si',
    						 '@index.php\?ind=news&amp;op=result_search@si',
    						 '@index.php\?ind=news&amp;op=edit&amp;idnews=([0-9]+)@si',
    						 '@index.php\?ind=news&amp;op=delete&amp;idnews=([0-9]+)@si',
    						 '@index.php\?ind=news&amp;op=submit_comment&amp;idnews=([0-9]+)@si',
    						 '@index.php\?ind=topsite&amp;op=click_site&amp;idb=([0-9]+)@si',
    						 '@index.php\?ind=topsite&amp;op=submit_rate&amp;ide=([0-9]+)@si',
    						 '@index.php\?ind=topsite&amp;op=submit_site@si',
    						 '@index.php\?ind=reviews&amp;op=section_view&amp;idev=([0-9]+)&amp;order=&amp;st=([0-9]+)@si',
    						 '@index.php\?ind=reviews&amp;op=section_view&amp;idev=([0-9]+)@si',
    						 '@index.php\?ind=reviews&amp;op=entry_view&amp;iden=([0-9]+)@si',
    						 '@index.php\?ind=reviews&amp;op=result_search@si',
    						 '@index.php\?ind=reviews&amp;op=search@si',
    					     '@index.php\?ind=reviews&amp;op=add_file@si',
    						 '@index.php\?ind=reviews&amp;op=update_file&amp;iden=([0-9]+)@si',
    						 '@index.php\?ind=reviews&amp;op=submit_file1@si',
    						 '@index.php\?ind=reviews&amp;op=submit_file@si',
    						 '@index.php\?ind=reviews&amp;op=submit_rate&amp;ide=([0-9]+)@si',
    						 '@index.php\?ind=reviews&amp;op=edit_file&amp;iden=([0-9]+)@si',
    						 '@index.php\?ind=reviews&amp;op=del_file&amp;iden=([0-9]+)@si',
    				         '@index.php\?ind=reviews&amp;op=submit_comment&amp;ide=([0-9]+)@si',
    						 '@index.php\?ind=reviews&amp;order=([0-9]+)@si',
    						 '@index.php\?ind=articoli&amp;op=section_view&amp;idev=([0-9]+)&amp;order=&amp;st=([0-9]+)@si',
                             '@index.php\?ind=articoli&amp;op=section_view&amp;idev=([0-9]+)@si',
    						 '@index.php\?ind=articoli&amp;op=entry_view&amp;iden=([0-9]+)@si',
    						 '@index.php\?ind=articoli&amp;op=result_search@si',
    						 '@index.php\?ind=articoli&amp;op=search@si',
    						 '@index.php\?ind=articoli&amp;op=add_file@si',
    					     '@index.php\?ind=articoli&amp;op=update_file&amp;iden=([0-9]+)@si', 
    						 '@index.php\?ind=articoli&amp;op=submit_file1@si',
    						 '@index.php\?ind=articoli&amp;op=submit_file@si',
    						 '@index.php\?ind=articoli&amp;op=submit_rate&amp;ide=([0-9]+)@si',
    						 '@index.php\?ind=articoli&amp;op=edit_file&amp;iden=([0-9]+)@si',
    						 '@index.php\?ind=articoli&amp;op=del_file&amp;iden=([0-9]+)@si',
    				         '@index.php\?ind=articoli&amp;op=submit_comment&amp;ide=([0-9]+)@si',
    						 '@index.php\?ind=websites&amp;op=section_view&amp;idev=([0-9]+)&amp;order=&amp;st=([0-9]+)@si',
    						 '@index.php\?ind=websites&amp;op=section_view&amp;idev=([0-9]+)@si',
    						 '@index.php\?ind=websites&amp;op=entry_view&amp;iden=([0-9]+)@si',
    						 '@index.php\?ind=websites&amp;op=result_search@si', 
    						 '@index.php\?ind=websites&amp;op=search@si',
    						 '@index.php\?ind=websites&amp;op=add_file@si',
    						 '@index.php\?ind=websites&amp;op=update_file&amp;iden=([0-9]+)@si',
    						 '@index.php\?ind=websites&amp;op=submit_file1@si',
    						 '@index.php\?ind=websites&amp;op=submit_file@si',
    					     '@index.php\?ind=websites&amp;op=submit_rate&amp;ide=([0-9]+)@si',
    						 '@index.php\?ind=websites&amp;op=edit_file&amp;iden=([0-9]+)@si',
    						 '@index.php\?ind=websites&amp;op=del_file&amp;iden=([0-9]+)@si',
    				         '@index.php\?ind=websites&amp;op=submit_comment&amp;ide=([0-9]+)@si',
    						 '@index.php\?ind=websites&amp;op=submit_badlink&amp;ide=([0-9]+)@si',
    						 '@index.php\?ind=blog&amp;op=home&amp;idu=([0-9]+)@si',  
     						 );
    		$replace = array ("rewrite_url('\\6').'-page-\\1.html'. stripslashes('\\5\\6') . '</a>'",
    						  'downloads-section-\\1-\\2.html',
    				   		  'downloads-section-\\1.html',
    				   		  'downloads-file-\\1.html',
    						  'downloads-submit.html',
    						  'downloads-addfile.html',
    						  'downloads-editfile-\\1.html',
    				   		  'downloads-search.html',
    						  'downloads-searchresult.html',
    						  'downloads-comment-\\1.html',
    						  'downloads-rate-\\1.html',
    					      'downloads-edit-\\1.html',
    						  'downloads-delete-\\1.html',
    						  'gallery-section-\\1-\\2.html',
    						  'gallery-section-\\1.html',
    						  'gallery-image-\\1.html',
    						  'gallery-search.html',
    						  'gallery-searchresult.html',
    						  'gallery-present.html',
    						  'gallery-addfile.html',
    						  'gallery-editfile-\\1.html',
    						  'gallery-submit.html',
    						  'gallery-ecard-\\1.html',
    						  'gallery-comment-\\1.html',
    						  'gallery-rate-\\1.html',
    						  'gallery-edit-\\1.html',
    						  'gallery-delete-\\1.html',
    						  'news-section-\\1-\\2.html', 
    						  'news-section-\\1.html',
    						  'news-\\1.html',
    						  'news-submit.html',
    						  'news-addnews.html', 
    						  'news-editnews-\\1.html', 
    						  'news-search.html', 
    						  'news-searchresult.html',
    						  'news-edit-\\1.html',
    					      'news-delete-\\1.html',
    						  'news-comment-\\1.html',
    						  'site-\\1.html',
    						  'rate-site-\\1.html',
    						  'topsite-submit.html',
    						  'reviews-section-\\1-\\2.html',
    						  'reviews-section-\\1.html',
    						  'reviews-\\1.html',
    						  'reviews-searchresult.html',
    						  'reviews-search.html',
    						  'reviews-addfile.html',
    						  'reviews-editfile-\\1.html',
    						  'reviews-submitfile.html',
    						  'reviews-submit.html',
                              'reviews-rate-\\1.html',
    						  'reviews-edit-\\1.html',
    					      'reviews-delete-\\1.html',
    						  'reviews-comment-\\1.html',
    						  'reviews-sectionorder-\\1.html',
    						  'articoli-section-\\1-\\2.html', 
    						  'articoli-section-\\1.html',
    						  'articoli-\\1.html',
    						  'articoli-searchresult.html',
    						  'articoli-search.html',
    						  'articoli-addfile.html',
    						  'articoli-editfile-\\1.html',
    						  'articoli-submitfile.html',
    						  'articoli-submit.html',
    						  'articoli-rate-\\1.html',
    						  'articoli-edit-\\1.html',
    					      'articoli-delete-\\1.html',
    						  'articoli-comment-\\1.html',
    						  'websites-section-\\1-\\2.html',
    						  'websites-section-\\1.html',
    						  'websites-\\1.html',
    						  'websites-searchresult.html',
    						  'websites-search.html',
    						  'websites-addsite.html',
    						  'websites-editsite-\\1.html',
    						  'websites-submitsite.html',
    						  'websites-submit.html',
    						  'websites-rate-\\1.html',
    						  'websites-edit-\\1.html',
    					      'websites-delete-\\1.html',
    						  'websites-comment-\\1.html',
    						  'websites-badlink-\\1.html',
    						  'blog-\\1.html', 
    						  );  
            $output = preg_replace($search, $replace, $content);  
            return $output;
        }
    ------------------------------
    ------------------------------
    Bul :
    ------------------------------
    $mklib->unloadforumleft = $MK_UNLOADLEFTF;
    ------------------------------
    Sonrasına ekle :
    ------------------------------
    //--added urlrewriting 
    	$mklib->friendurl = $MK_FRIENDURL;
            //--end urlrewriting
    ------------------------------
    Kaydet ve çık.
    ------------------------------
    ------------------------------
    Şu dosyayı açın; /mkportal/lang/English/lang_admin.php
    ------------------------------
    Bul:
    ?>
    Öncesine ekle:
    //added urlfriendly
    $langmk['ad_enableurlfriendly'] = "Activer URL-Rewriter 1.1 ?<br /> Verifiez que votre serveur le permet.<br /> <a href='../index.php?ind=downloads' target='_blank'>index.php?ind=downloads</a> devient <a href='../downloads.html' target='_blank'>downloads.html</a>";
    //end urlfriendly
    ------------------------------
    ------------------------------
    Eğer başka bir dil kullanıyorsanız aynı şekilde /mkportal/lang/lang_admin.php
    Bul:
    ?>
    Öncesine ekle:
    //added urlfriendly
    $langmk['ad_enableurlfriendly'] = "Activate URL-Rewriter 1.0 ?<br /> Check your server allow it?<br /> <a href='../index.php?ind=downloads' target='_blank'>index.php?ind=downloads</a> to <a href='../downloads.html' target='_blank'>downloads.html</a>";
    //end urlfriendly
    Son olarak admin panelinden "URL-Rewriter" ı aktif / pasif yapmak için;
    /mkportal/conf_mk.php aç
    Bul :
     ?>
    Öncesine ekle :
     $MK_FRIENDURL = "0";
    ( "0" pasif hali "1" aktif hali)
    Bu kadar. Kolay gelsin..
    Eğer dilerseniz tamamen Türkçeleştirilmiş halini de paylaşabilirim örneğin; "downloads.html" değil de "dosyalar.html" veya news.html değil de "haber.html" şeklinde
    Anlatımınızı eksiksiz yaptım, yanlız hiçbir değişim olmadı Aktif/Pasif Kısmında 0 değilde 1 olarak yazdım açık şekliyle ekledim kodu.
    ben mkportal mk 1.1 kullanıyorum ve indirdiğim URL-Rewriter-1_4 dosyasında 5 adet dosya var bunlar;
    upgrade-1.3_to-1.4.txt
    Read me(install).txt
    MàJ-1.3_à_1.4.txt
    Lisez-moi(installation).txt
    .htaccess

    dosyaları mevcut sizin anlatımınızı takiben public_html klasörümde zaten öncedne bulunan .htaccess dosyasının içerisine kopyaladım veridklerinizi ve hiç bir işlem olmadı yanlız Portal KP/ Ayarlar Kısmında Bir seçenek sütunu oluşmış evet hayır diye ;
    Site Kapansın mı? Evet Hayır
    Evet Hayır
    Hemen altında ve herhangi bir şey yazmıyor açıklamasında sadece evet ve hayır seçenekleri var evet seçip kaydediyorum bişey değişmiyor, Bu Konuda yardımcı olabilirmisiniz :S