Archive for June, 2008:
Bulk accept or accept all links at once in phpLD 2.1.2
In phpLD 3 its easy to accept all links at once because of its powerfull admin panel but in phpld 2, its a big paid when you have free directory.
You don’t need to accept each single link at once, if you do so it will take years to accept all links.
The simple way to do this is run a sql query in your data base. Run this command and you all links will be accepted.
UPDATE PLD_LINK SET STATUS =2 WHERE STATUS =1;
If you are new to databases or don’t know how to run query then you can follow these simple steps.
1. Open your control panel and go to phpMyAdmin.
2. After opening phpMyAdmin, at left side click on the database name that you used on your directory.
3. Now you will see some menus at top. Click on SQL, that in no. 2 on row.
4. Now run the small script that I showed in red.
5. Now all your links are approved.