Gossamer Forum
Home : Products : Gossamer Links : Discussions :

reset link-status-check ?

Quote Reply
reset link-status-check ?
Hello!

Is it possible to reset the link-status-check statistics?
Quote Reply
Re: [Knubbel] reset link-status-check ? In reply to
Hi,

Are you refering to the "Status" field in the GLinks table?

If so, just run this via SQL Monitor:

Code:
UPDATE glinks_Links SET Status = '';

That should do it :)

Cheers

Andy (mod)
andy@ultranerds.co.uk


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
Quote Reply
Re: [Andy] reset link-status-check ? In reply to
Thanks.

Does it delete the records under the links??

example:


2008-11-18 - 200
2008-11-18 - 200
2008-11-18 - 200

Last edited by:

Knubbel: Nov 18, 2008, 4:49 AM
Quote Reply
Re: [Knubbel] reset link-status-check ? In reply to
Hi,

Not sure what you mean? You could just try it, and see if it does :) (if your saying what I think you are, then it should work fine :))

Cheers

Andy (mod)
andy@ultranerds.co.uk


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
Quote Reply
Re: [Andy] reset link-status-check ? In reply to
Ok. I will test it.

Can I the verify do with a cron?

I want all verify.
Quote Reply
Re: [Knubbel] reset link-status-check ? In reply to
Quote:
Can I the verify do with a cron?

I want all verify.

Are you asking if you can do a "verify all" via cronjob?

If so, try this (been a while since I've done a verify via cron, so the command line *should* be right :))

Code:
perl /path/to/cgi-bin/links/admin/nph-verify.cgi --check-all > /path/to/cgi-bin/links/admin/verify_log.txt

(the verify_log.txt bit is just really so you can see that it run ok :))

Cheers

Andy (mod)
andy@ultranerds.co.uk


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
Quote Reply
Re: [Andy] reset link-status-check ? In reply to
Fine it works.

In verify_log.txt
I see that the pages (the pages have status 200) are 4-5x verified. Is this right??
After 15000 links he restarts on the first...

Last edited by:

Knubbel: Nov 18, 2008, 5:56 AM
Quote Reply
Re: [Knubbel] reset link-status-check ? In reply to
Hi,

Quote:
> In verify_log.txt
I see that the pages (the pages have status 200) are 4-5x verified. Is this right??
After 15000 links he restarts on the first...

Sorry, not sure what you mean?

Cheers

Andy (mod)
andy@ultranerds.co.uk


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
Quote Reply
Re: [Andy] reset link-status-check ? In reply to
I looked in the .log file:

urls from id 1 - 18.174 were cheked.
than he started again with checking urls from id 1, 2, 3.......

is this ok???
Quote Reply
Re: [Knubbel] reset link-status-check ? In reply to
Can you email me the log file?

Cheers

Andy (mod)
andy@ultranerds.co.uk


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
Quote Reply
Re: [Knubbel] reset link-status-check ? In reply to
Hi,

Mmm.. I see what you mean. That shouldn't happen :/ Maybe GT can shed some light.

Cheers

Andy (mod)
andy@ultranerds.co.uk


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
Quote Reply
Re: [Andy] reset link-status-check ? In reply to
I wrote your a 2nd mail..