Firefox'da profilde kullanıcıadı, şifrenin değiştirilememesi

phpBB 2.0.x kurulum ve çalıştırılmasında meydana gelen sorun ve problemler için buradan yardım alabilirsiniz.
Kilitli
Kullanıcı avatarı
cupra
Kayıtlı Kullanıcı
Mesajlar: 2505
Kayıt: 01.04.2006, 02:33
Konum: smyrna
İletişim:

Firefox'da profilde kullanıcıadı, şifrenin değiştirilememesi

Mesaj gönderen cupra »

bildiğiniz gibi yönetim panelinde kullanıcının profil bilgilerini değiştirmek istediğimizde firefox tarayıcılarda oluşan bir hatırlamama durumu var.. cache deki kullanıcı adı ve şifresini kullanmaya devam ettiğini görüyoruz...
bu durumu engellemek için bir çalışma yapılmış..

Kod: Tümünü seç

############################################################## 
## MOD Title: Fix username and password for FireFox/Netscape browser
## MOD Author: RedFoxy < redfoxy@redfoxy.it > (Massimo Ciccio') http://www.redfoxy.it/
## MOD Description: That mod fix an annoy function of FireFox and NetScape compatible browser.
##		    When you go to edit a user profile, the username and the password in the form are
##		    changend on your username and password saved in browser cache.
##		    with that mod you can fix that.
##
## MOD Version: 1.0.0
##
## Installation Level: easy 
## Installation Time: 1 Minute
## Files To Edit:
##		templates/subSilver/admin/user_edit_body.tpl
##
## Included Files:
##
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2
##############################################################
## For security purposes, please check: http://www.phpbb.com/mods/
## for the latest version of this MOD. Although MODs are checked
## before being allowed in the MODs Database there is no guarantee
## that there are no security problems within the MOD. No support
## will be given for MODs not found within the MODs Database which
## can be found at http://www.phpbb.com/mods/
##############################################################
## Author Notes: 
## 
## This MOD has been tested on phpBB 2.0.20, Categories Hierarchy v 2.1.4 and easyMod 0.3.0,
## but I think that is compatible with all phpBB 2.0.x version.
##
## Future versions can be found at http://www.redfoxy.it
## I've set up a support forum for my mods at http://www.forum.redfoxy.com (it's an italian
## forum but you can post in english without problems in Web & Co and in to Web & Co/phpBB forum.)
##
## DON'T REMOVE the comments that you found in that mod!
## That comments are essential for Foxy Fix (auto-Fix of mod installed) and Foxy Update (auto-update of mod).
##
## This MOD is released under the GPL License.
## Intellectual Property is retained by the MOD Author(s) listed above
## Copyright:      (C) 2005 Admin Control Pannel Foxy Menu 1.0.1 - RedFoxy
##
##############################################################
## MOD History:
##
##	2006-05-21
##		- First release
##
############################################################## 
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD 
############################################################## 
#
#-----[ OPEN ]------------------------------------------------
#
templates/subSilver/admin/user_edit_body.tpl
#
#-----[ FIND ]------------------------------------------------
#
<h1>{L_USER_TITLE}</h1>
#
#-----[ BEFORE, ADD ]-----------------------------------------
#
<SCRIPT language="JavaScript">
<!--
//-- mod : Fix username and password v1.0.0 - 05x100 ----------------------------------------------
//-- add
function fix_fields()
{
        var uid_fix;
        var pwd_fix;

        document.getElementById('user_form').username.value = "{USERNAME}";
        document.getElementById('user_form').password.value = "";

        uid_fix = document.getElementById('user_form').username_fix.value;
        pwd_fix = document.getElementById('user_form').password_fix.value;

        if(uid_fix != "{USERNAME}")
        {
                document.getElementById('user_form').username.value = uid_fix;
        }

        if(pwd_fix != '')
        {
                document.getElementById('user_form').password.value = pwd_fix;
        }
}
//-- fin mod : Fix username and password v1.0.0 - 05x100 ------------------------------------------
-->
</SCRIPT>
#
#-----[ FIND ]------------------------------------------------
#
<form
#
#-----[ IN-LINE FIND ]--------------------------------------------------
#
<form
#
#-----[ IN-LINE AFTER, ADD ]--------------------------------------------
#
 id="user_form"
