Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[分享] 在登陆窗口显示用户头像(已更新无图显示)

[复制链接]
htmlrss 发表于 2007-8-10 04:15:59 | 显示全部楼层 |阅读模式
myphoto.JPG
<?php
include_once('./include/main.inc.php');
include_once(S_ROOT.'./language/batch.lang.php');
getcookie();
$uid = $_SGLOBAL['supe_uid'];
if(!empty($uid))
{
$uid_url = url_remake(geturl("uid/$uid"));
print <<<END
document.write('<ul class="msgtitlelist">');
        document.write('<a href="#"><img src="$siteurl/user/$uid/photo_$uid.jpg" onerror=this.src="$siteurl/images/base/space_noface.gif" id="user_pic1"  alt="" width="80" height="80" border="0" /></a>');
document.write('<li><a href="$uid_url" target="_blank">$blang[my_space]</a>   <a href="$siteurl/spacecp.php?docp=me" target="_blank">$blang[space_management]</a></li>');
document.write('<li><a href="$bbsurl/pm.php" target="_blank">$blang[my_pm]</a>   <a href="$bbsurl/" target="_blank">$blang[forum_visit]</a></li>');
document.write('<li><a href="$siteurl/?action-site-type-panel" target="_self">$blang[my_quickly_face]</a>   <a href="$siteurl/batch.login.php?action=logout" target="_self">$blang[safe_logout]</a></li>');
document.write('</ul>');
END;
} else {
print <<<END
document.write('<form id="login" method="post" name="login" action="$siteurl/batch.login.php?action=login" target="_self">');
document.write('<fieldset id="userlogin">');
document.write('<legend>$blang[user_login]</legend>');
document.write('<p><label for="username">$blang[username]</label><input type="text" name="username" id="username" /></p>');
document.write('<p><label for="userpass">$blang[password]</label><input type="password" name="password" id="userpass" /></p>');
document.write('<p><button type="submit" name="loginsubmit" id="dologin" value="true">$blang[login]</button></p> <a href="$bbsurl/register.php?referer=$siteurl/index.php" target="_blank">$blang[registration]</a> <a href="$bbsurl/member.php?action=lostpasswd" target="_blank">$blang[find_passwords]</a></p>');
document.write('</fieldset>');
document.write('</form>');
END;
}
?>


注意红色部分

[ 本帖最后由 htmlrss 于 2007-8-14 09:56 编辑 ]
marco608 发表于 2007-8-10 04:26:40 | 显示全部楼层
这个不难显示。

调用变量就好了。

100,好少人有这么多钱的。
回复

使用道具 举报

 楼主| htmlrss 发表于 2007-8-10 04:28:45 | 显示全部楼层
如果楼上的有好办法,我愿意用200金钱购买
回复

使用道具 举报

理解万岁 发表于 2007-8-10 07:29:43 | 显示全部楼层
不错,支持下
回复

使用道具 举报

Btree 发表于 2007-8-10 07:59:55 | 显示全部楼层
回复

使用道具 举报

skyII劲II 发表于 2007-8-10 10:47:22 | 显示全部楼层
混SS风格区有100的人没几个
回复

使用道具 举报

13zhang 发表于 2007-8-10 11:31:12 | 显示全部楼层
没钱,真狠啊你。。。
回复

使用道具 举报

SSAY 发表于 2007-8-10 13:15:30 | 显示全部楼层
回复

使用道具 举报

SSAY 发表于 2007-8-10 13:16:28 | 显示全部楼层
把头像写到batch.panel.php就OK了!
回复

使用道具 举报

 楼主| htmlrss 发表于 2007-8-10 18:03:04 | 显示全部楼层
楼上的,这谁不知道啊..呵呵
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2025-1-4 06:45 , Processed in 0.028450 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表