Tag Archives: phpld auto approve

Auto-Approve phpLD Links

15 May

Okay many people requested this via the contact form. So here it goes. You can now auto-accept all of the links pending validity in phpLD version 2.x by using a simple SQL query.

UPDATE `PLD_LINK` SET `STATUS`= 2 WHERE `STATUS` = 1

Here is a step by step instruction for you.

1. Login the phpymyadmin and click your desired sql database

2. Click SQL and enter the query above

phpld mysql query

3. Hit Go and you are done.