그누보드도 업로드하면 화일또는 이미지의 화일명을 변경할수 잇나요?
제로보드의 경우 write_ok.php 에 업로드하는 화일및 이미지의 화일명을 변경할수 잇는 팁이 잇습니다.
혹시 그누보드도 아래와같은 비슷한 코드를 사용하여 화일명을 변경할수 잇는지.....
// 파일명 바꾸기
$ext1 = array_pop(explode(".",$file1_name));
$file1_name = "도메인명_".date("YmdHis")."_1.".$ext1;
$ext2 = array_pop(explode(".",$file2_name));
$file2_name = "도메인명_".date("YmdHis")."_2.".$ext2;
$ext3 = array_pop(explode(".",$file3_name));
$file3_name = "도메인명_".date("YmdHis")."_3.".$ext3;
$ext4 = array_pop(explode(".",$file4_name));
$file4_name = "도메인명_".date("YmdHis")."_4.".$ext4;
$ext5 = array_pop(explode(".",$file5_name));
$file5_name = "도메인명_".date("YmdHis")."_5.".$ext5;
$ext6 = array_pop(explode(".",$file6_name));
$file6_name = "도메인명_".date("YmdHis")."_6.".$ext6;
$ext7 = array_pop(explode(".",$file7_name));
$file7_name = "도메인명_".date("YmdHis")."_7.".$ext7;
$ext8 = array_pop(explode(".",$file8_name));
$file8_name = "도메인명_".date("YmdHis")."_8.".$ext8;
$ext9 = array_pop(explode(".",$file9_name));
$file9_name = "도메인명_".date("YmdHis")."_9.".$ext9;
$ext10 = array_pop(explode(".",$file10_name));
$file10_name = "도메인명_".date("YmdHis")."_10.".$ext10;
$ext11 = array_pop(explode(".",$file11_name));
$file11_name = "도메인명_".date("YmdHis")."_11.".$ext11;
$ext12 = array_pop(explode(".",$file12_name));
$file12_name = "도메인명_".date("YmdHis")."_12.".$ext12;
$ext13 = array_pop(explode(".",$file13_name));
$file13_name = "도메인명_".date("YmdHis")."_13.".$ext13;
$ext14 = array_pop(explode(".",$file14_name));
$file14_name = "도메인명_".date("YmdHis")."_14.".$ext14;
$ext15 = array_pop(explode(".",$file15_name));
$file15_name = "도메인명_".date("YmdHis")."_15.".$ext15;
$ext16 = array_pop(explode(".",$file16_name));
$file16_name = "도메인명_".date("YmdHis")."_16.".$ext16;
$ext17 = array_pop(explode(".",$file17_name));
$file17_name = "도메인명_".date("YmdHis")."_17.".$ext17;
$ext18 = array_pop(explode(".",$file18_name));
$file18_name = "도메인명_".date("YmdHis")."_18.".$ext18;
$ext19 = array_pop(explode(".",$file19_name));
$file19_name = "도메인명_".date("YmdHis")."_19.".$ext19;
$ext20 = array_pop(explode(".",$file20_name));
$file20_name = "도메인명_".date("YmdHis")."_20.".$ext20;
혹시 그누보드도 아래와같은 비슷한 코드를 사용하여 화일명을 변경할수 잇는지.....
// 파일명 바꾸기
$ext1 = array_pop(explode(".",$file1_name));
$file1_name = "도메인명_".date("YmdHis")."_1.".$ext1;
$ext2 = array_pop(explode(".",$file2_name));
$file2_name = "도메인명_".date("YmdHis")."_2.".$ext2;
$ext3 = array_pop(explode(".",$file3_name));
$file3_name = "도메인명_".date("YmdHis")."_3.".$ext3;
$ext4 = array_pop(explode(".",$file4_name));
$file4_name = "도메인명_".date("YmdHis")."_4.".$ext4;
$ext5 = array_pop(explode(".",$file5_name));
$file5_name = "도메인명_".date("YmdHis")."_5.".$ext5;
$ext6 = array_pop(explode(".",$file6_name));
$file6_name = "도메인명_".date("YmdHis")."_6.".$ext6;
$ext7 = array_pop(explode(".",$file7_name));
$file7_name = "도메인명_".date("YmdHis")."_7.".$ext7;
$ext8 = array_pop(explode(".",$file8_name));
$file8_name = "도메인명_".date("YmdHis")."_8.".$ext8;
$ext9 = array_pop(explode(".",$file9_name));
$file9_name = "도메인명_".date("YmdHis")."_9.".$ext9;
$ext10 = array_pop(explode(".",$file10_name));
$file10_name = "도메인명_".date("YmdHis")."_10.".$ext10;
$ext11 = array_pop(explode(".",$file11_name));
$file11_name = "도메인명_".date("YmdHis")."_11.".$ext11;
$ext12 = array_pop(explode(".",$file12_name));
$file12_name = "도메인명_".date("YmdHis")."_12.".$ext12;
$ext13 = array_pop(explode(".",$file13_name));
$file13_name = "도메인명_".date("YmdHis")."_13.".$ext13;
$ext14 = array_pop(explode(".",$file14_name));
$file14_name = "도메인명_".date("YmdHis")."_14.".$ext14;
$ext15 = array_pop(explode(".",$file15_name));
$file15_name = "도메인명_".date("YmdHis")."_15.".$ext15;
$ext16 = array_pop(explode(".",$file16_name));
$file16_name = "도메인명_".date("YmdHis")."_16.".$ext16;
$ext17 = array_pop(explode(".",$file17_name));
$file17_name = "도메인명_".date("YmdHis")."_17.".$ext17;
$ext18 = array_pop(explode(".",$file18_name));
$file18_name = "도메인명_".date("YmdHis")."_18.".$ext18;
$ext19 = array_pop(explode(".",$file19_name));
$file19_name = "도메인명_".date("YmdHis")."_19.".$ext19;
$ext20 = array_pop(explode(".",$file20_name));
$file20_name = "도메인명_".date("YmdHis")."_20.".$ext20;
댓글 1개
13년 전
write_update.php 파일에서 수정할수 있습니다.
게시판 목록
그누4 질문답변
그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.
기존 게시물은 열람만 가능합니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 66534 | 11년 전 | 3859 | ||
| 66533 |
다이아레빗
|
11년 전 | 2762 | |
| 66532 | 11년 전 | 2732 | ||
| 66531 |
alexseo
|
11년 전 | 2947 | |
| 66530 | 11년 전 | 6222 | ||
| 66529 | 11년 전 | 3247 | ||
| 66528 |
alexseo
|
11년 전 | 3330 | |
| 66527 | 11년 전 | 2894 | ||
| 66526 | 11년 전 | 3212 | ||
| 66525 |
lsj9894
|
11년 전 | 2764 | |
| 66524 |
webart
|
11년 전 | 3807 | |
| 66523 |
열라뽕똬이
|
11년 전 | 2711 | |
| 66522 | 11년 전 | 5199 | ||
| 66521 |
xargs
|
11년 전 | 2792 | |
| 66520 | 11년 전 | 2440 | ||
| 66519 | 11년 전 | 3399 | ||
| 66518 | 11년 전 | 2654 | ||
| 66517 | 11년 전 | 3604 | ||
| 66516 | 11년 전 | 5840 | ||
| 66515 | 11년 전 | 4636 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기