CyberPhreak
Jr. Member

Points: 0
Offline
Posts: 46
Delphi lover
|
 |
« on: December 21, 2006, 02:44:58 » |
|
I tried submitting this sitemap to Google and it gave me this error in the syntax of the XML file:
Line: 8010 Parsing error We were unable to read your Sitemap. It may contain an entry we are unable to recognize. Please validate your Sitemap before resubmitting. [?] Line: 8010 Invalid tag value This XML tag has an invalid value. Please fix it and resubmit. [?]
|
|
|
|
|
Logged
|
|
|
|
|
|
|
TheGodFather
|
 |
« Reply #1 on: December 21, 2006, 03:43:31 » |
|
Rename this topic http://www.infected-database.net/forum/applications/portslocka
|
|
|
|
|
Logged
|
|
|
|
h4ni
Full Member
 
Points: 0
Offline
Posts: 183
|
 |
« Reply #2 on: December 23, 2006, 08:11:14 » |
|
hello i use seo4smf v 0.2 i have an errror in sitemaps.php
Table 'dbase.smf_tp_articles' doesn't exist Fichier: /var/www/virtual/domain.com/htdocs/forum/sitemaps.php Ligne: 178
any suggesion!!
|
|
|
|
|
Logged
|
|
|
|
|
TheGodFather
|
 |
« Reply #3 on: December 23, 2006, 08:15:32 » |
|
In sitemaps.php find the line that starts with $exists = db_query( ... and add // in front of it.
Regards
|
|
|
|
|
Logged
|
|
|
|
h4ni
Full Member
 
Points: 0
Offline
Posts: 183
|
 |
« Reply #4 on: December 23, 2006, 08:24:03 » |
|
ok! thank you it's fine 
|
|
|
|
|
Logged
|
|
|
|
h4ni
Full Member
 
Points: 0
Offline
Posts: 183
|
 |
« Reply #5 on: December 23, 2006, 08:41:45 » |
|
and in urllist.php ?? i have the some problem !!
|
|
|
|
|
Logged
|
|
|
|
|
TheGodFather
|
 |
« Reply #6 on: December 23, 2006, 08:50:14 » |
|
Comment all this block: $request = db_query("SELECT id,subject FROM {$db_prefix}tp_articles", __FILE__,__LINE__); $articles = array(); while ($row = mysql_fetch_assoc($request)) { $articles[] = array( 'id' => $row['id'], 'subject'=> $row['subject'], ); } mysql_free_result($request);
Regards
|
|
|
|
|
Logged
|
|
|
|
h4ni
Full Member
 
Points: 0
Offline
Posts: 183
|
 |
« Reply #7 on: December 23, 2006, 09:16:21 » |
|
Thank you  great job
|
|
|
|
|
Logged
|
|
|
|
CyberPhreak
Jr. Member

Points: 0
Offline
Posts: 46
Delphi lover
|
 |
« Reply #8 on: December 23, 2006, 13:11:51 » |
|
What is the URLList.php anyways?
|
|
|
|
|
Logged
|
|
|
|
|
TheGodFather
|
 |
« Reply #9 on: December 23, 2006, 14:37:24 » |
|
The sitemap for yahoo.  Regards
|
|
|
|
|
Logged
|
|
|
|
h4ni
Full Member
 
Points: 0
Offline
Posts: 183
|
 |
« Reply #10 on: December 24, 2006, 15:12:35 » |
|
hello i have this errors in google sitemaps Errors Line: 125 Parsing error We were unable to read your Sitemap. It may contain an entry we are unable to recognize. Please validate your Sitemap before resubmitting. [?] Line: 125 Invalid date An invalid date was found. Please fix the date or formatting before resubmitting. [?] in line 125 of my file i have <lastmod>2006-12-24T21:41:09+00:00</lastmod> what is the problem? thank you
|
|
|
|
|
Logged
|
|
|
|
|
TheGodFather
|
 |
« Reply #11 on: December 24, 2006, 19:22:18 » |
|
just give me your forum url ...
Regards
|
|
|
|
|
Logged
|
|
|
|
h4ni
Full Member
 
Points: 0
Offline
Posts: 183
|
 |
« Reply #12 on: December 25, 2006, 02:51:55 » |
|
http://www.dzmusique.com/forum/index.php
thank you
|
|
|
|
|
Logged
|
|
|
|
Darksat
Jr. Member

Points: 0
Offline
Posts: 94
(<>.(<>..<>).<>)
|
 |
« Reply #13 on: December 25, 2006, 04:57:47 » |
|
Just use http://www.xml-sitemaps.com/ to generate a sitemap for your site, should be valid then.
|
|
|
|
|
Logged
|
|
|
|
h4ni
Full Member
 
Points: 0
Offline
Posts: 183
|
 |
« Reply #14 on: December 25, 2006, 09:50:14 » |
|
Just use http://www.xml-sitemaps.com/ to generate a sitemap for your site, should be valid then.
i have the some error with a file genereted by this site!
|
|
|
|
|
Logged
|
|
|
|
|