Webmaster Forumu

Geri git   Webmaster Forumu > Webmaster Genel > Hazır Uygulamalar > WordPress

WordPress WordPress Temalar Eklentiler

Cevapla
 
LinkBack Seçenekler Stil
  #1 (permalink)   eTicaret 
Alt 2007-01-08, 17:59
visitistanbul - ait Kullanıcı Resmi (Avatar)
Diamond INC.
 
Üyelik tarihi: Nov 2006
Nerden: istanbuLa.com
Mesajlar: 3.736
Tecrübe Puanı: 6
eTicaret: %0/0
visitistanbul is a jewel in the roughvisitistanbul is a jewel in the roughvisitistanbul is a jewel in the rough
Standart Yardımcı Olurmusunuz PHP register_globals setting is `ON` instead of `OFF`

Arkadaşlar Joomla Kurduktan sonra
PHP register_globals setting is `ON` instead of `OFF`
diye bir hata aldım.. Araştırdım htaccess.txt dosyasını .htaccess olarak değiştirin denildi yaptım ve script çöktü Internal Server Error verdi.. Dizini sildim tekrar yükledim ve iki problem vardı birini halletim ama yukardakini gidermedim hosting şirketine bildirdim aşağıdaki paragrafı gönderdi...
Please create a php.ini file with the following code:

register_globals = off

and place it in the folder for which you want this setting to be applied, because php.ini file does not work recursively(means that for each subfolder should be created separate php.ini file). Then check and let us know if there are any other issues.

We are looking forward to hearing from you.

Adamlar kendi php.ini dosyamı "register_globals = off" kodla birlikte oluşturmamı isterler.. Peki bunu nasıl yapmalıyım acaba ?? Artı derki yukarda ayarların nerede saklanmasını istiyorsanız oraya atın nerden bilicem bu Joomla! 1.0.12 Stable [ Sunfire ] sürümü bu ayarları nerede saklıyor

Ve lütfen php.ini dosyası oluşturacaksam hangi editor le (Ben dreamweaver kullanıyorum) oluşturulacak..
Yukardakiler dekini bilgi amaçlı verdim o hata kodunu nasıl giderebilirim ???
__________________

Etiketler: DZKK Burada KKK
Şehitlere ağlanmaz İMRENİLİR.. Vatan Sağolsun

Konu visitistanbul tarafından (2007-01-08 Saat 18:02 ) değiştirilmiştir..
Alıntı ile Cevapla

  #2 (permalink)   eTicaret 
Alt 2007-01-08, 19:30
visitistanbul - ait Kullanıcı Resmi (Avatar)
Diamond INC.
 
Üyelik tarihi: Nov 2006
Nerden: istanbuLa.com
Mesajlar: 3.736
Tecrübe Puanı: 6
eTicaret: %0/0
visitistanbul is a jewel in the roughvisitistanbul is a jewel in the roughvisitistanbul is a jewel in the rough
Standart

Burada da mı yok ya ...
__________________

Etiketler: DZKK Burada KKK
Şehitlere ağlanmaz İMRENİLİR.. Vatan Sağolsun
Alıntı ile Cevapla

  #3 (permalink)   eTicaret 
Alt 2007-01-08, 20:14
BabaPanter - ait Kullanıcı Resmi (Avatar)
Senior Member
 
Üyelik tarihi: Dec 2005
Mesajlar: 599
Tecrübe Puanı: 3
eTicaret: %0/0
BabaPanter is on a distinguished road
Standart

php.ini ile hiç uğraşmadan globals.php içindeki
PHP- Kodu:
/**
 * Use 1 to emulate register_globals = on
 * WARNING: SETTING TO 1 MAY BE REQUIRED FOR BACKWARD COMPATIBILITY
 * OF SOME THIRD-PARTY COMPONENTS BUT IS NOT RECOMMENDED
 * 
 * Use 0 to emulate regsiter_globals = off
 * NOTE: THIS IS THE RECOMMENDED SETTING FOR YOUR SITE BUT YOU MAY
 * EXPERIENCE PROBLEMS WITH SOME THIRD-PARTY COMPONENTS
 */