#
#-----[ FIND ]------------------------------------------------
#
type="text" name="username"
#
#-----[ IN-LINE FIND ]--------------------------------------------------
#
name="username
#
#-----[ IN-LINE AFTER, ADD ]--------------------------------------------
#
_fix
#
#-----[ FIND ]------------------------------------------------
#
type="password" name="password"
#
#-----[ IN-LINE FIND ]--------------------------------------------------
#
name="password
#
#-----[ IN-LINE AFTER, ADD ]--------------------------------------------
#
_fix
#
#-----[ FIND ]------------------------------------------------
#
{S_HIDDEN_FIELDS}
#
#-----[ AFTER, ADD ]-----------------------------------------
#
		<input type="hidden" name="username" value="{USERNAME}" />
		<input type="hidden" name="password" value="" />
#
#-----[ FIND ]------------------------------------------------
#
<input type="submit"
#
#-----[ IN-LINE FIND ]--------------------------------------------------
#
type="submit"
#
#-----[ IN-LINE AFTER, ADD ]--------------------------------------------
#
 onclick="fix_fields();"
#
#-----[ SAVE/CLOSE ALL FILES ]--------------------------------------------
#
# EoM

En son cupra tarafından 26.05.2006, 16:51 tarihinde düzenlendi, toplamda 3 kere düzenlendi.
Kullanıcı avatarı
cupra
Kayıtlı Kullanıcı
Mesajlar: 2505
Kayıt: 01.04.2006, 02:33
Konum: smyrna
İletişim:

Mesaj gönderen cupra »

uygulandı, firefoxda yönetim panelindeki kullanıcı profilindeki ismi doğru olarak hatırladı.. test edildi, onaylandı.. :)
kurmanızı tavsiye ederim..
En son cupra tarafından 28.05.2006, 13:12 tarihinde düzenlendi, toplamda 1 kere düzenlendi.
Kullanıcı avatarı
GodBeach
Uzaklaştırıldı
Mesajlar: 734
Kayıt: 05.05.2006, 23:12
Konum: Güngören, İSTANBUL
İletişim:

Mesaj gönderen GodBeach »

Olumsuz ...

( bu geçersiz bir mesaj çünkü , bir şahıs buna benzer bir modifaksyon vermişti ona olumsuz demiştim )
En son GodBeach tarafından 11.09.2006, 19:39 tarihinde düzenlendi, toplamda 1 kere düzenlendi.
Bir php kodu
$GodBeach = "Php Script Yazılır";

print $GodBeach;

Önizleme: Php Script Yazılır
Kullanıcı avatarı
cupra
Kayıtlı Kullanıcı
Mesajlar: 2505
Kayıt: 01.04.2006, 02:33
Konum: smyrna
İletişim:

Mesaj gönderen cupra »

GodBeach yazdı:Olusmuz ...
hangisi olumsuz godbeach..?

java'yı ben seviyorum bazı işlemleri hızlandırabiliyor, iyi niyetli kullanılırsa... :)
Kullanıcı avatarı
GodBeach
Uzaklaştırıldı
Mesajlar: 734
Kayıt: 05.05.2006, 23:12
Konum: Güngören, İSTANBUL
İletişim:

Mesaj gönderen GodBeach »

seninde dediğin gibi birincisi daha yararlı çünkü nestcape içinde geçerli ;)

( bu geçersiz bir mesaj çünkü , bir şahıs buna benzer bir modifaksyon vermişti ona olumsuz demiştim )
En son GodBeach tarafından 11.09.2006, 19:39 tarihinde düzenlendi, toplamda 1 kere düzenlendi.
Bir php kodu
$GodBeach = "Php Script Yazılır";

print $GodBeach;

Önizleme: Php Script Yazılır
crazyhacker
Kayıtlı Kullanıcı
Mesajlar: 28
Kayıt: 11.09.2006, 19:26
İletişim:

TŞK

Mesaj gönderen crazyhacker »

