|
|
|
20년 전
|
조회 3,188
|
|
|
|
20년 전
|
조회 2,958
|
|
|
|
20년 전
|
조회 2,066
|
|
|
|
20년 전
|
조회 1.3만
|
|
|
|
20년 전
|
조회 2,594
|
|
|
|
20년 전
|
조회 2,550
|
|
|
|
20년 전
|
조회 2,521
|
|
|
|
20년 전
|
조회 3,125
|
|
|
|
20년 전
|
조회 3,251
|
|
|
|
20년 전
|
조회 3,742
|
|
|
|
20년 전
|
조회 2,591
|
|
|
|
20년 전
|
조회 2,930
|
|
|
|
20년 전
|
조회 2,148
|
|
|
|
20년 전
|
조회 3,395
|
|
|
|
20년 전
|
조회 3,105
|
|
|
|
20년 전
|
조회 2,912
|
|
|
|
20년 전
|
조회 2,371
|
|
|
|
20년 전
|
조회 2,201
|
|
|
|
20년 전
|
조회 2,395
|
|
|
|
20년 전
|
조회 2,556
|
댓글 4개
bbs/write_update.php
// 접미사를 붙인 파일명
//$upload[$i][file] = substr(md5(uniqid($g4[server_time])),0,8) . '_' . $filename;
//$upload[$i][file] = date("ymdHis",$g4[server_time]).'_'.abs(ip2long($_SERVER[REMOTE_ADDR])).'_'.sprintf("%03d",$i).'_'.substr(md5(uniqid($g4[server_time])),0,4).'_'.urlencode($filename);
//$upload[$i][file] = date("ymd",$g4[server_time]).'_'.sprintf("%04d",$i).'_'.substr(md5(uniqid($g4[server_time])),0,4).'_'.urlencode($filename);
//$upload[$i][file] = date("ymd",$g4[server_time]).'_'.substr(md5(uniqid($g4[server_time])),0,6).'_'.urlencode($filename);
//$upload[$i][file] = abs(ip2long($_SERVER[REMOTE_ADDR])).'_'.substr(md5(uniqid($g4[server_time])),0,8).'_'.urlencode($filename);
$upload[$i][file] = md5($filename).strtolower(strrchr($filename, "."));
감사합니다. madem님!!