I have tried to find it at google and here. Didn't found such mode. Can any tell me is there any such mod available ??
I'm no phplinkdirectory expert... But on this page you can find alot of info.. http://www.monster-submit.com/fmain.shtml?http://www.monster-submit.com/phpld/
you can purchase access to one of the modification areas on the phpld website. 10$ for access. and what he said ^^
You can't afford $25 for the latest phpLD version? Buddy, do yourself a favor and open your wallet and spend a little friggin' money.
Are you talking about this mod "More Details" You have created yourself ? Nice one. Can i have one copy for the same for my phpld free version directory
I dont see any one posting their experience with this one. Well I didn't see this thread initially and I was too working on developing one for myselves.. I faced lot of issues with the mod_rewrite and everything getting messed up.. I ended up on this thread at that point.. Its a great work donr by YIAM , but I couldn't use the .htaccess edit as given by him str away into mine.. I think the [QSA] need not be there.. I made a little variant version which works fine for me now at seofriendlydirectory.info There is a slight change in the URL structure compared to the one given by YIAM. My .htaccess is as follows Options +FollowSymLinks RewriteEngine On RewriteCond %{SCRIPT_FILENAME} !-f RewriteCond %{SCRIPT_FILENAME} !-d RewriteRule ^details-(.*)\.html$ details.php?id=$1 [L] RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-l RewriteRule .* index.php [QSA,L] PHP: