Jump to content



Latest News: (loading..)

* * * * * 12 votes

[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo


  • Please log in to reply
6725 replies to this topic

#61   montytx

montytx
  • Members
  • 86 posts
  • Real Name:Joel

Posted 09 June 2005 - 10:30 PM

tryagain, on Jun 9 2005, 10:19 AM, said:

Hello, I installed this contribution last night and I have some questions about it so here it goes.

1. How can you tell if it is working?

2. After I installed it my secured pages quit working so I had to remove it.  Any body else have this problem?

3. After I removed it I still get the SEO URL in the admin control panel and can't seem to get rid of it.  Any Idea's?

I liked this contribution and would like to get it working since I am learning how to improve my page ranking.  I am new to the whole internet sales scene and there is a whole lot of info to try to absorb.

Thanks, Mike

<{POST_SNAPBACK}>



MIke,
You should run back through the install slower, you must have missed a but of code on the removal.

#62   tryagain

tryagain
  • Members
  • 68 posts
  • Real Name:Mike

Posted 09 June 2005 - 10:34 PM

I went back through it several times but I would like to get it working.

#63   tryagain

tryagain
  • Members
  • 68 posts
  • Real Name:Mike

Posted 09 June 2005 - 11:40 PM

I installed this again and it works fine on my localhost but when I upload it the trouble begins.  I can not access any product pages at all but the pages with no product seem to be fine.  I get a page not found error.

Thanks, Mike

#64   DavidR

DavidR
  • Members
  • 198 posts
  • Real Name:David

Posted 10 June 2005 - 03:12 AM

jonyo, on Jun 8 2005, 09:53 PM, said:

I don't know about information pages, but it works for my ultimate information pages, right off the bat w/o modification...

<{POST_SNAPBACK}>

I can't seem to find "Ultimate Information Pages".  The one I have installed is Information Pages Unlimited v1.1i - http://www.oscommerce.com/community/contri...formation+pages.  Is this the one you meant?  If not, could you post the link to the one you are using that works?  Thanks!

David

#65   jonyo

jonyo
  • Members
  • 104 posts
  • Real Name:Jon

Posted 10 June 2005 - 02:09 PM

DavidR, on Jun 9 2005, 10:12 PM, said:

I can't seem to find "Ultimate Information Pages".  The one I have installed is Information Pages Unlimited v1.1i - http://www.oscommerce.com/community/contri...formation+pages.  Is this the one you meant?  If not, could you post the link to the one you are using that works?  Thanks!

David

<{POST_SNAPBACK}>


Sorry about that, you are right it was Information Pages Unlimited, as I said early on I failed to document which contribs I installed, and now it is way too customized to re-do it...  I mixed the "ultimate" from another contrib I had installed  :blush: Did you get it to work?

#66   reinhardedv

reinhardedv
  • Members
  • 11 posts
  • Real Name:Reinhard

Posted 10 June 2005 - 03:44 PM

Hi,

I´ve  just installed 2.1c

My Error by starting the Shop:

Fatal error: Cannot redeclare tep_set_banner_status() (previously declared in /home/dark-hamburgde/public_html/catalog/includes/functions/general.php:733) in /home/dark-hamburgde/public_html/catalog/includes/functions/banner.php on line 15


Line 733 general.php:

  function tep_set_banner_status($banners_id, $status) {

Line 15 banner.php

function tep_set_banner_status($banners_id, $status) {  


And is this the directory for the .htacces in the catalog directory?

/home/dark-hamburgde/public_html/catalog/

ACP runs without error.
Any Suggestions?
Thanks

Best reagards
Reinhard

#67   giulio

giulio
  • Members
  • 1 posts
  • Real Name:Giulio
  • Location:Milan, Italy

Posted 10 June 2005 - 03:49 PM

Hi,

that's a fantastic contribution, thank you Chemo.

I was trying to install and try it in local but.. when I'm on Step #3 I see the code part to replace is little different.

I paste my original tep_href_link() function:
////
// The HTML href link wrapper function
  function tep_href_link($page = '', $parameters = '', $connection = 'NONSSL') {
    if ($page == '') {
      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>Function used:<br><br>tep_href_link(\'' . $page . '\', \'' . $parameters . '\', \'' . $connection . '\')</b>');
    }
    if ($connection == 'NONSSL') {
      $link = HTTP_SERVER . DIR_WS_ADMIN;
    } elseif ($connection == 'SSL') {
      if (ENABLE_SSL == 'true') {
        $link = HTTPS_SERVER . DIR_WS_ADMIN;
      } else {
        $link = HTTP_SERVER . DIR_WS_ADMIN;
      }
    } else {
      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<br><br>Function used:<br><br>tep_href_link(\'' . $page . '\', \'' . $parameters . '\', \'' . $connection . '\')</b>');
    }
    if ($parameters == '') {
      $link = $link . $page . '?' . SID;
    } else {
      $link = $link . $page . '?' . $parameters . '&' . SID;
    }

    while ( (substr($link, -1) == '&') || (substr($link, -1) == '?') ) $link = substr($link, 0, -1);

    return $link;
  }

Do I have to replace it the same way?

Thanks..

Edited by giulio, 10 June 2005 - 03:53 PM.


#68   akkinmore

akkinmore
  • Members
  • 227 posts
  • Real Name:Shelly Akkinmore

Posted 10 June 2005 - 03:58 PM

Hi,

I have been using the v2.0b with the beta-3 release of the automatic redirect script for awhile and everything seems okay. Now I am interested to upgrade to new verion v2.1c.

Can anyone tells me if the beta-3 release of the automatic redirect script works well with v2.1? Any comment would be appreciated.

One more simple question. I have installed apache 2, php and mysql on my win xp. Can mod_rewrite work under win xp os?? :blush:

#69   lech

lech
  • Members
  • 135 posts
  • Real Name:Lech

Posted 10 June 2005 - 04:25 PM

Just installed v2.1c. Everything seems to work except on the login page when you click to sign in it reloads the login page. login.php has not been changed from the original.

Any one know the fix.

(It goes without saying: this contribution is one of the best. You the man bobby)

All the best

Lech

#70   reinhardedv

reinhardedv
  • Members
  • 11 posts
  • Real Name:Reinhard

Posted 10 June 2005 - 07:55 PM

Now it works fine!Great Constribution!


reinhardedv, on Jun 10 2005, 04:44 PM, said:

Hi,

I´ve  just installed 2.1c

My Error by starting the Shop:

Fatal error: Cannot redeclare tep_set_banner_status() (previously declared in /home/dark-hamburgde/public_html/catalog/includes/functions/general.php:733) in /home/dark-hamburgde/public_html/catalog/includes/functions/banner.php on line 15
Line 733 general.php:

  function tep_set_banner_status($banners_id, $status) {

Line 15 banner.php

function tep_set_banner_status($banners_id, $status) {  


And is this the directory for the .htacces in the catalog directory?

/home/dark-hamburgde/public_html/catalog/

ACP runs without error.
Any Suggestions?
Thanks

Best reagards
Reinhard

<{POST_SNAPBACK}>



#71   ckyshop.co.uk

ckyshop.co.uk
  • Members
  • 340 posts
  • Real Name:Lewis Hill
  • Gender:Male
  • Location:UK

Posted 14 June 2005 - 12:34 AM

Chemo
Thanks for any help/comments.

Regards,

Lewis Hill

#72   DavidR

DavidR
  • Members
  • 198 posts
  • Real Name:David

Posted 15 June 2005 - 02:23 AM

jonyo, on Jun 10 2005, 09:09 AM, said:

Sorry about that, you are right it was Information Pages Unlimited, as I said early on I failed to document which contribs I installed, and now it is way too customized to re-do it...  I mixed the "ultimate" from another contrib I had installed  :blush: Did you get it to work?

<{POST_SNAPBACK}>

No, I am having no luck at all :'(.  Information Pages Unlimited 1.1i seems to be the latest normal release.  If you had no problems and you get a chance, let me know exactly what version your files are for Information Pages.  I'm going to test some more on a fresh install.  Thanks.

David

#73   jonyo

jonyo
  • Members
  • 104 posts
  • Real Name:Jon

Posted 15 June 2005 - 04:14 AM

DavidR, on Jun 14 2005, 09:23 PM, said:

No, I am having no luck at all :'(.  Information Pages Unlimited 1.1i seems to be the latest normal release.  If you had no problems and you get a chance, let me know exactly what version your files are for Information Pages.  I'm going to test some more on a fresh install.  Thanks.

David

<{POST_SNAPBACK}>


From what I can tell, I'm using 1.0  :blush: It is working fine as you can see here  I could not find a version number anywhere, just a date that coorosponds to the first version 1.0.  Are your problems customer side or admin side?  I think it was one of the first things I installed, before I really got the hang of the contribs. It seems I did get it working for my site though...

I can post my code for information.php, the information box, and the admin part of it if you want it, see if you can take mine and make it work for your site.  Let me know.

#74   DavidR

DavidR
  • Members
  • 198 posts
  • Real Name:David

Posted 15 June 2005 - 05:14 AM

jonyo, on Jun 14 2005, 11:14 PM, said:

From what I can tell, I'm using 1.0  :blush: It is working fine as you can see here  I could not find a version number anywhere, just a date that coorosponds to the first version 1.0.  Are your problems customer side or admin side?  I think it was one of the first things I installed, before I really got the hang of the contribs. It seems I did get it working for my site though...

I can post my code for information.php, the information box, and the admin part of it if you want it, see if you can take mine and make it work for your site.  Let me know.

<{POST_SNAPBACK}>

Nice site, and yes it seems to be working perfectly for you.  Mine works but Ultimate SEO isn't rewriting the URL's.  I would be grateful if you would post the file contents as described.  That might give me the information I need to make it work.  I would say just email them but posting in a code block might help someone else one day looking back.  Thanks!

David

#75   ptrinephi

ptrinephi
  • Members
  • 40 posts
  • Real Name:pierre

Posted 15 June 2005 - 05:57 AM

DavidR, on Jun 15 2005, 05:14 AM, said:

Nice site, and yes it seems to be working perfectly for you.  Mine works but Ultimate SEO isn't rewriting the URL's.  I would be grateful if you would post the file contents as described.  That might give me the information I need to make it work.  I would say just email them but posting in a code block might help someone else one day looking back.  Thanks!

David

<{POST_SNAPBACK}>


I've just installed the latest version and now my site stopped working.  Whenever I click on a category the browser spins around for a while and comes back with a page not found.  I've turned the contribution off but no change.  When I restore a previous database backup (before the contribution was installed) everything works again.

Now here's the thing, my host (yahoo) does not allow me to upload the .htaccess file.  Could this be why?  Is this file required for this contribution to work?  How can I do without .htaccess and other .files?

#76   DavidR

DavidR
  • Members
  • 198 posts
  • Real Name:David

Posted 15 June 2005 - 06:03 AM

ptrinephi, on Jun 15 2005, 12:57 AM, said:

I've just installed the latest version and now my site stopped working.  Whenever I click on a category the browser spins around for a while and comes back with a page not found.  I've turned the contribution off but no change.  When I restore a previous database backup (before the contribution was installed) everything works again.

Now here's the thing, my host (yahoo) does not allow me to upload the .htaccess file.  Could this be why?  Is this file required for this contribution to work?  How can I do without .htaccess and other .files?

<{POST_SNAPBACK}>

The changes in the .htaccess file are vital to the operation of Ultimate SEO URLs.  There are a lot of good hosts out there that don't place such restrictions on you, I would start shopping for one  :thumbsup:.

David

#77   polo

polo
  • Members
  • 12 posts
  • Real Name:danis

Posted 15 June 2005 - 02:01 PM

anatolius, on Jun 6 2005, 10:14 AM, said:

Misa, I just had a look, seems to work fine!

<{POST_SNAPBACK}>



Hello All , i have installed on my local server the great contrib Ultimate SEO 2.1 (on my MS2), but  all link are broken ?  :angry: My register_globals in ON in my configuration.

Somebody with you it an idea ?

#78   jonyo

jonyo
  • Members
  • 104 posts
  • Real Name:Jon

Posted 15 June 2005 - 02:26 PM

polo, on Jun 15 2005, 09:01 AM, said:

Hello All , i have installed on my local server the great contrib Ultimate SEO 2.1 (on my MS2), but  all link are broken ?  :angry: My register_globals in ON in my configuration.

Somebody with you it an idea ?

<{POST_SNAPBACK}>


How are they broken?  Give an example.  For instance, when you click on one, does it come to "page not found"?  if that is the case, make sure you have followed the instructions for the .htaccess file.

#79   jonyo

jonyo
  • Members
  • 104 posts
  • Real Name:Jon

Posted 15 June 2005 - 03:09 PM

DavidR, on Jun 15 2005, 01:03 AM, said:

The changes in the .htaccess file are vital to the operation of Ultimate SEO URLs.  There are a lot of good hosts out there that don't place such restrictions on you, I would start shopping for one  :thumbsup:.

David

<{POST_SNAPBACK}>


Get with me, we'll figure out the problem then post the final solution...  A little easier than going back and forth on the forum and making the thread a page or two longer when all they really need is the fix  :thumbsup: do you have aim or icq?

#80   DavidR

DavidR
  • Members
  • 198 posts
  • Real Name:David

Posted 15 June 2005 - 03:16 PM

jonyo, on Jun 15 2005, 10:09 AM, said:

Get with me, we'll figure out the problem then post the final solution...  A little easier than going back and forth on the forum and making the thread a page or two longer when all they really need is the fix  :thumbsup: do you have aim or icq?

<{POST_SNAPBACK}>

I just replied to your PM but then I realized - are you sure we are on the same track?  My post that you quoted was in response to ptrinephi.  I'm having trouble with getting Information Pages Unlimited to use rewritten URLs with Ultimate SEO.  Which problem were you offering to help with?  :)

David