tam ihtiyacım olan şey gerçekten ii bir çalışma tebrik ederim
Kullanıcı avatarı
cupra
Kayıtlı Kullanıcı
Mesajlar: 2505
Kayıt: 01.04.2006, 02:33
Konum: smyrna
İletişim:

Mesaj gönderen cupra »

Buda bir başkası

Kod: Tümünü seç

##############################################################
## MOD Title: Fix For The Firefox "Remember Passwords" Problem
## MOD Author: T0ny < N/A > (Tony Smith) N/A
## MOD Description: Fix for firefox's Remember Passwords feature
##					overwriting username and password on the
##					'User Administration' page
## MOD Version: 1.2.2
##
## Installation Level: Easy
## Installation Time: ~5 Minutes
## Files To Edit: 4
##					admin/admin_ug_auth.php
##					admin/admin_users.php
##					templates/subSilver/admin/user_edit_body.tpl
##					templates/subSilver/search_username.tpl
## Included Files: N/A
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2
##############################################################
## For security purposes, please check: http://www.phpbb.com/mods/
## for the latest version of this MOD. Although MODs are checked
## before being allowed in the MODs Database there is no guarantee
## that there are no security problems within the MOD. No support
## will be given for MODs not found within the MODs Database which
## can be found at http://www.phpbb.com/mods/
##############################################################
## Author Notes:
##		Renames the 'username' field to 'user_name' and the
##		'password' field to 'pass_word' while still providing the
##		$HTTP_POST_VARS['username'] & $HTTP_POST_VARS['password']
##		array members for compatability with other MODs
##
##		Tested with phpbb v2.0.19 , Firefox 1.5.0.1 , IE 6.0SP2
##					Firefox 2.0
##
##############################################################
## MOD History:
##
##	2006-01-29 - Version 1.0.0
##		- initial release
##
##	2006-02-05 - version 1.0.1
##		- fixed incorrect case in references to subSilver template
##		- fixed bug causing 'Find A Username' to not work (search_username.tpl)
##
##	2006-02-08 - version 1.0.2
##		- fixed faulty find/replace actions
##
##	2006-02-10 - version 1.1.0 (BETA)
##		- beta fix for incompatability with other MODs that modify the user admin functions
##
##	2006-02-11 - version 1.1.1 (BETA)
##		- removed 'templates/subSilver/admin/user_select_body.tpl' changes (no longer needed)
##		- made edit to 'templates/subSilver/admin/user_edit_body.tpl' a more specific IN-LINE FIND
##
##	2006-02-13 - version 1.2.0
##		- no functionality changes from 1.1.1 just changing the version number to indicate it's no longer beta
##
##	2006-03-28 - version 1.2.1
##		- fixed 'not saving changes to user account' bug when using PHP5 with 'register_long_arrays' set to OFF
##
##	2006-11-05 - version 1.2.2
##		- updated to fix newer incarnation of bug in firefox 2
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################

#
#-----[ OPEN ]------------------------------------------------
#

admin/admin_users.php

#
#-----[ FIND ]------------------------------------------------
#

require('./pagestart.' . $phpEx);

#
#-----[ AFTER, ADD ]------------------------------------------
#

if ( ( isset($HTTP_POST_VARS['user_name']) ) && ( !isset($HTTP_POST_VARS['username']) ) )
{
	$HTTP_POST_VARS['username'] = $HTTP_POST_VARS['user_name'];
}

if ( ( isset($HTTP_POST_VARS['pass_word']) ) && ( !isset($HTTP_POST_VARS['password']) ) )
{
	$HTTP_POST_VARS['password'] = $HTTP_POST_VARS['pass_word'];
}

#
#-----[ OPEN ]------------------------------------------------
#

admin/admin_ug_auth.php

#
#-----[ FIND ]------------------------------------------------
#

require('./pagestart.' . $phpEx);

#
#-----[ AFTER, ADD ]------------------------------------------
#

if ( ( isset($HTTP_POST_VARS['user_name']) ) && ( !isset($HTTP_POST_VARS['username']) ) )
{
	$HTTP_POST_VARS['username'] = $HTTP_POST_VARS['user_name'];
}

