Eventuale accesso illecito al sito con scritta

Questo forum è dedicato alle discussioni riguardanti i bug presenti in osCommerceITalia PACK

Moderatore: mod Generali

Rispondi
forallsrl
membro Junior
membro Junior
Messaggi: 19
Iscritto il: 06/08/2009, 12:46

Eventuale accesso illecito al sito con scritta

Messaggio da forallsrl »

Spettabile redazione Oscommerce Italia,
ho il sito www.silvanaccessorimoda.it, questo pomeriggio ho trovato nella pagina di un mio prodotto una frase che non ne conosco l'origine. Era una frase in italiano, quindi postata da qualcuno. Ho provato a cercare nelle recensioni e nessuno avevo recensito nulla. Ho provveduto a risolvere per quanto in mio potere il problema eliminando il prodotto e ritornandolo ad inserire ed eliminando la possibilità di inserire recensioni. Me lo sono ritrovato nel codice html in una tabella
<!-- Also_purchased_products__-->
che dovrebbe essere un modulo di oscommerce (credo)
per favore datemi una mano per capire come evitare che accada di nuovo in futuro e per capire come sia successo tutto questo, se l'errore è stato mio o di qualcuno che è entrato nel sito.
dynamo
membro Master
membro Master
Messaggi: 1976
Iscritto il: 13/11/2007, 17:47
Contatta:

Re: Eventuale accesso illecito al sito con scritta

Messaggio da dynamo »

mmm.... potresti iniziare a postare il codice del tuo product_info.php così lo controlliamo ;)

poi assicurati che i file abbiano come permesso il valore 755 (tramite ftp)
www.vinidimo.it

visitate e criticate se è il caso... solo con le critiche posso migliorarlo ^_^
forallsrl
membro Junior
membro Junior
Messaggi: 19
Iscritto il: 06/08/2009, 12:46

Re: Eventuale accesso illecito al sito con scritta

Messaggio da forallsrl »

codice del file product_info.php



<?php
/*
$Id: product_info.php 1739 2007-12-20 00:52:16Z hpdl $

osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com

Copyright (c) 2003 osCommerce

Released under the GNU General Public License
*/

require('includes/application_top.php');

require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_PRODUCT_INFO);

$product_check_query = tep_db_query("select count(*) as total from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd where p.products_status = '1' and p.products_id = '" . (int)$HTTP_GET_VARS['products_id'] . "' and pd.products_id = p.products_id and pd.language_id = '" . (int)$languages_id . "'");
$product_check = tep_db_fetch_array($product_check_query);
?>

<?php
$product_info_query = tep_db_query("select pd.products_name, p.products_model from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd where p.products_status = '1' and p.products_id = '" . (int)$HTTP_GET_VARS['products_id'] . "' and pd.products_id = p.products_id and pd.language_id = '" . (int)$languages_id . "'");
$product_info = tep_db_fetch_array($product_info_query);
$products_name = $product_info['products_name'];
?>
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">
<html <?php echo HTML_PARAMS; ?>>
<head>
<meta http-equiv="Content-Type" content=""<?php echo 'Acquista in totale sicurezza i nostri prodotti. Aggiungi al carrello: ' . $products_name; ?>">
<title><?php echo TITLE . " - " . $products_name; ?></title>

<base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>">
<link rel="stylesheet" type="text/css" href="stylesheet.css">

<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />
<script type="text/javascript" src="js/prototype.js"></script>
<script type="text/javascript" src="js/scriptaculous.js?load=effects"></script>
<script type="text/javascript" src="js/lightbox.js"></script>
<script language="javascript"><!--
function popupWindow(url) {
window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=150,left=150')
}
//--></script>
</head>
<body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0">
<!-- header //-->
<?php require(DIR_WS_INCLUDES . 'header.php'); ?>
<!-- header_eof //-->

