상품 구매후기(사용후기) 최근게시글
영카트5 사용후기를 최근게시글로 가져오는 소스
<div style="padding:15px 0 0 0;"><a href="<?php echo G5_SHOP_URL; ?>/itemuselist.php"><img src="/v5/img/review_title.jpg" border="0" /></a></div>
<script src="<?php echo G5_JS_URL; ?>/viewimageresize.js"></script>
<table style="padding-top:13px;" border="0" width="350" cellpadding="0" cellspacing="0">
<?php
$sql = "select * from ".$g5[g5_shop_item_use_table]." where is_confirm = 1 order by is_id desc limit 6 ";
$result = sql_query($sql) or die(sql_error());
for($i=0 ; $row=sql_fetch_array($result); $i++)
{
$sql2 = " select * from ".$g5[g5_shop_item_table]." where it_id = '".$row[it_id]."' ";
$row2 = sql_fetch($sql2);
$sql3 = " select * from ".$g5[member_table]." where mb_id = '".$row[mb_id]."' ";
$row3 = sql_fetch($sql3);
$star = get_star($row[is_score]);
$it_href = G5_SHOP_URL."/item.php?it_id=".$row['it_id']."";
$is_content = get_view_thumbnail(conv_content($row['is_content'], 1), $thumbnail_width);
echo "<tr><td width='50'><a href='".$it_href."'>".get_itemuselist_thumbnail($row['it_id'], $row['is_content'], 50, 50)."</td>";
echo "<td style='padding-left:7px;'><a href='".$it_href."'><b>".$row2[it_name]."</b><br>
<font color=#3366cc>".cut_str($row[is_subject],30,"...")."</font></a></td>";
echo "<td align=right>".$row3[mb_name]."<br><img src='shop/img".$cart_skin."/s_star".$star.".png'></td>";
echo "</tr><tr><td height='1' bgcolor='#cfcfcf' colspan='3'</td></tr>";
}
?>
</table>
영카트4 사용후기를 최근게시글로 가져오는 소스
<div style="padding:15px 0 0 0;"><a href="<?php echo $g4['paht'];?>/shop/itemps.all3.php"><img src="/v5/img/main/review_title.jpg" border="0" /></a></div>
<table style="padding-top:20px;" border="0" width="350" cellpadding="0" cellspacing="0">
<?php
$sql = "select * from ".$g4[yc4_item_ps_table]." where is_confirm = 1 order by is_id desc limit 5 ";
$result = mysql_query($sql) or die(mysql_error());
for($i=0 ; $row=mysql_fetch_array($result); $i++)
{
$sql2 = " select * from ".$g4[yc4_item_table]." where it_id = '$row[it_id]' ";
$row2 = sql_fetch($sql2);
$sql3 = " select * from ".$g4[member_table]." where mb_id = '$row[mb_id]' ";
$row3 = sql_fetch($sql3);
$star = get_star($row[is_score]);
echo "<tr><td width='50'><img src='".$g4['path']."/data/item/".$row[it_id]."_s' width='40'>";
echo "<td><a href='".$g4['path']."/shop/itemps.all3.php'><b>".$row2[it_name]."</b><br>
<font color=#3366cc>".cut_str($row[is_subject],30,"...")."</font></a></td>";
echo "<td align='right'>".$row3[mb_name]."<br><img src='".$g4['path']."/shop/img".$cart_skin."/star".$star.".gif' border=0></td>";
echo "</tr><tr><td height='1' bgcolor='#cfcfcf' colspan='3'</td></tr>";
}
?></table>
<div style="padding:15px 0 0 0;"><a href="<?php echo G5_SHOP_URL; ?>/itemuselist.php"><img src="/v5/img/review_title.jpg" border="0" /></a></div>
<script src="<?php echo G5_JS_URL; ?>/viewimageresize.js"></script>
<table style="padding-top:13px;" border="0" width="350" cellpadding="0" cellspacing="0">
<?php
$sql = "select * from ".$g5[g5_shop_item_use_table]." where is_confirm = 1 order by is_id desc limit 6 ";
$result = sql_query($sql) or die(sql_error());
for($i=0 ; $row=sql_fetch_array($result); $i++)
{
$sql2 = " select * from ".$g5[g5_shop_item_table]." where it_id = '".$row[it_id]."' ";
$row2 = sql_fetch($sql2);
$sql3 = " select * from ".$g5[member_table]." where mb_id = '".$row[mb_id]."' ";
$row3 = sql_fetch($sql3);
$star = get_star($row[is_score]);
$it_href = G5_SHOP_URL."/item.php?it_id=".$row['it_id']."";
$is_content = get_view_thumbnail(conv_content($row['is_content'], 1), $thumbnail_width);
echo "<tr><td width='50'><a href='".$it_href."'>".get_itemuselist_thumbnail($row['it_id'], $row['is_content'], 50, 50)."</td>";
echo "<td style='padding-left:7px;'><a href='".$it_href."'><b>".$row2[it_name]."</b><br>
<font color=#3366cc>".cut_str($row[is_subject],30,"...")."</font></a></td>";
echo "<td align=right>".$row3[mb_name]."<br><img src='shop/img".$cart_skin."/s_star".$star.".png'></td>";
echo "</tr><tr><td height='1' bgcolor='#cfcfcf' colspan='3'</td></tr>";
}
?>
</table>
영카트4 사용후기를 최근게시글로 가져오는 소스
<div style="padding:15px 0 0 0;"><a href="<?php echo $g4['paht'];?>/shop/itemps.all3.php"><img src="/v5/img/main/review_title.jpg" border="0" /></a></div>
<table style="padding-top:20px;" border="0" width="350" cellpadding="0" cellspacing="0">
<?php
$sql = "select * from ".$g4[yc4_item_ps_table]." where is_confirm = 1 order by is_id desc limit 5 ";
$result = mysql_query($sql) or die(mysql_error());
for($i=0 ; $row=mysql_fetch_array($result); $i++)
{
$sql2 = " select * from ".$g4[yc4_item_table]." where it_id = '$row[it_id]' ";
$row2 = sql_fetch($sql2);
$sql3 = " select * from ".$g4[member_table]." where mb_id = '$row[mb_id]' ";
$row3 = sql_fetch($sql3);
$star = get_star($row[is_score]);
echo "<tr><td width='50'><img src='".$g4['path']."/data/item/".$row[it_id]."_s' width='40'>";
echo "<td><a href='".$g4['path']."/shop/itemps.all3.php'><b>".$row2[it_name]."</b><br>
<font color=#3366cc>".cut_str($row[is_subject],30,"...")."</font></a></td>";
echo "<td align='right'>".$row3[mb_name]."<br><img src='".$g4['path']."/shop/img".$cart_skin."/star".$star.".gif' border=0></td>";
echo "</tr><tr><td height='1' bgcolor='#cfcfcf' colspan='3'</td></tr>";
}
?></table>
댓글 6개
9년 전
감사합니다.
9년 전
오 감사합니다. !!
9년 전
감사합니다. ^^
8년 전
정말 감사드립니다. 모바일 용에 쓰면 딱이네요. :)
8년 전
감사합니다. 사용중 문제 또는 개선사항 있으면 알려주세요
7년 전
잘 사용하겠습니다.감사합니다.
게시판 목록
영카트5 팁자료실
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 431 | 2개월 전 | 130 | ||
| 430 | 2개월 전 | 162 | ||
| 429 | 2개월 전 | 190 | ||
| 428 |
선택과집중
|
2개월 전 | 235 | |
| 427 |
선택과집중
|
2개월 전 | 387 | |
| 426 |
비버팩토리
|
3개월 전 | 358 | |
| 425 |
선택과집중
|
3개월 전 | 263 | |
| 424 |
선택과집중
|
3개월 전 | 392 | |
| 423 |
선택과집중
|
3개월 전 | 364 | |
| 422 |
선택과집중
|
3개월 전 | 330 | |
| 421 |
선택과집중
|
3개월 전 | 382 | |
| 420 | 4개월 전 | 420 | ||
| 419 |
선택과집중
|
4개월 전 | 361 | |
| 418 |
세르반데스
|
4개월 전 | 329 | |
| 417 |
선택과집중
|
4개월 전 | 416 | |
| 416 |
선택과집중
|
4개월 전 | 329 | |
| 415 |
선택과집중
|
4개월 전 | 362 | |
| 414 |
선택과집중
|
5개월 전 | 377 | |
| 413 |
선택과집중
|
5개월 전 | 462 | |
| 412 |
선택과집중
|
6개월 전 | 405 | |
| 411 |
선택과집중
|
6개월 전 | 313 | |
| 410 |
다케미카코
|
8개월 전 | 829 | |
| 409 |
다케미카코
|
8개월 전 | 582 | |
| 408 | 8개월 전 | 566 | ||
| 407 |
|
10개월 전 | 924 | |
| 406 | 11개월 전 | 1016 | ||
| 405 |
|
11개월 전 | 557 | |
| 404 | 1년 전 | 1271 | ||
| 403 | 1년 전 | 742 | ||
| 402 | 1년 전 | 776 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기