if ( ( isset($HTTP_POST_VARS['pass_word']) ) && ( !isset($HTTP_POST_VARS['password']) ) )
{
	$HTTP_POST_VARS['password'] = $HTTP_POST_VARS['pass_word'];
}

#
#-----[ OPEN ]------------------------------------------------
#

templates/subSilver/admin/user_edit_body.tpl

#
#-----[ FIND ]------------------------------------------------
#

name="username"

#
#-----[ IN-LINE FIND ]----------------------------------------
#

name="username"

#
#-----[ IN-LINE REPLACE WITH ]--------------------------------
#

name="user_name"

#
#-----[ FIND ]------------------------------------------------
#

name="password"

#
#-----[ IN-LINE FIND ]----------------------------------------
#

name="password"

#
#-----[ IN-LINE REPLACE WITH ]--------------------------------
#

name="pass_word"

#
#-----[ OPEN ]------------------------------------------------
#

templates/subSilver/search_username.tpl

#
#-----[ FIND ]------------------------------------------------
#

	opener.document.forms['post'].username.value = selected_username;

#
#-----[ REPLACE WITH ]----------------------------------------
#

	if (opener.document.forms['post'].user_name)
	{
		opener.document.forms['post'].user_name.value = selected_username;
	}
	else
	{
		opener.document.forms['post'].username.value = selected_username;
	}

#
#-----[ SAVE/CLOSE ALL FILES ]--------------------------------
#
# EoM
fatihbaz

Mesaj gönderen fatihbaz »

ben de siteme giriş yapamıyorum firefox la,ne yapabilirim?ne zaman giriş yapacagı belli olmuyor.bi bakıyorum normal giriyor bi bakıyorum 10 kez de giriş yapsam anasayfaya atıyor.Fix For The Firefox "Remember Passwords" Problem modu yüklü zaten sitede.belki bi faydası olur dedim ama degişien bişey yok.
atahanaydin92
Kayıtlı Kullanıcı
Mesajlar: 37
Kayıt: 06.08.2006, 02:06
İletişim:

Mesaj gönderen atahanaydin92 »

Arkadaşlar modu Türkçeye çevirmeyi denedim.Başarılı olduysam ne mutlu bana
[PHP]Kod:
##############################################################
## MOD Adı: Fix kullanıcı adı ve şifre düzenleme sorunu FireFox/Netscape tarayıcısı için
## MOD Yapımcısı: RedFoxy < redfoxy@redfoxy.it > (Massimo Ciccio') http://www.redfoxy.it/
##Türkçe Çeviri:www.turkfr.com (atahanaydin92)
## MOD Tanımlaması: Bu mod Firefoxta ve NetScape tarayıcısında profil ayarları sorununu çözer.
## Ne zaman firefoxta profil ayarlarını düzenlemeye kalksan
## değiştirirken sorun oluşuyor
##
## MOD Version: 1.0.0
##
## Yükleme Zorluğu: Kolay
## Yükleme Süresi: 1 Dakika
## Düzenlenecek Dosya:
## templates/subSilver/admin/user_edit_body.tpl
##
## Dahil Dosya:
##
## Lisans: http://opensource.org/licenses/gpl-license.php GNU General Public License v2
##############################################################
## For security purposes, please check: http://www.phpbb.com/mods/
## for the latest version of this MOD. Although MODs are checked
## before being allowed in the MODs Database there is no guarantee
## that there are no security problems within the MOD. No support
## will be given for MODs not found within the MODs Database which
## can be found at http://www.phpbb.com/mods/
##############################################################
## Editör Notu:
##
## Bu MOD phpBB 2.0.20 de test edilmiştir, Categories Hierarchy v 2.1.4 and easyMod 0.3.0,
## yapılan araştırmalar sonucunda bizce bu modül bütün phpBB 2.0.x versiyonlarına uyumludur.
##
## Future versions can be found at http://www.redfoxy.it
## Bu modun destek forumu: http://www.forum.redfoxy.com (it's an italian
## bu forum ingilizcedir.Türkçe Destek:www.turkfr.com Web & Co/phpBB forum.)
##
## DON'T REMOVE the comments that you found in that mod!
## That comments are essential for Foxy Fix (auto-Fix of mod installed) and Foxy Update (auto-update of mod).
##
## Bu mod GPL Lisanslıdır.
## Intellectual Property is retained by the MOD Author(s) listed above
## Copyright: (C) 2005 Admin Control Pannel Foxy Menu 1.0.1 - RedFoxy
##
##############################################################
## MOD un Yapılış Tarihi:
##
## 2006-05-21
## - İlk Sürüm
##
##############################################################
## Şimdi modun yapılışına geçelim
##############################################################
#
#-----[ AÇ ]------------------------------------------------
#
templates/subSilver/admin/user_edit_body.tpl

