Yeah i'm working on it, as i've had requests to change deep links on linksjuice.com so it's quite annoying going into phpmyadmin all the time Will keep you updated
Actually I didn't, I had some problems displaying the links on my detail page. Figured I messed something up so I reversed it and hadn't tried again yet.
I successfully installed it on Elegant Directory, and details pages are working fine with 5 additional URLs of sponsored listing, Here you can see General Web Directory Catch you on MSN to fix it with your directory I agree, if editing of additional links in admin area is enabled, then it will complete the mod.
I'm using the same mod and I really like it. Here you can see it on my submit page: Featured Links have 5 extra urls, Regular Links have 3 extra http://www.bizfire-directory.com/submit.php This is how it looks on the details page of a featured link: http://www.bizfire-directory.com/detail/link-1558.html
$insertSQL = sprintf("INSERT INTO pages (rLink, url, title, description, exp, keywords, active, ip, catID, email, mid, completed, reciprocalCheckText, coupon, paymentProcessor, pdate, o_url1, o_url2, o_url3, o_url4, o_url5, o_title1, o_title2, o_title3, o_title4, o_title5) VALUES (%s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, NOW(), %s, %s, %s, %s, %s, %s, %s, %s, %s, %s)", GetSQLValueString(strip_tags($_POST['rLink']), "text"), GetSQLValueString(strip_tags($_POST['url']), "text"), GetSQLValueString(strip_tags($_POST['title']), "text"), GetSQLValueString(strip_tags($_POST['description']), "text"), $exp, //fetch expire date from above GetSQLValueString(strip_tags($_POST['keywords']), "text"), GetSQLValueString($_POST['active'], "text"), GetSQLValueString($_POST['ip'], "text"), GetSQLValueString($_POST['catID'], "int"), GetSQLValueString(strip_tags($_POST['email']), "text"), GetSQLValueString($midvalue, "int"), GetSQLValueString($completedvalue, "int"), GetSQLValueString($checktext, "text"), GetSQLValueString(strip_tags($_POST['coupon']), "text"), GetSQLValueString($_POST['processor'], "text"), [b][COLOR="Red"]GetSQLValueString($_POST['o_url1'], "text"),[/COLOR][/b] GetSQLValueString($_POST['o_url1'], "text"), GetSQLValueString($_POST['o_url2'], "text"), GetSQLValueString($_POST['o_url3'], "text"), GetSQLValueString($_POST['o_url4'], "text"), GetSQLValueString($_POST['o_url5'], "text"), GetSQLValueString($_POST['o_title1'], "text"), GetSQLValueString($_POST['o_title2'], "text"), GetSQLValueString($_POST['o_title3'], "text"), GetSQLValueString($_POST['o_title4'], "text"), GetSQLValueString($_POST['o_title5'], "text")); Code (markup): Code from 3rd box. Red colored line is extra that i think. When i worked for www.elegantdirectory.com i got one Link title problem for this line. I removed it and works fine.