Community Add-Ons
SEO Assistant
for osCommerce Online Merchant v2.2
This admin tool will allow you to track your Google and Yahoo index positions. It will also display your Google page rank.
This contribution supersedes the Google Position contribution.
- Added option to search for Hot Links on google.
- Added code to remove some errors in Link Popularity.
- Added code to open file using curl, if present. This isn't enabled for all options but will be eventually.
This is a full package.
Support thread is located here:
http://forums.oscommerce.com/index.php?act=ST&f=7&t=108319
- Changed MSN search condition in includes/modules/seo_msn_position.php to work with their new code.
- Diabled error reporting for implode call in functions/seo_link_popularity.php
- Fixed php compatiblity and coding errors in includes/functions/seo_density.php
- Changed Yahoo position code to work with their new code
- Added code to check for "This may harm your computer" pages
- Converted some hard-coded text to variables to make them language compatible
This is a full package.
Support thread is located here:
http://forums.oscommerce.com/index.php?act=ST&f=7&t=108319
Contains fixes by Carlos
Also
- Changed code for Link Popularity for google in
includes/functions/seo_link_popularity.php.
- Changed code in includes/modules/seo_supplemental.php to remove spaces in returned links.
This is a full package.
Support thread is located here:
http://forums.oscommerce.com/index.php?act=ST&f=7&t=108319
This contribution includes my two other ones due to the error in the folder path.
This contribution adds the following itens:
- correct the page rank function;
- add translation to portuguese (Brazil);
- add checksum value to the page rank function, in order to see the checksum value when admin shop owner click "GET PAGE RANK" button;
- add an item array "> Excellent" when the page rank is 10 (Ex. www.google.com).
This is not the full package. The complete version is 1.7.
***BACKUP YOUR FILES***
This Contribution is just an additional item to the version 1.8. It is not a full package.
The full package is SEO Assistant V1.7.
This contribution adds the checksum value to the page rank function, in order to see it when admin shop owner click "GET PAGE RANK" button.
Several users, including me, had problems with page rank function, and continue to have them.
I solved it doing the update 1.8 already posted it. But it would be valuable if the checksum number
were showed together with the page rank number.
So, this contribution includes this.
BACKUP THE FILES INVOLVED.
This contribution is just an update, not a complete package. For a complete version use the version 1.7.<BR><BR>I have problems to measure Page Rank within my site.
The Google´s checksum was being created with a wrong number. <BR><BR>This update corrects the checksum to the Google´s search and also it is included a translation to the Portuguese (Brazil) Language.<BR><BR>Many thanks to Jack_mcs to help me in the detection of the checksum of created by my site.<BR><BR>Just to remind you - BACKUP YOUR FILES.<BR>
- Added code to check for session ID's in links.
- Added code to check for listings in googles supplemental index.
- Added code to disable extended time function if safe mode is in use.
- Added quick links to the various sections.
- Fixed several minor coding errors adn cleaned up code.
This is a full package.
Support thread is located here:
http://forums.oscommerce.com/index.php?act=ST&f=7&t=108319
- Fixed problem with database update when the search phase contained an apostrophe.
- Fixed problem with Header Check not returning the correct status on url's with sub-directories.
This is a full package.
Support thread is located here:
http://forums.oscommerce.com/index.php?act=ST&f=7&t=108319
- Fixed bug with google results not always being correct
- Fixed bug with Header Check so it returns the proper status for all sites
- Changed code to check for entries of url with and without www
This is a full package.
Support thread is located here:
http://forums.oscommerce.com/index.php?act=ST&f=7&t=108319
- Added MSN position code.
- Added url status check.
- Fixed code in Link Popularity so more results are returned.
- Fixed code to prevent failures on position search. Now works if http or https is entered (or not).
- Changed code structure to provide easier maintenance.
- Commented out the set_time_limit command in seo_assistant.php since it caused problems on some servers. It can be uncommented if you want to use it.
- Various changes to the documentation.
This is a full package.
Support thread is located here:
http://forums.oscommerce.com/index.php?act=ST&f=7&t=108319
I didn't like the last SEO Assistant V 1.3.3_bug fix. I compared the supposed Updated files and do not agree that this was a bug fix. The seo_assistant.php appears to have add some functionality for Chinese search engines (which I don't find useful!) but moreover the seo_link_popularity.php has some very suspect code (including lines 33-50) beware of that! I don't understand what they are attempting to do with the changes in that file but it is HIGHLY SUSPECT CODE! Maybe some real programmer could look at that file and determine if it is some kind of BOT!?!
I have restored the previous SEO Assistant V 1.3.3 full package by lee246 on 18 Aug 2005.
I have not changed anything in the code but bumped up the version to 1.3.4 so people will steer clear of the last so called bug fix (sic).
All credits go to others!
**NOTE** This is a Full Package!
Update
seo_link_popularity.php
seo_assistant.php
I got a bit confused with all the addons and bug fixes so I compiled the files together as a full package to save people the time and effort of downloading all the different bits and bobs. This should hopefully help avoid bad installs due to missing files etc aswell.
**NOTE** This is a Full Package.
If you're listed given top list but when it says:
The site www.yoursite.com is not in the top 10 for the term xxxxxx on Google/Yahoo
in
/admin/includes/modules/seo_google_position.php
/admin/includes/modules/seo_yahoo_position.php
find:
if(strcmp('$searchurl,$url)==0)
replace with:
if(strcmp('http://'.$searchurl,$url)==0)
-----------------------------------------------
Attached file contains above fix. No need to download..
Expert
Just fixed a small bug that caused some grief with HEADING_TITLE interfering with the titles of many of the Admin pages.
Updated the readme file to include the missing defines for english.php.
This zip only includes a readme not the full package
Updated the readme file to include the missing defines for english.php.
This zip only includes a eadme not the full package
This is a patch only, not a full release... This file contains the seo_assistant.php file from the admin root directory, and the 2 seo files from the *admin*/includes/modules directory (google and yahoo)... This release cleans up a little of the code that generates site links in search results, and changes the regexes in the 2 module files to shorten the process of getting the url, along with the http or https prefix, so that an http or https link can be generated in the output results...
Simply install the full version below and then overwrite those 3 files with the versions in this package :)
I'll keep uploading this till I get it right. Forgot to add the changed english/seo_assistant.php file. It is in this full package.
Forgot to include the update function in the last update. This one should work.
- Fixed the MSN problem of not reporting Link Popularity
- Added Links Checker
- Cleaned up code a little
This version adds a link popularity checker to the package and fixes some minor coding errors.
This version adds a keyword density analyzer to the package.
This admin tool will allow you to track your Google and Yahoo index positions. It will also display your Google page rank.
This contribution supersedes the Google Position contribution.
