Guest Posted November 9, 2007 Posted November 9, 2007 Hello, I just install sid Killer, it looks working well but when i choose the french language, and clik to an other page the page came to English. And when i choose the french language it is impossible to add something in the basket. Maybe we have to change something here, but i am not shure if ($HTTP_GET_VARS['language'] && $kill_sid) { $l = ereg('[&\?/]?language[=/][a-z][a-z]', $parameters, $m); if ($l) { $parameters = ereg_replace("[&\?/]?language[=/][a-z][a-z]", "", $parameters); $HTTP_GET_VARS['language'] = substr($m[0],-2); } if (tep_not_null($parameters)) { $parameters .= "&language=" . $HTTP_GET_VARS['language']; } else { $parameters = "language=" . $HTTP_GET_VARS['language']; } } Thank you for your help Bastien Quote
Guest Posted December 3, 2007 Posted December 3, 2007 I am also not getting SID killer working. I am using http://addons.oscommerce.com/info/952 is there any other contributions for SID killer? Please advise Thanks Jayesh Quote
♥toyicebear Posted December 3, 2007 Posted December 3, 2007 Do not use sid killer , its an outdated mod.... Do one of these 2 instead.. In your admin under: configuration >> sessions Set force cookies to true or... In your admin under : configuration>>sessions Set Prevent Spider Sessions to true and download and use the latest spiders.txt from the contributions section..... Quote Basics for osC 2.2 Design - Basics for Design V2.3+ - Seo & Sef Url's - Meta Tags for Your osC Shop - Steps to prevent Fraud... - MS3 and Team News... - SEO, Meta Tags, SEF Urls and osCommerce - Commercial Support Inquiries - OSC 2.3+ How To To see what more i can do for you check out my profile [click here]
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.
Note: Your post will require moderator approval before it will be visible.