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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

随机头像 - 给无头像会员随机生成一个 BY 折翼de天使♂ FOR UC ALL[9-15早更新]

[复制链接]
yxm0564335 发表于 2008-9-23 21:10:16 | 显示全部楼层
(::71::) (::71::)
回复

使用道具 举报

网中浪子 发表于 2008-9-24 00:14:10 | 显示全部楼层
(::38::) (::38::)
回复

使用道具 举报

lijingleon 发表于 2008-9-24 07:33:38 | 显示全部楼层
wo cao 顶你的肺~ 哈哈 等的就是你··换个时代你绝对是伟人~~哈哈
回复

使用道具 举报

beertop9 发表于 2008-9-26 23:58:52 | 显示全部楼层
不行啊 显示XX
回复

使用道具 举报

Kevin0973 发表于 2008-9-27 11:19:35 | 显示全部楼层
做个记号先
回复

使用道具 举报

qdhys 发表于 2008-9-28 10:05:16 | 显示全部楼层
附件有病毒。。。
回复

使用道具 举报

xc99 发表于 2008-10-3 20:20:49 | 显示全部楼层
我的avatar.php的代码中没有楼主说的要改的代码.我的如下,要怎么改?请指教好吗?
<?php

/*
        [UCenter] (C)2001-2008 Comsenz Inc.
        This is NOT a freeware, use is subject to license terms

        $Id: avatar.php 12126 2008-01-11 09:40:32Z heyond $
*/


error_reporting(0);

$uid = isset($_GET['uid']) ? $_GET['uid'] : 0;
$size = isset($_GET['size']) ? $_GET['size'] : '';
$random = isset($_GET['random']) ? $_GET['random'] : '';

$avatar = './data/avatar/'.get_avatar($uid, $size);

if(file_exists(dirname(__FILE__).'/'.$avatar)) {
        $random = !empty($random) ? rand(1000, 9999) : '';
        header("Location: $avatar?random=$random");
} else {
        $size = in_array($size, array('big', 'middle', 'small')) ? $size : 'middle';
        header("Location: images/noavatar_$size.gif");
}

function get_avatar($uid, $size = 'middle') {
        $size = in_array($size, array('big', 'middle', 'small')) ? $size : 'middle';
        $uid = abs(intval($uid));
        $uid = sprintf("%09d", $uid);
        $dir1 = substr($uid, 0, 3);
        $dir2 = substr($uid, 3, 2);
        $dir3 = substr($uid, 5, 2);
        return $dir1.'/'.$dir2.'/'.$dir3.'/'.substr($uid, -2)."_avatar_$size.jpg";
}

?>
回复

使用道具 举报

hongxi88 发表于 2008-10-4 11:11:14 | 显示全部楼层
他说的这个文件其实是在ucenter管理中心目录下的这个文件.我的已经找到并测试成功了!!

同时感谢楼主提供这么好的东西.
回复

使用道具 举报

naruto寂寞难耐 发表于 2008-10-4 16:46:26 | 显示全部楼层
顶一下!!!
回复

使用道具 举报

梦想er 发表于 2008-10-5 01:26:37 | 显示全部楼层
神贴!支持啊!
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-13 16:08 , Processed in 0.044532 second(s), 15 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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