SEO Assistant
#361
Posted 16 January 2008 - 06:40 PM
Warning: file(http://www.hotbot.com/default.asp?query=linkdomain%3Awww.c57.us&ps=&loc=searchbox&tab=web&provKey=Inktomi): failed to open stream: HTTP request failed! HTTP/1.0 403 Forbidden in admin/includes/functions/seo_link_popularity.php on line 77
Warning: implode(): Bad arguments. in admin/includes/functions/seo_link_popularity.php on line 77
Warning: file(http://www.hotbot.com/default.asp?query=linkdomain%3Awww.c57.us&ps=&loc=searchbox&tab=web&provKey=Inktomi): failed to open stream: HTTP request failed! HTTP/1.0 403 Forbidden in /admin/includes/functions/seo_link_popularity.php on line 77
Warning: implode(): Bad arguments. in admin/includes/functions/seo_link_popularity.php on line 77
#362
Posted 16 January 2008 - 07:27 PM
$data = strtolower(strip_tags(implode("", file($path))));to$data = strtolower(strip_tags(implode("", @file($path))));But the code is poorly written. It is probably failing because the file is not being opened and that should be checked before attempting to use it. The reason of the failure may be that your server doesn't have the open url option set. You should ask your host about that.Jack
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#363
Posted 27 February 2008 - 09:37 PM
Jack_mcs, on Jan 16 2008, 12:27 PM, said:
$data = strtolower(strip_tags(implode("", file($path))));to$data = strtolower(strip_tags(implode("", @file($path))));But the code is poorly written. It is probably failing because the file is not being opened and that should be checked before attempting to use it. The reason of the failure may be that your server doesn't have the open url option set. You should ask your host about that.Jack
#364
Posted 28 February 2008 - 01:28 AM
$data = strtolower(strip_tags(implode("", file($path))));with these$fp = array();
$fp = @file($path);
$data = strtolower(strip_tags(implode("", (array)$fp))));
Jack
Edited by Jack_mcs, 28 February 2008 - 01:29 AM.
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#365
Posted 04 March 2008 - 02:29 AM
- 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.
Jack
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#366
Posted 15 March 2008 - 07:35 AM
Unable to open remote file http://www.google.com/search?as_q=gelee+royale&num=10&hl=en&ie=UTF-8&btnG=Google+Search&as_epq=&as_oq=&as_eq=&lr=&as_ft=i&as_filetype=&as_qdr=all&as_nlo=&as_nhi=&as_occt=any&as_dt=i&as_sitesearch=&safe=images&start=0. Warning: fclose(): supplied argument is not a valid stream resource in /home/content/n/o/t/nothingsuper99/html/_domains/bienenshop24.de/admin/includes/modules/seo_position.php on line 110
#367
Posted 15 March 2008 - 11:49 AM
Jack
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#368
Posted 15 March 2008 - 01:32 PM
I am now not getting Link Popularity results for Hotbot, MSN, and Yahoo.
everything else seems to work perfectly. I've noticed that yahoo is pushing their "site explorer" when you click the view results link... do we need to modify the yahoo code to pick it up correctly?
Hotbot and MSN have been lacking results for several versions, but the no-result-yahoo is new.
#369
Posted 16 March 2008 - 03:30 AM
Jack
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#370
Posted 21 March 2008 - 01:05 PM
1146 - Table 'cebecija_c.seo_google' doesn't exist select search_url, search_term, rank, sites_searched, date from seo_google [TEP STOP]
Edited by qardas, 21 March 2008 - 01:06 PM.
#371
Posted 02 April 2008 - 09:25 PM
Another issue I'm having is that my site is not returned for search terms where I can find my site manually. For instance, I'm somewhere in the 500s for some terms when I check myself, but using SEO Assistant, no results are returned. Is this more of an issue with high results and counting their actual position? I do get more reliable results for words where I rank better.
Thanks for any insight...
#372
Posted 02 April 2008 - 10:11 PM
johnmaley, on Apr 2 2008, 04:25 PM, said:
Another issue I'm having is that my site is not returned for search terms where I can find my site manually. For instance, I'm somewhere in the 500s for some terms when I check myself, but using SEO Assistant, no results are returned. Is this more of an issue with high results and counting their actual position? I do get more reliable results for words where I rank better.
Thanks for any insight...
Jack
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#373
Posted 04 April 2008 - 07:11 AM
When i try Index Position i get an error accessing google:
Unable to open remote file http://www.google.dk/search?as_q=Biosilk&a...ges&start=0.
The site i am trying is: www.coiffure-bettina.dk/catalog
Any ideas ?
regards
jarzom
#374
Posted 04 April 2008 - 02:32 PM
jarzom, on Apr 4 2008, 02:11 AM, said:
When i try Index Position i get an error accessing google:
Unable to open remote file http://www.google.dk/search?as_q=Biosilk&a...ges&start=0.
The site i am trying is: www.coiffure-bettina.dk/catalog
Any ideas ?
regards
jarzom
Jack
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#376
Posted 15 April 2008 - 01:30 AM
$conditions = "<span class=a>(.*)</span><nobr>";to
$conditions = "<span class=a>(.*)</span>";
Jack
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#377
Posted 08 May 2008 - 03:01 AM
Jack_mcs, on Apr 14 2008, 09:30 PM, said:
$conditions = "<span class=a>(.*)</span><nobr>";to
$conditions = "<span class=a>(.*)</span>";
Jack
Hi, That fix works great for Google. Do you have something similar for MSN?
#378
Posted 08 May 2008 - 03:34 AM
$conditions = "<li class=\"dispUrl\">(.*)</li>";to
$conditions = "<ul class=\"sb_meta\"><li><cite>(.*)</cite>";
Jack
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#380
Posted 04 June 2008 - 01:15 PM
Im stuck what does this mean =
Load the seo_assistant.sql file using phpmyadmin. You can alter the
file prior to uploading to start with your url and chosen search
word(s) if you like.
?









