Contributions

Features (Category Index)
Search: 

sid killer

Aims to stop googelbot and other search engine spiders adding an sid to the url.

This is important for two reasons.

First having sid's in published search engine listings can be a huge security/privacy problem.

Secondly because of the way googlebot in particular works, having sid's in your url's can cause what is commonly know as the 'google dance' where googlebot gets trapped in your site causing a huge amount of page hits.

Expand All / Collapse All

Small update faaliyet 18 Aug 2008

Small update:

in the product_reviews_write.php file

find:
<a href="' . tep_href_link(basename($PHP_SELF), tep_get_all_get_params(array('action')) . 'action=buy_now') . '">' . tep_image_button('button_in_cart.gif', IMAGE_BUTTON_IN_CART) . '</a>

And replace With:
// Begin Buy Now button mod
<form name="buy_now" method="post" action="' . tep_href_link(basename($PHP_SELF), tep_get_all_get_params(array('action')) . 'action=buy_now', 'NONSSL') . '"><input type="hidden" name="products_id" value="' . $product_info['products_id'] . '">' . tep_image_submit('button_in_cart.gif', IMAGE_BUTTON_IN_CART) . ' </form>
// End Buy Now button mod

No file.That's All.

SID_KILLER_2.0 ___PLUS__upgrade for Ultimate SEO URLs neo_505 1 Mar 2008
SID_KILLER_2.0 upgrade for Ultimate SEO URLs neo_505 1 Mar 2008
Supplement 2 (no reviews, no reviews button) DRIVE 12 Nov 2006
Supplement (no reviews, no reviews button) DRIVE 12 Nov 2006
"buy now" links to forms v1.2c nfrobertson 6 Mar 2006
SID Killer v1.2b - plus integrate with Ultimate SEO URLs nfrobertson 12 Feb 2006
"buy now" links to forms v1.2b nfrobertson 12 Feb 2006
SID Killer v1.2a lrparr 16 Dec 2005
More SE blocks lech 30 Jul 2005
"buy now" links to forms v1.2 Rob Bell 24 Feb 2004
SID Killer v1.2 Ian Wilson 20 Feb 2003
SID Killer v1.1 Ian Wilson 15 Feb 2003
Product Listing in Columns Ian Wilson 10 Feb 2003
sid killer Ian Wilson 8 Feb 2003
"buy now" links to forms v1.01 Joshua Dechant 7 Jan 2003
"buy now" links to forms Joshua Dechant 5 Jan 2003

Note: Contributions are used at own risk.