PDA

Orijinalini görmek için tıklayınız : Nuseo 1.6.0 (Google canavari)


sonkatip
26-04-2008, 19:57
Kurulumu

Ekteki nuseo klasörünü olduğu gibi forum ana dizinine atın,

nuseo/logs
ve
nuseo/nuseo_config.php
cmd degeri 777 yapın

nuseo\modules klasörü içinde bulunan product_nuseo_vbulletin.xml

Admin CP > Plugins & Products > Manage Products (Ürün yöneticinizden import edin )

Linkleri görebilmeniz için üye olmanız gerekmektedir (Linkleri görebilmeniz için üye olmanız gerekmektedir)
girin sizden yeni sifre isteyecek

Linkleri görebilmeniz için üye olmanız gerekmektedir kf5v4cj.jpg

iki yerede ayni sifreyi yazdıktan sonra

Linkleri görebilmeniz için üye olmanız gerekmektedir zvbm1wv.jpg


lisans numarasıisteyecek oda zaten ekte mevcut onuda girdikten sonra ayarları kendinize göre yapın
en son olarakta
nuseo admin palenile giriş yaptıktan sonra




Linkleri görebilmeniz için üye olmanız gerekmektedir bgbon4i.jpg


Burdanda vbulletin seçiyoruz.

Linkleri görebilmeniz için üye olmanız gerekmektedir 62vfn8m.jpg


.htaccess en altına yapıstır

Kod:
#
# NuSEO.PHP .htaccess
#

#
# Option FollowSymLinks can be uncommented if needed
#
##Options FollowSymLinks

#
# To fully disable NuSEO.PHP comment the following line. (or rename this .htaccess file)
#
RewriteEngine On



#### start subdomain logic
### RewriteCond %{Linkleri görebilmeniz için üye olmanız gerekmektedir} !^test$ [NC]
### RewriteCond %{Linkleri görebilmeniz için üye olmanız gerekmektedir} ^([A-Z0-9a-z-]+)\.test$ [NC]
### RewriteCond %{DOCUMENT_ROOT}/%1 -d
### RewriteCond %{REQUEST_URI} !^/?phpfox/
### RewriteCond %{QUERY_STRING} !nuseourl=
### RewriteRule ^/?(.*)$ %1/$1 [L]
#### end subdomain logic


#
# NuSEO.PHP Sitemap Generator Rules
#
RewriteRule ^(sitemap.*\.xml(\.gz)?)$ nuseo/sitemap/nuseo_sitemap_dispatcher.php?sitemap =$1 [L]
RewriteRule ^(sitemapprogress.log)$ nuseo/sitemap/nuseo_sitemap_dispatcher.php?sitemap =$1 [L]
RewriteRule ^(sitemaprequests.log)$ nuseo/sitemap/nuseo_sitemap_dispatcher.php?sitemap =$1 [L]



#
# NuSEO.PHP phpFox Add-on Rules (e.g. Arcade, Video, etc)
#
## RewriteCond %{REQUEST_URI} ^(arcade|video)
## RewriteRule ^(.*)$ public/$1




#
# NuSEO.PHP Directory Index Rules (for Apache 1.x and 2.0)
#
## RewriteRule ^$ index.php
## RewriteCond %{REQUEST_FILENAME} -d
## RewriteCond %{REQUEST_FILENAME}/index.php -f
## RewriteRule ^(.*)/$ $1/index.php



#
# NuSEO.PHP Rule #1
#
RewriteCond %{QUERY_STRING} !nuseourl=
RewriteCond %{REQUEST_URI} !(nuseo/admin)
## RewriteCond %{Linkleri görebilmeniz için üye olmanız gerekmektedir} mydomain\.com
## RewriteCond %{REMOTE_ADDR} (67.32.139.170|67.191.58.190)
RewriteRule ^(.*\.php)$ nuseo/nuseo.php?nuseourl=$1 [L,QSA]



#
# NuSEO.PHP Rule #2
#
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
## RewriteCond %{Linkleri görebilmeniz için üye olmanız gerekmektedir} mydomain\.com
## RewriteCond %{REMOTE_ADDR} (67.32.139.170|67.191.58.190)
RewriteRule ^(.+)$ nuseo/nuseo.php?nuseourl=$1 [L,QSA]


-Türkçe Karakter Çözümü-


nuseo_config.php dosyasını açıp bulun;

Kod:
// Non-English Character Translation Map
$nuseo_config[ 'special_chars_map' ] = array( 'á' => 'a',
'Á' => 'a',
'à' => 'a',
'À' => 'a',
'ä' => 'ae',
'Ä' => 'Ae',
'ã' => 'a',
'Ã' => 'a',
'â' => 'a',
'Â' => 'a',
'é' => 'e',
'É' => 'e',
'è' => 'e',
'È' => 'e',
'ë' => 'e',
'Ë' => 'e',
'ê' => 'e',
'Ê' => 'e',
'í' => 'i',
'Í' => 'i',
'ì' => 'i',
'Ì' => 'i',
'ï' => 'i',
'Ï' => 'i',
'î' => 'i',
'Î' => 'i',
'ó' => 'o',
'ò' => 'o',
'Ò' => 'o',
'ö' => 'oe',
'Ö' => 'Oe',
'õ' => 'o',
'Õ' => 'o',
'ô' => 'o',
'Ô' => 'o',
'ú' => 'u',
'Ú' => 'u',
'ù' => 'u',
'Ù' => 'u',
'ü' => 'ue',
'Ü' => 'Ue',
'û' => 'u',
'Û' => 'u',
'ç' => 'c',
'Ç' => 'c',
'ñ' => 'n',
'Ñ' => 'n',
'ß' => 'ss',
);


bununla değiştirin
// Non-English Character Translation Map
$nuseo_config[ 'special_chars_map' ] = array( 'à' => 'a',
'á' => 'b',
'â' => 'v',
'ã' => 'g',
'ä' => 'd',
'å' => 'i',
'æ' => 'j',
'ç' => 'c',
'è' => 'i',
'é' => 'i',
'ê' => 'k',
'ë' => 'l',
'ì' => 'm',
'í' => 'n',
'î' => 'o',
'ï' => 'p',
'ğ' => 'g',
'ñ' => 's',
'ò' => 't',
'ó' => 'u',
'ô' => 'f',
'õ' => 'h',
'ö' => 'o',
'÷' => 'ch',
'ø' => 'sh',
'ù' => 'sh',
'ü' => 'u',
'û' => 'y',
'ú' => 'u',
'ı' => 'i',
'ş' => 's',
'ÿ' => 'i',
'À' => 'a',
'Á' => 'b',
'Â' => 'v',
'Ã' => 'g',
'Ä' => 'd',
'Å' => 'e',
'Æ' => 'j',
'Ç' => 'c',
'È' => 'i',
'É' => 'i',
'Ê' => 'k',
'Ë' => 'i',
'Ì' => 'm',
'Í' => 'n',
'Î' => 'o',
'Ï' => 'p',
'Ğ' => 'r',
'Ñ' => 's',
'Ò' => 't',
'Ó' => 'u',
'Ô' => 'f',
'Õ' => 'h',
'Ö' => 'ts',
'Ø' => 'sh',
'Ù' => 'sh',
'Ü' => 'u',
'Û' => 'y',
'Ú' => 'u',
'İ' => 'i',
'Ş' => 's',
'ß' => 'ss',
);