define'RG_EMULATION'); 
yeri ayarlaman yeterli.

Ayrıca .htaccess için
PHP- Kodu:
## OpenSEF Simplified htaccess File

## Can be commented out if causes errors
Options +FollowSymLinks

## mod_rewrite in use
RewriteEngine On

## If Joomla is installed in the web server root
## RewriteBase /
## If Joomla is installed in a sub-directory
## RewriteBase /directory_name_here
##RewriteBase /
## Begin 3rd-Party or OpenSEF Section
#RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR]  ##optional - see notes##
RewriteCond %{REQUEST_URI} (/|.htm|.php|.html|/[^.]*)$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond 
%{REQUEST_FILENAME} !-d
RewriteRule 
(.*) index.php
## End 3rd-Party or OpenSEF Section

## Joomla Security Section (has nothing to do with SEF/SEO)
## Begin - Rewrite rules to block out some common exploits
## If you experience problems on your site block out the operations listed below
## This attempts to block the most common type of exploit `attempts` to Joomla!
# Block out any script trying to set a mosConfig value through the URL
RewriteCond %{QUERY_STRINGmosConfig_[a-zA-Z_]{1,21}(=|%3D) [OR]
# Block out any script trying to base64_encode crap to send via URL
RewriteCond %{QUERY_STRINGbase64_encode.*(.*) [OR]
# Block out any script that includes a tag in URL
RewriteCond %{QUERY_STRING} (<|%3C).*script.*(>|%3E) [NC,OR]
# Block out any script trying to set a PHP GLOBALS variable via URL
RewriteCond %{QUERY_STRINGGLOBALS(=|[|%[0-9A-Z]{0,2}) [OR]
# Block out any script trying to modify a _REQUEST variable via URL
RewriteCond %{QUERY_STRING_REQUEST(=|[|%[0-9A-Z]{0,2})
# Send all blocked request to homepage with 403 Forbidden error!
RewriteRule ^(.*)$ index.php [F,L]
## End - Rewrite rules to block out some common exploits 
bunu kullansan 500 hatası almazsın.
__________________
Paypal ile Kontör
Alıntı ile Cevapla

  #4 (permalink)   eTicaret 
Alt 2007-01-08, 20:18
MoD - ait Kullanıcı Resmi (Avatar)
MoD MoD isimli üyemiz çevrimdışıdır. (Offline)
Nevbet
 
Üyelik tarihi: Apr 2005
Nerden: Bursa
Mesajlar: 1.401
Blog Entries: 10
Tecrübe Puanı: 4
eTicaret: %100/3
MoD has a spectacular aura aboutMoD has a spectacular aura about
Standart

Hazir scriptlerin nelere gereksinim duydugunu pek bilmiyorum ama bahsettiginiz konuyla alakali bir fikir vermek gerekirse,
php.ini'ye erisiminiz yoksa yani sistemde root degilseniz, .htaccess dosyaniza asagidaki satiri ekleyip deneyin.
Kod:
php_flag register_globals off
__________________
Güzel cevap her zaman daha güzel soruyu sorana verilir. E. E. Cummings
Alıntı ile Cevapla

  #5 (permalink)   eTicaret 
Alt 2007-01-08, 20:25
visitistanbul - ait Kullanıcı Resmi (Avatar)
Diamond INC.
 
Üyelik tarihi: Nov 2006
Nerden: istanbuLa.com
Mesajlar: 3.736
Tecrübe Puanı: 6
eTicaret: %0/0
visitistanbul is a jewel in the roughvisitistanbul is a jewel in the roughvisitistanbul is a jewel in the rough
Standart

Bişey sorucam ikinci yazdığın kodu Joomla dizininde bulunan htaccess.txt dosyasının içine mi kopyalıyacağım ??
__________________

Etiketler: DZKK Burada KKK
Şehitlere ağlanmaz İMRENİLİR.. Vatan Sağolsun
Alıntı ile Cevapla

  #6 (permalink)   eTicaret 
Alt 2007-01-08, 20:28
visitistanbul - ait Kullanıcı Resmi (Avatar)
Diamond INC.
 
Üyelik tarihi: Nov 2006
Nerden: istanbuLa.com
Mesajlar: 3.736
Tecrübe Puanı: 6
eTicaret: %0/0
visitistanbul is a jewel in the roughvisitistanbul is a jewel in the roughvisitistanbul is a jewel in the rough
Standart

Alıntı:
MoD´isimli üyeden Alıntı Mesajı göster
Hazir scriptlerin nelere gereksinim duydugunu pek bilmiyorum ama bahsettiginiz konuyla alakali bir fikir vermek gerekirse,
php.ini'ye erisiminiz yoksa yani sistemde root degilseniz, .htaccess dosyaniza asagidaki satiri ekleyip deneyin.
Kod:
php_flag register_globals off
htaccess dosyasının neresine eklemeliyim acaba ?? Yani kodların falan bittiği bir yer var oranın dışına mı içine mi birşey farkedermi ?? Çünkü denedim halen aynı hata devam ediyor ama belki yerini mi yanlış koydum ??
__________________

Etiketler: DZKK Burada KKK
Şehitlere ağlanmaz İMRENİLİR.. Vatan Sağolsun
Alıntı ile Cevapla

  #7 (permalink)   eTicaret 
Alt 2007-01-08, 20:30
MoD - ait Kullanıcı Resmi (Avatar)
MoD MoD isimli üyemiz çevrimdışıdır. (Offline)
Nevbet
 
Üyelik tarihi: Apr 2005
Nerden: Bursa
Mesajlar: 1.401
Blog Entries: 10
Tecrübe Puanı: 4
eTicaret: %100/3
MoD has a spectacular aura aboutMoD has a spectacular aura about
Standart

.htaccess dosyanizin ilk satirina bunu yerlestirebilirsiniz.
__________________
Güzel cevap her zaman daha güzel soruyu sorana verilir. E. E. Cummings
Alıntı ile Cevapla

  #8 (permalink)   eTicaret 
Alt 2007-01-08, 20:33
visitistanbul - ait Kullanıcı Resmi (Avatar)
Diamond INC.
 
Üyelik tarihi: Nov 2006
Nerden: istanbuLa.com
Mesajlar: 3.736
Tecrübe Puanı: 6
eTicaret: %0/0
visitistanbul is a jewel in the roughvisitistanbul is a jewel in the roughvisitistanbul is a jewel in the rough
Standart

Alıntı:
MoD´isimli üyeden Alıntı Mesajı göster
.htaccess dosyanizin ilk satirina bunu yerlestirebilirsiniz.
Hayır ya olmuyor
__________________

Etiketler: DZKK Burada KKK
Şehitlere ağlanmaz İMRENİLİR.. Vatan Sağolsun
Alıntı ile Cevapla

  #9 (permalink)   eTicaret 
Alt 2007-01-08, 20:34
visitistanbul - ait Kullanıcı Resmi (Avatar)
Diamond INC.
 
Üyelik tarihi: Nov 2006
Nerden: istanbuLa.com
Mesajlar: 3.736
Tecrübe Puanı: 6
eTicaret: %0/0
visitistanbul is a jewel in the roughvisitistanbul is a jewel in the roughvisitistanbul is a jewel in the rough
Standart

Alıntı:
BabaPanter´isimli üyeden Alıntı Mesajı göster
php.ini ile hiç uğraşmadan globals.php içindeki
PHP- Kodu:
/**
 * Use 1 to emulate register_globals = on
 * WARNING: SETTING TO 1 MAY BE REQUIRED FOR BACKWARD COMPATIBILITY
 * OF SOME THIRD-PARTY COMPONENTS BUT IS NOT RECOMMENDED
 * 
 * Use 0 to emulate regsiter_globals = off
 * NOTE: THIS IS THE RECOMMENDED SETTING FOR YOUR SITE BUT YOU MAY
 * EXPERIENCE PROBLEMS WITH SOME THIRD-PARTY COMPONENTS
 */
define'RG_EMULATION'); 
yeri ayarlaman yeterli.

Ayrıca .htaccess için
PHP- Kodu:
## OpenSEF Simplified htaccess File

## Can be commented out if causes errors
Options +FollowSymLinks

## mod_rewrite in use
RewriteEngine On

## If Joomla is installed in the web server root
## RewriteBase /
## If Joomla is installed in a sub-directory
## RewriteBase /directory_name_here
##RewriteBase /
## Begin 3rd-Party or OpenSEF Section
#RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR]  ##optional - see notes##
RewriteCond %{REQUEST_URI} (/|.htm|.php|.html|/[^.]*)$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond 
%{REQUEST_FILENAME} !-d
RewriteRule 
(.*) index.php
## End 3rd-Party or OpenSEF Section

## Joomla Security Section (has nothing to do with SEF/SEO)
## Begin - Rewrite rules to block out some common exploits
## If you experience problems on your site block out the operations listed below
## This attempts to block the most common type of exploit `attempts` to Joomla!
# Block out any script trying to set a mosConfig value through the URL
RewriteCond %{QUERY_STRINGmosConfig_[a-zA-Z_]{1,21}(=|%3D) [OR]
# Block out any script trying to base64_encode crap to send via URL
RewriteCond %{QUERY_STRINGbase64_encode.*(.*) [OR]
# Block out any script that includes a tag in URL
RewriteCond %{QUERY_STRING} (<|%3C).*script.*(>|%3E) [NC,OR]
# Block out any script trying to set a PHP GLOBALS variable via URL
RewriteCond %{QUERY_STRINGGLOBALS(=|[|%[0-9A-Z]{0,2}) [OR]
# Block out any script trying to modify a _REQUEST variable via URL
RewriteCond %{QUERY_STRING_REQUEST(=|[|%[0-9A-Z]{0,2})
# Send all blocked request to homepage with 403 Forbidden error!
RewriteRule ^(.*)$ index.php [F,L]
## End - Rewrite rules to block out some common exploits 
bunu kullansan 500 hatası almazsın.
İkinci yazdığın kodu htaccess.txt dosyasının içine mi kopyalamam lazım acaba ??
__________________

Etiketler: DZKK Burada KKK
Şehitlere ağlanmaz İMRENİLİR.. Vatan Sağolsun
Alıntı ile Cevapla

  #10 (permalink)   eTicaret 
Alt 2007-01-08, 21:08
BabaPanter - ait Kullanıcı Resmi (Avatar)
Senior Member
 
Üyelik tarihi: Dec 2005
Mesajlar: 599
Tecrübe Puanı: 3
eTicaret: %0/0
BabaPanter is on a distinguished road
Standart

Alıntı:
visitistanbul´isimli üyeden Alıntı Mesajı göster
İkinci yazdığın kodu htaccess.txt dosyasının içine mi kopyalamam lazım acaba ??
Hayır, .htaccess in içeriğini bu kodla değiştirin.
Birde Joomla genel ayarlardan seo yu aktif etmeniz gerekiyor.
__________________
Paypal ile Kontör
Alıntı ile Cevapla

Cevapla

Seçenekler
Stil


Benzer Konular
Konu Konuyu Başlatan Forum Cevaplar Son Mesaj
yardımcı olurmusunuz ? T3chn0 Link Değişim 3 2007-01-01 12:23
Yardımcı olurmusunuz yenidata Kontrol Panelleri 3 2006-12-01 01:50
yardımcı olurmusunuz. (asp kod) sessizliktr ASP .NET 6 2006-03-13 16:23
yardımcı olurmusunuz dadal2000 Java - JSP - C# 0 2002-10-21 19:00
Yardımcı olurmusunuz? jSatriani Ortaklık ve Sponsorlar 1 2002-09-09 03:32


Bütün Zaman Ayarları WEZ +2 olarak düzenlenmiştir. Şu Anki Saat: 07:54 .


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0

Firefox