

susitha7000
Members-
Content count
42 -
Joined
-
Last visited
Profile Information
-
Real Name
Ashin
-
susitha7000 started following Kirod
-
Kirod started following susitha7000
-
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
susitha7000 replied to spidometrs's topic in General Add-Ons Support
Will do that. Thanks Jack. Sincerely, Ashin -
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
susitha7000 replied to spidometrs's topic in General Add-Ons Support
Hi Can any one please help me with this fix for my SEO I have a small problem. I get => http://www.irdhidiamond.com/107-carat-princess-diamond-p-6327.html I need=> http://www.irdhidiamond.com/1.07-carat-princess-diamond-p-6327.html basicaly it is dropping the "." ( 107 but i need them to be 1.07) I did try Enter special character conversions but couldn't get it to fix this problem. Could any one please tell me how I can mod the code so it won't remove the period ( I get the "." on 99% of all my products (-p-xxxx) at the start ( withing the first 4 caracter locations) eg http://www.irdhidiamond.com/152-carat-round-diamond-p-6329.html should be 1.52 http://www.irdhidiamond.com/101-carat-princess-diamond-p-6323.html should be 1.01 http://www.irdhidiamond.com/05-carat-cushion-diamond-p-2415.html should be 0.5 Thank you sooo much for your time... I am not to worried about security problems since i have put in place additional passwords to get in to admin. Please I need this solutions since my products get grossly miss represented without this solution Sincerely, Ashin -
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
susitha7000 replied to spidometrs's topic in General Add-Ons Support
Dear Jack, For my Osc admin I have put in place an .httmaster so i have 2 password logins to hack through. So i am thinking this would be suffice security from hackers. Could you please tell me how I can mod the code so it won't remove the period ( I only get the "." on 99% of all my products (-p-xxxx) at the start ( withing the first 4 caracter locations) eg http://www.irdhidiamond.com/101caratrounddiamond-p-6325.html should be 1.01 http://www.irdhidiamond.com/072caratcushiondiamond-p-6318.html should be 0.72 http://www.irdhidiamond.com/05caratcushiondiamond-p-6317.html should be 0.5 Thank you sooo much for your time... we all realy appriciate you helping us Sincerely, Ashin -
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
susitha7000 replied to spidometrs's topic in General Add-Ons Support
Hi now my SEO is working & it is AMAZZING AND THANK YOU SOO MUCH FOR ALL THE DEVOLPERS WHO KEPT IMPROVING IT. my mistake was i was editing the STEP #6 - Edit .htaccess file (in your catalog directory) BUT AFTER EDITING THE ROOT .htaccess file IT ALL WORKS GREAT. I have a small problem however. I get => http://www.irdhidiamond.com/irdhi-collection-101-carat-princess-diamond-p-6324.html I need=> http://www.irdhidiamond.com/irdhi-collection-1.01-carat-princess-diamond-p-6324.html basicaly it is dropping the "." ( 101 but i need them to be 1.01) I did try Enter special character conversions but couldn't get it to fix this problem. Can some one please help me on this fix :( Sincerely Ashin -
susitha7000 started following [CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
-
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
susitha7000 replied to spidometrs's topic in General Add-Ons Support
Need you help Jack, I dind't undestand this properly. Enable mod_rewrite Find the httpd.conf file (usually you will find it in a folder called conf, config or something along those lines) Inside the httpd.conf file uncomment the line LoadModule rewrite_module modules/mod_rewrite.so (remove the pound '#' sign from in front of the line) Also find the line ClearModuleList is uncommented then find and make sure that the line AddModule mod_rewrite.c is not commented out. ********************** AND ******************************** # $Id: .htaccess,v 1.3 2003/06/12 10:53:20 hpdl Exp $ # # This is used with Apache WebServers # # For this to work, you must include the parameter 'Options' to # the AllowOverride configuration # # Example: # # <Directory "/usr/local/apache/htdocs"> # AllowOverride Options # </Directory> # # 'All' with also work. (This configuration is in the # apache/conf/httpd.conf file) *********************************** How should i use parameter 'Options' to do what this does =>> "uncomment the line LoadModule rewrite_module modules/mod_rewrite" in my .htaccess so i can Enable mod_rewrite :( Sincerely, Ashin -
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
susitha7000 replied to spidometrs's topic in General Add-Ons Support
Dear Jack, I think I am having this problem. Could you please tell me how to enable mod_rewrite? Where should I edit? What is the line(s) of code i need to insert to enable mod_rewrite? I am soo sorry if this sounds like a very stupid and basic question. :( I have done about 6 Add-on installs that work properly to my new OSC and still very new at this. Sincerely, Ashin -
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
susitha7000 replied to spidometrs's topic in General Add-Ons Support
Dear Jack can you pls take alook at my website and see whats wrong with it. :( www.Diamonds.LK I did the instalation to the letter and geting the same pblem. PLS HELP # $Id: .htaccess,v 1.3 2003/06/12 10:53:20 hpdl Exp $ # # This is used with Apache WebServers # # For this to work, you must include the parameter 'Options' to # the AllowOverride configuration # # Example: # # <Directory "/usr/local/apache/htdocs"> # AllowOverride Options # </Directory> # # 'All' with also work. (This configuration is in the # apache/conf/httpd.conf file) # The following makes adjustments to the SSL protocol for Internet # Explorer browsers <IfModule mod_setenvif.c> <IfDefine SSL> SetEnvIf User-Agent ".*MSIE.*" \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 </IfDefine> </IfModule> # If Search Engine Friendly URLs do not work, try enabling the # following Apache configuration parameter # #AcceptPathInfo On # Fix certain PHP values # (commented out by default to prevent errors occuring on certain # servers) # #<IfModule mod_php4.c> # php_value session.use_trans_sid 0 # php_value register_globals 1 #</IfModule> # Begin Ultimate SEO V2.2d Options +FollowSymLinks RewriteEngine On # RewriteBase instructions # Change RewriteBase dependent on how your shop is accessed as below. # http://www.diamonds.lk = RewriteBase / # http://www.mysite.com/catalog/ = RewriteBase /catalog/ # http://www.mysite.com/catalog/shop/ = RewriteBase /catalog/shop/ # Change the following line using the instructions above RewriteBase / RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-m-(.*).html$ index.php?manufacturers_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pi-(.*).html$ popup_image.php?pID=$2&%{QUERY_STRING} RewriteRule ^(.*)-by-(.*).html$ all-products.php?fl=$2&%{QUERY_STRING} RewriteRule ^(.*)-t-(.*).html$ articles.php?tPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-a-(.*).html$ article_info.php?articles_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-au-(.*).html$ articles.php?authors_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pr-(.*).html$ product_reviews.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pri-(.*).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-f-(.*).html$ faqdesk_info.php?faqdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-fc-(.*).html$ faqdesk_index.php?faqPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-fri-(.*).html$ faqdesk_reviews_info.php?faqdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-fra-(.*).html$ faqdesk_reviews_article.php?faqdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-i-(.*).html$ information.php?info_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-links-(.*).html$ links.php?lPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-pm-([0-9]+).html$ info_pages.php?pages_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-n-(.*).html$ newsdesk_info.php?newsdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-nc-(.*).html$ newsdesk_index.php?newsPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-nri-(.*).html$ newsdesk_reviews_info.php?newsdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-nra-(.*).html$ newsdesk_reviews_article.php?newsdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-po-([0-9]+).html$ pollbooth.php?pollid=$2&%{QUERY_STRING} # End Ultimate SEO V2.2d -
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
susitha7000 replied to spidometrs's topic in General Add-Ons Support
Shop is located at http://www.diamonds.lk/index.php in the .htaccess did try with 1) RewriteBase /index.php/ 2) RewriteBase /index/ with 1 & 2 I still get the same problem :( -
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
susitha7000 replied to spidometrs's topic in General Add-Ons Support
Thanks Jack, Problem: "Ultimate_SEO_URLSv22d_10 added on 5 Jul 2010 by (you :) ) Jack_mcs " after installing it gives me "Error 404: File Not Found" when i click on items. I have "oscommerce-2.2rc2a" not "RC2" URL is: www.Diamonds.LK .htaccess is: +++++++++++++++++++++++++++++++++++++++++++ # $Id: .htaccess,v 1.3 2003/06/12 10:53:20 hpdl Exp $ # # This is used with Apache WebServers # # For this to work, you must include the parameter 'Options' to # the AllowOverride configuration # # Example: # # <Directory "/usr/local/apache/htdocs"> # AllowOverride Options # </Directory> # # 'All' with also work. (This configuration is in the # apache/conf/httpd.conf file) # The following makes adjustments to the SSL protocol for Internet # Explorer browsers <IfModule mod_setenvif.c> <IfDefine SSL> SetEnvIf User-Agent ".*MSIE.*" \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 </IfDefine> </IfModule> # If Search Engine Friendly URLs do not work, try enabling the # following Apache configuration parameter # #AcceptPathInfo On # Begin Ultimate SEO V2.2d Options +FollowSymLinks RewriteEngine On # RewriteBase instructions # Change RewriteBase dependent on how your shop is accessed as below. # http://www.Diamonds.lk = RewriteBase / # http://www.mysite.com/catalog/ = RewriteBase /catalog/ # http://www.mysite.com/catalog/shop/ = RewriteBase /catalog/shop/ # Change the following line using the instructions above RewriteBase / RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-m-(.*).html$ index.php?manufacturers_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pi-(.*).html$ popup_image.php?pID=$2&%{QUERY_STRING} RewriteRule ^(.*)-by-(.*).html$ all-products.php?fl=$2&%{QUERY_STRING} RewriteRule ^(.*)-t-(.*).html$ articles.php?tPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-a-(.*).html$ article_info.php?articles_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-au-(.*).html$ articles.php?authors_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pr-(.*).html$ product_reviews.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pri-(.*).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-f-(.*).html$ faqdesk_info.php?faqdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-fc-(.*).html$ faqdesk_index.php?faqPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-fri-(.*).html$ faqdesk_reviews_info.php?faqdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-fra-(.*).html$ faqdesk_reviews_article.php?faqdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-i-(.*).html$ information.php?info_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-links-(.*).html$ links.php?lPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-pm-([0-9]+).html$ info_pages.php?pages_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-n-(.*).html$ newsdesk_info.php?newsdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-nc-(.*).html$ newsdesk_index.php?newsPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-nri-(.*).html$ newsdesk_reviews_info.php?newsdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-nra-(.*).html$ newsdesk_reviews_article.php?newsdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-po-([0-9]+).html$ pollbooth.php?pollid=$2&%{QUERY_STRING} # End Ultimate SEO V2.2d # Fix certain PHP values # (commented out by default to prevent errors occuring on certain # servers) # #<IfModule mod_php4.c> # php_value session.use_trans_sid 0 # php_value register_globals 1 #</IfModule> ++++++++++++++++++++++++++++++++++++++++++++++++ In the Instalation Step 3: Before Edit includes/functions/html_output.php ( problem could be due to Line 66 ) some lines that must be edited don't match: They are Line 19: Given: die('<br><br><font color="#ff0000"><b>Error!</b></font><br><br><b>Unable to determine the page link!<br><br>'); I have before Edit: die('</td></tr></table></td></tr></table><br><br><font color="#ff0000"><b>Error!</b></font><br><br><b>Unable to determine the page link!<br><br>'); Line 31: Given: die('<br><br><font color="#ff0000"><b>Error!</b></font><br><br><b>Unable to determine connection method on a link!<br><br>Known methods: NONSSL SSL</b><br><br>'); I have before Edit: die('</td></tr></table></td></tr></table><br><br><font color="#ff0000"><b>Error!</b></font><br><br><b>Unable to determine connection method on a link!<br><br>Known methods: NONSSL SSL</b><br><br>'); Line 66 <<<<===********************** could be the problem ****************************** Given: $link .= $separator . $_sid; I have before Edit: $link .= $separator . tep_output_string($_sid); Line 70 Given: }</b> I have before Edit: } Please Help if any one knows how to fix this problem. :( -
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
susitha7000 replied to spidometrs's topic in General Add-Ons Support
Does any one have the new Add-on for "oscommerce-2.2rc2a" SInce the "Ultimate_SEO_URLSv22d" give me "Error 404: File Not Found" when i click on items. I double checked every thing. Please help. :( -
HI I talked to my Host and this is the .htaccess he file he gave me. And i am geting the same error. · max_execution_time = 30 ;(in seconds) == how much you need? 240s Change this to allow for more time that PHP can process your import file. · max_input_time = 60 ;(in seconds) == how much you need? 240s post_max_size = 2M ; == how much you need? 20M upload_max_filesize = 2M ; == how much you need? 20M These will limit the size of a file you can import using Easy Populate. This can be circumvented by uploading the file via FTP to your /temp/ folder and importing it from there. · memory_limit = 8M ; == how much you need? 64M Change this to allow PHP to use more memory to process your file. (32M recommended) · session.gc_maxlifetime = 1440 ; (in seconds) == how much you need? 2880s Your session lifetime, should always be longer then the max_execution_time. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ AuthType basic AuthName "Secured area" AuthUserFile /hsphere/local/home/diamonds/.htmaster/.ok_user Require valid-user # $Id: .htaccess 1739 2007-12-20 00:52:16Z hpdl $ # # This is used with Apache WebServers # # For this to work, you must include the parameter 'Options' to # the AllowOverride configuration # # Example: # # <Directory "/usr/local/apache/htdocs"> # AllowOverride Options # </Directory> # # 'All' with also work. (This configuration is in the # apache/conf/httpd.conf file) # The following makes adjustments to the SSL protocol for Internet # Explorer browsers #<IfModule mod_setenvif.c> # <IfDefine SSL> # SetEnvIf User-Agent ".*MSIE.*" # nokeepalive ssl-unclean-shutdown # downgrade-1.0 force-response-1.0 # </IfDefine> #</IfModule> # If Search Engine Friendly URLs do not work, try enabling the # following Apache configuration parameter # AcceptPathInfo On # Fix certain PHP values # (commented out by default to prevent errors occuring on certain # servers) # php_value session.use_trans_sid 0 # php_value register_globals 1 php_value max_execution_time 240 php_value max_input_time 240 php_value session.gc_maxlifetime 2880 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Error message is: "Easy Populate 2.76i-MS2 - Default Language : english(1) Filename: EP2010Sep14-0777.csv Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 24 bytes) in /hsphere/local/home/diamonds/diamonds.lk/admin/easypopulate.php on line 1255 " Can you please help me on what i need to add extra to this. :(
-
ULTIMATE Seo Urls 5 - by FWR Media
susitha7000 replied to FWR Media's topic in General Add-Ons Support
HI I have oscommerce-2.2rc2a and after intalling it is giving me "Error 404: File Not Found" when i click on items. Can some one please give me a link to install this add-on to "RC2a" and not to "RC2" :( -
1054 - Unknown column 's.public_flag' in 'where clause'
susitha7000 replied to Annisse's topic in General Add-Ons Support
Beautiful Worked and fixed my problem when trying to use my old DB Thanks alot :) -
hI CAN SOME ONE HELP ME WITH SETING TO ADD 4000 ITEMS. SCV FIEL SIZE IS 4Mb I did set admin/easypopulate.php line 122 // if you are splitting files, this will set the maximum number of records to put in each file. // if you set your php.ini to a long time, you can make this number bigger //Original Code define ('EP_SPLIT_MAX_RECORDS', 300); // default, seems to work for most people. Reduce if you hit timeouts define ('EP_SPLIT_MAX_RECORDS', 2000); // default, seems to work for most people. Reduce if you hit timeouts //define ('EP_SPLIT_MAX_RECORDS', 4); // for testing line 1254 $fp = fopen(EP_TEMP_DIRECTORY . (isset($_FILES['usrfl'])?$file['name']:$_POST['localfile']),'r') or die('##Can not open file for reading. Script will terminate.<br />'); // open file //Original code while($line = fgetcsv($fp,32768,$ep_separator)) // read new line (max 32K bytes) while($line = fgetcsv($fp,4194304,$ep_separator)) // read new line (max 4M bytes) { unset($line[(sizeof($line)-1)]); // remove EOREOR at the end of the array $readed[] = $line; // add to array we will process later When i try to Import EP file from Temp Dir I get "Filename: EP2010Sep14-0777.csv Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 24 bytes) in /~/admin/easypopulate.php on line 1256" I need to get to +70K inventory list in my final stage... but for now i need at least 4000 Items PLEASE CAN SOME ONE HELP ME????
-
hI CAN SOME ONE HELP ME WITH SETING TO ADD 4000 ITEMS. SCV FIEL SIZE IS 4Mb I did set admin/easypopulate.php line 122 // if you are splitting files, this will set the maximum number of records to put in each file. // if you set your php.ini to a long time, you can make this number bigger //Original Code define ('EP_SPLIT_MAX_RECORDS', 300); // default, seems to work for most people. Reduce if you hit timeouts define ('EP_SPLIT_MAX_RECORDS', 2000); // default, seems to work for most people. Reduce if you hit timeouts //define ('EP_SPLIT_MAX_RECORDS', 4); // for testing line 1254 $fp = fopen(EP_TEMP_DIRECTORY . (isset($_FILES['usrfl'])?$file['name']:$_POST['localfile']),'r') or die('##Can not open file for reading. Script will terminate.<br />'); // open file //Original code while($line = fgetcsv($fp,32768,$ep_separator)) // read new line (max 32K bytes) while($line = fgetcsv($fp,4194304,$ep_separator)) // read new line (max 4M bytes) { unset($line[(sizeof($line)-1)]); // remove EOREOR at the end of the array $readed[] = $line; // add to array we will process later When i try to Import EP file from Temp Dir I get "Filename: EP2010Sep14-0777.csv Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 24 bytes) in /~/admin/easypopulate.php on line 1256" I need to get to +70K inventory list in my final stage... but for now i need at least 4000 Items PLEASE CAN SOME ONE HELP ME???? :(