<!-- body //-->
<table border="0" width="100%" cellspacing="3" cellpadding="3">
<tr>
<td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2">
<!-- left_navigation //-->
<?php require(DIR_WS_INCLUDES . 'column_left.php'); ?>
<!-- left_navigation_eof //-->
</table></td>
<!-- body_text //-->
<td width="100%" valign="top"><?php echo tep_draw_form('cart_quantity', tep_href_link(FILENAME_PRODUCT_INFO, tep_get_all_get_params(array('action')) . 'action=add_product')); ?><table border="0" width="100%" cellspacing="0" cellpadding="0">
<?php
if ($product_check['total'] < 1) {
?>
<tr>
<td><?php new infoBox(array(array('text' => TEXT_PRODUCT_NOT_FOUND))); ?></td>
</tr>
<tr>
<td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
</tr>
<tr>
<td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox">
<tr class="infoBoxContents">
<td><table border="0" width="100%" cellspacing="0" cellpadding="2">
<tr>
<td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td>
<td align="right"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image_button('button_continue.gif', IMAGE_BUTTON_CONTINUE) . '</a>'; ?></td>
<td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<?php
} else {
//la query di sotto era oroginariamente senza p.products_weight (questa variabile è stata inserita per richiamare il peso del prodotto attuale e farlo apparire attraverso TEXT_WEIGHT_AVAILABLE

$product_info_query = tep_db_query("select p.products_weight, p.products_id, pd.products_name, pd.products_description, p.products_model, p.products_quantity, p.products_image, pd.products_url, p.products_price, p.products_tax_class_id, p.products_date_added, p.products_date_available, p.manufacturers_id from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd where p.products_status = '1' and p.products_id = '" . (int)$HTTP_GET_VARS['products_id'] . "' and pd.products_id = p.products_id and pd.language_id = '" . (int)$languages_id . "'");
$product_info = tep_db_fetch_array($product_info_query);

tep_db_query("update " . TABLE_PRODUCTS_DESCRIPTION . " set products_viewed = products_viewed+1 where products_id = '" . (int)$HTTP_GET_VARS['products_id'] . "' and language_id = '" . (int)$languages_id . "'");

if ($new_price = tep_get_products_special_price($product_info['products_id'])) {
$products_price = '<s>' . $currencies->display_price($product_info['products_price'], tep_get_tax_rate($product_info['products_tax_class_id'])) . '</s> <span class="productSpecialPrice">' . $currencies->display_price($new_price, tep_get_tax_rate($product_info['products_tax_class_id'])) . '</span>';
} else {
$products_price = $currencies->display_price($product_info['products_price'], tep_get_tax_rate($product_info['products_tax_class_id']));
}

if (tep_not_null($product_info['products_model'])) {
$products_name = $product_info['products_name'] . '<br><span class="smallText">[' . $product_info['products_model'] . ']</span>';
} else {
$products_name = $product_info['products_name'];
}
?>
<tr>
<td><table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td class="pageHeading" valign="top"><?php echo $products_name; ?></td>
<td class="pageHeading" align="right" valign="top"><?php echo $products_price; ?></td>
</tr>
</table></td>
</tr>
<tr>
<td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
</tr>
<tr>
<td class="main">
<?php
if (tep_not_null($product_info['products_image'])) {
?>
<table border="0" cellspacing="0" cellpadding="2" align="right">
<tr>
<td align="center" class="smallText">






<script language="javascript"><!--
document.write('<?php echo '<a href="'. tep_href_link(DIR_WS_IMAGES . $product_info['products_image']) .'" target="_blank" rel="lightbox">' . tep_image(DIR_WS_IMAGES . $product_info['products_image'], addslashes($product_info['products_name']), SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT, 'hspace="5" vspace="5"') . '<br>' . TEXT_CLICK_TO_ENLARGE . '</a>'; ?>');
//--></script>
<noscript>
<?php echo '<a href="' . tep_href_link(DIR_WS_IMAGES . $product_info['products_image']) . '" target="_blank" rel="lightbox">' . tep_image(DIR_WS_IMAGES . $product_info['products_image'], $product_info['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT, 'hspace="5" vspace="5"') . '<br>' . TEXT_CLICK_TO_ENLARGE . '</a>'; ?>
</noscript>
</td>
</tr>



<b><h3><?php
if (($product_info['products_weight']<="0.020"))
{
echo "Questo prodotto viene spedito a 4,30 euro";
}
if (($product_info['products_weight']>="0.021") && ($product_info['products_weight']<="0.050"))
{
echo "Questo prodotto viene spedito a 5,40 euro";
}
if (($product_info['products_weight']>="0.051") && ($product_info['products_weight']<="0.100"))
{
echo "Questo prodotto viene spedito a 5,75 euro";
}
if (($product_info['products_weight']>="0.101") && ($product_info['products_weight']<="0.250"))
{
echo "Questo prodotto viene spedito a 5,95 euro";
}
if (($product_info['products_weight']>="0.251") && ($product_info['products_weight']<="0.350"))
{
echo "Questo prodotto viene spedito a 6,35 euro";
}
if (($product_info['products_weight']>="0.351") && ($product_info['products_weight']<="1.000"))
{
echo "Questo prodotto viene spedito a 8,35 euro";
}
if (($product_info['products_weight']>="1.001") && ($product_info['products_weight']<="2.000"))
{
echo "Questo prodotto viene spedito a 10,85 euro";
}
if (($product_info['products_weight']>="2.001") && ($product_info['products_weight']<="30.000"))
{
echo "Questo prodotto viene spedito con Pacco celere 3 a soli 11,10 euro";
}
if (($product_info['products_weight']>="31.000") && ($product_info['products_weight']<="60.000"))
{
echo "Questo prodotto viene spedito con Pacco celere 3 a soli 22,20 euro";
}
if (($product_info['products_weight']>="2.001") && ($product_info['products_weight']<="30.000"))
{
echo "Questo prodotto viene spedito con Pacco celere 1 (a richiesta) a soli 17,30 euro";
}
if (($product_info['products_weight']>="31.000") && ($product_info['products_weight']<="60.000"))
{
echo "Questo prodotto viene spedito con Pacco celere 1 (a richiesta) a soli 34,60 euro";
}
?>
</b></h3>


<!-- <td class="main"> <br><?php echo TEXT_QTY_AVAILABLE; ?><? if ($product_info['products_quantity']=='0') echo '<span class="errorText"><?php echo TEXT_QTY_UNAVAILABLE; ?></span>';
else echo $product_info['products_quantity']; ?>
</td>
<tr>
<td class="main"><?php echo TEXT_WEIGHT_AVAILABLE; ?><? echo $product_info['products_weight']; ?>0 **<br>** (espresso in Kili/il punto rappresenta la virgola)<br>
</td>
</tr>
<td>
</td>
-->
</table>






<?php
}
?>
<p><?php echo stripslashes($product_info['products_description']); ?></p>
<?php
$products_attributes_query = tep_db_query("select count(*) as total from " . TABLE_PRODUCTS_OPTIONS . " popt, " . TABLE_PRODUCTS_ATTRIBUTES . " patrib where patrib.products_id='" . (int)$HTTP_GET_VARS['products_id'] . "' and patrib.options_id = popt.products_options_id and popt.language_id = '" . (int)$languages_id . "'");
$products_attributes = tep_db_fetch_array($products_attributes_query);
if ($products_attributes['total'] > 0) {
?>

<table border="0" cellspacing="0" cellpadding="2">
<tr>
<td class="main" colspan="2"><?php echo TEXT_PRODUCT_OPTIONS; ?></td>
</tr>
<?php
$products_options_name_query = tep_db_query("select distinct popt.products_options_id, popt.products_options_name from " . TABLE_PRODUCTS_OPTIONS . " popt, " . TABLE_PRODUCTS_ATTRIBUTES . " patrib where patrib.products_id='" . (int)$HTTP_GET_VARS['products_id'] . "' and patrib.options_id = popt.products_options_id and popt.language_id = '" . (int)$languages_id . "' order by popt.products_options_name");
while ($products_options_name = tep_db_fetch_array($products_options_name_query)) {
$products_options_array = array();
$products_options_query = tep_db_query("select pov.products_options_values_id, pov.products_options_values_name, pa.options_values_price, pa.price_prefix from " . TABLE_PRODUCTS_ATTRIBUTES . " pa, " . TABLE_PRODUCTS_OPTIONS_VALUES . " pov where pa.products_id = '" . (int)$HTTP_GET_VARS['products_id'] . "' and pa.options_id = '" . (int)$products_options_name['products_options_id'] . "' and pa.options_values_id = pov.products_options_values_id and pov.language_id = '" . (int)$languages_id . "'");
while ($products_options = tep_db_fetch_array($products_options_query)) {
$products_options_array[] = array('id' => $products_options['products_options_values_id'], 'text' => $products_options['products_options_values_name']);
if ($products_options['options_values_price'] != '0') {
$products_options_array[sizeof($products_options_array)-1]['text'] .= ' (' . $products_options['price_prefix'] . $currencies->display_price($products_options['options_values_price'], tep_get_tax_rate($product_info['products_tax_class_id'])) .') ';
}
}

if (isset($cart->contents[$HTTP_GET_VARS['products_id']]['attributes'][$products_options_name['products_options_id']])) {
$selected_attribute = $cart->contents[$HTTP_GET_VARS['products_id']]['attributes'][$products_options_name['products_options_id']];
} else {
$selected_attribute = false;
}
?>
<tr>
<td class="main"><?php echo $products_options_name['products_options_name'] . ':'; ?></td>
<td class="main"><?php echo tep_draw_pull_down_menu('id[' . $products_options_name['products_options_id'] . ']', $products_options_array, $selected_attribute); ?></td>
</tr>
<?php
}
?>
</table>
<?php
}
?>
</td>
</tr>
<tr>
<td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
</tr>
<?php
$reviews_query = tep_db_query("select count(*) as count from " . TABLE_REVIEWS . " where products_id = '" . (int)$HTTP_GET_VARS['products_id'] . "'");
$reviews = tep_db_fetch_array($reviews_query);
if ($reviews['count'] > 0) {
?>
<tr>
<td class="main"><?php echo TEXT_CURRENT_REVIEWS . ' ' . $reviews['count']; ?></td>
</tr>
<tr>
<td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
</tr>
<?php
}

if (tep_not_null($product_info['products_url'])) {
?>
<tr>
<td class="main"><?php echo sprintf(TEXT_MORE_INFORMATION, tep_href_link(FILENAME_REDIRECT, 'action=url&goto=' . urlencode($product_info['products_url']), 'NONSSL', true, false)); ?></td>
</tr>
<tr>
<td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
</tr>
<?php
}

if ($product_info['products_date_available'] > date('Y-m-d H:i:s')) {
?>
<tr>
<td align="center" class="smallText"><?php echo sprintf(TEXT_DATE_AVAILABLE, tep_date_long($product_info['products_date_available'])); ?></td>
</tr>
<?php
} else {
?>
<tr>
<td align="center" class="smallText"><?php echo sprintf(TEXT_DATE_ADDED, tep_date_long($product_info['products_date_added'])); ?></td>
</tr>
<?php
}
?>
<?
if (DISPLAY_EXTRA_IMAGES == 'true'){
if ($product_check['total'] >= 1) {
include (DIR_WS_INCLUDES . 'products_extra_images.php');
}
}
?>
<tr>
<td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
</tr>
<tr>
<td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox">
<tr class="infoBoxContents">
<td><table border="0" width="100%" cellspacing="0" cellpadding="2">
<tr>
<td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td>
<td class="main"><?php echo '<a href="' . tep_href_link(FILENAME_PRODUCT_REVIEWS, tep_get_all_get_params()) . '">' . tep_image_button('button_reviews.gif', IMAGE_BUTTON_REVIEWS) . '</a>'; ?></td>
<td class="main" align="right"><?php echo tep_draw_hidden_field('products_id', $product_info['products_id']) . tep_image_submit('button_in_cart.gif', IMAGE_BUTTON_IN_CART); ?></td>
<td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
</tr>
<tr>
<td>

<?php
if ((USE_CACHE == 'true') && empty($SID)) {
echo tep_cache_also_purchased(3600);
} else {
include(DIR_WS_MODULES . FILENAME_ALSO_PURCHASED_PRODUCTS);
}
}
?>
</td>
</tr>
<tr><td>

</td></tr>

</table></form></td>
<!-- body_text_eof //-->
<td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2">
<!-- right_navigation //-->
<?php require(DIR_WS_INCLUDES . 'column_right.php'); ?>
<!-- right_navigation_eof //-->
</table></td>
</tr>
</table>
<!-- body_eof //-->

<!-- footer //-->
<?php require(DIR_WS_INCLUDES . 'footer.php'); ?>
<!-- footer_eof //-->
<br>
</body>
</html>
<?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?>
forallsrl
membro Junior
membro Junior
Messaggi: 19
Iscritto il: 06/08/2009, 12:46

Re: Eventuale accesso illecito al sito con scritta

Messaggio da forallsrl »

la root principale già era settata a permesso 755
dynamo
membro Master
membro Master
Messaggi: 1976
Iscritto il: 13/11/2007, 17:47
Contatta:

Re: Eventuale accesso illecito al sito con scritta

Messaggio da dynamo »

il codice di questo file mi sembra corretto senza infiltrazioni...

tu avevi risocntrato nel file also_purchased_products? prova a postare anche questo...


PS: usa i tag code per inserire il codice così il post non diventa chilometrico :mrgreen:
www.vinidimo.it

visitate e criticate se è il caso... solo con le critiche posso migliorarlo ^_^
forallsrl
membro Junior
membro Junior
Messaggi: 19
Iscritto il: 06/08/2009, 12:46

Re: Eventuale accesso illecito al sito con scritta

Messaggio da forallsrl »

<p><code>
<?php
/*
$Id: also_purchased_products.php 1739 2007-12-20 00:52:16Z hpdl $

osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com

Copyright (c) 2003 osCommerce

Released under the GNU General Public License
*/

if (isset($HTTP_GET_VARS['products_id'])) {
$orders_query = tep_db_query("select p.products_id, p.products_image from " . TABLE_ORDERS_PRODUCTS . " opa, " . TABLE_ORDERS_PRODUCTS . " opb, " . TABLE_ORDERS . " o, " . TABLE_PRODUCTS . " p where opa.products_id = '" . (int)$HTTP_GET_VARS['products_id'] . "' and opa.orders_id = opb.orders_id and opb.products_id != '" . (int)$HTTP_GET_VARS['products_id'] . "' and opb.products_id = p.products_id and opb.orders_id = o.orders_id and p.products_status = '1' group by p.products_id order by o.date_purchased desc limit " . MAX_DISPLAY_ALSO_PURCHASED);
$num_products_ordered = tep_db_num_rows($orders_query);
if ($num_products_ordered >= MIN_DISPLAY_ALSO_PURCHASED) {
?>
<!-- also_purchased_products //-->
<?php
$info_box_contents = array();
$info_box_contents[] = array('text' => TEXT_ALSO_PURCHASED_PRODUCTS);

new contentBoxHeading($info_box_contents);

$row = 0;
$col = 0;
$info_box_contents = array();
while ($orders = tep_db_fetch_array($orders_query)) {
$orders['products_name'] = tep_get_products_name($orders['products_id']);
$info_box_contents[$row][$col] = array('align' => 'center',
'params' => 'class="smallText" width="33%" valign="top"',
'text' => '<a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $orders['products_id']) . '">' . tep_image(DIR_WS_IMAGES . $orders['products_image'], $orders['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT) . '</a><br><a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $orders['products_id']) . '">' . $orders['products_name'] . '</a>');

$col ++;
if ($col > 2) {
$col = 0;
$row ++;
}
}

new contentBox($info_box_contents);
?>
<!-- also_purchased_products_eof //-->
<?php
}
}
?></code></p>
dynamo
membro Master
membro Master
Messaggi: 1976
Iscritto il: 13/11/2007, 17:47
Contatta:

Re: Eventuale accesso illecito al sito con scritta

Messaggio da dynamo »

mah anche questo mi pare pulito... non so cosa ti sia successo... la prossima volta (spero di no) fai uno screen così possiamo vedere...


PS: il tag code lo dovevi usare qui sul forum ;) c'è la voce code dopo quote :P
www.vinidimo.it

visitate e criticate se è il caso... solo con le critiche posso migliorarlo ^_^
forallsrl
membro Junior
membro Junior
Messaggi: 19
Iscritto il: 06/08/2009, 12:46

Re: Eventuale accesso illecito al sito con scritta

Messaggio da forallsrl »

Se vuoi ti posso postare il codice sorgente della pagina html del prodotto con il problema all'interno:
dynamo
membro Master
membro Master
Messaggi: 1976
Iscritto il: 13/11/2007, 17:47
Contatta:

Re: Eventuale accesso illecito al sito con scritta

Messaggio da dynamo »

posta posta ;)
www.vinidimo.it

visitate e criticate se è il caso... solo con le critiche posso migliorarlo ^_^
forallsrl
membro Junior
membro Junior
Messaggi: 19
Iscritto il: 06/08/2009, 12:46

Re: Eventuale accesso illecito al sito con scritta

Messaggio da forallsrl »

Codice: Seleziona tutto

<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="LTR" lang="it">
<head>
<meta http-equiv="Content-Type" content=""Acquista in totale sicurezza i nostri prodotti. Aggiungi al carrello: CERCHIETTO ALVIERO MARTINI">
<title>Silvana Accessori Moda - CERCHIETTO ALVIERO MARTINI</title>

<base href="http://www.silvanaccessorimoda.it/">
<link rel="stylesheet" type="text/css" href="stylesheet.css">

<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />
<script type="text/javascript" src="js/prototype.js"></script>
<script type="text/javascript" src="js/scriptaculous.js?load=effects"></script>
<script type="text/javascript" src="js/lightbox.js"></script>

<script language="javascript"><!--
function popupWindow(url) {
  window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=150,left=150')
}
//--></script>
</head>
<body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0">
<!-- header //-->

<center>




<!--<object>
  <embed src="http://www.silvanaccessorimoda.it/musicaa.mp3" autostart="true" hidden="true" loop="true">
</object>-->

<table border="0" cellpadding="0" cellspacing="0" width="850">
<!-- fwtable fwsrc="osc9.png" fwpage="Page 1" fwbase="osc9.jpg" fwstyle="Dreamweaver" fwdocid = "392652636" fwnested="1" -->
  <tr>

   <td><img name="osc9_r1_c1" src="images/osc9_r1_c1.png" width="151" height="241" border="0" id="osc9_r1_c1" alt="" /></td>
   <td><table align="left" border="0" cellpadding="0" cellspacing="0" width="699">
	  <tr>
	   <td><img name="osc9_r1_c2" src="images/osc9_r1_c2.png" width="699" height="54" border="0" id="osc9_r1_c2" alt="" /></td>
	  </tr>
	  <tr>
	   <td><table align="left" border="0" cellpadding="0" cellspacing="0" width="699">
		  <tr>
		   <td><table align="left" border="0" cellpadding="0" cellspacing="0" width="136">

			  <tr>
			   <td><a href="index.php"><img name="osc9_r2_c2" src="images/osc9_r2_c2.png" width="136" height="31" border="0" id="osc9_r2_c2" alt="" /></a></td>
			  </tr>
			  <tr>
			   <td><a href="specials.php"><img name="osc9_r3_c2" src="images/osc9_r3_c2.png" width="136" height="32" border="0" id="osc9_r3_c2" alt="" /></a></td>
			  </tr>
			  <tr>
			   <td><a href="login.php"><img name="osc9_r4_c2" src="images/osc9_r4_c2.png" width="136" height="26" border="0" id="osc9_r4_c2" alt="" /></a></td>
			  </tr>

			  <tr>
			   <td><a href="privacy.php"><img name="osc9_r5_c2" src="images/osc9_r5_c2.png" width="136" height="32" border="0" id="osc9_r5_c2" alt="" /></a></td>
			  </tr>
			  <tr>
			   <td><a href="contact_us.php"><img name="osc9_r6_c2" src="images/osc9_r6_c2.png" width="136" height="32" border="0" id="osc9_r6_c2" alt="" /></a></td>
			  </tr>
			</table></td>
		   <td background="images/osc9_r2_c3.png" width="232" height="153"">

		  		   		<a href="http://www.silvanaccessorimoda.it/index.php"><img src="images/store_logo.png" border="0" alt="Silvana Accessori Moda" title=" Silvana Accessori Moda " width="563" height="140"></a>

		   	</td>
		   <td><img name="osc9_r2_c4" src="images/osc9_r2_c4.png" width="331" height="153" border="0" id="osc9_r2_c4" alt="" /></td>
		  </tr>
		</table></td>
	  </tr>
	  <tr>
	   <td><img name="osc9_r7_c2" src="images/osc9_r7_c2.png" width="699" height="34" border="0" id="osc9_r7_c2" alt="" /></td>

	  </tr>
	</table></td>
  </tr>
</table>



<table border="0" width="815" cellspacing="0" cellpadding="0" class='maintable'>
<tr><td>




<table border="0" width="850" cellspacing="0" cellpadding="1">

  <tr class="headerNavigation">
    <td class="headerNavigation">  <a href="http://www.silvanaccessorimoda.it" class="headerNavigation">Home Page</a> » <a href="http://www.silvanaccessorimoda.it/index.php" class="headerNavigation">Catalogo</a> » <a href="http://www.silvanaccessorimoda.it/index.php?cPath=24" class="headerNavigation">Cerchietti e Fermagli</a> » <a href="http://www.silvanaccessorimoda.it/product_info.php?cPath=24&products_id=57" class="headerNavigation">CERCHIETTO A</a></td>
    <td align="right" class="headerNavigation"><a href="http://www.silvanaccessorimoda.it/account.php" class="headerNavigation">Il mio account</a>  |  <a href="http://www.silvanaccessorimoda.it/shopping_cart.php" class="headerNavigation">Cosa c'è nel carrello</a>  |  <a href="http://www.silvanaccessorimoda.it/checkout_shipping.php" class="headerNavigation">Acquista</a>   </td>

  </tr>
</table>

<!-- header_eof //-->

<!-- body //-->
<table border="0" width="100%" cellspacing="3" cellpadding="3">
  <tr>
    <td width="125" valign="top"><table border="0" width="125" cellspacing="0" cellpadding="2">
<!-- left_navigation //-->
<tr><td>
<div class="columnleftdiv">
<table >




<!-- categories //-->
          <tr>
            <td>

<!-- javascript enabled DTHML menu //-->
<script language="JavaScript" src="external/jscookmenu/jscookmenu.js"></script>
<link rel="stylesheet" href="external/jscookmenu/themeie/theme.css" type="text/css">
<script language="javascript" src="external/jscookmenu/themeie/theme.js"></script>

<table border="0" width="100%" cellspacing="0" cellpadding="0">
  <tr>
    <td height="14" class="infoBoxHeading"><img src="images/infobox/corner_left.gif" border="0" alt="" width="11" height="14"></td>
    <td width="100%" height="14" class="infoBoxHeading">Categorie</td>
    <td height="14" class="infoBoxHeading" nowrap><img src="images/pixel_trans.gif" border="0" alt="" width="11" height="14"></td>
  </tr>
</table>

<script language="JavaScript" type="text/javascript">
<!--
var menuID =
[
 ['', 'Borse', 'http://www.silvanaccessorimoda.it/index.php?cPath=21', null, null],
 ['', 'Cinture Uomo', 'http://www.silvanaccessorimoda.it/index.php?cPath=22', null, null],
 ['', 'Bigiotteria', 'http://www.silvanaccessorimoda.it/index.php?cPath=43', null, null],
 ['', 'Portafogli', 'http://www.silvanaccessorimoda.it/index.php?cPath=23', null, null],
 ['', 'Cerchietti e Fermagli', 'http://www.silvanaccessorimoda.it/index.php?cPath=24', null, null],
 ['', 'Cosmetica', 'http://www.silvanaccessorimoda.it/index.php?cPath=25', null, null,
  ['', 'Max Factor', 'http://www.silvanaccessorimoda.it/index.php?cPath=25_37', null, null],
  ['', 'L\'Oreal Paris', 'http://www.silvanaccessorimoda.it/index.php?cPath=25_38', null, null],
  ['', 'Altre Marche', 'http://www.silvanaccessorimoda.it/index.php?cPath=25_40', null, null]
 ],
 ['', 'Sciarpe', 'http://www.silvanaccessorimoda.it/index.php?cPath=26', null, null],
 ['', 'Foulards', 'http://www.silvanaccessorimoda.it/index.php?cPath=27', null, null],
 ['', 'Accessori Uomo', 'http://www.silvanaccessorimoda.it/index.php?cPath=28', null, null],
 ['', 'Profumi Uomo', 'http://www.silvanaccessorimoda.it/index.php?cPath=29', null, null],
 ['', 'Profumi Donna', 'http://www.silvanaccessorimoda.it/index.php?cPath=30', null, null],
 ['', 'Beauty & Pochette - Idee Regalo', 'http://www.silvanaccessorimoda.it/index.php?cPath=31', null, null],
 ['', 'Intimo e Costumi', 'http://www.silvanaccessorimoda.it/index.php?cPath=32', null, null],
 ['', 'L\'angolo delle occasioni', 'http://www.silvanaccessorimoda.it/index.php?cPath=33', null, null],
 ['', 'Cinture Donna', 'http://www.silvanaccessorimoda.it/index.php?cPath=34', null, null],
 ['', 'Altro', 'http://www.silvanaccessorimoda.it/index.php?cPath=35', null, null]
];
//-->
</script>

<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">
  <tr>
    <td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents">
  <tr>
    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
  </tr>
  <tr>
    <td class="boxText"><div id="mainmenu"></div></td>
  </tr>

  <tr>
    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
  </tr>
</table>
</td>
  </tr>
</table>

<script language="JavaScript" type="text/javascript">
<!--
  cmDraw('mainmenu', menuID, 'vbr', cmThemeIE, 'themeie');
//-->
</script>
<!-- javascript enabled DTHML menu eof //-->

            </td>

          </tr>
<!-- categories_eof //-->
<!-- manufacturers //-->
          <tr>
            <td>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
  <tr>
    <td height="14" class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt="" width="11" height="14"></td>
    <td width="100%" height="14" class="infoBoxHeading">Produttori</td>
    <td height="14" class="infoBoxHeading" nowrap><img src="images/pixel_trans.gif" border="0" alt="" width="11" height="14"></td>

  </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">
  <tr>
    <td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents">
  <tr>
    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
  </tr>
  <tr>
    <td class="boxText"><form name="manufacturers" action="http://www.silvanaccessorimoda.it/index.php" method="get"><select name="manufacturers_id" onChange="this.form.submit();" size="1" style="width: 100%"><option value="" SELECTED>Selezionare</option><option value="11">Almaplena</option><option value="10">Alviero Martini..</option><option value="13">Benetton</option><option value="17">blugirl by blum..</option><option value="14">L'Oreal</option><option value="12">Lacoste</option><option value="16">max factor</option><option value="18">moschino</option></select></form></td>

  </tr>
  <tr>
    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
  </tr>
</table>
</td>
  </tr>
</table>
            </td>
          </tr>

<!-- manufacturers_eof //-->
<!-- specials //-->
          <tr>
            <td>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
  <tr>
    <td height="14" class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt="" width="11" height="14"></td>
    <td width="100%" height="14" class="infoBoxHeading">Offerte</td>
    <td height="14" class="infoBoxHeading" nowrap><a href="http://www.silvanaccessorimoda.it/specials.php"><img src="images/infobox/arrow_right.gif" border="0" alt="Altro" title=" Altro " width="12" height="10"></a><img src="images/pixel_trans.gif" border="0" alt="" width="11" height="14"></td>
  </tr>

</table>
<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">
  <tr>
    <td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents">
  <tr>
    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
  </tr>
  <tr>
    <td align="center" class="boxText"><a href="http://www.silvanaccessorimoda.it/product_info.php?products_id=248"><img src="images/LACOSTE 2010 007.JPG" border="0" alt="Borsa Lacoste Modello lannette media" title=" Borsa Lacoste Modello lannette media " width="200" height="160"></a><br><a href="http://www.silvanaccessorimoda.it/product_info.php?products_id=248">Borsa Lacoste Modello lannette media</a><br><s>80.00EUR</s><br><span class="productSpecialPrice">55.00EUR</span></td>

  </tr>
  <tr>
    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
  </tr>
</table>
</td>
  </tr>
</table>
            </td>
          </tr>

<!-- specials_eof //-->
<!-- search //-->
          <tr>
            <td>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
  <tr>
    <td height="14" class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt="" width="11" height="14"></td>
    <td width="100%" height="14" class="infoBoxHeading">Ricerca veloce</td>
    <td height="14" class="infoBoxHeading" nowrap><img src="images/pixel_trans.gif" border="0" alt="" width="11" height="14"></td>
  </tr>

</table>
<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">
  <tr>
    <td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents">
  <tr>
    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
  </tr>
  <tr>
    <td align="center" class="boxText"><form name="quick_find" action="http://www.silvanaccessorimoda.it/advanced_search_result.php" method="get"><input type="text" name="keywords" size="10" maxlength="30" style="width: 95px"> <input type="image" src="includes/languages/italian/images/buttons/button_quick_find.gif" border="0" alt="Ricerca veloce" title=" Ricerca veloce "><br>Usa parole chiave per trovare il prodotto<br><a href="http://www.silvanaccessorimoda.it/advanced_search.php"><b>Ricerca avanzata</b></a></form></td>

  </tr>
  <tr>
    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
  </tr>
</table>
</td>
  </tr>
</table>
            </td>
          </tr>

<!-- search_eof //-->
<!-- information //-->
          <tr>
            <td>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
  <tr>
    <td height="14" class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt="" width="11" height="14"></td>
    <td width="100%" height="14" class="infoBoxHeading">Informazioni</td>
    <td height="14" class="infoBoxHeading" nowrap><img src="images/pixel_trans.gif" border="0" alt="" width="11" height="14"></td>
  </tr>

</table>
<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">
  <tr>
    <td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents">
  <tr>
    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
  </tr>
  <tr>
    <td class="boxText"><a href="http://www.silvanaccessorimoda.it/shipping.php">Chi siamo & Dove siamo</a><br><a href="http://www.silvanaccessorimoda.it/privacy.php">Pagamenti e Spedizioni</a><br><a href="http://www.silvanaccessorimoda.it/conditions.php">Condizioni di Vendita</a><br><a href="http://www.silvanaccessorimoda.it/contact_us.php">Contattaci</a><br><a href="http://www.silvanaccessorimoda.it/sitemap.php">Sitemap</a></td>

  </tr>
  <tr>
    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
  </tr>
</table>
</td>
  </tr>
</table>
            </td>
          </tr>

<!-- information_eof //-->

<!-- shopping_cart //-->
          <tr>
            <td>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
  <tr>
    <td height="14" class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt="" width="11" height="14"></td>
    <td width="100%" height="14" class="infoBoxHeading">Carrello spesa</td>
    <td height="14" class="infoBoxHeading" nowrap><a href="http://www.silvanaccessorimoda.it/shopping_cart.php"><img src="images/infobox/arrow_right.gif" border="0" alt="Altro" title=" Altro " width="12" height="10"></a><img src="images/infobox/corner_right.gif" border="0" alt="" width="11" height="14"></td>

  </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">
  <tr>
    <td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents">
  <tr>
    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
  </tr>
  <tr>
    <td class="boxText">0 prodotti ...è vuoto</td>

  </tr>
  <tr>
    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
  </tr>
</table>
</td>
  </tr>
</table>
            </td>
          </tr>

<!-- shopping_cart_eof //-->
<!-- manufacturer_info //-->
          <tr>
            <td>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
  <tr>
    <td height="14" class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt="" width="11" height="14"></td>
    <td width="100%" height="14" class="infoBoxHeading">Info sul produttore</td>
    <td height="14" class="infoBoxHeading" nowrap><img src="images/pixel_trans.gif" border="0" alt="" width="11" height="14"></td>
  </tr>

</table>
<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">
  <tr>
    <td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents">
  <tr>
    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
  </tr>
  <tr>
    <td class="boxText"><table border="0" width="100%" cellspacing="0" cellpadding="0"><tr><td align="center" class="infoBoxContents" colspan="2"><img src="images/Senza-titolo-2.jpg" border="0" alt="Alviero Martini 1° classe" title=" Alviero Martini 1° classe " width="188" height="109"></td></tr><tr><td valign="top" class="infoBoxContents">- </td><td valign="top" class="infoBoxContents"><a href="http://www.silvanaccessorimoda.it/index.php?manufacturers_id=10">Altri prodotti</a></td></tr></table></td>

  </tr>
  <tr>
    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
  </tr>
</table>
</td>
  </tr>
</table>
            </td>
          </tr>

<!-- manufacturer_info_eof //-->
<!-- notifications //-->
          <tr>
            <td>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
  <tr>
    <td height="14" class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt="" width="11" height="14"></td>
    <td width="100%" height="14" class="infoBoxHeading">Comunicazioni</td>
    <td height="14" class="infoBoxHeading" nowrap><a href="http://www.silvanaccessorimoda.it/account_notifications.php"><img src="images/infobox/arrow_right.gif" border="0" alt="Altro" title=" Altro " width="12" height="10"></a><img src="images/pixel_trans.gif" border="0" alt="" width="11" height="14"></td>
  </tr>

</table>
<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">
  <tr>
    <td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents">
  <tr>
    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
  </tr>
  <tr>
    <td class="boxText"><table border="0" cellspacing="0" cellpadding="2"><tr><td class="infoBoxContents"><a href="http://www.silvanaccessorimoda.it/product_info.php?cPath=24&products_id=57&action=notify"><img src="images/box_products_notifications.gif" border="0" alt="Comunicazioni" title=" Comunicazioni " width="50" height="50"></a></td><td class="infoBoxContents"><a href="http://www.silvanaccessorimoda.it/product_info.php?cPath=24&products_id=57&action=notify">Comunica gli aggiornamenti di<b>CERCHIETTO ALVIERO MARTINI</b></a></td></tr></table></td>

  </tr>
  <tr>
    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
  </tr>
</table>
</td>
  </tr>
</table>
            </td>
          </tr>

<!-- notifications_eof //-->
<!-- tell_a_friend //-->
          <tr>
            <td>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
  <tr>
    <td height="14" class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt="" width="11" height="14"></td>
    <td width="100%" height="14" class="infoBoxHeading">Dillo ad un amico</td>
    <td height="14" class="infoBoxHeading" nowrap><img src="images/pixel_trans.gif" border="0" alt="" width="11" height="14"></td>
  </tr>

</table>
<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">
  <tr>
    <td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents">
  <tr>
    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
  </tr>
  <tr>
    <td align="center" class="boxText"><form name="tell_a_friend" action="http://www.silvanaccessorimoda.it/tell_a_friend.php" method="get"><input type="text" name="to_email_address" size="10"> <input type="image" src="includes/languages/italian/images/buttons/button_tell_a_friend.gif" border="0" alt="Dillo ad un amico" title=" Dillo ad un amico "><input type="hidden" name="products_id" value="57"><br>Invia questa pagina ad un amico.</form></td>

  </tr>
  <tr>
    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
  </tr>
</table>
</td>
  </tr>
</table>
            </td>
          </tr>

<!-- tell_a_friend_eof //-->
<!-- reviews //-->
          <tr>
            <td>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
  <tr>
    <td height="14" class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt="" width="11" height="14"></td>
    <td width="100%" height="14" class="infoBoxHeading">Recensioni</td>
    <td height="14" class="infoBoxHeading" nowrap><a href="http://www.silvanaccessorimoda.it/reviews.php"><img src="images/infobox/arrow_right.gif" border="0" alt="Altro" title=" Altro " width="12" height="10"></a><img src="images/pixel_trans.gif" border="0" alt="" width="11" height="14"></td>
  </tr>

</table>
<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">
  <tr>
    <td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents">
  <tr>
    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
  </tr>
  <tr>
    <td class="boxText"><table border="0" cellspacing="0" cellpadding="2"><tr><td class="infoBoxContents"><a href="http://www.silvanaccessorimoda.it/product_reviews_write.php?products_id=57"><img src="images/box_write_review.gif" border="0" alt="Scrivi una recensione" title=" Scrivi una recensione " width="50" height="50"></a></td><td class="infoBoxContents"><a href="http://www.silvanaccessorimoda.it/product_reviews_write.php?products_id=57">Scrivi una recensione su questo prodotto!</a></td></tr></table></td>

  </tr>
  <tr>
    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
  </tr>
</table>
</td>
  </tr>
</table>
            </td>
          </tr>

<!-- reviews_eof //-->





</table>


</div>

</td><tr>
<!-- left_navigation_eof //-->
    </table></td>
<!-- body_text //-->
    <td width="100%" valign="top"><form name="cart_quantity" action="http://www.silvanaccessorimoda.it/product_info.php?cPath=24&products_id=57&action=add_product" method="post"><table border="0" width="100%" cellspacing="0" cellpadding="0">

      <tr>
        <td><table border="0" width="100%" cellspacing="0" cellpadding="0">
          <tr>
            <td class="pageHeading" valign="top">CERCHIETTO ALVIERO MARTINI<br><span class="smallText">[CERCHIETTO A]</span></td>
            <td class="pageHeading" align="right" valign="top">18.00EUR</td>
          </tr>
        </table></td>

      </tr>
      <tr>
        <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td>
      </tr>
      <tr>
        <td class="main">
          <table border="0" cellspacing="0" cellpadding="2" align="right">
            <tr>
              <td align="center" class="smallText">






<script language="javascript"><!--
document.write('<a href="http://www.silvanaccessorimoda.it/images/alviero martini prima classe 003.JPG"  target="_blank" rel="lightbox"><img src="images/alviero martini prima classe 003.JPG" border="0" alt="CERCHIETTO ALVIERO MARTINI" title=" CERCHIETTO ALVIERO MARTINI " width="200" height="160" hspace="5" vspace="5"><br>Clicca per ingrandire</a>');
//--></script>
<noscript>
<a href="http://www.silvanaccessorimoda.it/images/alviero martini prima classe 003.JPG" target="_blank" rel="lightbox"><img src="images/alviero martini prima classe 003.JPG" border="0" alt="CERCHIETTO ALVIERO MARTINI" title=" CERCHIETTO ALVIERO MARTINI " width="200" height="160" hspace="5" vspace="5"><br>Clicca per ingrandire</a></noscript>
              </td>
            </tr>



             <b><h3>Questo prodotto viene spedito a 5,95 euro                </b></h3>


               <!-- <td class="main"> <br>Quantità disponibile:<span class="errorText"><?php echo TEXT_QTY_UNAVAILABLE; ?></span>               </td>
                <tr>
               <td class="main">Peso prodotto : 0.250 **<br>** (espresso in Kili/il punto rappresenta la virgola)<br>
               </td>
               </tr>
               <td>
              </td>
              -->
               </table>






          <p>CERCHIETTO PER CAPELLI ALVIERO MARTINI PRIMA CLASSE</p>

        </td>
      </tr>
      <tr>
        <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td>
      </tr>
      <tr>
        <td align="center" class="smallText">Questo prodotto è stato aggiunto al nostro catalogo il giovedì 01 ottobre, 2009.</td>
      </tr>

      <tr>
        <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td>
      </tr>
      <tr>
        <td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox">
          <tr class="infoBoxContents">
            <td><table border="0" width="100%" cellspacing="0" cellpadding="2">
              <tr>
                <td width="10"><img src="images/pixel_trans.gif" border="0" alt="" width="10" height="1"></td>

                <td class="main"><a href="http://www.silvanaccessorimoda.it/product_reviews.php?cPath=24&products_id=57"><img src="includes/languages/italian/images/buttons/button_reviews.gif" border="0" alt="Recensioni" title=" Recensioni " width="100" height="22"></a></td>
                <td class="main" align="right"><input type="hidden" name="products_id" value="57"><input type="image" src="includes/languages/italian/images/buttons/button_in_cart.gif" border="0" alt="Aggiungi al carrello" title=" Aggiungi al carrello "></td>
                <td width="10"><img src="images/pixel_trans.gif" border="0" alt="" width="10" height="1"></td>
              </tr>
            </table></td>
          </tr>
        </table></td>
      </tr>
      <tr>

        <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td>
      </tr>
      <tr>
        <td>

<!-- also_purchased_products //-->
<table border="0" width="100%" cellspacing="0" cellpadding="0">
  <tr>
    <td height="14" class="infoBoxHeading"><img src="images/infobox/corner_left.gif" border="0" alt="" width="11" height="14"></td>
    <td height="14" class="infoBoxHeading" width="100%">I clienti che hanno questo preso quest prodotto lo hanno anche comprato?????</td>

    <td height="14" class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt="" width="11" height="14"></td>
  </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">
  <tr>
    <td><table border="0" width="100%" cellspacing="0" cellpadding="4" class="infoBoxContents">
  <tr>
    <td align="center" class="smallText" width="33%" valign="top"><a href="http://www.silvanaccessorimoda.it/product_info.php?products_id=123"><img src="images/alviero martini prima classe 095.JPG" border="0" alt="CERCHIETTO ALVIERO MARTINI PRIMA CLASSE ROSSO GRANDE" title=" CERCHIETTO ALVIERO MARTINI PRIMA CLASSE ROSSO GRANDE " width="200" height="160"></a><br><a href="http://www.silvanaccessorimoda.it/product_info.php?products_id=123">CERCHIETTO ALVIERO MARTINI PRIMA CLASSE ROSSO GRANDE</a></td>
  </tr>

</table>
</td>
  </tr>
</table>
<!-- also_purchased_products_eof //-->
        </td>
      </tr>
      <tr><td>

                </td></tr>

    </table></form></td>

<!-- body_text_eof //-->
    <td width="125" valign="top"><table border="0" width="125" cellspacing="0" cellpadding="2">
<!-- right_navigation //-->
<tr><td>
<div class="columnleftdiv">
<table >







</table>


</div>

</td><tr><!-- right_navigation_eof //-->
    </table></td>
  </tr>
</table>
<!-- body_eof //-->

<!-- footer //-->
</td></tr></table>


<table border="0"  cellspacing="0" cellpadding="1" class='footertable' >
  <tr class="footer">

    <td class="footer">  martedì 09 febbraio, 2010  </td>
    <td align="right" class="footer">  30607 visite da mercoledì 09 settembre, 2009  



<p>

Silvana Accessori moda<br>Sede Negozio: Piazza Garibaldi<br> 80047 - San Giuseppe Vesuviano (Napoli)<br>Tel 081 3624226 - cell 334 8375498<br>email: profumeria_silvana@libero.it - ultimamoda09@live.it<br>P.IVA IT06463721214<br></br><img src="/pagamenti_accettati.jpg"></img><br></br><img src="/marchi_trattati.jpg"></img> <p>




</td>
  </tr>
</table>

</center>

</div><!-- footer_eof //-->
<br>
</body>
</html>
dynamo
membro Master
membro Master
Messaggi: 1976
Iscritto il: 13/11/2007, 17:47
Contatta:

Re: Eventuale accesso illecito al sito con scritta

Messaggio da dynamo »

qual'è il testo incriminato?
www.vinidimo.it

visitate e criticate se è il caso... solo con le critiche posso migliorarlo ^_^
forallsrl
membro Junior
membro Junior
Messaggi: 19
Iscritto il: 06/08/2009, 12:46

Re: Eventuale accesso illecito al sito con scritta

Messaggio da forallsrl »

il testo incriminato è il seguente:

<td height="14" class="infoBoxHeading"><img src="images/infobox/corner_left.gif" border="0" alt="" width="11" height="14"></td>
<td height="14" class="infoBoxHeading" width="100%">I clienti che hanno questo preso quest prodotto lo hanno anche comprato?????</td>

<td height="14" class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt="" width="11" height="14"></td>

per la precisione: I clienti che hanno questo preso quest prodotto lo hanno anche comprato?????
dynamo
membro Master
membro Master
Messaggi: 1976
Iscritto il: 13/11/2007, 17:47
Contatta:

Re: Eventuale accesso illecito al sito con scritta

Messaggio da dynamo »

:S ma quello non è un "testo incriminato"

è una funziona di osc...

praticamente osc con il modulo also_purchased_products fa vedere quali altri prodotti sono stati acquistati con quello che si sta visualizzando in product_info... se vuoi cambiare il testo devi andare a modificare il file catalog/includes/languages/italian/products_info.php e la voce da modificare è TEXT_ALSO_PURCHASED_PRODUCTS

se invece non ti interessa far vedere cosa hanno comprato gli altri utenti basta commentare

Codice: Seleziona tutto

if ((USE_CACHE == 'true') && empty($SID)) {
echo tep_cache_also_purchased(3600);
} else {
include(DIR_WS_MODULES . FILENAME_ALSO_PURCHASED_PRODUCTS);
}
www.vinidimo.it

visitate e criticate se è il caso... solo con le critiche posso migliorarlo ^_^
Avatar utente
marcus
membro Master
membro Master
Messaggi: 1619
Iscritto il: 04/12/2003, 1:00
Contatta:

Re: Eventuale accesso illecito al sito con scritta

Messaggio da marcus »

forallsrl ha scritto:il testo incriminato è il seguente:



per la precisione: I clienti che hanno questo preso quest prodotto lo hanno anche comprato?????
Tranquillo ...

Trattasi solo di pessima traduzione :D

Saluti
Marcus
Nuovo pacchetto osCommercePRO (osCPRO) + Modulo Interfacciamento Gestionale Danea.
Visita la demo: http://oscpro.oscommercedev.com/index.php
Onofrio
membro Junior
membro Junior
Messaggi: 11
Iscritto il: 14/03/2010, 0:08
Contatta:

Re: Eventuale accesso illecito al sito con scritta

Messaggio da Onofrio »

Ciao a tutti,
è ottimo riuscire a farsi dare una mano in modo così dettagliato da persone preparate.
Ottimo forum.
Saluti a tutti.

__________________
Idee regalo e regali originali? visita IdeeRegaloOriginali.com
Rispondi