Zen Cart Logo
Forums / All Other Contributions/Addons / Chemo's Ultimate URL's

Chemo's Ultimate URL's

Views: 493,419

Results 1,041 to 1,060 of 1,407
28 Aug 2007, 4:59 AM
#1041
t2dman avatar

t2dman

New Zenner

Join Date:
Feb 2006
Posts:
9
Plugin Contributions:
0

Chemo's Ultimate URL's

The rewrite is working wonderfully, but then when a new user tries to create an account, it is not working:

htaccess settings include

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ index\.php?seo_url=$1&%{QUERY_STRING} [L]

I have the SEO_fixes_for_3.0.0.b1, and seo_urls_3.0.0-beta1.

The html_output file includes the additions are required:

function zen_href_link($page = '', $parameters = '', $connection = 'NONSSL', $add_session_id = true, $search_engine_safe = true, $static = false, $use_dir_ws_catalog = true) {

	// not all core scripts (such as the Paypal IPN handler) implement the core auto loader system (WTF!?)
	if (!isset($GLOBALS['SeoUrl'])) {
		require_once(DIR_FS_CATALOG . DIR_WS_CLASSES . 'seo/seo.url.php');
		$GLOBALS['SeoUrl'] =& new SeoUrl($GLOBALS['db']);
		$GLOBALS['SeoUrl']->setupLanguage($_SESSION['languages_id']);
	}

	return $GLOBALS['SeoUrl']->buildHrefLink($page, $parameters, $connection, $add_session_id, $static, $use_dir_ws_catalog);
}
/*
 * The HTML href link wrapper function
 */
  function zen_href_link_stock($page = '', $parameters = '', $connection = 'NONSSL', $add_session_id = true, $search_engine_safe = true, $static = false, $use_dir_ws_catalog = true) {

All the admin options are turned on, and I have it based from root.

Where have I gone wrong, what is the issue. Yes, I could put up a bug request, but will first hear from the community about it.

Any ideas

28 Aug 2007, 6:47 AM
#1042
goodwrench1 avatar

goodwrench1

New Zenner

Join Date:
Aug 2007
Posts:
11
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

I've actually got version 3.0.0-beta1 to work, and everything seems so far so good, no login issues or anything.

However, finding information about the different versions, etc... seems to be a daunting task. Does anyone else think it might be easier to find information if maybe each version had its own topic or something. The original version posted here was May of 2006 version 1.2.01, and at the end of the replies we're on 3.0.0-beta1, beta1 patch from someone, .etc... and it's really difficult to weed through a post with a 1000+ replies. It seems if a post has that many replies, maybe it should have its own board. (I'm still trying to re-find the link here were I downloaded the beta versions of SEO, the download section here does not reference it).

I just wondered if anyone else had those issues.

By the way, Zen-Cart and all the contributors have done a spectacular job here!

Kudos to all of the people making this happen!

28 Aug 2007, 1:21 PM
#1043
blessisaacola avatar

blessisaacola

Totally Zenned

Join Date:
Feb 2004
Location:
Georgia, USA
Posts:
1,875
Plugin Contributions:
1

Re: Chemo's Ultimate URL's

T2DMan:

The rewrite is working wonderfully, but then when a new user tries to create an account, it is not working:

htaccess settings include

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ index.php?seo_url=$1&%{QUERY_STRING} [L]

> 
> I have the SEO_fixes_for_3.0.0.b1, and seo_urls_3.0.0-beta1. 
> 
> The html_output file includes the additions are required:
> ```php
function zen_href_link($page = '', $parameters = '', $connection = 'NONSSL', $add_session_id = true, $search_engine_safe = true, $static = false, $use_dir_ws_catalog = true) {

	// not all core scripts (such as the Paypal IPN handler) implement the core auto loader system (WTF!?)
	if (!isset($GLOBALS['SeoUrl'])) {
		require_once(DIR_FS_CATALOG . DIR_WS_CLASSES . 'seo/seo.url.php');
		$GLOBALS['SeoUrl'] =& new SeoUrl($GLOBALS['db']);
		$GLOBALS['SeoUrl']->setupLanguage($_SESSION['languages_id']);
	}

	return $GLOBALS['SeoUrl']->buildHrefLink($page, $parameters, $connection, $add_session_id, $static, $use_dir_ws_catalog);
}
/*
 * The HTML href link wrapper function
 */
  function zen_href_link_stock($page = '', $parameters = '', $connection = 'NONSSL', $add_session_id = true, $search_engine_safe = true, $static = false, $use_dir_ws_catalog = true) {

All the admin options are turned on, and I have it based from root.

Where have I gone wrong, what is the issue. Yes, I could put up a bug request, but will first hear from the community about it.

Any ideas

Do you have SSL installed on your site? If so is it shared or dedicated SSL?

Temporarily you can disable SEO URL for SSL pages so that Zen Cart works the way it normally does for SSL pages which includes (login, create account, etc.)

28 Aug 2007, 5:00 PM
#1044
motti avatar

motti

Zen Follower

Join Date:
Feb 2007
Location:
Los Angeles
Posts:
348
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

Hi i was searching for some form of search engine friendly urls software and i found this I would like to know if any one is/has used this program and what they think of it

I know about the Chemo's Ultimate URL's but it seesm like there is some bugs in it, and this other one looks like you just have to add a simple line of coding

Please let me know what you think of it

Thank you

28 Aug 2007, 5:46 PM
#1045
blessisaacola avatar

blessisaacola

Totally Zenned

Join Date:
Feb 2004
Location:
Georgia, USA
Posts:
1,875
Plugin Contributions:
1

Re: Chemo's Ultimate URL's

motti:

Hi i was searching for some form of search engine friendly urls software and i found this I would like to know if any one is/has used this program and what they think of it

I know about the Chemo's Ultimate URL's but it seesm like there is some bugs in it, and this other one looks like you just have to add a simple line of coding

Please let me know what you think of it

Thank you

do you have a link or somewhere we can see what you found?

28 Aug 2007, 6:32 PM
#1046
motti avatar

motti

Zen Follower

Join Date:
Feb 2007
Location:
Los Angeles
Posts:
348
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

28 Aug 2007, 7:17 PM
#1047
blessisaacola avatar

blessisaacola

Totally Zenned

Join Date:
Feb 2004
Location:
Georgia, USA
Posts:
1,875
Plugin Contributions:
1

Re: Chemo's Ultimate URL's

motti:

:oops:

http://www.magic-seo-url.com/zencart/

Sorry :smile:

This looks very promising and more importantly it will be supported unlike this mod that has been abandoned. When you think about it, some of us contributed money to Dreamscape to only get a beta version product that doesn't fully work for which he said we are all stupid if we use it in production environment. For $89 this is very cheap and it's less than some people contributed to this beta version.

I emailed them to find out if it supports products with attributes as well as when they expect to support more than 3 category levels. If I get a favorable answer to the attribute question, I will purchase it even if it doesn't support more than 3 category levels since it doesn't break it.

If it works this is VERY cheap and if it doesn't work, you at least have support option and they are also offering future upgrades for free.

Disclaimer: I am in no way associated with the created of this product.

28 Aug 2007, 7:19 PM
#1048
blessisaacola avatar

blessisaacola

Totally Zenned

Join Date:
Feb 2004
Location:
Georgia, USA
Posts:
1,875
Plugin Contributions:
1

Re: Chemo's Ultimate URL's

motti:

:oops:

http://www.magic-seo-url.com/zencart/

Sorry :smile:

I just want to say that if you need to see the beta version of the mod that this thread is about live you can take a look at our site https://www.clevershoppers.com to see it in action. It doesn't work with products with attributes and other problems associated with pages using SSL are avoided by disabling this mod on SSL pages since we don't want search engine indexing those pages anyway.

Thanks!

28 Aug 2007, 8:37 PM
#1049
motti avatar

motti

Zen Follower

Join Date:
Feb 2007
Location:
Los Angeles
Posts:
348
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

BlessIsaacola:

Disclaimer: I am in no way associated with the created of this product.

I belive you :smile:

Please let me know if this is good I will buy it also, I got to do something abut this long links

I was watching this mod for abut 2 months, and with all the thread here I got scare even to try it.

you missing some pictures on this page http://www.clevershoppers.com/dvd-videos-c-12.html in the monthly special

29 Aug 2007, 4:14 AM
#1050
doodlebuckets avatar

doodlebuckets

Totally Zenned

Join Date:
Jul 2005
Posts:
497
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

I just installed SEO URL's on my site and it's working great. How do I get the EZPages to rewrite? I put ez_pages in the configuration of pages to rewrite, but the URLs are the same. Any thing I'm doing wrong?

Thanks!

29 Aug 2007, 4:36 PM
#1051
canemasters avatar

canemasters

Zen Follower

Join Date:
Mar 2007
Posts:
444
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

I'm folling the instructions located at:
http://www.dream-scape.com/pub/zencart/Ultimate_SEO_URLs/install.html

and I'm stuck on step 1!

It's telling me to find:

require(DIR_WS_LANGUAGES . $template_dir_select . $_SESSION['language'] . '.php');

// include the extra language translations
include(DIR_WS_MODULES . 'extra_definitions.php');

But it doesn't exist in my includes/application_top.php file!

Maybe I'm following the wrong directions?

Please help! My google rank has droped from page 1 to the bottom of page 8 since I launched my new zc site 2 weeks ago, and it's really affecting business.

Thank you!

29 Aug 2007, 5:32 PM
#1052
blessisaacola avatar

blessisaacola

Totally Zenned

Join Date:
Feb 2004
Location:
Georgia, USA
Posts:
1,875
Plugin Contributions:
1

Re: Chemo's Ultimate URL's

Doodlebuckets:

I just installed SEO URL's on my site and it's working great. How do I get the EZPages to rewrite? I put ez_pages in the configuration of pages to rewrite, but the URLs are the same. Any thing I'm doing wrong?

Thanks!

Are you using version 3.0? EZPages works fine with version 3.0

29 Aug 2007, 5:33 PM
#1053
blessisaacola avatar

blessisaacola

Totally Zenned

Join Date:
Feb 2004
Location:
Georgia, USA
Posts:
1,875
Plugin Contributions:
1

Re: Chemo's Ultimate URL's

canemasters:

I'm folling the instructions located at:
http://www.dream-scape.com/pub/zencart/Ultimate_SEO_URLs/install.html

and I'm stuck on step 1!

It's telling me to find:

require(DIR_WS_LANGUAGES . $template_dir_select . $_SESSION['language'] . '.php');

// include the extra language translations
include(DIR_WS_MODULES . 'extra_definitions.php');

But it doesn't exist in my includes/application_top.php file!

Maybe I'm following the wrong directions?

Please help! My google rank has droped from page 1 to the bottom of page 8 since I launched my new zc site 2 weeks ago, and it's really affecting business.

Thank you!

That version is no longer supported. Download version 3.0beta1

29 Aug 2007, 6:40 PM
#1054
blessisaacola avatar

blessisaacola

Totally Zenned

Join Date:
Feb 2004
Location:
Georgia, USA
Posts:
1,875
Plugin Contributions:
1

Re: Chemo's Ultimate URL's

Did anybody find a solution to the product attribute problem?

Products in the shopping cart that contain attributes display an incorrect url in the shopping cart.

The url appears as:
-p-{id}:{attribute_string}

When it should appear as:
{item_name}-p-{id}:{attribute_string}

Dreamscape said he fixed this but he never released the code.

Thanks!

29 Aug 2007, 6:43 PM
#1055
canemasters avatar

canemasters

Zen Follower

Join Date:
Mar 2007
Posts:
444
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

Where can I get 3.0beta1 at?

29 Aug 2007, 6:45 PM
#1056
canemasters avatar

canemasters

Zen Follower

Join Date:
Mar 2007
Posts:
444
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

Nevermind, I got it.

29 Aug 2007, 11:41 PM
#1057
superprg avatar

superprg

Totally Zenned

Join Date:
Feb 2006
Location:
Chicago
Posts:
1,349
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

BlessIsaacola:

Did anybody find a solution to the product attribute problem?

Products in the shopping cart that contain attributes display an incorrect url in the shopping cart.

The url appears as:
-p-{id}:{attribute_string}

When it should appear as:
{item_name}-p-{id}:{attribute_string}

Dreamscape said he fixed this but he never released the code.

Thanks!
Did you resolve this?
If not, can you give me an example url so that I can solve this problem!

30 Aug 2007, 12:59 AM
#1058
blessisaacola avatar

blessisaacola

Totally Zenned

Join Date:
Feb 2004
Location:
Georgia, USA
Posts:
1,875
Plugin Contributions:
1

Re: Chemo's Ultimate URL's

superprg:

Did you resolve this?
If not, can you give me an example url so that I can solve this problem!

If you go to http://www.clevershoppers.com/born-to-worship-christian-junior-t-shirt-by-kerusso-p-997.html and add an item to your shopping cart you will see the url problem in the shopping cart because the above product contains an attribute.

30 Aug 2007, 1:24 AM
#1059
canemasters avatar

canemasters

Zen Follower

Join Date:
Mar 2007
Posts:
444
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

AWESOME! I love it! Works great for me once I stopped and actually read some of this form. Check it out in action at https://www.canemasters.com

Thanks!

30 Aug 2007, 1:28 AM
#1060
motti avatar

motti

Zen Follower

Join Date:
Feb 2007
Location:
Los Angeles
Posts:
348
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

Hi Isaacola

Any news or update abuts the link i post yesterday?

Please let me know if I should get it?

Also a quick Question, If I use those link friendly mod, what happen to my links already all over the search engine? Am I going to get error pages? am i going to loose ranking or anything by installing this program?

Thank you