Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Download Links

Quote Reply
Download Links
How do I download links that are "awaiting payment"?
I have linkowners who have submitted a link but hasn't submitted a payment.
I want to download their link so I can send them an Invoice by postal mail.

I'm on a unix server using MySql.

Is there a Mysql commad I can run?
Quote Reply
Re: [Sies] Download Links In reply to
You can view them using the Category browser in the admin. To find them using MySQL, you'll have to search the Links table for links with expiry dates which are -1 (awaiting payment) or less than the current unix time (for expired links).

Adrian