intelli.config = {"htaccessfile_0":"# Uncomment next line if you get 404 error on accounts page\r\n# Options -MultiViews\r\n<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\/(.*)\/$ controller.php?plugin=$1 [QSA,L]\r\nRewriteRule ^mod\/(.*)\/(.*)\/$ controller.php?plugin=$1&file=$2 [QSA,L]\r\nRewriteRule ^mod\/(.*)\/(.*).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 ^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\/yahoo\/urllist.txt [QSA,L]\r\n\r\n#mod_rewrite rules for news plugin\nRewriteRule ^(.*)-n([0-9]+).html$ controller.php?plugin=news&title=$1&id=$2 [QSA,L]\nRewriteRule ^news.html$ controller.php?plugin=news [QSA,L]\nRewriteRule ^news([0-9]+).html$ controller.php?plugin=news&page=$1 [QSA,L]\r\n\r\n# mod_rewrite rules for tell friend pages\nRewriteRule ^tell-friend.html$ controller.php?plugin=tell_friend [QSA,L]\r\n\r\n# mod_rewrite rules for locations pages\nRewriteRule ^locations\/(.*)\/$ controller.php?plugin=locations&location=$1 [QSA,L]\nRewriteRule ^locations\/(.*)\/index([0-9]+).html$ controller.php?plugin=locations&location=$1&page=$2 [QSA,L]\r\n\r\n# mod_rewrite rules for admin blog\nRewriteRule ^blog\/$ controller.php?plugin=personal_blog [QSA,L]\nRewriteRule ^blog\/index([0-9]+).html$ controller.php?plugin=personal_blog&page=$1 [QSA,L]\nRewriteRule ^blog\/(.*)-a([0-9]+).html$ controller.php?plugin=personal_blog&title=$1&id=$2 [QSA,L]\r\n\r\nRewriteRule ^articles\/$ controller.php?plugin=articles [QSA,L]\nRewriteRule ^articles\/([a-z]+).html$ controller.php?plugin=articles&file=$1 [QSA,L]\nRewriteRule ^articles\/index([0-9]+).html$ controller.php?plugin=articles&page=$1 [QSA,L]\nRewriteRule ^articles\/(.*)-a([0-9]+).html$ controller.php?plugin=articles&title=$1&id=$2 [QSA,L]\r\n\r\nRewriteRule ^esynmini\/$ index.php?esynmini=$1 [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","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":"0","admin_online_expiry_time":"60","display_news":"1","display_new_plugins":"1","check_updates":"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":"0","show_children_listings":"0","categories_order":"title","num_categories_cols":"3","num_listings_display":"0","subcats_display":"0","categories_tree_type":"simple dropdown","categories_display_type":"vertical","categories_icon_width":"15","categories_icon_height":"15","cron_recip":"0","cron_broken":"1","cron_pagerank":"0","cron_num_listings":"10","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":"0","cron_backup_interval":"5","cron_backup_last_time":"1309337978","sponsored_listings":"1","currency_symbol":"ZAR","sponsored_only":"0","num_sponsored_display":"10","payment_transactions":"1","mcross_functionality":"0","mcross_number_links":"1","mcross_only_sponsored":"0","version":"2.3.05","site":"","site_logo":"img_70cdba65a2.png","site_watermark":"site_logo_a57a0b3c6a.png","site_watermark_position":"bottom_center","site_main_content":"<p class=\"style9\" style=\"font-size: 13px; text-align: center;\">\r\n\tThe Following people are the winners of the Jan.Feb My Town Competition :<\/p>\r\n<p class=\"style9\" style=\"font-size: 13px; text-align: center;\">\r\n\t<span style=\"color: rgb(51, 51, 51); font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 18px; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); display: inline !important; float: none; \">Prizes go to :<\/span><br style=\"color: rgb(51, 51, 51); font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 18px; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); \" \/>\r\n\t<br style=\"color: rgb(51, 51, 51); font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 18px; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); \" \/>\r\n\t<span style=\"color: rgb(51, 51, 51); font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 18px; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); display: inline !important; float: none; \">2 x Sugar Hotel Short Stay Vouchers for Winner and a Partner incl breakfast - Valued at R4500 each go to : Daniela Cardoso and Eugen<\/span>e<br style=\"color: rgb(51, 51, 51); font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 18px; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); \" \/>\r\n\t<br style=\"color: rgb(51, 51, 51); font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 18px; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); \" \/>\r\n\t<span style=\"color: rgb(51, 51, 51); font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 18px; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); display: inline !important; float: none; \">3 x Chisa Faya Hampers valued at over R700 go to : Roger from Ocean Beat Divers, Philip from Empire Oils and Ella from the Boma Restaurant in Alberton<\/span><\/p>\r\n<hr \/>\r\n<p class=\"style9\" style=\"font-size: 13px; text-align: center;\">\r\n\t<img alt=\"\" src=\"uploads\/a8c5fc67ce.jpg\" style=\"width: 480px; height: 51px;\" \/><\/p>\r\n<p class=\"style9\" style=\"font-size: 13px; text-align: center;\">\r\n\t<strong><span style=\"color:#ff0000;\">Yes, absolutely FREE, but Limited !<\/span><\/strong><\/p>\r\n<p class=\"style9\" style=\"font-size: 13px; text-align: center;\">\r\n\t&nbsp;<\/p>\r\n<p class=\"style9\" style=\"font-size: 13px; text-align: center;\">\r\n\t<span style=\"font-size:20px;\"><strong>Only available to another 68 businesses.<\/strong><\/span><\/p>\r\n<p class=\"style9\" style=\"font-size: 13px; text-align: center;\">\r\n\t&nbsp;<\/p>\r\n<p class=\"style9\" style=\"font-size: 13px; text-align: center;\">\r\n\t<span style=\"color:#ff0000;\">Free Spaces are filling up Fast !<\/span><\/p>\r\n<p class=\"style9\" style=\"font-size: 13px; text-align: center;\">\r\n\tThere is no catch or small print to worry about.<strong> <\/strong>Businesses that register and list during this period will enjoy our Premium Listing features for 12 months from the day they list at no cost and without any further obligation.<\/p>\r\n<p class=\"style9\" style=\"font-size: 13px; text-align: center;\">\r\n\t* My Town Reserves the right to refuse or delete any listing.<\/p>\r\n<hr \/>\r\n<table border=\"0\" cellpadding=\"2\" cellspacing=\"2\" width=\"478\">\r\n\t<tbody>\r\n\t\t<tr>\r\n\t\t\t<td>\r\n\t\t\t\t<img alt=\"\" src=\"http:\/\/mytown.co.za\/db\/uploads\/95cf00d89d.png\" style=\"cursor: default; width: 20px; height: 20px;\" \/><\/td>\r\n\t\t\t<td>\r\n\t\t\t\tRegister or <strong>Log into My Town<\/strong><\/td>\r\n\t\t\t<td style=\"text-align: right;\">\r\n\t\t\t\t<img alt=\"\" src=\"uploads\/8328a2d00b.png\" style=\"width: 20px; height: 20px;\" \/><\/td>\r\n\t\t<\/tr>\r\n\t\t<tr>\r\n\t\t\t<td>\r\n\t\t\t\t<img alt=\"\" src=\"http:\/\/mytown.co.za\/db\/uploads\/95cf00d89d.png\" style=\"cursor: default; width: 20px; height: 20px;\" \/><\/td>\r\n\t\t\t<td>\r\n\t\t\t\tCheck Out the PDF <strong>Download<\/strong> Depot - Hosted by <a href=\"http:\/\/www.fgdb.co.za\" target=\"_blank\">www.fgdb.co.za<\/a><\/td>\r\n\t\t\t<td style=\"text-align: right;\">\r\n\t\t\t\t<img alt=\"\" src=\"uploads\/8328a2d00b.png\" style=\"width: 20px; height: 20px;\" \/><\/td>\r\n\t\t<\/tr>\r\n\t<\/tbody>\r\n<\/table>\r\n<hr \/>\r\n<p>\r\n\t<a href=\"http:\/\/mytown.co.za\/db\/search.php\" target=\"_self\"><img alt=\"\" src=\"uploads\/4f052f4fb1.jpg\" style=\"width: 480px; height: 60px;\" \/><\/a><\/p>\r\n<hr \/>\r\n<p>\r\n\t<a href=\"http:\/\/mytown.co.za\/db\/plisting_details.html\" target=\"_self\"><img alt=\"\" src=\"uploads\/90cf93fe28.jpg\" style=\"width: 480px; height: 60px;\" \/><\/a><\/p>\r\n<hr \/>\r\n<p style=\"text-align: center;\">\r\n<script type=\"text\/javascript\"><!--\r\ngoogle_ad_client = \"ca-pub-4143307936304193\";\r\n\/* My Town *\/\r\ngoogle_ad_slot = \"7877487679\";\r\ngoogle_ad_width = 468;\r\ngoogle_ad_height = 15;\r\n\/\/-->\r\n<\/script><script type=\"text\/javascript\"\r\nsrc=\"http:\/\/pagead2.googlesyndication.com\/pagead\/show_ads.js\">\r\n<\/script><\/p>\r\n<hr \/>\r\n<p style=\"text-align: center;\">\r\n<script type=\"text\/javascript\"><!--\r\ngoogle_ad_client = \"ca-pub-4143307936304193\";\r\n\/* My Town *\/\r\ngoogle_ad_slot = \"7877487679\";\r\ngoogle_ad_width = 468;\r\ngoogle_ad_height = 15;\r\n\/\/-->\r\n<\/script><script type=\"text\/javascript\"\r\nsrc=\"http:\/\/pagead2.googlesyndication.com\/pagead\/show_ads.js\">\r\n<\/script><\/p>\r\n<hr \/>\r\n<p style=\"text-align: center;\">\r\n\t<wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><a href=\"http:\/\/mytownmag.com\/march\/index.html\" target=\"_blank\"><strong>Read the Current Edition of &quot;My Town Mag&quot; Online ( Jan.Feb.2012 )<\/strong><\/a><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/p>\r\n<p>\r\n\t<wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr><wbr>\r\n\t<p class=\"style9\" style=\"font-size: 13px; text-align: center;\">\r\n\t\tFilled with great content, reviews, features and premium business advertising !<\/p>\r\n\t<p class=\"style9\" style=\"font-size: 13px; text-align: center;\">\r\n\t\t<strong>To Advertise please email : admin@mytown.co.za<\/strong><\/p>\r\n\t<hr \/>\r\n\t<p class=\"style9\" style=\"font-size: 13px; text-align: center;\">\r\n\t\t<a href=\"http:\/\/mytownmag.com\/march\/index.html\" target=\"_blank\"><img alt=\"\" src=\"uploads\/b909abc353.png\" style=\"width: 480px; height: 339px;\" \/><\/a><\/p>\r\n\t<hr \/>\r\n\t<p>\r\n\t\t<a href=\"http:\/\/www.tkqlhce.com\/6266mu2-u1HMKIKMJNHJINQMJKJ\" onmouseout=\"window.status=' ';return true;\" onmouseover=\"window.status='http:\/\/www.audible.com';return true;\" target=\"_blank\">Download and Listen to Best Selling Romance Novels for only $7.49 and Save 50% for 3 months.<\/a><img border=\"0\" height=\"1\" src=\"http:\/\/www.awltovhc.com\/g5102fz2rxvGLJHJLIMGIHMPLIJI\" width=\"1\" \/><\/p>\r\n\t<hr \/>\r\n\t<p class=\"style9\" style=\"font-size: 13px; text-align: center;\">\r\n\t\t<a href=\"http:\/\/www.sugarhotel.co.za\/\" target=\"_blank\"><img alt=\"\" src=\"uploads\/185324dc46.png\" style=\"width: 480px; height: 100px;\" \/><\/a><\/p>\r\n\t<hr \/>\r\n<script src=\"http:\/\/widgets.twimg.com\/j\/2\/widget.js\"><\/script><script>\r\nnew TWTR.Widget({\r\n  version: 2,\r\n  type: 'profile',\r\n  rpp: 10,\r\n  interval: 6000,\r\n  width: 'auto',\r\n  height: 300,\r\n  theme: {\r\n    shell: {\r\n      background: '#0d83de',\r\n      color: '#ffffff'\r\n    },\r\n    tweets: {\r\n      background: '#ffffff',\r\n      color: '#000000',\r\n      links: '#000d9c'\r\n    }\r\n  },\r\n  features: {\r\n    scrollbar: true,\r\n    loop: false,\r\n    live: true,\r\n    hashtags: true,\r\n    timestamp: true,\r\n    avatars: false,\r\n    behavior: 'all'\r\n  }\r\n}).render().setUser('MyTownSA').start();\r\n<\/script>\t<hr \/>\r\n\t<p>\r\n\t\t&nbsp;<\/p>\r\n\t<p>\r\n\t\t&nbsp;<\/p>\r\n\t<p>\r\n\t\t&nbsp;<\/p>\r\n\t<\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/wbr><\/p>\r\n","payfast_merchant_id":"10067853","payfast_merchant_key":"366kmcl6mzvgo","payfast_demo":"0","checkout_id":"","checkout_demo":"0","moneybookers_email":"","moneybookers_currency_code":"","moneybookers_demo":"0","coupons_functionality":"1","article":"1","article_number":"15","article_order":"date","articles_registered":"1","article_auto_approval":"1","article_summary_max_chars":"200","article_allow_html":"1","num_new_articles":"6","youtube_number_video":"1","site_description":"A Printed and Online Magazine, Online Business Directory and Advertising. Our business is to promote your business. Our aim is to encourage loyalty amongst our users and our advertisers by pro-actively marketing the businesses and services listed on our site.\r\n\r\nOur Brand extends to Clothing \/\/ Plumbing \/\/ Print and Digital Publishing \/\/ Race \/\/ Design","config_keys":"recaptcha_publickey,recaptcha_privatekey,sendmail_path,smtp_secure_connection,smtp_server,smtp_user,smtp_password","site_keywords":"chisa faya, spices, valetines day, audio books, publishing, car dealers, dirt series, ebooks,free business listings, free advertising, advertising, business listing, free listing, free advertisingmytown, mytownsa, my town, business directory, business database, south africa, crazy good, speed and style, plumber, electrician, used cars, new cars, bikes, yachting, sport events, retails stores, shopping center, restaurant, takeaways, food, car parts, car servicing, night clubs, durban, gauteng, cape town ","backup":"backup\/","site_email":"tyrone@mytown.co.za","bugs_email":"tyrone@mytown.co.za","tmpl":"cleancss","admin_tmpl":"default","lang":"en","charset":"UTF-8","date_format":"%b %e, %Y","suffix":":: My Town :: Powered by The People","title_breadcrumb":"0","language_switch":"0","mod_rewrite":"1","lowercase_urls":"0","display_frontend":"1","underconstruction":"We are sorry. Our site is under construction.","old_pages_urls":"1","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","esyndicat_menu_type":"inventory,main,bottom,account","allow_listings_submission":"1","auto_approval":"1","new_window":"0","forward_to_listing_details":"1","pagerank":"0","thumbshot":"1","num_index_listings":"10","num_get_listings":"8","num_featured_display":"8","num_partner_display":"6","visitor_sorting":"1","listings_sorting":"clicks","listings_sorting_type":"descending","num_cats_for_search":"5","expiration_period":"7","expiration_action":"suspended","broken_listings_report":"0","listing_check":"1","broken_visitors":"1","http_headers":"301,302,200","reciprocal_check":"0","reciprocal_required_only_for_free":"0","reciprocal_domain":"0","reciprocal_text":"","recip_featured":"0","reciprocal_visitors":"0","duplicate_checking":"1","duplicate_type":"domain","duplicate_visitors":"1","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":"plaintext","listing_submit":"1","listing_submit_subject":"Your Listing has been submitted to My Town.","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 {your_site_url} has been submitted to <em><a href=\"{own_dir_url}\">{own_site}<\/a><\/em> ({own_dir_url}). Your submission will be reviewed within 24 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>\r\n\tNow, please add a link to <em><a href=\"{own_dir_url}\">{own_site}<\/a><\/em> to any of your site&#39;s pages.<\/p>\r\n<p>\r\n\tPlease use the code below:<\/p>\r\n<pre>\r\n<a href=\"{own_url}\">{own_site}<\/a><\/pre>\r\n<p>\r\n\tOR use the following information<\/p>\r\n<pre>\r\nTITLE: <em>{own_site}<\/em>\r\nURL: <em>{own_url}<\/em>\r\nDESCRIPTION: <em>your site description<\/em>\r\n<\/pre>\r\n<p>\r\n\tAll the listings in our directory are direct, so they will improve your listing popularity.<\/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_submit_body_plaintext":"Dear Sir\/Madam,\r\n \r\nWe are glad to confirm that your listing has been submitted to My Town.\r\nYour submission will be reviewed within 24 hours.\r\n  \r\nAfter approval and activation, your URL will be listed at: \r\n{dir_listing}\r\n\r\n______________________________\r\n\r\nMany Thanks from the My Town Admin Team\r\n\r\nwww.mytown.co.za","listing_approve":"1","listing_approve_subject":"Your Listing was approved in My Town.","listing_approve_body_html":"<h3>\r\n\tDear Sir\/Madam,<\/h3>\r\n<div id=\"cke_pastebin\">\r\n\t&nbsp;<br \/>\r\n\tCongratulations! Your listing has been approved in My Town.<br \/>\r\n\t<br \/>\r\n\tThank you for choosing My Town to list your business and services.<br \/>\r\n\tWe hope to exceed your expectations by providing your company with the exposure it needs online.<br \/>\r\n\t<br \/>\r\n\tA My Town Premium Listing is one of the most comprehensive online business listings available.<\/div>\r\n<div>\r\n\t&nbsp;<\/div>\r\n<div>\r\n\tBe Sure to see our magazine as well - its online and can be viewed at <a href=\"mytownmag\/\">http:\/\/mytown.co.za\/db\/mytownmag\/<\/a><br \/>\r\n\t<br \/>\r\n\tFor any more info on our products or some issues you may encounter please email admin@mytown.co.za<br \/>\r\n\t<br \/>\r\n\tYou can view it at {dir_listing}.<\/div>\r\n<p>\r\n\t______________________________<\/p>\r\n<p>\r\n\tThank you,<\/p>\r\n<p>\r\n\tFrom the My Town Administration Team<br \/>\r\n\t&nbsp;<\/p>\r\n","listing_approve_body_plaintext":"Dear Sir\/Madam,\r\n  \r\nCongratulations! Your listing has been approved in My Town.\r\n\r\nThank you for choosing My Town to list your business and services. \r\nWe hope to exceed your expectations by providing your company with the exposure it needs online.\r\n\r\nA My Town Premium Listing is one of the most comprehensive online business listings available.\r\nWe also publish a printed magazine that offers even further value and the online edition can be viewed http:\/\/mytown.co.za\/db\/mytownmag\/\r\n\r\nFor any more info on our products or some issues you may encounter please email admin@mytown.co.za\r\n\r\nYou can view it at {dir_listing}.\r\n______________________________\r\n\r\nMany thanks from the My Town Team","blogs_comment_min":"10","listing_disapprove":"0","listing_disapprove_subject":"Your Listing in My Town was disapproved.","listing_disapprove_body_html":"<h3>\r\n\tDear Sir\/Madam,<\/h3>\r\n<p>\r\n\tYour listing {your_site_url} has been 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 the My Town Directory.\r\n\r\nIf you have questions, please feel free to ask us.\r\n\r\n______________________________\r\n\r\nMany thanks from the My Town Team.","listing_move":"0","listing_move_subject":"Listing was moved in {own_site}","listing_move_body_html":"<h3>\r\n\tDear Sir\/Madam,<\/h3>\r\n<p>\r\n\tWe are glad to inform you, that your listing to site {your_site_url} was moved into another category.<\/p>\r\n<p>\r\n\tThis is the new location of your listing:<\/p>\r\n<p>\r\n\t<em><a href=\"{dir_listing}\">{dir_listing}<\/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","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","listing_modify":"0","listing_modify_subject":"Listing was modified in {own_site}","listing_modify_body_html":"<h3>\r\n\tDear Sir\/Madam,<\/h3>\r\n<p>\r\n\tWe are glad to inform you, that your listing to site {your_site_url} was modified.<\/p>\r\n<p>\r\n\tThese are the new attributes of your listing:<\/p>\r\n<p>\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\tRank: <em>{your_site_rank}<\/em><br \/>\r\n\tStatus: <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=\"{dir_listing}\">{dir_listing}<\/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","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","listing_reject":"0","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.\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","listing_delete":"0","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\tcategory, probably because you did not place reciprocal listing(s) to <em><a href=\"{own_dir_url}\">{own_site}<\/a><\/em>. To see your listing again, please add a listing to our site and inform us.<\/p>\r\n<p>\r\n\t<em>{reason}<\/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","listing_delete_body_plaintext":"Dear Sir\/Madam,\r\n\r\nYour listing has been deleted from My Town,\r\n\r\n{reason}\r\n\r\n______________________________\r\n\r\nMany thanks from the My Town Team.","listing_admin_add":"1","listing_admin_add_subject":"Listing was added to My Town","listing_admin_add_body_html":"<p>\r\n\tDear Sir\/Madam,<br \/>\r\n\t&nbsp;<br \/>\r\n\tWe are glad to inform you that a listing has been added to the My Town Business Listings Directory.<\/p>\r\n<p>\r\n\tBe Sure to see our magazine as well - its online and can be viewed http:\/\/www.mytown.co.za\/admag\/Print\/index.html#\/1\/<\/p>\r\n<p>\r\n\t<br \/>\r\n\tMy Town is a Business and Services Directory Site with lifestyle content and features. The purpose of our business is to promote your business. Our aim is to encourage loyalty amongst our users and advertisers through a persistent approach to pro-actively marketing products and services listed on our site.<br \/>\r\n\t<br \/>\r\n\t--------------------------------------------------------------------<br \/>\r\n\t&nbsp;<br \/>\r\n\tThese are the attributes of your listing:<br \/>\r\n\tTitle: {your_site_title}<br \/>\r\n\tURL: {your_site_url}<br \/>\r\n\tDescription: {your_site_desc}<br \/>\r\n\tEmail: {your_site_email}<br \/>\r\n\tRank: {your_site_rank}<br \/>\r\n\tStatus: {your_site_status}<br \/>\r\n\t<br \/>\r\n\tYou can view your listing here {dir_listing}<br \/>\r\n\t<br \/>\r\n\tAll the listings in our directory are direct, so they will improve your listing popularity.<br \/>\r\n\t<br \/>\r\n\t--------------------------------------------------------------------<br \/>\r\n\t<br \/>\r\n\tThank you<br \/>\r\n\t<br \/>\r\n\tThe My Town Team<\/p>\r\n","listing_admin_add_body_plaintext":"Dear Sir\/Madam,\r\n \r\nWe are glad to inform you that a listing has been added to the My Town Business Listings Directory.\r\n\r\nBe Sure to see our magazine as well - its online and can be viewed http:\/\/www.mytown.co.za\/admag\/Print\/index.html#\/1\/\r\n\r\nMy Town is a Business and Services Directory Site with lifestyle content and features. The purpose of our business is to promote your business. Our aim is to encourage loyalty amongst our users and advertisers through a persistent approach to pro-actively marketing products and services listed on our site.\r\n\r\n--------------------------------------------------------------------\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\nAll the listings in our directory are direct, so they will improve your listing popularity.\r\n\r\n--------------------------------------------------------------------\r\n\r\nThank you\r\n\r\nThe My Town Team","register_account":"1","register_account_subject":"Thanks for registration at My Town","register_account_body_html":"<h3>\r\n\tDear Sir\/Madam,<\/h3>\r\n<p>\r\n\tThanks for your registration at My Town. 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> <\/em><a href=\"http:\/\/mytown.co.za\/db\/\">http:\/\/mytown.co.za\/db\/<\/a><em><a href=\"{own_site}register.php?user={account_username_url}&amp;key={key}&amp;action=confirm\">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\t<br \/>\r\n\tMy Town is a Business and Services Directory Site with lifestyle content and features. The purpose of our business is to promote your business. Our aim is to encourage loyalty amongst our users and advertisers through a persistent approach to pro-actively marketing products and services listed on our site.<br \/>\r\n\t<br \/>\r\n\t--------------------------------------------------------------------<\/p>\r\n<p>\r\n\t<br \/>\r\n\tThank you for joining My Town<\/p>\r\n","register_account_body_plaintext":"Dear Sir\/Madam,\r\n\r\nThank you for registering at My Town. 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 http:\/\/mytown.co.za\/db\/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\n\r\nMy Town is a Business and Services Directory Site with lifestyle content and features. The purpose of our business is to promote your business. Our aim is to encourage loyalty amongst our users and advertisers through a persistent approach to pro-actively marketing products and services listed on our site.\r\n\r\n--------------------------------------------------------------------\r\n\r\nThank you for joining My Town","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","listings_payment_subject":"There is a new listing in My Town","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\nThere is a new listing in My Town. 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\n\r\nMany thanks from the My Town Team","account_deleted":"0","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}. \r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team","password_change_subject":"Your new password for {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","account_approved":"0","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","account_disapproved":"0","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}.\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team","payment_expiration":"0","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","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","googlemap_latitude":"41.150489","googlemap_longtitude":"-95.908507","num_verytop_banners":"1","num_verybottom_banners":"1","num_center_banners":"1","num_topbanner_banners":"1","num_left_banners":"1","num_right_banners":"1","num_top_banners":"1","num_bottom_banners":"1","num_user1_banners":"4","num_user2_banners":"4","banner_guests_submit":"0","banner_prefix":"banner_","banners_payment":"0","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":"<p>\r\n\tDear {admin_name},<br \/>\r\n\t<br \/>\r\n\tBanner was submitted to {own_site} Directory. Please check it.<br \/>\r\n\t<br \/>\r\n\tThese are the attributes of a banner:<br \/>\r\n\tTitle: {item_title}<br \/>\r\n\tURL: {item_url}<br \/>\r\n\tEmail: {item_email}<br \/>\r\n\tBanner Plan: {item_plan}<br \/>\r\n\t<br \/>\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","googlemap_map_width":"400","googlemap_show_without_data":"0","googlemap_map_height":"400","googlemap_default_zoom":"12","googlemap_append_field":"longitude","paypal_currency_code":"","paypal_email":"","paypal_demo":"0","paypal_secret_word":"5601ac9f10384e1fd8c1bc50b13e47a3","contact_us_subject":"Contact us page ({subject})","contact_us_body_plaintext":"Dear {admin_name},\t\r\n\r\nYou got contact requests 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","contact_us_body_html":"<h3>\r\n\tDear {admin_name},<\/h3>\r\n<p>\r\n\tYou got contact requests with subject: {subject}, in {own_site} Directory. Please check it.<br \/>\r\n\t<br \/>\r\n\tFullname: {fullname}<br \/>\r\n\tEmail address: {email}<br \/>\r\n\tReason: {reason}<\/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","allow_listing_comments_submission":"1","listing_comments_accounts":"0","html_comments":"0","comments_approval":"0","comment_min_chars":"10","comment_max_chars":"200","num_latest_comments":"2","listing_rating":"1","listing_rating_max":"10","listing_rating_block_max":"10","rate_period":"3","google_analytics":"<script type=\"text\/javascript\">\r\n\r\n  var _gaq = _gaq || [];\r\n  _gaq.push(['_setAccount', 'UA-20081902-6']);\r\n  _gaq.push(['_trackPageview']);\r\n\r\n  (function() {\r\n    var ga = document.createElement('script'); ga.type = 'text\/javascript'; ga.async = true;\r\n    ga.src = ('https:' == document.location.protocol ? 'https:\/\/ssl' : 'http:\/\/www') + '.google-analytics.com\/ga.js';\r\n    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);\r\n  })();\r\n\r\n<\/script>","google_verification":"<meta name=\"google-site-verification\" content=\"aDd1zbmq0_kzxkvJZTvpOE8jtk2Gf2m5XDPh3qhcVJ8\" \/>","news":"0","news_number":"2","news_max":"100","news_order":"date","newsletter_confirm_subject":"Thanks for subscribing at My Town","newsletter_confirm_body_plain":"Greetings {realname},\r\n\r\nthanks for requesting the {own_site} newsletter.\r\n\r\nBefore we begin sending it,  we want to make sure we\r\nhave your permission.\r\n\r\nBelow are the confirmation instructions.\r\n\r\n-----------------------------------------------------------\r\nCONFIRM BY VISITING THE LINK BELOW:\r\n\r\nTo activate your subscription go to http:\/\/mytown.co.za\/db\/controller.php?plugin=mailer&action=subscribe&key={key}\r\n\r\nClick the link above to give us permission to send you\r\ninformation.  It''s fast and easy!  If you cannot click the\r\nfull URL above, please copy and paste it into your web\r\nbrowser.\r\n\r\nIf you do not want to subscribe, simply ignore this message.\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team","newsletter_confirm_body_html":"<p>\r\n\tGreetings {realname},<br \/>\r\n\t<br \/>\r\n\tthanks for requesting the {own_site} newsletter.<br \/>\r\n\t<br \/>\r\n\tBefore we begin sending it, we want to make sure we<br \/>\r\n\thave your permission.<br \/>\r\n\t<br \/>\r\n\tBelow are the confirmation instructions.<br \/>\r\n\t<br \/>\r\n\t-----------------------------------------------------------<br \/>\r\n\tCONFIRM BY VISITING THE LINK BELOW:<br \/>\r\n\t<br \/>\r\n\tTo activate your subscription go to {own_url}controller.php?plugin=mailer&amp;action=subscribe&amp;key={key}<br \/>\r\n\t<br \/>\r\n\tClick the link above to give us permission to send you<br \/>\r\n\tinformation. It&#39;&#39;s fast and easy! If you cannot click the<br \/>\r\n\tfull URL above, please copy and paste it into your web<br \/>\r\n\tbrowser.<br \/>\r\n\t<br \/>\r\n\tIf you do not want to subscribe, simply ignore this message.<br \/>\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","newsletter_unsubscribe_subject":"The crowd at {own_site} are extremely sad to see you go :(","newsletter_unsubscribe_body_plain":"Greetings {realname},\r\n\r\nTo unsubscribe go to {own_url}controller.php?plugin=mailer&action=unsubscribe&key={key}\r\n\r\nIf you cannot click the full URL above, please copy and paste it into your web\r\nbrowser.\r\n\r\nIf you do not want to unsubscribe, simply ignore this message.\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team","newsletter_unsubscribe_body_html":"<p>\r\n\tGreetings {realname},<br \/>\r\n\t<br \/>\r\n\tTo unsubscribe go to {own_url}controller.php?plugin=mailer&amp;action=unsubscribe&amp;key={key}<br \/>\r\n\t<br \/>\r\n\tIf you cannot click the full URL above, please copy and paste it into your web<br \/>\r\n\tbrowser.<br \/>\r\n\t<br \/>\r\n\tIf you do not want to unsubscribe, simply ignore this message.<br \/>\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","newsletter_autoapproval":"1","use_title_for_tags":"1","tags_count":"20","tags_size":"80-240","tell_friend_include_admin":"1","tell_friend_subject":"{name} recommends My Town","tell_friend_body_plaintext":"Dear {friends_name},\r\n\r\nThe My Town website was recommended to you by {name} http:\/\/mytown.co.za\/db\/\r\n\r\n{message}\r\n\r\nEverything is better @ My Town !","tell_friend_body_html":"<h3>\r\n\tDear {friends_name},<\/h3>\r\n<p>\r\n\tThe following website was recommended to you by {name}: {url}<\/p>\r\n<p>\r\n\t{message}<\/p>\r\n<p>\r\n\t_____________________eSyndiCat Directory<\/p>\r\n","locations_number_columns":"3","off_line_payment_send_email":"1","num_latest_articles":"3","blogs_number":"10","blogs_order":"date","blogs_comment_max":"500","number_of_tweets":"6","terms_verification":"1","terms_verification_text":"Terms of use are simple.\r\nYou must be the authorized person to listing the company \/ product \/ service\/\r\nListings must be accurate and true.\r\nWe reserve the right to correct and \/ or suspend any listing we find to be untrue or mis-leading.\r\nMy Town will not be held liable for any errors with-in listings.\r\nWe may inform registered users of special offers and news from My Town.\r\nWe will not sell any user info, what so ever.","terms_verification_text_full":"<p>\r\n\tTerms of use.<\/p>\r\n<div id=\"cke_pastebin\">\r\n\tYou must be the authorized person to list the company \/ product \/ service in question.<\/div>\r\n<div id=\"cke_pastebin\">\r\n\tListings must be accurate and true.<\/div>\r\n<div id=\"cke_pastebin\">\r\n\tWe reserve the right to correct and \/ or suspend any listing we find to be untrue or mis-leading.<\/div>\r\n<div id=\"cke_pastebin\">\r\n\tMy Town will not be held liable for any errors with-in listings that have been submitted by the business owners.<\/div>\r\n<div>\r\n\t&nbsp;<\/div>\r\n<div>\r\n\tWe may from time to time send you information, offers and news from My Town<\/div>\r\n<div>\r\n\tWe will not sell any user information.<\/div>\r\n<p>\r\n\tAll advertising material is subject to approval by My Town, who reserves the right to reject or cancel any advertisement deemed to be unsuitable for any reason.<\/p>\r\n<p>\r\n\tFees paid for advertising are non-refundable unless the advertisement is cancelled prior to the commencement of the advertising campaign, which is defined as the moment the advertisement is first published on the Internet.<\/p>\r\n<p>\r\n\tThese terms and conditions are subject to change without prior notice. Updates will be made available at www.mytown.co.za\/terms<\/p>\r\n<p>\r\n\tRates (fees) are subject to change without prior notice. Only new or renewed contracts are affected when rates change.<\/p>\r\n<p>\r\n\tPage views are defined as anytime an advertisement is displayed to a visitor of our web site.<\/p>\r\n<p>\r\n\tThe advertiser and any associated company(ies)\/agency(ies) acknowledge that they own the rights and permissions to publish submitted material on the Internet. Each agrees jointly and severally to indemnify My Town against all damage, loss, expense and liability of any nature arising from our use of the advertisers submitted graphic content on the Internet.<\/p>\r\n<p>\r\n\tMy Town assumes no liability for errors in materials. All attempts will be made to correct any errors that may appear.<\/p>\r\n<p>\r\n\tMy Town reserves the right to refuse or postpone the display of submitted advertising content until all monies have been received (including the clearing of bank checks) in full.<\/p>\r\n<p>\r\n\tMy Town is not liable for delays in publishing or failure to publish submitted advertising content in the event of circumstances beyond the control of My Town.<\/p>\r\n<div id=\"cke_pastebin\">\r\n\tAcceptance by the advertiser and any associated company(ies) or agency(ies) of these terms and conditions is implied upon the receipt of submitted advertising material and\/or monies.&nbsp;find to be untrue or mis-leading.<\/div>\r\n<div>\r\n\t&nbsp;<\/div>\r\n<div>\r\n\tThank You,<\/div>\r\n<div>\r\n\t&nbsp;<\/div>\r\n<div>\r\n\tMy Town Management<\/div>\r\n","off_line_payment":"0","off_line_payment_subject":"My Town Bank Account - EFT \/ Deposit Details","off_line_payment_body_plaintext":"Hi,\r\n\r\nThank you for listing your business and services on My Town\r\n\r\n{url_lisitng} {payment_for_submit}\r\n\r\nYou have chosen the offline payment option, please use the details below.\r\n\r\nFirst National Bank\r\nAcc Name : My Town Marketing\r\nAcc Number : 62302421102\r\nBranch Code : 250655\r\nAmount : R199\r\nRef : use \"your company name\" as a reference\r\n\r\nPlease  email your proof of payment to payments@mytown.co.za asap as your listing may be suspended until payment has been made.\r\n\r\nMany thanks from the My Town Admin Team","off_line_payment_body_html":"Hi,\r\n\r\nThank you for listing your business on My Town\r\n\r\n{url_lisitng} {payment_for_submit}\r\n\r\nYou can make payments by going to the \"Make a Payment\" page from the member area or use the details below to make an offline payment (EFT)\r\n\r\nFirst National Bank\r\nAcc Name : My Town Marketing\r\nAcc Number : 62302421102\r\nBranch Code : 250655\r\nAmount : R\r\nRef : use \"your company name\" as a reference\r\n\r\nPlease  email your proof of payment to payments@mytown.co.za asap as your listing may be suspended until payment has been made.\r\n\r\nMany thanks from the My Town Admin Team","cron":"1","display_twitter":"1","default_categories_icon":"templates\/common\/img\/category_icons\/category_icon.gif","smtp_port":"25","account_register":"1","account_register_subject":"Account was registered to {own_site}","account_register_body_html":"<h3>\r\n\tDear {admin_name},<\/h3>\r\n<p>\r\n\tAccount was registered 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 the account:<br \/>\r\n\tUsername:<em> {account_username}<\/em><br \/>\r\n\tEmail:<em> {account_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","account_register_body_plaintext":"Dear {admin_name},\r\n\r\nAccount was registered to {own_site} Directory. Please check it.\r\n\r\nThese are the\r\nattributes of the account:\r\nUsername: {account_username}\r\nEmail: {account_email}\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","account_confirmed":"1","account_confirmed_subject":"Account was confirmed in {own_site}","account_confirmed_body_html":"<h3>\r\n\tDear {admin_name},<\/h3>\r\n<p>\r\n\tAccount was confirmed 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 the account:<br \/>\r\n\tUsername:<em> {account_username}<\/em><br \/>\r\n\tEmail:<em> {account_email}<\/em><br \/>\r\n\tStatus:<em> {account_status}<\/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_confirmed_body_plaintext":"Dear {admin_name},\r\n\r\nAccount was confirmed in {own_site} Directory. Please check it.\r\n\r\nThese are the\r\nattributes of the account:\r\nUsername: {account_username}\r\nEmail: {account_email}\r\nStatus: {account_status}\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","register_account_admin":"1","register_account_admin_subject":"Thanks for registration at {own_site}","register_account_admin_body_plaintext":"Dear Sir\/Madam,\r\n\r\nYour website {your_site_url} has been added to {own_site}.\r\n\r\nThis is the information we have added:\r\n\r\nTitle: {your_site_title}\r\nDescription: {your_site_desc}\r\nURL: {your_site_url}\r\nEmail: {your_site_email}\r\n\r\nYou can find your listing at {dir_listing}\r\n\r\nIf you would like to update your listing information or provide more complete contact information, etc, you can login using the following information\r\n\r\nYour username: {account_username}\r\nYour password: {account_pwd}\r\n\r\nLogin page: {own_site}\/login.php\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","register_account_admin_body_html":"<h3>\r\n\tDear Sir\/Madam,<\/h3>\r\n<p>\r\n\tYour website {your_site_url} has been added to {own_site}<\/p>\r\n<p>\r\n\tThis is the information we have added:<\/p>\r\n<p>\r\n\tTitle: {your_site_title}<br \/>\r\n\tDescription: {your_site_desc}<br \/>\r\n\tURL: {your_site_url}<br \/>\r\n\tEmail: {your_site_email}<\/p>\r\n<p>\r\n\tYou can find your listing at {dir_listing}<\/p>\r\n<p>\r\n\tIf you would like to update your listing information or provide more complete contact information, etc, you can login using the following information:<\/p>\r\n<p>\r\n\tYour username: {account_username}<br \/>\r\n\tYour password: {account_pwd}<\/p>\r\n<p>\r\n\tLogin page: {own_site}login.php<\/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","suggest_category_subject":"Category was submitted to {own_site}","suggest_category_body_html":"<h3>\r\n\tDear {admin_name},<\/h3>\r\n<p>\r\n\tCategory 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 category:<br \/>\r\n\tTitle:<em> {cat_title}<\/em><br \/>\r\n\tCategory path: <em>{cat_path}<\/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","suggest_category_body_plaintext":"Dear {admin_name},\r\n\r\nCategory was submitted to {own_site} Directory. Please check it.\r\n\r\nThese are the attributes of a category:\r\nTitle: {cat_title}\r\nCategory path: {cat_path}\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","account_confirm_email":"1","account_confirm_email_subject":"Confirm email in {own_site}","account_confirm_email_body_plaintext":"Dear {username},\r\n\r\nWe have received new password request for your account ({username}) in {own_site}.\r\n\r\nIf this request was initiated by you, please click on following link to confirm your email:\r\nhttp:\/\/mytown.co.za\/db\/confirm.php?action=restore_password&account={account_id}&r={sec_key}\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","account_confirm_email_body_html":"<h3>\r\n\tDear {username},<\/h3>\r\n<p>\r\n\tWe have received new password request for your account ({username}) in <em><a href=\"{own_dir_url}\">{own_site}<\/a><\/em>.<br \/>\r\n\t<br \/>\r\n\tIf this request was initiated by you, please click on following link to confirm your email:<br \/>\r\n\t<a href=\"{own_dir_url}confirm.php?action=restore_password&amp;account={account_id}&amp;r={sec_key}\">http:\/\/mytown.co.za\/db\/<\/a><em><a href=\"{own_dir_url}confirm.php?action=restore_password&amp;account={account_id}&amp;r={sec_key}\">confirm.php?action=restore_password&amp;account={account_id}&amp;r={sec_key}<\/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_change_email":"1","account_change_email_subject":"Confirm change email in {own_site}","account_change_email_body_plaintext":"Dear {username},\r\n\r\nWe have received change email request for your account ({username}) in {own_site}.\r\n\r\nIf this request was initiated by you, please click on following link to confirm your email:\r\nhttp:\/\/mytown.co.za\/db\/confirm.php?action=change_email&account={account_id}&r={sec_key}\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","account_change_email_body_html":"<h3>\r\n\tDear {username},<\/h3>\r\n<p>\r\n\tWe have received change email request for your account ({username}) in <em><a href=\"{own_dir_url}\">{own_site}<\/a><\/em>.<br \/>\r\n\t<br \/>\r\n\tIf this request was initiated by you, please click on following link to confirm your email:<br \/>\r\n\t<a href=\"{own_dir_url}confirm.php?action=change_email&amp;account={account_id}&amp;r={sec_key}\">http:\/\/mytown.co.za\/db\/<\/a><em><a href=\"{own_dir_url}confirm.php?action=change_email&amp;account={account_id}&amp;r={sec_key}\">confirm.php?action=change_email&amp;account={account_id}&amp;r={sec_key}<\/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","newsletter_confirm_body_plaintext":"Greetings {realname},\r\n\r\nthanks for requesting the {own_site} newsletter.\r\n\r\nBefore we begin sending it,  we want to make sure we\r\nhave your permission.\r\n\r\nBelow are the confirmation instructions.\r\n\r\n-----------------------------------------------------------\r\nCONFIRM BY VISITING THE LINK BELOW:\r\n\r\nTo activate your subscription go to {own_url}controller.php?plugin=mailer&action=subscribe&key={key}\r\n\r\nClick the link above to give us permission to send you\r\ninformation.  It''s fast and easy!  If you cannot click the\r\nfull URL above, please copy and paste it into your web\r\nbrowser.\r\n\r\nIf you do not want to subscribe, simply ignore this message.\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","newsletter_unsubscribe_body_plaintext":"Greetings {realname},\r\n\r\nTo unsubscribe go to {own_url}controller.php?plugin=mailer&action=unsubscribe&key={key}\r\n\r\nIf you cannot click the full URL above, please copy and paste it into your web\r\nbrowser.\r\n\r\nIf you do not want to unsubscribe, simply ignore this message.\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","payfast_secret_word":"47a2deddb02beb98656a0d4d09aa5e03","esyn_url":"http:\/\/mytown.co.za\/db\/"};
