intelli.config = {"htaccessfile_0":"<IfModule mod_rewrite.c>\r\n# enable mod_rewrite\r\nRewriteEngine on\r\n\r\n","htaccessfile_1":"# SECTION 1\r\n# correct urls for yahoo bot\r\nRewriteCond %{REQUEST_URI} !..+$\r\nRewriteCond %{REQUEST_URI} !\/$\r\nRewriteRule (.*) %{REQUEST_URI}\/ [R=301,L]\r\n\r\n# mod_rewrite rules for plugins\r\nRewriteRule ^mod\/([a-zA-Z0-9]+)\/$ controller.php?plugin=$1 [QSA,L]\r\nRewriteRule ^mod\/([a-zA-Z0-9]+)\/([a-zA-Z0-9]+)\/$ controller.php?plugin=$1&file=$2 [QSA,L]\r\nRewriteRule ^mod\/([a-zA-Z0-9]+)\/([a-zA-Z0-9]+).html$ controller.php?plugin=$1&file=$2 [QSA,L]\r\n\r\n# mod_rewrite rules for view account page\r\nRewriteRule ^accounts\/$ accounts.php [QSA,L]\r\nRewriteRule ^accounts\/(.*)\/$ accounts.php?alpha=$1 [QSA,L]\r\nRewriteRule ^accounts\/(.*).html$ view-account.php?account=$1 [QSA,L]\r\n\r\nRewriteRule ^articles\/$ controller.php?plugin=articles [QSA,L]\r\nRewriteRule ^articles\/([a-z]+).html$ controller.php?plugin=articles&file=$1 [QSA,L]\r\nRewriteRule ^articles\/index([0-9]+).html$ controller.php?plugin=articles&page=$1 [QSA,L]\r\nRewriteRule ^articles\/(.*)-a([0-9]+).html$ controller.php?plugin=articles&title=$1&id=$2 [QSA,L]\r\n\r\nRewriteRule ^sitemap.xml$ tmp\/sitemap\/google\/sitemap.xml [QSA,L]\r\nRewriteRule ^sitemap([0-9]+).xml$ tmp\/sitemap\/google\/sitemap$1.xml [QSA,L]\r\nRewriteRule ^sitemap_index.xml$ tmp\/sitemap\/google\/sitemap_index.xml [QSA,L]\r\nRewriteRule ^urllist.txt$ tmp\/sitemap\/urllist.txt [QSA,L]\r\n\r\nRewriteRule ^articles\/$ controller.php?plugin=articles [QSA,L]\r\nRewriteRule ^articles\/([a-z]+).html$ controller.php?plugin=articles&file=$1 [QSA,L]\r\nRewriteRule ^articles\/index([0-9]+).html$ controller.php?plugin=articles&page=$1 [QSA,L]\r\nRewriteRule ^articles\/(.*)-a([0-9]+).html$ controller.php?plugin=articles&title=$1&id=$2 [QSA,L]\r\n\r\n# mod_rewrite rules for tag cloud\r\nRewriteRule ^tag\/(.*)\/$ controller.php?plugin=tagcloud&tag=$1 [QSA,L]\r\nRewriteRule ^tag\/(.*)\/index([0-9]+).html$ tag_clouds.php?tag=$1&page=$2 [QSA,L]\r\n\r\n","htaccessfile_2":"# SECTION 2\r\n# mod_rewrite rules for ROOT category\r\nRewriteRule ^index([0-9]+).html$ index.php?category=0&page=$1 [QSA,L]\r\n\r\n# mod_rewrite rule for pageranks listing page\nRewriteRule ^pagerank([0-9]+)-listings.html$ controller.php?plugin=pageranks&pr=$1 [QSA,L]\nRewriteRule ^pagerank([0-9]+)-listings([0-9]+).html$ controller.php?plugin=pageranks&pr=$1&page=$2 [QSA,L]\r\n\r\n","htaccessfile_3":"# SECTION 3\r\n# mod_rewrite rules for categories pages with HTML path option disable\r\nRewriteRule ^(.*)\/$ index.php?category=$1 [QSA,L]\r\nRewriteRule ^(.*)\/index([0-9]+).html$ index.php?category=$1&page=$2 [QSA,L]\r\n\r\n","htaccessfile_4":"# SECTION 4\r\n# mod_rewrite rule for suggest listing page\r\nRewriteRule report-listing.php$ report-listing.php [QSA,L]\r\n\r\n","htaccessfile_5":"# SECTION 5\r\nRewriteRule ^([a-z]+)-listings.html$ listings.php?view=$1 [QSA,L]\r\nRewriteRule ^([a-z]+)-listings([0-9]+).html$ listings.php?view=$1&page=$2 [QSA,L]\r\n\r\n# mod_rewrite rules for alphabetic_search plugin\nRewriteRule ^alpha\/((.*)+).html$ search.php?alpha=$1 [QSA,L]\r\n\r\n","htaccessfile_6":"# SECTION 6\r\n# mod_rewrite rules for view listing page\r\nRewriteRule ^([^\/]+)-l([0-9]+).html$ view-listing.php?cat=&title=$1&id=$2 [QSA,L]\r\nRewriteRule ^(.*)\/([^\/]+)-l([0-9]+).html$ view-listing.php?cat=$1&title=$2&id=$3 [QSA,L]\r\n\r\n","htaccessfile_7":"# SECTION 7\r\n# mod_rewrite rules for additional pages\r\nRewriteRule ^p\/(.*).html$ page.php?name=$1 [QSA,L]\r\nRewriteRule ^p(.*).html$ page.php?name=$1 [QSA,L]\r\n\r\n","htaccessfile_8":"# SECTION 8\r\n# mod_rewrite rules for error pages\r\nRewriteRule ^([0-9]+).htm$ error.php?error=$1 [QSA,L]\r\n\r\n","htaccessfile_9":"# SECTION 9\r\n# mod_rewrite rules for suggest category page\r\nRewriteRule ^suggest-category-([0-9]+).html$ suggest-category.php?id=$1 [QSA,L]\r\n\r\n","htaccessfile_10":"# SECTION 10\r\nRewriteRule ^LICENSE.htm$ LICENSE.htm [QSA,L]\r\n\r\n","htaccessfile_11":"# SECTION 11\r\n# mod_rewrite rules for categories pages\r\nRewriteRule ^(.*)_([0-9]+).html$ index.php?category=$1&page=$2 [QSA,L]\r\nRewriteRule ^(.*).html?(.*)$ index.php?category=$1&$2 [QSA,L]\r\nRewriteRule ^(.*).html$ index.php?category=$1 [QSA,L]\r\n<\/IfModule>\r\n\r\n","htaccessfile_12":"# SECTION 12\r\nErrorDocument 500 500.htm\r\nErrorDocument 404 404.htm\r\nErrorDocument 403 403.htm\r\nErrorDocument 401 401.htm","accounts":"1","accounts_autoapproval":"1","accounts_registered":"1","admin_online_expiry_time":"60","display_news":"1","display_new_plugins":"1","captcha":"1","captcha_name":"kcaptcha","captcha_preview":"","captcha_case_sensitive":"0","captcha_num_chars":"5","suggest_category":"1","use_html_path":"0","related":"1","neighbour":"1","show_children_listings":"0","categories_order":"title","num_categories_cols":"3","num_listings_display":"1","subcats_display":"0","categories_tree_type":"tree","categories_display_type":"horizontal","categories_icon_width":"16","categories_icon_height":"16","cron_recip":"1","cron_broken":"1","cron_pagerank":"1","cron_num_listings":"20","cron_check_interval":"1","cron_report_job":"1","cron_report_job_extra":"1","cron_report_cycle":"1","cron_report_cycle_extra":"1","cron_backup":"1","cron_backup_archive":"1","cron_backup_interval":"5","cron_backup_last_time":"1267174826","sponsored_listings":"1","currency_symbol":"\u00a3","sponsored_only":"0","num_sponsored_display":"3","payment_transactions":"1","mcross_functionality":"0","mcross_number_links":"5","mcross_only_sponsored":"1","version":"2.3.02","site":"The Naughty Expert","site_logo":"site_logo_13b3240e7c.gif","site_main_content":"<p>\r\n\tWelcome to the Naughty Expert website. We have hundreds of fantastic adult related websites for you to visit. Please leave feedback on those sites you enjoyed and feel free to suggest any good sites you visit that you think we should list. Be sure to bookmark us and come back again soon.<\/p>\r\n","site_description":"An Adult directory and guide to help you find all the best adult websites available.","site_keywords":"Adult directory,adult guide,sex guide,adult sites,information,adult reviews","backup":"backup\/","admin":"admin\/","site_email":"admin@naughty-expert.com","bugs_email":"admin@naughty-expert.com","tmpl":"cleancss","admin_tmpl":"default","lang":"en","charset":"UTF-8","date_format":"%b %e, %Y","suffix":"For all your naughty needs","title_breadcrumb":"0","language_switch":"0","mod_rewrite":"1","display_frontend":"1","underconstruction":"We are sorry. Our site is under construction.","old_pages_urls":"0","esyndicat_news_url":"http:\/\/blog.intelliants.com\/?view=rss","esyndicat_new_plugins_url":"http:\/\/tools.esyndicat.com\/new_plugins.php","esyndicat_block_positions":"left,right,top,center,bottom,user1,user2,verybottom,verytop,topbanner","ckeditor_color":"#F00","allow_listings_submission":"1","auto_approval":"0","new_window":"1","forward_to_listing_details":"1","pagerank":"1","thumbshot":"1","num_index_listings":"15","num_get_listings":"8","num_featured_display":"3","num_partner_display":"3","visitor_sorting":"1","listings_sorting":"date","listings_sorting_type":"descending","html_tags":"0","expiration_period":"","expiration_action":"","broken_listings_report":"1","listing_check":"1","broken_visitors":"0","http_headers":"301,302,200","reciprocal_check":"0","reciprocal_required_only_for_free":"0","reciprocal_domain":"0","reciprocal_text":"http:\/\/www.naughty-expert.com","recip_featured":"0","reciprocal_visitors":"1","duplicate_checking":"1","duplicate_type":"domain","duplicate_visitors":"0","reciprocal_label":"To validate the reciprocal link please include the following HTML code in the page at the URL specified above, before submitting this form:","reciprocal_code":"","mail_function":"php mail","mimetype":"html","sendmail_path":"\/usr\/bin\/sendmail","smtp_secure_connection":"","smtp_server":"mail.naughty-expert.com","smtp_user":"admin@naughty-expert.com","smtp_password":"01benq","listing_submit":"1","listing_submit_subject":"[info] Listing was submitted to {own_site}","listing_submit_body_html":"<h3>\r\n\tDear Sir\/Madam,<\/h3>\r\n<p>\r\n\tWe are glad to inform you that a link to <span style=\"color: rgb(255, 0, 0);\">{your_site_url}<\/span> has been submitted to <em><a href=\"{own_dir_url}\">{own_site}<\/a><\/em> ({own_dir_url}). Your submission will be reviewed within 48 hours.<\/p>\r\n<p>\r\n\tAfter approval and activation, your URL will be listed at:<\/p>\r\n<p>\r\n\t<a href=\"{dir_listing}\"><i>{dir_listing}<\/i><\/a><\/p>\r\n<p align=\"left\">\r\n\tYour listing in our directory is <span style=\"color: rgb(255, 0, 0);\"><em><strong>100% free<\/strong><\/em><\/span>, there is no catch. We hope you enjoy the visitors we send you.<\/p>\r\n<p align=\"left\">\r\n\t<span style=\"color: rgb(255, 0, 0);\"><strong><em>Want more free visitors from us?<\/em><\/strong><\/span><\/p>\r\n<div align=\"left\">\r\n\t<ol>\r\n\t\t<li>\r\n\t\t\tPlace a link back to us on your site and our software will give priority to your listing over those who do not link back. You will stay nearer the top of your category and get more traffic.<\/li>\r\n\t\t<li>\r\n\t\t\tYou can also upgrade your listing to sponsored which will guarantee your spot at the top of your category for as long as your sponsored.<\/li>\r\n\t\t<li>\r\n\t\t\tYou can upgrade and have your banner displayed across our entire site as well as being a featured \/ Partner site<\/li>\r\n\t<\/ol>\r\n<\/div>\r\n<p align=\"left\">\r\n\tFor further details of these advertising options, please find further details here: <a href=\"http:\/\/www.naughty-expert.com\/p\/advertise.html\" title=\"Advertise with us\">Advertise on Naughty-Expert<\/a><\/p>\r\n<p align=\"left\">\r\n\tPlease use one of the following options to link to us should you wish:<\/p>\r\n<p align=\"left\">\r\n\t<a href=\"http:\/\/www.naughty-expert.com\/p\/Banner.html\">Our Banners<\/a> &gt; For a selection of our banners to place on your website.<br \/>\r\n\t------------------------------------<br \/>\r\n\t<span style=\"color: rgb(255, 0, 0);\">OR use the following information<\/span><br \/>\r\n\t------------------------------------<br \/>\r\n\t<span style=\"color: rgb(255, 0, 0);\">TITLE:<\/span> <em>{own_site}<\/em><br \/>\r\n\t<span style=\"color: rgb(255, 0, 0);\">URL:<\/span> <em>{own_url}<\/em><br \/>\r\n\t<span style=\"color: rgb(255, 0, 0);\">DESCRIPTION:<\/span> The Naughty-Expert, for all the best Adult Websites<\/p>\r\n<p align=\"left\">\r\n\tAll the listings in our directory are direct, so they will improve your listing popularity.<\/p>\r\n<p align=\"left\">\r\n\t______________________________<br \/>\r\n\tThank you, <br \/>\r\n\t{own_site} Administration Team<br \/>\r\n\t{own_url}<br \/>\r\n\t{own_email}<\/p>\r\n","listing_submit_body_plaintext":"Dear Sir\/Madam,\r\n \r\nWe are glad to inform you that a link to {your_site_url}\r\nhas been submitted to {own_site} ({own_dir_url}).\r\nYour submission will be reviewed within 48 hours.\r\n  \r\nAfter approval and activation, your URL will be listed at: \r\n{dir_listing}\r\n  \r\nA link back to us is not a requirement however we give priority to sites that link back so doing this will ensure your site is listed higher in your category than other sites. Should you wish, please add a link to {own_site} to any of your site's pages.\r\n\r\nPlease use the code below:\r\n------------------------------------\r\n<a href=\"{own_url}\">{own_site}<\/a>\r\n------------------------------------\r\n\r\nOR use the following information\r\n------------------------------------\r\nTITLE: {own_site}\r\nURL: {own_url}\r\nDESCRIPTION: your site description\r\n\r\nAll the listings in our directory are direct, so they will improve your listing popularity.\r\n\r\n______________________________\r\nThank you,\r\n{own_site} \r\n{own_url}\r\n{own_email}","listing_approve":"1","listing_approve_subject":"[Info] Listing was approved in {own_site}","listing_approve_body_html":"<h3>\r\n\tDear Sir\/Madam,<\/h3>\r\n<p>\r\n\tCongratulations! Your listing <span style=\"color: rgb(255, 0, 0);\">{your_site_url}<\/span> has been approved for <em><a href=\"{own_dir_url}\">{own_site}<\/a><\/em>. You can view it at:<\/p>\r\n<p>\r\n\t<em><a href=\"{dir_listing}\">{dir_listing}<\/a><\/em><\/p>\r\n<p align=\"left\">\r\n\tYour listing in our directory is <span style=\"color: rgb(255, 0, 0);\"><em><strong>100% free<\/strong><\/em><\/span>, there is no catch. We hope you enjoy the visitors we send you.<\/p>\r\n<p align=\"left\">\r\n\t<span style=\"color: rgb(255, 0, 0);\"><strong><em>Want more free visitors from us?<\/em><\/strong><\/span><\/p>\r\n<div align=\"left\">\r\n\t<ol>\r\n\t\t<li>\r\n\t\t\tPlace a link back to us on your site and our software will give priority to your listing over those who do not link back. You will stay nearer the top of your category and get more traffic.<\/li>\r\n\t\t<li>\r\n\t\t\tYou can also upgrade your listing to sponsored which will guarantee your spot at the top of your category for as long as your sponsored.<\/li>\r\n\t\t<li>\r\n\t\t\tYou can upgrade and have your banner displayed across our entire site as well as being a featured \/ Partner site<\/li>\r\n\t<\/ol>\r\n<\/div>\r\n<p align=\"left\">\r\n\tFor further details of these advertising options, please find further details here: <a href=\"http:\/\/www.naughty-expert.com\/p\/advertise.html\" title=\"Advertise with us\">Advertise on Naughty-Expert<\/a><\/p>\r\n<p align=\"left\">\r\n\tPlease use one of the following options to link to us if you wish:<\/p>\r\n<p align=\"left\">\r\n\t<a href=\"http:\/\/www.naughty-expert.com\/p\/Banner.html\">Our Banners<\/a> &gt; For a selection of our banners to place on your website.<br \/>\r\n\t------------------------------------<br \/>\r\n\t<span style=\"color: rgb(255, 0, 0);\">OR use the following information<\/span><br \/>\r\n\t------------------------------------<br \/>\r\n\t<span style=\"color: rgb(255, 0, 0);\">TITLE: <\/span><em>{own_site}<\/em><br \/>\r\n\t<span style=\"color: rgb(255, 0, 0);\">URL:<\/span> <em>{own_url}<\/em><br \/>\r\n\t<span style=\"color: rgb(255, 0, 0);\">DESCRIPTION:<\/span> The Naughty-Expert, for all the best Adult Websites<\/p>\r\n<p align=\"left\">\r\n\tAll the listings in our directory are direct, so they will improve your listing popularity.<\/p>\r\n<p align=\"left\">\r\n\t______________________________<br \/>\r\n\tThank you, <br \/>\r\n\t{own_site} Administration Team<br \/>\r\n\t{own_url}<br \/>\r\n\t{own_email}<\/p>\r\n","listing_approve_body_plaintext":"Dear Sir\/Madam,\r\n  \r\nCongratulations! Your listing {your_site_url} has been approved for {own_site}.\r\nYou can view it at {dir_listing}.\r\n  \r\nIf you have not placed a reciprocal listing to {own_site} yet, please add a listing to {own_url} to any of your site's pages. A link back to us is not a requirement however we give priority to sites that link back so doing this will ensure your site is listed higher in your category than other sites. \r\n\r\nPlease use the code below:\r\n------------------------------------\r\n<a href=\"{own_url}\">{own_site}<\/a>\r\n------------------------------------\r\n\r\nOR use the following information\r\n------------------------------------\r\nTITLE: {own_site}\r\nURL: {own_url}\r\nDESCRIPTION: site description\r\n------------------------------------\r\n\r\nAll the listings in our directory are direct, so they will improve your listing popularity.\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","listing_disapprove":"1","listing_disapprove_subject":"Listing was disapproved in {own_site}","listing_disapprove_body_html":"<h3>\r\n\tDear Sir\/Madam,<\/h3>\r\n<p>\r\n\t<span>Your listing {your_site_url} has been<\/span> disapproved in<em> <a href=\"{own_dir_url}\">{own_site}<\/a><\/em>.<\/p>\r\n<p>\r\n\tIf you have questions, please feel free to ask us.<\/p>\r\n<p>\r\n\t______________________________<br \/>\r\n\tThank you, <br \/>\r\n\t{own_site} Administration Team<br \/>\r\n\t{own_url}<br \/>\r\n\t{own_email}<\/p>\r\n","listing_disapprove_body_plaintext":"Dear Sir\/Madam,\r\n\r\nYour listing {your_site_url} has been disapproved in {own_site} Listings Directory.\r\n\r\nThe most likely reasons for the rejection could be that your site contains offensive material or not felt to be what our users would like to see.If you have questions, please feel free to ask us. \r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","listing_move":"1","listing_move_subject":"[Info] Listing was moved in {own_site}","listing_move_body_html":"<h3>\r\n\tDear Sir\/Madam,<\/h3>\r\n<p>\r\n\tWe just wanted to let you know that your listing to site <em><a href=\"{own_dir_url}\">{your_site_url}<\/a><\/em> was moved to a different category or location in the directory.<\/p>\r\n<p>\r\n\tWe often do this to tidy the directory and make it easier to use.<\/p>\r\n<p>\r\n\tThese are the modified attributes of your listing:<\/p>\r\n<p>\r\n\t<span style=\"color: rgb(255, 0, 0);\">Title:<\/span> <em><a href=\"{own_dir_url}\">{your_site_title}<\/a><\/em><br \/>\r\n\t<span style=\"color: rgb(255, 0, 0);\">URL:<\/span> <em><a href=\"{own_dir_url}\">{your_site_url}<\/a><\/em><br \/>\r\n\t<span style=\"color: rgb(255, 0, 0);\">Description:<\/span> <em>{your_site_desc}<\/em><br \/>\r\n\t<span style=\"color: rgb(255, 0, 0);\">Email:<\/span> <em><a href=\"{own_dir_url}\">{your_site_email}<\/a><\/em><br \/>\r\n\t<span style=\"color: rgb(255, 0, 0);\">Rank:<\/span> <em>{your_site_rank}<\/em><br \/>\r\n\t<span style=\"color: rgb(255, 0, 0);\">Status:<\/span> <em>{your_site_status}<\/em><\/p>\r\n<p>\r\n\tYou can view your listing here:<\/p>\r\n<p>\r\n\t<em><a href=\"{own_dir_url}\">{dir_listing}<\/a><\/em><\/p>\r\n<p align=\"left\">\r\n\tYour listing in our directory is <span style=\"color: rgb(255, 0, 0);\"><em><strong>100% free<\/strong><\/em><\/span>, there is no catch. We hope you enjoy the visitors we send you.<\/p>\r\n<p align=\"left\">\r\n\t<span style=\"color: rgb(255, 0, 0);\"><strong><em>Want more free visitors from us?<\/em><\/strong><\/span><\/p>\r\n<div align=\"left\">\r\n\t<ol>\r\n\t\t<li>\r\n\t\t\tPlace a link back to us on your site and our software will give priority to your listing over those who do not link back. You will stay nearer the top of your category and get more traffic.<\/li>\r\n\t\t<li>\r\n\t\t\tYou can also upgrade your listing to sponsored which will guarantee your spot at the top of your category for as long as your sponsored.<\/li>\r\n\t\t<li>\r\n\t\t\tYou can upgrade and have your banner displayed across our entire site as well as being a featured \/ Partner site<\/li>\r\n\t<\/ol>\r\n<\/div>\r\n<p align=\"left\">\r\n\tFor further details of these advertising options, please find further details here: <a href=\"http:\/\/www.naughty-expert.com\/p\/advertise.html\" title=\"Advertise with us\">Advertise on Naughty-Expert<\/a><\/p>\r\n<p align=\"left\">\r\n\tPlease use one of the following options to link to us if you wish:<\/p>\r\n<p align=\"left\">\r\n\t<a href=\"http:\/\/www.naughty-expert.com\/p\/Banner.html\">Our Banners<\/a> &gt; For a selection of our banners to place on your website.<br \/>\r\n\t------------------------------------<br \/>\r\n\t<span style=\"color: rgb(255, 0, 0);\">OR use the following information<\/span><br \/>\r\n\t------------------------------------<br \/>\r\n\t<span style=\"color: rgb(255, 0, 0);\">TITLE:<\/span> <em>{own_site}<\/em><br \/>\r\n\t<span style=\"color: rgb(255, 0, 0);\">URL: <\/span><em>{own_url}<\/em><br \/>\r\n\t<span style=\"color: rgb(255, 0, 0);\">DESCRIPTION:<\/span> <em>The Naughty-Expert, for all the best Adult Websites<\/em><\/p>\r\n<p align=\"left\">\r\n\tAll the listings in our directory are direct, so they will improve your listing popularity.<\/p>\r\n<p align=\"left\">\r\n\t______________________________<br \/>\r\n\tThank you, <br \/>\r\n\t{own_site} Administration Team<br \/>\r\n\t{own_url}<br \/>\r\n\t{own_email}<\/p>\r\n","listing_move_body_plaintext":"Dear Sir\/Madam,\r\n\r\nWe are glad to inform you, that your listing to site {your_site_url} was moved into another category. \r\nThis is the new location of your listing:\r\n\r\n{dir_listing}\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","listing_modify":"1","listing_modify_subject":"[Info] Listing was modified in {own_site}","listing_modify_body_html":"<h3>\r\n\tDear Sir\/Madam,<\/h3>\r\n<p>\r\n\tWe just wanted to let you know that your listing to site <em><a href=\"{own_dir_url}\">{your_site_url}<\/a><\/em> was modified. We often do this to tidy the directory and make it easier to use.<\/p>\r\n<p>\r\n\tThese are the new attributes of your listing:<\/p>\r\n<p>\r\n\t<span style=\"color: rgb(255, 0, 0);\">Title:<\/span> <em><a href=\"{own_dir_url}\">{your_site_title}<\/a><\/em><br \/>\r\n\t<span style=\"color: rgb(255, 0, 0);\">URL:<\/span> <em><a href=\"{own_dir_url}\">{your_site_url}<\/a><\/em><br \/>\r\n\t<span style=\"color: rgb(255, 0, 0);\">Description: <\/span><em>{your_site_desc}<\/em><br \/>\r\n\t<span style=\"color: rgb(255, 0, 0);\">Email:<\/span> <em><a href=\"{own_dir_url}\">{your_site_email}<\/a><\/em><br \/>\r\n\t<span style=\"color: rgb(255, 0, 0);\">Rank:<\/span> <em>{your_site_rank}<\/em><br \/>\r\n\t<span style=\"color: rgb(255, 0, 0);\">Status:<\/span> <em>{your_site_status}<\/em><\/p>\r\n<p>\r\n\tYou can view your listing here:<\/p>\r\n<p>\r\n\t<em><a href=\"{own_dir_url}\">{dir_listing}<\/a><\/em><\/p>\r\n<p align=\"left\">\r\n\tYour listing in our directory is <span style=\"color: rgb(255, 0, 0);\"><em><strong>100% free<\/strong><\/em><\/span>, there is no catch. We hope you enjoy the visitors we send you.<\/p>\r\n<p align=\"left\">\r\n\t<span style=\"color: rgb(255, 0, 0);\"><strong><em>Want more free visitors from us?<\/em><\/strong><\/span><\/p>\r\n<div align=\"left\">\r\n\t<ol>\r\n\t\t<li>\r\n\t\t\tPlace a link back to us on your site and our software will give priority to your listing over those who do not link back. You will stay nearer the top of your category and get more traffic.<\/li>\r\n\t\t<li>\r\n\t\t\tYou can also upgrade your listing to sponsored which will guarantee your spot at the top of your category for as long as your sponsored.<\/li>\r\n\t\t<li>\r\n\t\t\tYou can upgrade and have your banner displayed across our entire site as well as being a featured \/ Partner site<\/li>\r\n\t<\/ol>\r\n<\/div>\r\n<p align=\"left\">\r\n\tFor further details of these advertising options, please find further details here: <a href=\"http:\/\/www.naughty-expert.com\/p\/advertise.html\" title=\"Advertise with us\">Advertise on Naughty-Expert<\/a><\/p>\r\n<p align=\"left\">\r\n\tPlease use one of the following options to link to us if you wish:<\/p>\r\n<p align=\"left\">\r\n\t<a href=\"http:\/\/www.naughty-expert.com\/p\/Banner.html\">Our Banners<\/a> &gt; For a selection of our banners to place on your website.<br \/>\r\n\t------------------------------------<br \/>\r\n\t<span style=\"color: rgb(255, 0, 0);\">OR use the following information<\/span><br \/>\r\n\t------------------------------------<br \/>\r\n\t<span style=\"color: rgb(255, 0, 0);\">TITLE:<\/span> <em>{own_site}<\/em><br \/>\r\n\t<span style=\"color: rgb(255, 0, 0);\">URL:<\/span> <em>{own_url}<\/em><br \/>\r\n\t<span style=\"color: rgb(255, 0, 0);\">DESCRIPTION:<\/span> <em>The Naughty-Expert, for all the best Adult Websites<\/em><\/p>\r\n<p align=\"left\">\r\n\tAll the listings in our directory are direct, so they will improve your listing popularity.<\/p>\r\n<p align=\"left\">\r\n\t______________________________<br \/>\r\n\tThank you, <br \/>\r\n\t{own_site} Administration Team<br \/>\r\n\t{own_url}<br \/>\r\n\t{own_email}<\/p>\r\n","listing_modify_body_plaintext":"Dear Sir\/Madam,\r\n\r\nWe are glad to inform you, that your listing to site {your_site_url} was modified.\r\nThese are the new attributes of your listing:\r\n\r\nTitle: {your_site_title}\r\nURL: {your_site_url}\r\nDescription: {your_site_desc}\r\nEmail: {your_site_email}\r\nRank: {your_site_rank}\r\nStatus: {your_site_status}\r\n\r\nYou can view your listing here:\r\n{dir_listing}\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","listing_reject":"1","listing_reject_subject":"Listing was banned in {own_site}","listing_reject_body_html":"<h3>\r\n\tDear Sir\/Madam,<\/h3>\r\n<p>\r\n\tYour listing to {your_site_url} has been banned in <em><a href=\"{own_dir_url}\">{own_site}<\/a><\/em>.<\/p>\r\n<p>\r\n\tIf you have questions, please feel free to ask us.<\/p>\r\n<p>\r\n\t______________________________<br \/>\r\n\tThank you, <br \/>\r\n\t{own_site} Administration Team<br \/>\r\n\t{own_url}<br \/>\r\n\t{own_email}<\/p>\r\n","listing_reject_body_plaintext":"Dear Sir\/Madam,\r\n\r\nListing to {your_site_url} in our directory has been banned. The most likely reasons for the ban could be that your site contains offensive material, a complaint was received or {own_site} was not felt to be what our users would like to see.If you have questions, please feel free to ask us.\r\n\r\nIf you have questions, please feel free to ask us.\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","listing_delete":"1","listing_delete_subject":"Listing was deleted from {own_site}","listing_delete_body_html":"<h3>\r\n\tDear Sir\/Madam,<\/h3>\r\n<p>\r\n\tYour listing {your_site_url} has been deleted from<\/p>\r\n<p>\r\n\t<em><a href=\"{dir_listing}\">{dir_listing}<\/a><\/em><\/p>\r\n<p>\r\n\tThe reason for removing your site was because <em>{reason}<\/em><\/p>\r\n<p>\r\n\tTo see your listing again, please add a listing to our site and inform us.<\/p>\r\n<p>\r\n\t&nbsp;<\/p>\r\n<p>\r\n\t______________________________<br \/>\r\n\tThank you, <br \/>\r\n\t{own_site} Administration Team<br \/>\r\n\t{own_url}<br \/>\r\n\t{own_email}<\/p>\r\n","listing_delete_body_plaintext":"Dear Sir\/Madam,\r\n\r\nYour listing {your_site_url} has been deleted from {dir_listing} category. The most likely reasons for the deletion could be that your site contains offensive material, a complaint was received or {own_site} was not felt to be what our users would like to see.If you have questions, please feel free to ask us.\r\n\r\n{reason}\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","listing_admin_add":"1","listing_admin_add_subject":"[info] Your Website was added to {own_site}","listing_admin_add_body_html":"<table bgcolor=\"#999999\" cellpadding=\"10\" cellspacing=\"0\" class=\"backgroundTable\" width=\"100%\">\r\n\t<tbody>\r\n\t\t<tr>\r\n\t\t\t<td align=\"center\" valign=\"top\">\r\n\t\t\t\t<table cellpadding=\"0\" cellspacing=\"0\" width=\"616\">\r\n\t\t\t\t\t<tbody>\r\n\t\t\t\t\t\t<tr>\r\n\t\t\t\t\t\t\t<td align=\"center\" style=\"border-top: 0px solid rgb(0, 0, 0); border-bottom: 1px solid rgb(255, 255, 255); background-color: rgb(255, 204, 102); text-align: center;\" width=\"627\">\r\n\t\t\t\t\t\t\t\t<span style=\"font-size: 10px; color: rgb(153, 102, 0); line-height: 200%; font-family: verdana; text-decoration: none;\">Email not displaying correctly? <span style=\"font-size: 10px; color: rgb(153, 102, 0); line-height: 200%; font-family: verdana; text-decoration: none;\">View it in your browser.<\/span><\/span><\/td>\r\n\t\t\t\t\t\t<\/tr>\r\n\t\t\t\t\t\t<tr>\r\n\t\t\t\t\t\t\t<td style=\"border-top: 0px solid rgb(51, 51, 51); border-bottom: 10px solid rgb(255, 255, 255); background-color: rgb(255, 255, 255);\">\r\n\t\t\t\t\t\t\t\t<center>\r\n\t\t\t\t\t\t\t\t\t<p>\r\n\t\t\t\t\t\t\t\t\t\t&nbsp;<\/p>\r\n\t\t\t\t\t\t\t\t\t<p>\r\n\t\t\t\t\t\t\t\t\t\t<img align=\"center\" alt=\"The Naughty Expert\" border=\"1\" height=\"60\" id=\"editableImg1\" src=\"http:\/\/www.naughty-expert.com\/mails\/img\/logo.gif\" title=\"Your Company\" width=\"468\" \/><\/p>\r\n\t\t\t\t\t\t\t\t<\/center>\r\n\t\t\t\t\t\t\t<\/td>\r\n\t\t\t\t\t\t<\/tr>\r\n\t\t\t\t\t<\/tbody>\r\n\t\t\t\t<\/table>\r\n\t\t\t\t<table bgcolor=\"#ffffff\" cellpadding=\"20\" cellspacing=\"0\" width=\"616\">\r\n\t\t\t\t\t<tbody>\r\n\t\t\t\t\t\t<tr>\r\n\t\t\t\t\t\t\t<td bgcolor=\"#ffffff\" height=\"624\" style=\"font-size: 12px; color: rgb(0, 0, 0); line-height: 150%; font-family: trebuchet ms;\" valign=\"top\" width=\"574\">\r\n\t\t\t\t\t\t\t\t<p align=\"left\">\r\n\t\t\t\t\t\t\t\t\tDear Sir\/Madam,<\/p>\r\n\t\t\t\t\t\t\t\t<p align=\"left\">\r\n\t\t\t\t\t\t\t\t\tWe came across your site and felt it would be of interest to our users. We just wanted to tell you that a listing to {your_site_url} has been added to <em><a href=\"{own_dir_url}\">{own_site}<\/a><\/em> ({own_dir_url}).<\/p>\r\n\t\t\t\t\t\t\t\t<p align=\"left\">\r\n\t\t\t\t\t\t\t\t\tThese are the attributes of your listing:<br \/>\r\n\t\t\t\t\t\t\t\t\t<span style=\"color: rgb(255, 0, 0);\"><strong>Title:<\/strong><\/span> <em>{your_site_title}<\/em><br \/>\r\n\t\t\t\t\t\t\t\t\t<span style=\"color: rgb(255, 0, 0);\"><strong>URL:<\/strong><\/span> <em>{your_site_url}<\/em><br \/>\r\n\t\t\t\t\t\t\t\t\t<span style=\"color: rgb(255, 0, 0);\"><strong>Description:<\/strong><\/span><em> {your_site_desc}<\/em><br \/>\r\n\t\t\t\t\t\t\t\t\t<span style=\"color: rgb(255, 0, 0);\"><strong>Email:<\/strong><\/span> <em>{your_site_email}<\/em><br \/>\r\n\t\t\t\t\t\t\t\t\t<span style=\"color: rgb(255, 0, 0);\"><strong>Rank:<\/strong><\/span><em> {your_site_rank}<\/em><\/p>\r\n\t\t\t\t\t\t\t\t<p align=\"left\">\r\n\t\t\t\t\t\t\t\t\tYou can view your listing here:<\/p>\r\n\t\t\t\t\t\t\t\t<p align=\"left\">\r\n\t\t\t\t\t\t\t\t\t<em><a href=\"{dir_listing}\">{dir_listing}<\/a><\/em><\/p>\r\n\t\t\t\t\t\t\t\t<p align=\"left\">\r\n\t\t\t\t\t\t\t\t\tYour listing in our directory is <span style=\"color: rgb(255, 0, 0);\"><em><strong>100% free<\/strong><\/em><\/span>, there is no catch. We hope you enjoy the visitors we send you.<\/p>\r\n\t\t\t\t\t\t\t\t<p align=\"left\">\r\n\t\t\t\t\t\t\t\t\t<span style=\"color: rgb(255, 0, 0);\"><strong><em>Want more free visitors from us?<\/em><\/strong><\/span><\/p>\r\n\t\t\t\t\t\t\t\t<div align=\"left\">\r\n\t\t\t\t\t\t\t\t\t<ol>\r\n\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t\tPlace a link back to us on your site and our software will give priority to your listing over those who do not link back. You will stay nearer the top of your category and get more traffic.<\/li>\r\n\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t\tYou can upgrade your listing to sponsored which will guarantee your spot at the top of your category<\/li>\r\n\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t\tYou can upgrade and have your banner displayed across our entire site<\/li>\r\n\t\t\t\t\t\t\t\t\t<\/ol>\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<p align=\"left\">\r\n\t\t\t\t\t\t\t\t\tFor further details of advertising, please find further details here: <a href=\"http:\/\/www.naughty-expert.com\/p\/advertise.html\">Advertise<\/a><\/p>\r\n\t\t\t\t\t\t\t\t<p align=\"left\">\r\n\t\t\t\t\t\t\t\t\tPlease use one of the following options to link to us:<\/p>\r\n\t\t\t\t\t\t\t\t<p align=\"left\">\r\n\t\t\t\t\t\t\t\t\t<a href=\"http:\/\/www.naughty-expert.com\/p\/Banner.html\">Our Banners<\/a> &gt; For a selection of our banners.<br \/>\r\n\t\t\t\t\t\t\t\t\t------------------------------------<br \/>\r\n\t\t\t\t\t\t\t\t\t<a href=\"{own_url}\">{own_site}<\/a><br \/>\r\n\t\t\t\t\t\t\t\t\t------------------------------------<\/p>\r\n\t\t\t\t\t\t\t\t<p align=\"left\">\r\n\t\t\t\t\t\t\t\t\tOR use the following information<br \/>\r\n\t\t\t\t\t\t\t\t\t------------------------------------<br \/>\r\n\t\t\t\t\t\t\t\t\t<span style=\"color: rgb(255, 0, 0);\">TITLE:<\/span> <em>{own_site}<\/em><br \/>\r\n\t\t\t\t\t\t\t\t\t<span style=\"color: rgb(255, 0, 0);\">URL:<\/span> <em>{own_url}<\/em><br \/>\r\n\t\t\t\t\t\t\t\t\t<span style=\"color: rgb(255, 0, 0);\">DESCRIPTION:<\/span> The Naughty-Expert, for all the best Adult Websites<\/p>\r\n\t\t\t\t\t\t\t\t<p align=\"left\">\r\n\t\t\t\t\t\t\t\t\tAll the listings in our directory are direct, so they will improve your listing popularity.<\/p>\r\n\t\t\t\t\t\t\t\t<p align=\"left\">\r\n\t\t\t\t\t\t\t\t\t______________________________<br \/>\r\n\t\t\t\t\t\t\t\t\tThank you, <br \/>\r\n\t\t\t\t\t\t\t\t\t{own_site} Administration Team<br \/>\r\n\t\t\t\t\t\t\t\t\t{own_url}<br \/>\r\n\t\t\t\t\t\t\t\t\t{own_email}<\/p>\r\n\t\t\t\t\t\t\t\t<p>\r\n\t\t\t\t\t\t\t\t\t&nbsp;<\/p>\r\n\t\t\t\t\t\t\t\t<p>\r\n\t\t\t\t\t\t\t\t\t&nbsp;<\/p>\r\n\t\t\t\t\t\t\t<\/td>\r\n\t\t\t\t\t\t<\/tr>\r\n\t\t\t\t\t<\/tbody>\r\n\t\t\t\t<\/table>\r\n\t\t\t<\/td>\r\n\t\t<\/tr>\r\n\t<\/tbody>\r\n<\/table>","listing_admin_add_body_plaintext":"Dear Sir\/Madam,\r\n \r\nWe are glad to inform you that a listing to {your_site_url} has been added to {own_site} Listings Directory ({own_dir_url}).\r\n  \r\nThese are the attributes of your listing:\r\nTitle: {your_site_title}\r\nURL: {your_site_url}\r\nDescription: {your_site_desc}\r\nEmail: {your_site_email}\r\nRank: {your_site_rank}\r\nStatus: {your_site_status}\r\n\r\nYou can view your listing here {dir_listing}\r\n\r\nA link back to us is not a requirement however we give priority to sites that link back so doing this will ensure your site is listed higher in your category than other sites.\r\n\r\nPlease use the code below:\r\n------------------------------------\r\n<a href=\"{own_url}\">{own_site}<\/a>\r\n------------------------------------\r\n\r\nOR use the following information\r\n------------------------------------\r\nTITLE: {own_site}\r\nURL: {own_url}\r\nDESCRIPTION: your site description\r\n\r\nAll the listings in our directory are direct, so they will improve your listing popularity.\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","register_account":"1","register_account_subject":"Thanks for registration at {own_site}","register_account_body_html":"<h3>\r\n\tDear Sir\/Madam,<\/h3>\r\n<p>\r\n\tThanks for your registration at <em><a href=\"{own_dir_url}\">{own_site}<\/a><\/em>. Here is information you should use in order to login:<\/p>\r\n<p>\r\n\tYour username: <strong>{account_username}<\/strong><br \/>\r\n\tYour password: <strong>{account_pwd}<\/strong><br \/>\r\n\tYour activation key: {key}<\/p>\r\n<p>\r\n\tTo activate your account go to<em> <a href=\"{own_site}register.php?user={account_username_url}&amp;key={key}&amp;action=confirm\">{own_site}register.php?user={account_username_url}&amp;key={key}&amp;action=confirm<\/a><\/em><\/p>\r\n<p>\r\n\tYou may change your password later by editing your personal attributes in your account area.<\/p>\r\n<p>\r\n\t______________________________<br \/>\r\n\tThank you, <br \/>\r\n\t{own_site} Administration Team<br \/>\r\n\t{own_url}<br \/>\r\n\t{own_email}<\/p>\r\n","register_account_body_plaintext":"Dear Sir\/Madam,\r\n\r\nThanks for your registration at {own_site}. Here is information you should use in order to login:\r\n\r\nYour username: {account_username}\r\nYour password: {account_pwd}\r\n\r\nYour activation key: {key}\r\n\r\nTo activate your account go to {own_site}register.php?user={account_username_url}&key={key}&action=confirm\r\n\r\nYou may change your password later by editing your personal attributes in your account area.\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","admin_notif_subject":"Listing was submitted to {own_site}","admin_notif_body_html":"<h3>\r\n\tDear {admin_name},<\/h3>\r\n<p>\r\n\tListing was submitted to <em><a href=\"{own_dir_url}\">{own_site}<\/a><\/em>. Please check it.<\/p>\r\n<p>\r\n\tThese are the attributes of a listing:<br \/>\r\n\tTitle:<em> {your_site_title}<\/em><br \/>\r\n\tURL: <em>{your_site_url}<\/em><br \/>\r\n\tDescription: <em>{your_site_desc}<\/em><br \/>\r\n\tEmail:<em> {your_site_email}<\/em><\/p>\r\n<p>\r\n\t______________________________<br \/>\r\n\tThank you, <br \/>\r\n\t{own_site} Administration Team<br \/>\r\n\t{own_url}<br \/>\r\n\t{own_email}<\/p>\r\n","admin_notif_body_plaintext":"Dear {admin_name},\r\n\r\nListing was submitted to {own_site} Directory. Please check it.\r\n\r\nThese are the attributes of a listing:\r\nTitle: {your_site_title}\r\nURL: {your_site_url}\r\nDescription: {your_site_desc}\r\nEmail: {your_site_email}\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","listings_payment_subject":"Listing was made sponsored in {own_site}","listings_payment_body_html":"<h3>\r\n\tDear {admin_name},<\/h3>\r\n<p>\r\n\tListing was made sponsored in <em><a href=\"{own_dir_url}\">{own_site}<\/a><\/em>. Please check it.<\/p>\r\n<p>\r\n\tThese are the attributes of a listing:<br \/>\r\n\tTitle:<em> {your_site_title}<\/em><br \/>\r\n\tURL: <em>{your_site_url}<\/em><br \/>\r\n\tDescription:<em> {your_site_desc}<\/em><br \/>\r\n\tEmail: <em>{your_site_email}<\/em><br \/>\r\n\tPlan: <em>{your_site_plan}<\/em><\/p>\r\n<p>\r\n\t______________________________<br \/>\r\n\tThank you, <br \/>\r\n\t{own_site} Administration Team<br \/>\r\n\t{own_url}<br \/>\r\n\t{own_email}<\/p>\r\n","listings_payment_body_plaintext":"Dear {admin_name},\r\n\r\nListing was made sponsored in {own_site} Directory. Please check it.\r\n\r\nThese are the attributes of a listing:\r\nTitle: {your_site_title}\r\nURL: {your_site_url}\r\nDescription: {your_site_desc}\r\nEmail: {your_site_email}\r\nPlan: {your_site_plan}\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","account_deleted":"1","account_deleted_subject":"Account deleted in {own_site}","account_deleted_body_html":"<h3>\r\n\tDear {username},<\/h3>\r\n<p>\r\n\tYour account was removed from<\/p>\r\n<p>\r\n\t<em><a href=\"{own_url}\">{own_site}<\/a><\/em><\/p>\r\n<p>\r\n\tLet us know if you have any questions.<\/p>\r\n<p>\r\n\t______________________________<br \/>\r\n\tThank you, <br \/>\r\n\t{own_site} Administration Team<br \/>\r\n\t{own_url}<br \/>\r\n\t{own_email}<\/p>\r\n","account_deleted_body_plaintext":"Dear {username},\r\n\r\nYour account was removed from {own_site}. If you need more information, please contact us.\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","password_change_subject":"Password change request at {own_site}","password_change_body_html":"<h3>\r\n\tDear {username},<\/h3>\r\n<p>\r\n\tYou requested a password change in <em><a href=\"{own_dir_url}\">{own_site}<\/a><\/em>. Now you should use the following credentials to log in as account:<\/p>\r\n<p>\r\n\tusername:<strong> {username}<\/strong><br \/>\r\n\tpassword: <strong>{password}<\/strong><\/p>\r\n<p>\r\n\t______________________________<br \/>\r\n\tThank you, <br \/>\r\n\t{own_site} Administration Team<br \/>\r\n\t{own_url}<br \/>\r\n\t{own_email}<\/p>\r\n","password_change_body_plaintext":"Dear {username},\r\n\r\nYou requested a password change in {own_site}. Now you should use the following credentials to log in as account:\r\n\r\nusername: {username}\r\npassword: {password}\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","account_approved":"1","account_approved_subject":"Account was approved at {own_site}","account_approved_body_html":"<h3>\r\n\tDear {username},<\/h3>\r\n<p>\r\n\tYour account was approved in <em><a href=\"{own_dir_url}\">{own_site}<\/a><\/em>. Now you can log in to the directory.<\/p>\r\n<p>\r\n\t______________________________<br \/>\r\n\tThank you, <br \/>\r\n\t{own_site} Administration Team<br \/>\r\n\t{own_url}<br \/>\r\n\t{own_email}<\/p>\r\n","account_approved_body_plaintext":"Dear {username},\r\n\r\nYour account was approved in {own_site}. Now you can log in to the directory.\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","account_disapproved":"1","account_disapproved_subject":"Account was disapproved at {own_site}","account_disapproved_body_html":"<h3>\r\n\tDear {username},<\/h3>\r\n<p>\r\n\tYour account was disapproved in <em><a href=\"{own_dir_url}\">{own_site}<\/a><\/em>.<\/p>\r\n<p>\r\n\t______________________________<br \/>\r\n\tThank you, <br \/>\r\n\t{own_site} Administration Team<br \/>\r\n\t{own_url}<br \/>\r\n\t{own_email}<\/p>\r\n","account_disapproved_body_plaintext":"Dear {username},\r\n\r\nYour account was disapproved in {own_site}. If you need more information, please contact us.\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","payment_expiration":"1","payment_expiration_subject":"Payment is about to expire at {own_site}","payment_expiration_body_html":"<h3>\r\n\tDear {username},<\/h3>\r\n<p>\r\n\tHi, Your listing {your_site_title} will be expired in {days}. You can click here to extend the sponsorship:<\/p>\r\n<p>\r\n\t<em><a href=\"{upgrade_url}\">{upgrade_url}<\/a><\/em><\/p>\r\n<p>\r\n\t{action_expire}<\/p>\r\n<p>\r\n\t______________________________<br \/>\r\n\tThank you, <br \/>\r\n\t{own_site} Administration Team<br \/>\r\n\t{own_url}<br \/>\r\n\t{own_email}<\/p>\r\n","payment_expiration_body_plaintext":"Hi,\r\n\r\nYour listing - {your_site_title} - will be expired in {days}. You can click here to extend the sponsorship:\r\n{upgrade_url}\r\n\r\n{action_expire}\r\n\r\nThanks in advance.\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","broken_listing_report_subject":"Broken Listing Reported at {own_site}","broken_listing_report_body_html":"<h3>\r\n\tDear {admin_name},<\/h3>\r\n<p>\r\n\tThe following listing is reported as being broken:<\/p>\r\n<p>\r\n\tListing ID: {id}<br \/>\r\n\tListing URL: {url}<br \/>\r\n\tListing Title: {title}<\/p>\r\n<p>\r\n\t______________________________<br \/>\r\n\tThank you, <br \/>\r\n\t{own_site} Administration Team<br \/>\r\n\t{own_url}<br \/>\r\n\t{own_email}<\/p>\r\n","broken_listing_report_body_plaintext":"Dear {admin_name},\r\n\r\nThe following listing is reported as being broken:\r\n\r\nListing ID: {id}\r\nListing URL: {url}\r\nListing Title: {title}\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","contact_us_subject":"Contact us page ({subject})","contact_us_body_plaintext":"Dear {admin_name},\t\r\n\r\nYou have a contact request with subject: {subject}, in {own_site} Directory. Please check it.\r\n\r\nFullname: {fullname}\r\nEmail address: {email}\r\nReason: {reason}\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","contact_us_body_html":"<h3>Dear {admin_name},<\/h3>\r\n\r\n<p>\r\nYou got contact requests with subject: {subject}, in {own_site} Directory. Please check it.<br \/><br \/>\r\nFullname: {fullname}<br \/>\r\nEmail address: {email}<br \/>\r\nReason: {reason}\r\n<\/p>\r\n\r\n<p>\r\n______________________________<br \/>\r\nThank you, <br \/>\r\n{own_site} Administration Team<br \/>\r\n{own_url}<br \/>\r\n{own_email}\r\n<\/p>","listing_comments":"1","html_comments":"1","comments_approval":"0","comment_min_chars":"20","comment_max_chars":"300","num_latest_comments":"5","article":"1","article_number":"20","article_order":"date","articles_registered":"1","article_auto_approval":"0","article_summary_max_chars":"300","article_allow_html":"1","num_new_articles":"5","google_verification":"","google_analytics":"<script type=\"text\/javascript\">\r\nvar gaJsHost = ((\"https:\" == document.location.protocol) ? \"https:\/\/ssl.\" : \"http:\/\/www.\");\r\ndocument.write(unescape(\"%3Cscript src='\" + gaJsHost + \"google-analytics.com\/ga.js' type='text\/javascript'%3E%3C\/script%3E\"));\r\n<\/script>\r\n<script type=\"text\/javascript\">\r\ntry {\r\nvar pageTracker = _gat._getTracker(\"UA-12342076-2\");\r\npageTracker._trackPageview();\r\n} catch(err) {}<\/script>","num_verytop_banners":"1","num_verybottom_banners":"1","num_center_banners":"1","num_topbanner_banners":"1","num_left_banners":"3","num_right_banners":"3","num_top_banners":"1","num_bottom_banners":"1","num_user1_banners":"1","num_user2_banners":"1","banner_guests_submit":"1","banner_prefix":"banner_","banners_payment":"1","banners_payment_subject":"Banner was submitted to {own_site}","banners_payment_body_plaintext":"Dear {admin_name},\r\n\r\nBanner was submitted to {own_site} Directory. Please check it.\r\n\r\nThese are the attributes of a banner:\r\nTitle: {item_title}\r\nURL: {item_url}\r\nEmail: {item_email}\r\nBanner Plan: {item_plan}\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","banners_payment_body_html":"Dear {admin_name},<br \/><br \/>\r\n\r\nBanner was submitted to {own_site} Directory. Please check it.<br \/><br \/>\r\n\r\nThese are the attributes of a banner:<br \/>\r\nTitle: {item_title}<br \/>\r\nURL: {item_url}<br \/>\r\nEmail: {item_email}<br \/>\r\nBanner Plan: {item_plan}<br \/><br \/>\r\n\r\n______________________________<br \/>\r\nThank you,<br \/>\r\n{own_site} Administration Team<br \/>\r\n{own_url}<br \/>\r\n{own_email}","num_new_listings":"15","num_random_listings":"8","num_top_listings":"5","tags_count":"30","tag_period_update":"24","tag_count_for_recount":"30","tag_clouds_last_modified":"1267818709","recaptcha_publickey":"","recaptcha_privatekey":"","check_updates":"1","esyn_url":"http:\/\/www.naughty-expert.com\/"};