忘記密碼或無法登陸的易友請進
<P><FONT size=5><A href="http://www.fengshui-168.com/member.php?action=lostpasswd"><FONT size=5></FONT></A>請在登錄的畫面,</FONT></P><P><FONT size=5>1、輸入您的【用戶名】</FONT></P>
<P><FONT size=5>2、點擊【<STRONG><FONT color=red><A href="http://www.fengshui-168.com/member.php?action=lostpasswd"><STRONG><FONT color=red>忘記密碼</FONT></STRONG></A></FONT></STRONG>】, 系統會自動把您的密碼送至您當初註冊時,所用的電郵信箱。</FONT></P>
<P> </P>
<P> </P>
<H1>会员登录</H1>
<P>
<TABLE cellSpacing=0 cellPadding=0 summary=会员登录>
<SCRIPT type=text/javascript>
function updateseccode(op) {
if(isUndefined(op)) {
var x = new Ajax();
x.get('ajax.php?action=updateseccode&inajax=1', function(s) {
$('seccodeimage').innerHTML = s;
});
} else {
window.document.seccodeplayer.SetVariable("isPlay", "1");
}
}
function updatesecqaa() {
var x = new Ajax();
x.get('ajax.php?action=updatesecqaa&inajax=1', function(s) {
$('secquestion').innerHTML = s;
});
}
</SCRIPT>
<SCRIPT type=text/javascript>
var profile_seccode_invalid = '验证码输入错误,请重新填写。';
var profile_secanswer_invalid = '验证问答回答错误,请重新填写。';
var lastseccode = lastsecanswer = '';
function checkseccode() {
var seccodeverify = $('seccodeverify').value;
if(seccodeverify == lastseccode) {
return;
} else {
lastseccode = seccodeverify;
}
var cs = $('checkseccodeverify');
if(!(/{4}/.test(seccodeverify))) {
warning(cs, profile_seccode_invalid);
return;
}
ajaxresponse('checkseccodeverify', 'action=checkseccode&seccodeverify=' + (is_ie && document.charset == 'utf-8' ? encodeURIComponent(seccodeverify) : seccodeverify));
}
function checksecanswer() {
var secanswer = $('secanswer').value;
if(secanswer == lastsecanswer) {
return;
} else {
lastsecanswer = secanswer;
}
ajaxresponse('checksecanswer', 'action=checksecanswer&secanswer=' + (is_ie && document.charset == 'utf-8' ? encodeURIComponent(secanswer) : secanswer));
}
function ajaxresponse(objname, data) {
var x = new Ajax('XML', objname);
x.get('ajax.php?inajax=1&' + data, function(s){
var obj = $(objname);
if(s == 'succeed') {
obj.style.display = '';
obj.innerHTML = '<img src="images/default/check_right.gif" width="13" height="13">';
obj.className = "warning";
} else {
warning(obj, s);
}
});
}
function warning(obj, msg) {
if((ton = obj.id.substr(5, obj.id.length)) != 'password2') {
$(ton).select();
}
obj.style.display = '';
obj.innerHTML = '<img src="images/default/check_error.gif" width="13" height="13"> ' + msg;
obj.className = "warning";
}
</SCRIPT>
<TBODY>
<TR>
<TH onclick=document.login.username.focus();><LABEL><INPUT class=radio tabIndex=2 type=radio CHECKED value=username name=loginfield>用户名</LABEL> <LABEL><INPUT class=radio tabIndex=3 type=radio value=uid name=loginfield>UID</LABEL> </TH>
<TD><INPUT id=username tabIndex=4 maxLength=40 size=25 value=xxxxxxxxxx name=username> <A href="http://www.fengshui-168.com/register.php">立即注册</A> </TD></TR>
<TR>
<TH><LABEL for=password>密码</LABEL></TH>
<TD><INPUT id=password tabIndex=5 type=password size=25 name=password> <A href="http://www.fengshui-168.com/member.php?action=lostpasswd">忘记密码</A> </TD></TR>
<TR>
<TH><LABEL for=questionid>安全提问</LABEL></TH>
<TD><SELECT id=questionid tabIndex=6 name=questionid> <OPTION value=0 selected>无安全提问</OPTION> <OPTION value=1>母亲的名字</OPTION> <OPTION value=2>爷爷的名字</OPTION> <OPTION value=3>父亲出生的城市</OPTION> <OPTION value=4>您其中一位老师的名字</OPTION> <OPTION value=5>您个人计算机的型号</OPTION> <OPTION value=6>您最喜欢的餐馆名称</OPTION> <OPTION value=7>驾驶执照的最后四位数字</OPTION></SELECT> </TD></TR>
<TR>
<TH><LABEL for=answer>回答</LABEL></TH>
<TD><INPUT id=answer tabIndex=7 size=25 name=answer> 如果您设置了安全提问,请回答正确的答案</TD></TR>
<TR>
<TH>登录有效期</TH>
<TD><LABEL><INPUT class=radio tabIndex=8 type=radio CHECKED value=315360000 name=cookietime> 永久</LABEL> <LABEL><INPUT class=radio tabIndex=9 type=radio value=2592000 name=cookietime> 一个月</LABEL> <LABEL><INPUT class=radio tabIndex=10 type=radio value=86400 name=cookietime> 一天</LABEL> <LABEL><INPUT class=radio tabIndex=11 type=radio value=3600 name=cookietime> 一小时</LABEL> <LABEL><INPUT class=radio tabIndex=12 type=radio value=0 name=cookietime> 浏览器进程</LABEL> </TD></TR>
<TR>
<TH><LABEL for=loginmode>隐身登录</LABEL></TH>
<TD><SELECT id=loginmode tabIndex=13 name=loginmode> <OPTION value="" selected>- 使用默认 -</OPTION> <OPTION value=normal>正常模式</OPTION> <OPTION value=invisible>隐身模式</OPTION></SELECT> </TD></TR>
<TR>
<TH><LABEL for=styleid>界面风格</LABEL></TH>
<TD><SELECT id=styleid tabIndex=14 name=styleid> <OPTION value="" selected>- 使用默认 -</OPTION> <OPTION value=1>默认风格</OPTION> <OPTION value=2>喝彩奥运</OPTION> <OPTION value=3>深邃永恒</OPTION> <OPTION value=4>粉妆精灵</OPTION> <OPTION value=5>诗意田园</OPTION> <OPTION value=8>YUYU_Dlion</OPTION></SELECT> </TD></TR>
<TR>
<TH> </TH>
<TD><BUTTON class=submit tabIndex=100 name=loginsubmit type=submit value="true">提交</BUTTON></TD></TR></TBODY></TABLE></P>
"天机兄和何有兄"请注意留言
“受我兄wubaode托,本网7月28日升级后,wubaode兄上不了网,用户名wubaode和密码都是对的!他很着急!盼请你们帮助他能登录,谢谢! “安全提问和回答”他忘了!~请问该怎么办?请帮忙尽快处理一下! 原帖由 <i>mark</i> 于 2008-8-1 17:25 发表 <a href="http://www.fengshui-168.com/redirect.php?goto=findpost&pid=149594&ptid=19152" target="_blank"><img src="http://www.fengshui-168.com/images/common/back.gif" alt="" border="0"></a>“安全提问和回答”他忘了!~请问该怎么办?请帮忙尽快处理一下! 剛查 他沒設安全提问和回答 谢谢!您的办事效率真高!我已经转告给他了。 我朋友易城网米秘,等不入论坛,用系統會自動把密碼送至當初註冊時,所用的電郵信箱。也没发来,还请在版主发他邮箱,744100756@qq.com <P>原帖由 <I>易仙</I> 于 2008-8-1 18:02 发表 <A href="http://www.fengshui-168.com/redirect.php?goto=findpost&pid=149619&ptid=19152" target=_blank><IMG alt="" src="http://www.fengshui-168.com/images/common/back.gif" border=0></A> 我朋友易城网米秘,等登不入论坛,用系統會自動把密碼送至當初註冊時,所用的電郵信箱。也没发来,还请在版主发他邮箱,<A href="mailto:744100756@qq.com">744100756@qq.com</A> </P>
<P> </P>
<P>請易城网米秘,連上本網的登錄畫面,並按本帖的說明,輸入其用戶名稱及【當初註冊時的電郵信箱】,系統才會重發【密碼】給他。(【當初註冊時的電郵信箱】)</P> 就是呀!我的原先的一个用户名,密码和用户都对,就昨天登陆不了.
我没办法,就重新注册了一个.请斑竹给予我解决.
用户名:nandede
邮箱:nandede@sohu.com
期盼!! <P>原帖由 <I>逍遥真人</I> 于 2008-8-2 21:10 发表 <A href="http://www.fengshui-168.com/redirect.php?goto=findpost&pid=150108&ptid=19152" target=_blank><IMG alt="" src="http://www.fengshui-168.com/images/common/back.gif" border=0></A> 就是呀!我的原先的一个用户名,密码和用户都对,就昨天登陆不了. 我没办法,就重新注册了一个.请斑竹给予我解决. 用户名:nandede 邮箱:nandede@sohu.com 期盼!! </P>
<P> </P>
<P> </P>
<P>已發郵件給您(nandede@sohu.com ) ,請查收。</P> 原帖由 <I>何有</I> 于 2008-8-2 07:04 发表 <A href="http://www.fengshui-168.com/redirect.php?goto=findpost&pid=149776&ptid=19152" target=_blank><IMG alt="" src="http://www.fengshui-168.com/images/common/back.gif" border=0></A> 請易城网米秘,連上本網的登錄畫面,並按本帖的說明,輸入其用戶名稱及【當初註冊時的電郵信箱】,系統才會重發【密碼】給他。(【當初註冊時的電郵信箱】) 密码和用户都对,就是登陆不了,邮箱发了十几次,一个都没收到 <P>原帖由 <I>易仙</I> 于 2008-8-3 09:57 发表 <A href="http://www.fengshui-168.com/redirect.php?goto=findpost&pid=150264&ptid=19152" target=_blank><IMG alt="" src="http://www.fengshui-168.com/images/common/back.gif" border=0></A> 密码和用户都对,就是登陆不了,邮箱发了十几次,一个都没收到 </P>
<P> </P>
<P> </P>
<P>因昇級,造成您的困擾,請您見諒!!</P>
<P>請問您是否已經可以登錄了呢? </P> 原帖由 <I>天機</I> 于 2008-8-8 14:24 发表 <A href="http://www.fengshui-168.com/redirect.php?goto=findpost&pid=153657&ptid=19152" target=_blank><IMG alt="" src="http://www.fengshui-168.com/images/common/back.gif" border=0></A> 因昇級,造成您的困擾,請您見諒!! 請問您是否已經可以登錄了呢? 还没请发他的邮箱<A href="mailto:744100756@qq.com">744100756@qq.com</A>谢谢,这是他的注册邮箱 <P>原帖由 <I>易仙</I> 于 2008-8-9 19:57 发表 <A href="http://www.fengshui-168.com/redirect.php?goto=findpost&pid=154565&ptid=19152" target=_blank><IMG alt="" src="http://www.fengshui-168.com/images/common/back.gif" border=0></A> 还没请发他的邮箱744100756@qq.com谢谢,这是他的注册邮箱 </P>
<P> </P>
<P> </P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT size=3><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-fareast-language: ZH-CN">已重设易城网米秘,其在天机论坛的账户。</SPAN></FONT></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT size=3><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-fareast-language: ZH-CN">請他查收電郵。</SPAN></FONT><SPAN lang=EN-US style="mso-fareast-language: ZH-CN"><?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p><FONT face=Calibri size=3> </FONT></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT size=3><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-fareast-language: ZH-CN">造成您的不便,敬请见谅</SPAN><FONT face=Calibri><SPAN lang=EN-US style="mso-fareast-language: ZH-CN; mso-fareast-font-family: 宋体">!!</SPAN><SPAN lang=EN-US style="mso-fareast-language: ZH-CN"><o:p></o:p></SPAN></FONT></FONT></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-fareast-language: ZH-CN"><FONT size=3>天机敬上</FONT></SPAN></P>
<P> </P>
原名 东北学者
请把积分转过来,或重设网密 谢谢。 <P>原帖由 <I>学者东北</I> 于 2008-8-10 17:56 发表 <A href="http://www.fengshui-168.com/redirect.php?goto=findpost&pid=154967&ptid=19152" target=_blank><IMG alt="" src="http://www.fengshui-168.com/images/common/back.gif" border=0></A> 请把积分转过来,或重设网密 谢谢。 </P><P> </P>
<P> </P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT size=3><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-fareast-language: ZH-CN">已重设您在天机论坛的账户。</SPAN></FONT></P><FONT size=3><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-fareast-language: ZH-CN">
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: 19.2pt; mso-pagination: widow-orphan"><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: PMingLiU; mso-font-kerning: 0pt">请查核您的短消息。</SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: 19.2pt; mso-pagination: widow-orphan"><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-fareast-language: ZH-CN; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: PMingLiU; mso-font-kerning: 0pt"></SPAN><SPAN lang=EN-US style="FONT-FAMILY: 'PMingLiU','serif'; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: PMingLiU; mso-font-kerning: 0pt"><?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></SPAN> </P></SPAN></FONT><FONT size=3><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-fareast-language: ZH-CN"></SPAN></FONT>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT size=3><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-fareast-language: ZH-CN"></SPAN></FONT><FONT size=3><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-fareast-language: ZH-CN">造成您的不便,敬请见谅</SPAN><FONT face=Calibri><SPAN lang=EN-US style="mso-fareast-language: ZH-CN; mso-fareast-font-family: 宋体">!!</SPAN><SPAN lang=EN-US style="mso-fareast-language: ZH-CN"><o:p></o:p></SPAN></FONT></FONT></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=ZH-CN style="FONT-FAMILY: 宋体; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-fareast-language: ZH-CN"><FONT size=3>天机敬上</FONT></SPAN></P>
<P> </P> 多些天机版主 登录成功
登录不了,请帮忙
我的用户名与密码都对,但就是登录不了。也是贵站升级后发现的。我没办法重新申请了一个用户名。可我的500多银元就丢了。赚来不易呀。请管理员帮帮我吧。我以前的用户名是tenwenming.注册时用的邮箱是<A href="mailto:ten.wenming@163.com">ten.wenming@163.com</A>.好象没有设置安全问答。快帮帮我吧!!!! <P>原帖由 <I>ten.wenming</I> 于 2008-8-11 21:30 发表 <A href="http://www.fengshui-168.com/redirect.php?goto=findpost&pid=155387&ptid=19152" target=_blank><IMG alt="" src="http://www.fengshui-168.com/images/common/back.gif" border=0></A> 我的用户名与密码都对,但就是登录不了。也是贵站升级后发现的。我没办法重新申请了一个用户名。可我的500多银元就丢了。赚来不易呀。请管理员帮帮我吧。我以前的用户名是tenwenming.注册时用的邮箱是ten.wenming@16 ... </P><P> </P>
<P> </P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=ZH-CN style="COLOR: #666666; FONT-FAMILY: 'PMingLiU','serif'; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-fareast-language: ZH-CN; mso-fareast-font-family: PMingLiU; mso-fareast-theme-font: minor-fareast"><FONT size=3>已重设您的账户。</FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=ZH-CN style="COLOR: #666666; FONT-FAMILY: 'PMingLiU','serif'; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-fareast-language: ZH-CN; mso-fareast-font-family: PMingLiU; mso-fareast-theme-font: minor-fareast"><FONT size=3>請查核短消息!</FONT></SPAN><SPAN lang=EN-US style="COLOR: #666666; mso-fareast-language: ZH-CN"><BR></SPAN><SPAN lang=ZH-CN style="COLOR: #666666; FONT-FAMILY: 'PMingLiU','serif'; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-fareast-language: ZH-CN; mso-fareast-font-family: PMingLiU; mso-fareast-theme-font: minor-fareast"><FONT size=3>造成您的不便,敬请见谅</FONT></SPAN><FONT size=3><SPAN lang=EN-US style="COLOR: #666666; mso-fareast-language: ZH-CN"><FONT face=Calibri>!!<BR></FONT></SPAN></FONT><FONT size=3><SPAN lang=EN-US style="COLOR: #666666"><FONT face=Calibri><BR></FONT></SPAN><SPAN style="COLOR: #666666; FONT-FAMILY: 'PMingLiU','serif'; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-fareast-font-family: PMingLiU; mso-fareast-theme-font: minor-fareast">天机敬上</SPAN></FONT></P> 請問另一種狀況:<br> 我登入都正常,但要進任一論壇就出現如下訊息,
<br>---------------------------------------------------------<br>404 Not Found
<br>The requested URL /forum-53-1.html does not exist.
<br>---------------------------------------------------------<br><h1>404 Not Found</h1>
The requested URL /forum-51-1.html does not exist.<br>---------------------------------------------------------
[ 本帖最后由 freeye 于 2008-8-11 22:18 编辑 ] 我的也是这样啊,楼上的 <P>原帖由 <I>freeye</I> 于 2008-8-11 22:14 发表 <A href="http://www.fengshui-168.com/redirect.php?goto=findpost&pid=155397&ptid=19152" target=_blank><IMG alt="" src="http://www.fengshui-168.com/images/common/back.gif" border=0></A> 請問另一種狀況: 我登入都正常,但要進任一論壇就出現如下訊息, ---------------------------------------------------------404 Not Found The requested URL /forum-53-1.html does not exist. ------------- ... </P>
<P> </P>
<P>是的,我也是这样的.打不开网页啊</P>
天机兄,和何有版主,
我的也一样,几十天了,都登陆不了,我还一直以为是什么问题呢,p369958711 pjjww@tom.com或者pj5383109@sina.com
提问不记得了,我用上面的试也,不过都说不对,邮箱也不能查收,想进群里找你们的,一过一直没人批准, 没人理俺,都放一天了,还是老样子,唉~ 没前途了,放了五天了没人看见, 我的用户名【还要学】又上不了啦!今此是第四次了。 网友珠江168的用户名与密码都对,但就是登录不了。是贵站升级后发现的。68银元丢了。请管理员帮帮他吧。他以前的用户名是珠江168注册时用的邮箱是lddfw@126.com.好象没有设置安全问答。请帮他解决吧!
请天机兄及何有兄帮帮忙
我也是无法上网了,原注册名金伟,看是怎么回事,原先的邮箱号我也不知道。上次还是托朋友才注册的。谢谢! 哈 论坛的处理速度就是快,就说怎么进不来了,已解决,谢谢!求助:天机、何有二位兄台
<P> </P><P>我原来的用户名是composite,密码和用户名都对,3天前登陆不了.烦请兄台给予我解决. 用户名:composite, 邮箱:lcy-2001@163.com, 期盼!!</P> 求助:天机、何有二位兄台我原来的用户名是bushi,密码和用户名都对,有一个多月登不上了,请两位师兄给解决一下邮箱:bushi_love@126.com静候佳音
页:
[1]
2