Terrel Asked: I was installing a blog on my site I think this may have effect my directory? I clicked on the link to my directory and this is the messages I recieved: “Fatal error: Call to a member function on a non-object in /home/costa/public_html/directory/include/functions.php on line 47” I don’t know much about php but […]

This is mod is about adding multiple featured link option on submit page.difficulty level : moderate  Note : as multiple files and databsae needs to changed in mod, taking backup before implementing this mod is highly recommended.files need to changed: include/constants.php, include/tables.php, submit.php, payment.php, templates/submit.tpl, templates/payment.tpl and database table PLD_CONFIG Mod begin line numbers given are […]

3.04 friendly Do not follow the search-tracker.mod file if your using 3.04 follow this. There were no major changes I just want credit for taking the time to change one variable, and updating the instructions a little. Code: ############################################################## ## MOD Title: Internal Search Tracker ## MOD Author: Casey Wilson < at@ap0s7le.com > http://www.ap0s7le.com ## […]

It’s bound to happen to most of us… Your directory gets so many submissions that there is no way you can possibly go through all of them in a sufficient amount of time, and to top it all off, most of the pending links are spam. You’ve got to get control of your directory! 😯 […]

A big thanks to Dan for this mod. We’ll be testing it, and then integrate it into future releases. Description: Allows surfers to suggest categories / subcategories. Suggested categories / subcategories are inactive until webmaster approves them via phpLD Admin – webmaster receives email confirmation when suggestions submitted. VSDan replied: Thanks David! About this mod, when […]

I think this could be done using the code we have in admin: Code: $stats[0] = $db->GetOne(“SELECT COUNT(*) FROM {$tables[‘link’][‘name’]} WHERE STATUS > 1”); $stats[3] = $db->GetOne(“SELECT COUNT(*) FROM {$tables[‘category’][‘name’]}”); Then somewhere in the footer.tpl (or whereever you want) put: Code: <div align=”center”> {l}Active Links{/l} – {$stats[0]} {l}Categories{/l} – {$stats[3]} </div> I haven’t tested this, […]

This mod will show Google Adsense under the “Featured Links” as “Sponsored Links”. You can see what I mean on the site in my sig. This mod was inspired from a thread of “seothatworks”, Thank you! In main.tpl just before “{* Links heading and sorting*}” add: Code: {if $category.ID != 0} {include file=”googlead.tpl”} {/if} Make […]