• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Expired Domains

SoheilY

New Pleskian
Hi,

How can i get or export a list of expired domains ??? i have near 350 domains on my plesk server and i'm sure some of domains are expired, but i don't know how discover expired domains.

Thanks with best regards
Soheil YOUSEFI
 
You can try to find these domains with following SQL query
select name from domains where status & 256;
 
Last edited:
SQL query

Hi IgorG

i did it, it gaves me 3 different status, 80% are "0" , 5% are "16" and 15% are "64".

i checked them but i can't undrestand which are expired and which are active.
 
Query resault

Hi,

it is ok, now i can delete all expired domains on my server so i can increase disk space.

THANK YOU, THANK YOU

Soheil YOUSEFI
 
Back
Top