Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

[FREE] SiteMap

(Page 2 of 2)
> >
Quote Reply
Re: [Matthias70] [FREE] SiteMap In reply to
Cool

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Matthias70] [FREE] SiteMap In reply to
works fine now, thanks.
Quote Reply
Re: [Alba] [FREE] SiteMap In reply to
Hi,

I've just uploaded version 1.3 to our site. There was a bug in it (pages set as isValidated => No were being built). This new version fixes that error Smile

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] [FREE] SiteMap In reply to
Hi Andy,

How can we set this up in cron job, so that it complies sitemap every day.

Thanks.
Quote Reply
Re: [cassandra] [FREE] SiteMap In reply to
Hi,

Sure, you can do:

1 * * * * perl /FULL/PATH/TO/ADMIN/admin.cgi '?do=plugin&plugin=SiteMap&func=Make'

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] [FREE] SiteMap In reply to
Hi Andy,

Is there a space between admin.cgi and '

thanks
Quote Reply
Re: [cassandra] [FREE] SiteMap In reply to
Shouldn't matter :)

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] [FREE] SiteMap In reply to
If I run that cron job I am getting this message

Content-type: text/html


<html>
<head>
<title>Gossamer Links Administration</title>
</head>

<frameset rows="70,*">
<frame name="nav" src="admin.cgi?page=home_nav.html" scrolling="no" noresize frameborder="0" target="main">
<frame name="body" src="admin.cgi?page=home_body.html" frameborder="0">
<noframes>
<body bgcolor="#FFFFFF">

<p>Gossamer Links requires you to use a frames enabled browser..</p>

</body>
</noframes>
</frameset>
Quote Reply
Re: [cassandra] [FREE] SiteMap In reply to
Sorry, please remove the ? from the query (I always forget to remove it ;))

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] [FREE] SiteMap In reply to
Hi Andy,
unfortunately the script does not run to the end (even with a cronjob).
So I have only 1000 from 4000 detailed pages in my sitemap.
Do you have a solution for this
Thanks

Matthias
gpaed.de
Quote Reply
Re: [Matthias70] [FREE] SiteMap In reply to
Is the sitemap actually finished ok? (i.e does it have the closing tags, etc) ... I would have thought that if it timed out, then it wouldn't even write it

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] [FREE] SiteMap In reply to
Just checked mine and it had no problems writing 4278 links.
Quote Reply
Re: [Matthias70] [FREE] SiteMap In reply to
Mmm, I just checked the code - and sure enough, it has:

Code:
open (WRITEXML,">$CFG->{build_root_path}/$PCFG->{XMLFilename}") || die "Cant write $CFG->{build_root_url}/$PCFG->{XMLFilename}. Reason: $!";
print WRITEXML $base_xml;
close(WRITEXML);

...which means that it shouldn't print anything out, if the script dies part way through.

There is also no "limit" in place, so there is no reason it should only build 1000 out of 4000 links Unsure

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] [FREE] SiteMap In reply to
Hi Andy,
my detailed pages have IDs from 9300 up to 15000
After the cronjob I get an email and there are only the detailed pages up to 10600 ?

Another problem I have. The sitemap shows only the categories.
Where can I find the sitemap with the detailed pages?

Thanks

Matthias
gpaed.de
Quote Reply
Re: [Matthias70] [FREE] SiteMap In reply to
Hi,

Send over FTP + SSH details, and I'll take a look for you when I get a chance :)

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
> >