Guest Posted May 19, 2006 Posted May 19, 2006 The link "nfs undegraund 3" next to the product picture is appearing on all products I did not put it there. Can anyone advise me which page I need to edit to get this out. Please see below http://mesmarthome.com/meshop/index.php?ac...od&productId=43 http://mesmarthome.com/meshop/index.php?ac...rod&productId=3 Thank you. Abhi Quote
Guest Posted May 19, 2006 Posted May 19, 2006 which version of cubecart are you running pls? 3.0.??? Quote
Guest Posted May 19, 2006 Posted May 19, 2006 The link "nfs undegraund 3" next to the product picture is appearing on all products I did not put it there. Can anyone advise me which page I need to edit to get this out. Please see below http://mesmarthome.com/meshop/index.php?ac...od&productId=43 http://mesmarthome.com/meshop/index.php?ac...rod&productId=3 Version 3.0.8 Thank you. Abhi Quote
Guest Posted July 20, 2006 Posted July 20, 2006 Hey Guys, doesn't anyone have a solution for this ? Quote
jerseyjoe Posted July 21, 2006 Posted July 21, 2006 and upgrade to the current version (3.0.10). Quote
Robsta Posted July 21, 2006 Posted July 21, 2006 You can remove the links by editing the skin files. The product pages is viewProd.tpl But unless you can determine exactly what has changed from the hack, you may be safer to reinstall. It may just be the skin files that have change, but note if they were able to edit the skin files, then they could certainly access your database. And unless you've upgraded since the hack, they have had unrestricted access to your hosting and database for the last 2 months. Quote
Guest Posted August 11, 2006 Posted August 11, 2006 You can remove the links by editing the skin files. The product pages is viewProd.tpl But unless you can determine exactly what has changed from the hack, you may be safer to reinstall. It may just be the skin files that have change, but note if they were able to edit the skin files, then they could certainly access your database. And unless you've upgraded since the hack, they have had unrestricted access to your hosting and database for the last 2 months. The link is not there in viewProd.tpl Any other file I should check ? Quote
Guest Martin Mallett Posted August 11, 2006 Posted August 11, 2006 You can remove the links by editing the skin files. The product pages is viewProd.tpl But unless you can determine exactly what has changed from the hack, you may be safer to reinstall. It may just be the skin files that have change, but note if they were able to edit the skin files, then they could certainly access your database. And unless you've upgraded since the hack, they have had unrestricted access to your hosting and database for the last 2 months. The link is not there in viewProd.tpl Any other file I should check ? Do you have any code like: base64_decode("dXNlcjcucGhwaW5jbHVkZS5ydQ==") I was hacked and they encoded the links using base64 to make it harder to track down M. Quote
Guest Posted September 3, 2006 Posted September 3, 2006 You can remove the links by editing the skin files. The product pages is viewProd.tpl But unless you can determine exactly what has changed from the hack, you may be safer to reinstall. It may just be the skin files that have change, but note if they were able to edit the skin files, then they could certainly access your database. And unless you've upgraded since the hack, they have had unrestricted access to your hosting and database for the last 2 months. The link is not there in viewProd.tpl Any other file I should check ? Do you have any code like: base64_decode("dXNlcjcucGhwaW5jbHVkZS5ydQ==") I was hacked and they encoded the links using base64 to make it harder to track down M. Please find below my code from viewProd.tpl <!-- BEGIN: view_prod --> <div class="boxContent"> <!-- BEGIN: prod_true --> <strong>{LANG_DIR_LOC}</strong> {CURRENT_DIR} <form action="{CURRENT_URL}" method="post" name="addtobasket" target="_self"> <p class="txtContentTitle"><strong>{TXT_PRODTITLE}</strong></p> <div style="text-align: center;"><img src="{IMG_SRC}" alt="{TXT_PRODTITLE}" border="0" title="{TXT_PRODTITLE}" /></div> <!-- BEGIN: more_images --> <div style="text-align: center;"><a href="java script:openPopUp('extra/prodImages.php?productId={PRODUCT_ID}', 'images', 548, 455, 0);" class="txtDefault">{LANG_MORE_IMAGES}</a></div> <!-- END: more_images --> <p> <strong>{LANG_PRODINFO}</strong> <br /> {TXT_DESCRIPTION} </p> <p> <strong>{LANG_PRICE}</strong> {TXT_PRICE} <span class="txtSale">{TXT_SALE_PRICE}</span> </p> <ul> <li class="bulletLrg"><a href="index.php?act=taf&productId={PRODUCT_ID}" target="_self" class="txtDefault">{LANG_TELLFRIEND}</a></li> </ul> <!-- BEGIN: prod_opts --> <br /> <strong>{TXT_PROD_OPTIONS}</strong> <table border="0" cellspacing="0" cellpadding="3"> <!-- BEGIN: repeat_options --> <tr> <td><strong>{VAL_OPTS_NAME}</strong></td> <td> <select name="productOptions[]"> <!-- BEGIN: repeat_values --> <option value="{VAL_ASSIGN_ID}"> {VAL_VALUE_NAME} <!-- BEGIN: repeat_price --> ({VAL_OPT_SIGN}{VAL_OPT_PRICE}) <!-- END: repeat_price --> </option> <!-- END: repeat_values --> </select> </td> </tr> <!-- END: repeat_options --> </table> <!-- END: prod_opts --> <br /> <strong>{LANG_PRODCODE}</strong> {TXT_PRODCODE} <div> {TXT_INSTOCK}<span class="txtOutOfStock">{TXT_OUTOFSTOCK}</span> <!-- BEGIN: buy_btn --> <div style="position: relative; text-align: right;">{LANG_QUAN} <input name="quan" type="text" value="1" size="2" class="textbox" style="text-align:center;" /> <a href="java script:submitDoc('addtobasket');" class="txtButton">{BTN_ADDBASKET}</a> </div> <!-- END: buy_btn --> </div> <input type="hidden" name="add" value="{PRODUCT_ID}" /> </form> <!-- END: prod_true --> <!-- BEGIN: prod_false --> <p>{LANG_PRODUCT_EXPIRED}</p> <!-- END: prod_false --> </div> <!-- END: view_prod --> Any suggestions ? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.