##-----[ BUL ]------------------------------------------------
#
<h1>{L_USER_TITLE}</h1>
#
#-----[Öncesine Ekle ]-----------------------------------------
#
<SCRIPT language="JavaScript">
<!--
//-- mod : Fix username and password v1.0.0 - 05x100 ----------------------------------------------
//-- add
function fix_fields()
{
var uid_fix;
var pwd_fix;

document.getElementById('user_form').username.value = "{USERNAME}";
document.getElementById('user_form').password.value = "";

uid_fix = document.getElementById('user_form').username_fix.value;
pwd_fix = document.getElementById('user_form').password_fix.value;

if(uid_fix != "{USERNAME}")
{
document.getElementById('user_form').username.value = uid_fix;
}

if(pwd_fix != '')
{
document.getElementById('user_form').password.value = pwd_fix;
}
}
//-- fin mod : Fix username and password v1.0.0 - 05x100 ------------------------------------------
-->
</SCRIPT>
#
#-----[ BUL ]------------------------------------------------
#
<form
#
#-----[ BUL ]--------------------------------------------------
#
<form
#
#-----[ Sonrasına Ekle ]--------------------------------------------
#
id="user_form"
#
#-----[ BUL ]------------------------------------------------
#
type="text" name="username"
#
#-----[ IN-LINE FIND ]--------------------------------------------------
#
name="username
#
#-----[ Sonrasına Ekle ]--------------------------------------------
#
_fix
#
#-----[ BUL ]------------------------------------------------
#
type="password" name="password"
#
#-----[ IN-LINE FIND ]--------------------------------------------------
#
name="password
#
#-----[ Sonrasına Ekle ]--------------------------------------------
#
_fix
#
#-----[ BUL ]------------------------------------------------
#
{S_HIDDEN_FIELDS}
#
#-----[ Sonrasına Ekle ]-----------------------------------------
#
<input type="hidden" name="username" value="{USERNAME}" />
<input type="hidden" name="password" value="" />
#
#-----[ BUL ]------------------------------------------------
#
<input type="submit"
#
#-----[ IN-LINE FIND ]--------------------------------------------------
#
type="submit"
#
#-----[ Sonrasına Ekle ]--------------------------------------------
#
onclick="fix_fields();"
#
#-----[ Hepsini kaydet ]--------------------------------------------
#
# EoM
[/PHP]
Kullanıcı avatarı
cupra
Kayıtlı Kullanıcı
Mesajlar: 2505
Kayıt: 01.04.2006, 02:33
Konum: smyrna
İletişim:

Mesaj gönderen cupra »

yeni firefoxda bu sorun kalktı sanırım..
atahanaydin92
Kayıtlı Kullanıcı
Mesajlar: 37
Kayıt: 06.08.2006, 02:06
İletişim:

Mesaj gönderen atahanaydin92 »

olsun maksat Firefoxunu güncellemeyenler için Türkçeleştirdim ;)
Kullanıcı avatarı
cupra
Kayıtlı Kullanıcı
Mesajlar: 2505
Kayıt: 01.04.2006, 02:33
Konum: smyrna
İletişim:

Mesaj gönderen cupra »

tamam eline sağlık.. :)
Kilitli

“2.0.x Destek Forumu” sayfasına dön

Kimler çevrimiçi

Bu forumu görüntüleyen kullanıcılar: Hiç bir kayıtlı kullanıcı yok ve 3 misafir