Update August 11, 2019: Below follows an older post in which directory owners were helping each other by adding directories to their del.icio.us account. This is long past, no longer something people do, but you can read about still below… del.icio.us has become an important resource that seems to be heavily spidered by search engines […]
I can add thumbnail previews to my phpLD, but picture show on the PR, I don’t know where to add code =(I editing link.tpl – many hour, but not result.This is my link.tpl (temlate SpringBreak) Code: {strip} <table width=”100%” align=”center” cellpadding=”0″ cellspacing=”0″ class=”linkarea”> <tbody> <tr valign=”top”> {* show page rank *} {if $smarty.const.SHOW_PAGERANK} <td width=”40″>{include file=”pagerank.tpl” pr=$link.PAGERANK}</td> […]
Borghunter: I noticed that I accidentally typed in my password for the admin panel incorrectly and I can’t figure out how to un-hash it. If someone could hash the password: 5686 with the phpLD algorithym that would be great, so I can use this to temporarily login. Thank You to anyone who does this. To […]
Based on Google’s SOAP Search API, Google 2 phpLD module makes finding new links (and new link partners) very easy and in almost no-time. It can help you populate the directory with links, more links mean more content and that’s a good reasong for visitors to start spending more time on your directory. How does it work?You first […]
Neticus writes: Have just done this myself thought i’d share Adding ‘Accept Agreement’ checkbox to submit form.Form will not submit until user checks this box. In submit.tpl Near top, Replace: Code: <form method=”post” action=””> with Code: <form method=”post” action=”” onsubmit=”return checkCheckBox(this)”> Scroll down to end of file, Replace: Code: <td colspan=”2″ class=”buttons”><input type=”submit” name=”submit” value=”{l}Continue{/l}” […]
David asked: I need to send someone some e-gold. Anyone know the best way to buy e-gold? Zany Jim replied: Ive never used E-Gold before, why can’t you use paypal? I just looked on e-gold’s site and it looks like you buy it from them. David replied: Paypal is not available in many countries. There […]
gmscmitz writes: For some reason my admin log in just stopped working and I would get this error. Warning: Smarty error: validate: validator id ‘v_user’ is not registered. in /home/www/us-realestatedirectory.com/libs/smarty/Smarty.class.php on line 1088 So I tried to reload the Smarty.class.php file and now I get this error:Fatal error: main(): Failed opening required ‘libs/smarty/Smarty.class.php’ (include_path=’.:/usr/local/lib/php:/home/www/us-realestatedirectory.com/’) in […]
Example: creating an ‘About Us’ page 1. Create a file called about.tpl place in templates folder where main.tpl is etc about.tpl to contain: Code: {capture name=”title”} – {l}About{/l}{/capture} {capture assign=”in_page_title”}{l}About{/l}{/capture} {capture assign=”description”}{l}About Us{/l}{/capture} {include file=”header.tpl”} {include file=”top_bar.tpl”} Your Content Here. {include file=”footer.tpl”} 2. Create a file called about.php, place in root where index.php is etc. […]
Boby: Some hints and tips on security issues. 1) Passwords: Use strong passwords! Never share your password or keep them in unsafe place. Give passwords to everything you can, phpLD admin, database user, FTP access, everything.To have a strong password, try to include some special characters like “$”, “@”, “&”, “=”, “+” or whatever else you […]
pmarkov asked: Hello I have installed phpLD on my website and after some fixes and alterations I have moved it to another folder of the same domain. Everything worked perfectly since I have decided to clear the cache of my pc. I use XP Pro IE 6 SP2. Now there is a problem: 1. Clear […]