<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>Alex's Support Forums: Recent Posts</title>
<link>http://www.alex-hardy.co.uk/forums/</link>
<description>Alex's Support Forums: Recent Posts</description>
<language>en</language>
<pubDate>Wed, 07 Jan 2009 17:05:02 +0000</pubDate>

<item>
<title>Alex on "how to export (inbox) to CSV in pro version"</title>
<link>http://www.alex-hardy.co.uk/forums/topic/how-to-export-to-csv-in-pro-version#post-86</link>
<pubDate>Mon, 05 Jan 2009 22:46:11 +0000</pubDate>
<dc:creator>Alex</dc:creator>
<guid isPermaLink="false">86@http://www.alex-hardy.co.uk/forums/</guid>
<description>&#60;p&#62;Agreed, but in my experience there is rarely *One True Way* that all developers agree on :)&#60;/p&#62;
&#60;p&#62;I chose to store data vertically rather than deal with manipulating table columns. To my mind, it seems neater the way it is...&#60;/p&#62;
&#60;p&#62;I have discussed inbox CSV export previously with another user. It makes sense because it would not only improve data portability but lend itself better to email list segmentation and mail merge processes.&#60;/p&#62;
&#60;p&#62;Regarding the inbox table view, I'm inclined to keep it simple but I'll reevaluate as time goes on.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Point of clarification for readers&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;This forum thread discusses CSV export of messages from the inbox, which is not implemented in simpleContact Pro 2.0. &#60;em&#62;CSV export of the mailing list is included&#60;/em&#62; and is easily done from the admin.
&#60;/p&#62;</description>
</item>
<item>
<title>danielnicollet on "how to export (inbox) to CSV in pro version"</title>
<link>http://www.alex-hardy.co.uk/forums/topic/how-to-export-to-csv-in-pro-version#post-85</link>
<pubDate>Mon, 05 Jan 2009 22:34:59 +0000</pubDate>
<dc:creator>danielnicollet</dc:creator>
<guid isPermaLink="false">85@http://www.alex-hardy.co.uk/forums/</guid>
<description>&#60;p&#62;Thanks Alex.  That makes sense.&#60;br /&#62;
Apart from the fact that relational data models are not always made of vertical tables, and that in nature custom fields can be appended horizontally also, I am just fine if you end up adding a CSV export.  That would be great from my POV (if it includes the custom fields of course).  This said, if you are going to have to re-combine vertical records into tables listings with column headers for CSV, why not just allowing it in your inbox view also.  It has just 3 fields right now.&#60;br /&#62;
Thanks again for your responiveness.&#60;br /&#62;
Dan
&#60;/p&#62;</description>
</item>
<item>
<title>danielnicollet on "how to add a hidden field and default values on the pro version"</title>
<link>http://www.alex-hardy.co.uk/forums/topic/how-to-add-a-hiden-fields-and-default-values-on-the-pro-version#post-84</link>
<pubDate>Mon, 05 Jan 2009 22:30:24 +0000</pubDate>
<dc:creator>danielnicollet</dc:creator>
<guid isPermaLink="false">84@http://www.alex-hardy.co.uk/forums/</guid>
<description>&#60;p&#62;I would want the hidden fields for records keeping for instance.  I use the form for event registrations.  If I have closed an event and started promoting a new one, I would change the field value from event 1 to event 2 so that I can find in the DB who registred for what.  There are many more examples why people use such fields.  It's always more or less to tag form submissions without requiring form users to do so or without their knowing what the tags are...&#60;br /&#62;
Dan
&#60;/p&#62;</description>
</item>
<item>
<title>Alex on "how to add a hidden field and default values on the pro version"</title>
<link>http://www.alex-hardy.co.uk/forums/topic/how-to-add-a-hiden-fields-and-default-values-on-the-pro-version#post-83</link>
<pubDate>Mon, 05 Jan 2009 22:18:37 +0000</pubDate>
<dc:creator>Alex</dc:creator>
<guid isPermaLink="false">83@http://www.alex-hardy.co.uk/forums/</guid>
<description>&#60;p&#62;This forum is still taking shape - I apologise for any inconvenience. I will add a search function soon, when I move it to the dedicated website I am going to build for the simpleContact applications.&#60;/p&#62;
&#60;p&#62;The features you mention are not implemented at this time:&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Hidden fields&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;This is an interesting idea... If you can elaborate on precisely what purpose you would want hidden fields for, I can think of possible implementations for a future release.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Default field values&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;I will give this some thought - the admin interface for menus / checkboxes / radio buttons would require careful design.
&#60;/p&#62;</description>
</item>
<item>
<title>Alex on "how to export (inbox) to CSV in pro version"</title>
<link>http://www.alex-hardy.co.uk/forums/topic/how-to-export-to-csv-in-pro-version#post-82</link>
<pubDate>Mon, 05 Jan 2009 21:41:36 +0000</pubDate>
<dc:creator>Alex</dc:creator>
<guid isPermaLink="false">82@http://www.alex-hardy.co.uk/forums/</guid>
<description>&#60;p&#62;This is not a fault. It is a carefully considered database design choice. The number #1 feature request for simpleContact Pro is custom fields. As you can see, although 'Pro is superficially similar to 'Lite it is a different mechanism (and certainly not less advanced). In building it I had several considerations in mind:&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;*&#60;/strong&#62; The nature of a field is generic. A field is a &#34;Fax number&#34; or &#34;Favourite colour&#34; field because that is what it has been labelled.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;*&#60;/strong&#62; The user should be able to add a form object and define its meaning.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;*&#60;/strong&#62; The application should not impose a limit on the number of fields on the form.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;*&#60;/strong&#62; The user should be able to edit and delete fields without losing data in messages already received.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;*&#60;/strong&#62; The user should be able to re-order the fields.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;*&#60;/strong&#62; I should be able to implement new object types (e.g. a message subject field) without having to modify the fundamental database structure.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;*&#60;/strong&#62; As far as possible, the increased complexity of the application should not be passed on to the user in a more difficult interface.&#60;/p&#62;
&#60;p&#62;This requires a relational database structure where data is stored vertically (in records) rather than horizontally (in predefined field columns).&#60;/p&#62;
&#60;p&#62;Obviously the database structure is not subject to change but I have been considering a CSV export for the inbox that may provide you a solution. I did not think it important enough for the initial release, but I am monitoring demand.
&#60;/p&#62;</description>
</item>
<item>
<title>danielnicollet on "how to export (inbox) to CSV in pro version"</title>
<link>http://www.alex-hardy.co.uk/forums/topic/how-to-export-to-csv-in-pro-version#post-81</link>
<pubDate>Mon, 05 Jan 2009 18:38:25 +0000</pubDate>
<dc:creator>danielnicollet</dc:creator>
<guid isPermaLink="false">81@http://www.alex-hardy.co.uk/forums/</guid>
<description>&#60;p&#62;Hi,&#60;br /&#62;
Unlike the lite version, the form messages are stored in a table (scpro_form_post_data) that doesn't allow the same easy CSV export and use of submissions.  Instead of having the form fields as column headers (like sc_messages in lite version), they are row headers and submissions are appended one after another in rows, in two columns....  It doesn't prevent CSV export of couse but try using this for a count of submissions, or a regular table view of your submissions???&#60;/p&#62;
&#60;p&#62;Based on the lite version there should be a table that lays out submissions one row at a time with field lables as column headers...  It is misleading to have the lite version with a more advanced feature that doesn't exist in pro.&#60;/p&#62;
&#60;p&#62;What do you propose as a way to fix this?  SimpleContact is not very wide in scope, if its data can't be easily ported to something else, it's not very useful at all, is it?&#60;/p&#62;
&#60;p&#62;Rgds&#60;br /&#62;
Dan
&#60;/p&#62;</description>
</item>
<item>
<title>danielnicollet on "how to add a hidden field and default values on the pro version"</title>
<link>http://www.alex-hardy.co.uk/forums/topic/how-to-add-a-hiden-fields-and-default-values-on-the-pro-version#post-80</link>
<pubDate>Mon, 05 Jan 2009 17:59:17 +0000</pubDate>
<dc:creator>danielnicollet</dc:creator>
<guid isPermaLink="false">80@http://www.alex-hardy.co.uk/forums/</guid>
<description>&#60;p&#62;Hi,&#60;br /&#62;
Firstly, why isn't there a search function in the forum so I can make sure no-one has asked this before I post my own version of this fairly obvious question?&#60;/p&#62;
&#60;p&#62;Can I add a hidden field in the default field set of the contact form?  What files need to be edited?&#60;br /&#62;
Is there a way to edit default field values and make them editables in contact form options page?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
dan
&#60;/p&#62;</description>
</item>
<item>
<title>Alex on "Is there a discount for education / non-profit entities?"</title>
<link>http://www.alex-hardy.co.uk/forums/topic/is-there-a-discount-for-education-non-profit-entities#post-79</link>
<pubDate>Sat, 03 Jan 2009 18:59:42 +0000</pubDate>
<dc:creator>Alex</dc:creator>
<guid isPermaLink="false">79@http://www.alex-hardy.co.uk/forums/</guid>
<description>&#60;p&#62;I have thought about this since I started to develop simpleContact Pro. I considered various approaches and have decided not to offer a discount for the forseeable future. I have two reasons for this:&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Fair treatment for all users&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;I have many customers who buy simpleContact Pro to use in personal websites. These include blogs, clubs etc. I do not offer these people a discount. Were I to start offering a discount to non-profit organisations it would be based on the following:&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;*&#60;/strong&#62; The nature of the non-profit. I would not offer a discount to causes I thought trivial or that I did not approve of (e.g: any which may offend certain members of society).&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;*&#60;/strong&#62; The financial status of the non-profit. Many educational or non-profit organisations have substantial budgets. They do not need an individual developer to subsidise their marketing activities.&#60;/p&#62;
&#60;p&#62;However - I believe that it is not my place to judge the worthiness of others, and attempts to operate a discount could be seen as arbitrary and unfair. The only course of action left is to make no offer at all.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;My own business&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;I am an individual web designer-developer and I built simpleContact Pro to generate an income which I hope could evolve into a full-time business.&#60;/p&#62;
&#60;p&#62;I have invested a great deal of time and energy into 'Pro, and I believe the asking price to be very reasonable. Measured against my usual freelance rate, $25 would buy half an hour's work.&#60;/p&#62;
&#60;p&#62;This forbids me to give licenses away completely free - simpleContact Lite is my offering in that respect.&#60;/p&#62;
&#60;p&#62;I will reevaluate my position over time, and any changes will be announced here.
&#60;/p&#62;</description>
</item>
<item>
<title>Alex on "Is there a volume license offer for simpleContact Pro?"</title>
<link>http://www.alex-hardy.co.uk/forums/topic/is-there-a-volume-license-offer#post-78</link>
<pubDate>Sat, 03 Jan 2009 18:19:52 +0000</pubDate>
<dc:creator>Alex</dc:creator>
<guid isPermaLink="false">78@http://www.alex-hardy.co.uk/forums/</guid>
<description>&#60;p&#62;In the new year 2009 I will begin building a dedicated website for the simpleContact applications. I have registered &#60;a href=&#34;http://www.simplecontactform.com&#34;&#62;simplecontactform.com&#60;/a&#62; which currently redirects to the downloads section of this website.&#60;/p&#62;
&#60;p&#62;As part of that new site I will introduce a &#34;developer&#34; license offering. In addition to the standard $25 single-domain license, you will be able to buy a license that entitles you to use it on as many of your own websites as you wish. This is ideal if you own several sites or you're a web designer working for clients.&#60;/p&#62;
&#60;p&#62;See websites like &#60;a href=&#34;http://www.diythemes.com&#34;&#62;diythemes.com&#60;/a&#62; for an example of this license structure.&#60;/p&#62;
&#60;p&#62;Pricing is to be confirmed, but it will be less than the price of three single-domain licenses.
&#60;/p&#62;</description>
</item>
<item>
<title>Alex on "Make contact form mailing list opt-in required (Pro)"</title>
<link>http://www.alex-hardy.co.uk/forums/topic/is-it-possible-to-make-the-opt-in-required#post-77</link>
<pubDate>Thu, 01 Jan 2009 20:18:07 +0000</pubDate>
<dc:creator>Alex</dc:creator>
<guid isPermaLink="false">77@http://www.alex-hardy.co.uk/forums/</guid>
<description>&#60;p&#62;To fully implement the functionality you want throughout the application would be a complex task - too much so to write up as a hack. What I can do is give you a 99% solution, that should be very easy for you to drop in. This is an amendment to the JavaScript validation, to check that the opt-in checkbox has been ticked. Only people with JavaScript turned off would not be validated, but hardly anyone turns JavaScript off...&#60;/p&#62;
&#60;p&#62;Open &#60;em&#62;sc_admin/js/forms.js&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;Find the function validateContact() and the line of code inside it which says:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;if ($(&#38;quot;p.err&#38;quot;).length &#38;gt; 0) { return false; }&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Now add this block of code &#60;strong&#62;before&#60;/strong&#62; that line:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;if (!$(&#38;quot;#obj_10&#38;quot;).is(&#38;quot;:checked&#38;quot;)) {&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;var mydiv = $(&#38;quot;#obj_10&#38;quot;).parents(&#38;quot;div&#38;quot;)[0];&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;$(mydiv).after(&#38;quot;&#38;lt;p class=\&#38;quot;err\&#38;quot;&#38;gt;&#38;lt;em&#38;gt;Please confirm your subscription&#38;lt;/em&#38;gt;&#38;quot;);&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Please note:&#60;/strong&#62; You must replace obj_10 with the id that the checkbox has in your form. This is dependent on the number of fields in your form.
&#60;/p&#62;</description>
</item>
<item>
<title>Alex on "Double opt-in doesn't work but contact form response does"</title>
<link>http://www.alex-hardy.co.uk/forums/topic/double-opt-in-doesnt-work-but-contact-form-response-does#post-76</link>
<pubDate>Thu, 01 Jan 2009 20:09:23 +0000</pubDate>
<dc:creator>Alex</dc:creator>
<guid isPermaLink="false">76@http://www.alex-hardy.co.uk/forums/</guid>
<description>&#60;p&#62;Thank you, I'll address your points in turn:&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;If contact form autoresponse is off, double opt-in message is not sent&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;I have investigated and this appears to be a bug. You should be able to patch it by following these steps:&#60;/p&#62;
&#60;p&#62;Open &#60;em&#62;sc_admin/include/contact.php&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;Find line 297, where the code section called &#34;Email notification to user&#34; ends. There should just be a } on the line. Paste this code over that line:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;} else {&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;// Confirmation email&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;if ($confirmkey != &#38;quot;&#38;quot;) {&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;$list_confirm_link = $list_confirm.&#38;quot;?confirmkey=&#38;quot;.$confirmkey;&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;$new_message = str_replace(&#38;quot;[confirm]&#38;quot;,$list_confirm_link,$list_responder_message);&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;$new_message = &#38;quot;\n&#38;quot;.$new_message;&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;sendMessage($email,$responder_email,$responder_name,$responder_replyto,$list_responder_subject,$new_message);&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;}&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Unconfirmed mailing list subscribers do not get a confirmation email if they reattempt to subscribe&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;This is the programmed behaviour of the application, but I have already noted this as something I believe should be changed. I plan to make the form create and send a new confirmation link.&#60;/p&#62;
&#60;p&#62;I will address both these issues in a future version of the application.
&#60;/p&#62;</description>
</item>
<item>
<title>paul on "Double opt-in doesn't work but contact form response does"</title>
<link>http://www.alex-hardy.co.uk/forums/topic/double-opt-in-doesnt-work-but-contact-form-response-does#post-75</link>
<pubDate>Thu, 01 Jan 2009 19:23:26 +0000</pubDate>
<dc:creator>paul</dc:creator>
<guid isPermaLink="false">75@http://www.alex-hardy.co.uk/forums/</guid>
<description>&#60;p&#62;Strange situation I'm having with the Pro version, if &#34;Send contact form response email to users&#34; is not checked but Double opt-in is checked, a subscriber does not get any e-mail to opt-in. If I then select &#34;Send contact form response email to users&#34;, a subscriber does receive the Contact form and Double opt-in confirmations in one e-mail.&#60;/p&#62;
&#60;p&#62;In all cases the recipient e-mail is working fine.&#60;/p&#62;
&#60;p&#62;Also I notice that if the user has submitted once before (but hasn't yet double opted-in) then subsequent attempts to submit with the same e-mail will result in an e-mail without the [confirm] link included. I'm guessing the system is looking for duplicate e-mails but it might be better to check the Mailing list, not the Inbox for duplicates. Also in the event of finding a duplicate, it might be better to also have a different response page from the standard one when the user hits submit so they aren't thinking everything is fine and dandy.
&#60;/p&#62;</description>
</item>
<item>
<title>Alex on "admin acc Password problems on first time use"</title>
<link>http://www.alex-hardy.co.uk/forums/topic/admin-acc-password-problems-on-first-time-use#post-74</link>
<pubDate>Wed, 31 Dec 2008 19:04:49 +0000</pubDate>
<dc:creator>Alex</dc:creator>
<guid isPermaLink="false">74@http://www.alex-hardy.co.uk/forums/</guid>
<description>&#60;p&#62;This issue was investigated using privately supplied login details.&#60;/p&#62;
&#60;p&#62;It was traced to an issue with the web server's session configuration and resolved.
&#60;/p&#62;</description>
</item>
<item>
<title>Alex on "Definition of a hack (read this first)"</title>
<link>http://www.alex-hardy.co.uk/forums/topic/definition-of-a-hack-read-this-before-using#post-73</link>
<pubDate>Wed, 31 Dec 2008 18:18:31 +0000</pubDate>
<dc:creator>Alex</dc:creator>
<guid isPermaLink="false">73@http://www.alex-hardy.co.uk/forums/</guid>
<description>&#60;p&#62;Since this forum was started, I have written a variety of workarounds for specific usage scenarios or features that are not present in the standard simpleContact downloads.&#60;/p&#62;
&#60;p&#62;These &#34;hacks&#34; are currently supplied as code (with instructions) in the forum thread where they were requested. Use of hacks are subject to the terms below:&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;*&#60;/strong&#62; Hacks are provided &#60;strong&#62;free of charge,&#60;/strong&#62; irrespective of whether they are for simpleContact Lite or Pro.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;*&#60;/strong&#62; They are only written for minor modifications. I cannot develop new features from individual request.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;*&#60;/strong&#62; Hacks are provided on an &#34;as is&#34; basis, with &#60;strong&#62;no warranty or support&#60;/strong&#62; beyond the instructions provided.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;*&#60;/strong&#62; I welcome user-submitted hacks and advice, but I do not vouch for their accuracy or suitability for use.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;*&#60;/strong&#62; A hack does not indicate my intention to add particular functionality to a future release.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;*&#60;/strong&#62; If similar functionality is added to a future release, it may not be implemented in the same manner.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;*&#60;/strong&#62; I will identify whether simpleContact Lite or Pro is the targeted application for a hack.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;*&#60;/strong&#62; Where necessary I will identify a version number that a hack applies to.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;*&#60;/strong&#62; I do not guarantee that future updates will not break a hack.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;*&#60;/strong&#62; If a future version breaks a hack or renders it obsolete, I will endeavour to indicate this.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;*&#60;/strong&#62; You are urged to back up your files and database before attempting a modification of any sort.
&#60;/p&#62;</description>
</item>
<item>
<title>Alex on "Stop users registering with same email address"</title>
<link>http://www.alex-hardy.co.uk/forums/topic/stop-users-registering-with-same-email-address#post-72</link>
<pubDate>Wed, 31 Dec 2008 15:21:19 +0000</pubDate>
<dc:creator>Alex</dc:creator>
<guid isPermaLink="false">72@http://www.alex-hardy.co.uk/forums/</guid>
<description>&#60;p&#62;The mailing list part of simpleContact checks the database and does not allow the same email address to be added twice.&#60;/p&#62;
&#60;p&#62;The contact form *does* allow submissions with the same email address more than once. This is because its original purpose is to receive messages, not to operate as a membership system.&#60;/p&#62;
&#60;p&#62;I will look into devising a hack for this in the new year.
&#60;/p&#62;</description>
</item>
<item>
<title>paul on "Make contact form mailing list opt-in required (Pro)"</title>
<link>http://www.alex-hardy.co.uk/forums/topic/is-it-possible-to-make-the-opt-in-required#post-71</link>
<pubDate>Wed, 31 Dec 2008 07:01:21 +0000</pubDate>
<dc:creator>paul</dc:creator>
<guid isPermaLink="false">71@http://www.alex-hardy.co.uk/forums/</guid>
<description>&#60;p&#62;Hi Alex,&#60;/p&#62;
&#60;p&#62;I'm a recent purchaser of the application and would also like to be able to make the opt-in required, but not pre-checked. I understand your concerns with the pre-checking but making it required seems fine since it is indeed required in order for the form to be valid. Not having it required can actually be confusing to the user.
&#60;/p&#62;</description>
</item>
<item>
<title>Miguel on "Stop users registering with same email address"</title>
<link>http://www.alex-hardy.co.uk/forums/topic/stop-users-registering-with-same-email-address#post-70</link>
<pubDate>Wed, 31 Dec 2008 00:59:02 +0000</pubDate>
<dc:creator>Miguel</dc:creator>
<guid isPermaLink="false">70@http://www.alex-hardy.co.uk/forums/</guid>
<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I would like to know if there´s a hack to prevent people registering the same e-mail address twice, or the exact same name.&#60;/p&#62;
&#60;p&#62;I think the form protect us from spam but what about the people that register more than once using same name, same e-mail? How can I stop this from happening?&#60;/p&#62;
&#60;p&#62;Miguel
&#60;/p&#62;</description>
</item>
<item>
<title>mrmusic on "admin acc Password problems on first time use"</title>
<link>http://www.alex-hardy.co.uk/forums/topic/admin-acc-password-problems-on-first-time-use#post-69</link>
<pubDate>Wed, 10 Dec 2008 05:56:40 +0000</pubDate>
<dc:creator>mrmusic</dc:creator>
<guid isPermaLink="false">69@http://www.alex-hardy.co.uk/forums/</guid>
<description>&#60;p&#62;I installed software, went to sc_admin, typed password and email, when I want to login &#34;password invalid&#34;.  Have reset, then typed in new password, tried to login, same problem.
&#60;/p&#62;</description>
</item>
<item>
<title>Alex on "Not Receiving Form Emails"</title>
<link>http://www.alex-hardy.co.uk/forums/topic/not-receiving-form-emails#post-68</link>
<pubDate>Tue, 02 Dec 2008 14:06:06 +0000</pubDate>
<dc:creator>Alex</dc:creator>
<guid isPermaLink="false">68@http://www.alex-hardy.co.uk/forums/</guid>
<description>&#60;p&#62;This issue was investigated using privately supplied login details.&#60;/p&#62;
&#60;p&#62;It was traced to a minor mis-configuration and corrected.
&#60;/p&#62;</description>
</item>
<item>
<title>uniqueamb on "Not Receiving Form Emails"</title>
<link>http://www.alex-hardy.co.uk/forums/topic/not-receiving-form-emails#post-67</link>
<pubDate>Mon, 01 Dec 2008 19:49:01 +0000</pubDate>
<dc:creator>uniqueamb</dc:creator>
<guid isPermaLink="false">67@http://www.alex-hardy.co.uk/forums/</guid>
<description>&#60;p&#62;Hi, I have installed and tested the form, but I do not receive the emails.  I have installed it at &#60;a href=&#34;http://www.toryhillauctions.com/guestlist.php&#34; rel=&#34;nofollow&#34;&#62;http://www.toryhillauctions.com/guestlist.php&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Alex on "Make contact form mailing list opt-in required (Pro)"</title>
<link>http://www.alex-hardy.co.uk/forums/topic/is-it-possible-to-make-the-opt-in-required#post-66</link>
<pubDate>Sun, 23 Nov 2008 14:56:54 +0000</pubDate>
<dc:creator>Alex</dc:creator>
<guid isPermaLink="false">66@http://www.alex-hardy.co.uk/forums/</guid>
<description>&#60;p&#62;Hi and thank you for your purchase. I am a web designer too, so I understand your position. I have made many websites where the client's main agenda was to gather email addresses for marketing.&#60;/p&#62;
&#60;p&#62;It would be easy to add a pre-checked or required opt-in as a feature, so I'll explain its absence. This is not an oversight, it is a design choice. The reason is the issue of &#60;strong&#62;permission.&#60;/strong&#62; The definition of best practice is getting tighter as time goes on.&#60;/p&#62;
&#60;p&#62;This article - &#60;a href=&#34;http://www.email-marketing-reports.com/iland/2008/11/legal-compliance-is-for-lawyers-not.html&#34;&#62;legal compliance is for lawyers not marketers&#60;/a&#62; - demonstrates how hostile users are to unwanted email (even if they had opted in). Many marketers don't realise that every user who marks your message &#34;spam&#34; damages your ability to send further emails to anyone.&#60;/p&#62;
&#60;p&#62;I often refer to &#60;a href=&#34;http://www.campaignmonitor.com/anti-spam&#34;&#62;Campaign Monitor's anti-spam guidelines&#60;/a&#62; and two points are particularly relevant:&#60;/p&#62;
&#60;p&#62;* Pre-checking an opt-in box is specifically forbidden. A list that was operated this way would be refused.&#60;br /&#62;
* If more than 0.25% of all recipients (that's 25 in 10,000) mark your message &#34;spam&#34; your access is terminated.&#60;/p&#62;
&#60;p&#62;You must take great care with how you define permission for your activities. Personally, I would accept missing out on a few people who neglected to check the box rather than risk being marked &#34;spam&#34; by people who didn't realise that they were being added to a mailing list.&#60;/p&#62;
&#60;p&#62;Since the sole purpose of the form is to add people to a list I would recommend using the &#60;strong&#62;list_subscribe.php&#60;/strong&#62; file. It will not add a message to your inbox, but will add the email address to your list. I plan to add an optional &#34;name&#34; field to that form in a future version.&#60;/p&#62;
&#60;p&#62;If you still want to pre-check the box, let me know. I strongly discourage this as user-unfriendly and harmful to your reputation in the long run, but a bit of JavaScript could be written to do that. You would have to judge for yourself whether you wanted to take the risk.
&#60;/p&#62;</description>
</item>
<item>
<title>mrHat on "Make contact form mailing list opt-in required (Pro)"</title>
<link>http://www.alex-hardy.co.uk/forums/topic/is-it-possible-to-make-the-opt-in-required#post-65</link>
<pubDate>Sat, 22 Nov 2008 19:02:42 +0000</pubDate>
<dc:creator>mrHat</dc:creator>
<guid isPermaLink="false">65@http://www.alex-hardy.co.uk/forums/</guid>
<description>&#60;p&#62;I reccently purchased simpleContact Pro so I would have a way of easily creating, editing, and tracking email newsletter sign-ups on my site. With my form people who sign-up are signing up for the sole purpose to be on the mailing list. So my point is why not make it so it is possible to have the Mailing List Opt-In check box be required. Since it isn't required I have no way of controlling who is or isn't on the mailing list. The only big reason this bothers me is becouse the people that sign-up but forget to click the opt-in check-box since it's not required are not being put into my csv list. So is there anything I can do about this?
&#60;/p&#62;</description>
</item>
<item>
<title>Alex on "IP address capture (Pro)"</title>
<link>http://www.alex-hardy.co.uk/forums/topic/ip-address-capture#post-64</link>
<pubDate>Thu, 06 Nov 2008 10:45:04 +0000</pubDate>
<dc:creator>Alex</dc:creator>
<guid isPermaLink="false">64@http://www.alex-hardy.co.uk/forums/</guid>
<description>&#60;p&#62;Here is a workaround to add IP address logging to your contact form's mailing list opt-in.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Disclaimer&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;* I consider this a hack (as &#60;a href=&#34;http://codex.wordpress.org/Hacking_WordPress&#34;&#62;WordPress defines one&#60;/a&#62;) and I do not support it&#60;br /&#62;
* I wrote this because it is a minor modification. I cannot develop new features based on individual request&#60;br /&#62;
* I do not guarantee that I will add IP logging functionality to a future release&#60;br /&#62;
* If I do add IP logging, I do not guarantee that it will be implemented in this manner&#60;br /&#62;
* I do not guarantee that future updates won't break this&#60;br /&#62;
* You are urged to back up your files and database before attempting a modification of this sort&#60;/p&#62;
&#60;p&#62;____________________________________&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;1) Database modification&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;Add a new field called &#60;strong&#62;ip&#60;/strong&#62; to the end of your list_member table. In this case searchability isn't important so for simplicity I used a varchar field. Like any development choice, the pros and cons are &#60;a href=&#34;http://arjen-lentz.livejournal.com/44290.html&#34;&#62;debatable&#60;/a&#62;. Such is life.&#60;/p&#62;
&#60;p&#62;If your host has the &#60;a href=&#34;http://www.phpmyadmin.net&#34;&#62;phpMyAdmin&#60;/a&#62; control panel this would be the easiest way. If you're familiar with SQL, you could use &#60;a href=&#34;http://dev.mysql.com/downloads/gui-tools&#34;&#62;MySQL Query Browser&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;2) contact.php&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;Enter this line of code at the very top after &#60;code&#62;&#38;lt;?php&#60;/code&#62; :&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$user_ip = $_SERVER[&#38;quot;REMOTE_ADDR&#38;quot;];&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;3) sc_admin/include/contact.php&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;Change line 251 to say:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$query = &#38;quot;INSERT INTO $table_list_member (name_full,email,ip) VALUES (&#38;#39;$name_full&#38;#39;,&#38;#39;$email&#38;#39;,&#38;#39;$user_ip&#38;#39;)&#38;quot;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;4) sc_admin/list.php&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;Change line 94 to say:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$query = &#38;quot;SELECT m.email,m.ip FROM $table_list_member m, $table_list_subscribe s WHERE m.id=s.member_id AND s.confirmkey=&#38;#39;&#38;#39; ORDER BY m.email&#38;quot;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Change line 100 to say:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;printf(&#38;quot;&#38;lt;li&#38;gt;&#38;lt;a href=\&#38;quot;mailto:%s\&#38;quot; title=\&#38;quot;Send an email to &#38;#39;%s&#38;#39;\&#38;quot;&#38;gt;%s (%s)&#38;lt;/a&#38;gt;&#38;amp;nbsp;&#38;amp;nbsp;&#124;&#38;amp;nbsp;&#38;amp;nbsp;&#38;lt;a href=\&#38;quot;list.php?remove=%s\&#38;quot; class=\&#38;quot;remove\&#38;quot; title=\&#38;quot;Remove &#38;#39;%s&#38;#39; from the mailing list\&#38;quot;&#38;gt;Remove&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;\n&#38;quot;,$list[&#38;quot;email&#38;quot;],$list[&#38;quot;email&#38;quot;],$list[&#38;quot;email&#38;quot;],$list[&#38;quot;ip&#38;quot;],$list[&#38;quot;email&#38;quot;],$list[&#38;quot;email&#38;quot;]);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;____________________________________&#60;/p&#62;
&#60;p&#62;That should log a user's IP address when a user opts in to your mailing list through your contact form. The user's IP address will be displayed on the mailing list page in sc_admin, next to their email address.
&#60;/p&#62;</description>
</item>
<item>
<title>bkmacdaddy on "IP address capture (Pro)"</title>
<link>http://www.alex-hardy.co.uk/forums/topic/ip-address-capture#post-63</link>
<pubDate>Wed, 05 Nov 2008 17:20:50 +0000</pubDate>
<dc:creator>bkmacdaddy</dc:creator>
<guid isPermaLink="false">63@http://www.alex-hardy.co.uk/forums/</guid>
<description>&#60;p&#62;Alex,&#60;/p&#62;
&#60;p&#62;Thanks for the quick reply. The reasons for my request are for a specific need my client has, who I am using SimpleContactPro for. They are trying to follow best practices (and maybe even legal practices) for data capture by collecting first &#38;#38; last name, email, zip code, double opt-in, and IP address. I am not schooled on the requirements or legalities, I just know this is what my client requires. Unfortunately, if we cannot figure out a way to integrate IP address capture, then I will have to use something else (like PHPlist, which we used on a similar site.) I would much prefer to use your script - it looks FAR more professional and clean, has easy back-end user management and all the other great features. If I can get it to work with IP address capture then I am certain I will use it on multiple sites (consider that a bribe)   :)&#60;/p&#62;
&#60;p&#62;Thanks again!
&#60;/p&#62;</description>
</item>
<item>
<title>Alex on "IP address capture (Pro)"</title>
<link>http://www.alex-hardy.co.uk/forums/topic/ip-address-capture#post-62</link>
<pubDate>Wed, 05 Nov 2008 17:01:10 +0000</pubDate>
<dc:creator>Alex</dc:creator>
<guid isPermaLink="false">62@http://www.alex-hardy.co.uk/forums/</guid>
<description>&#60;p&#62;Thanks Brian :)&#60;/p&#62;
&#60;p&#62;The IP address of a user isn't currently captured. I am aware that some scripts record IPs as an anti-spam measure (to ban IPs). The problem with this is that there is a risk of banning other people as well who may happen to be using the same network or ISP. Any self-respecting spammer also knows how to change or fake their IP address.&#60;/p&#62;
&#60;p&#62;This blog post may be useful:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://kalsey.com/2004/02/why_ip_banning_is_useless&#34; rel=&#34;nofollow&#34;&#62;http://kalsey.com/2004/02/why_ip_banning_is_useless&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If I see significant demand for this feature I may add it, but I think you'll find the app very resistant to spam anyway. I also have several ideas to tighten it further in future.&#60;/p&#62;
&#60;p&#62;By &#34;the first opt-in checkbox&#34; do you mean the mailing list opt-in checkbox on the contact form? I made the decision in development that form owners should not able to:&#60;/p&#62;
&#60;p&#62;a) Pre-check the opt-in checkbox (making it opt-out)&#60;br /&#62;
b) Require that people join the mailing list.&#60;/p&#62;
&#60;p&#62;These methods are discouraged by email marketers. Systems like Campaign Monitor will refuse a such a list.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.campaignmonitor.com/anti-spam&#34; rel=&#34;nofollow&#34;&#62;http://www.campaignmonitor.com/anti-spam&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Perhaps what you're after is to capture people's names as well as their email addresses when they use the list subscribe form? I plan to add that ability in a future version.
&#60;/p&#62;</description>
</item>
<item>
<title>bkmacdaddy on "IP address capture (Pro)"</title>
<link>http://www.alex-hardy.co.uk/forums/topic/ip-address-capture#post-61</link>
<pubDate>Wed, 05 Nov 2008 03:57:13 +0000</pubDate>
<dc:creator>bkmacdaddy</dc:creator>
<guid isPermaLink="false">61@http://www.alex-hardy.co.uk/forums/</guid>
<description>&#60;p&#62;Alex,&#60;/p&#62;
&#60;p&#62;First off, MORE kudos for the Pro version! It's amazingly simple to set up and use! Great work!!! Especially for us designers who only know how to make stuff look pretty but not so much how to make it function...&#60;/p&#62;
&#60;p&#62;I need 2 things that I can't figure out how to do (if at all possible):&#60;/p&#62;
&#60;p&#62;1. capture the IP address when the form is submitted&#60;br /&#62;
2. make the first opt-in checkbox required&#60;/p&#62;
&#60;p&#62;Thanks in advance for any help.&#60;/p&#62;
&#60;p&#62;Brian
&#60;/p&#62;</description>
</item>
<item>
<title>Alex on "Form results on same page?"</title>
<link>http://www.alex-hardy.co.uk/forums/topic/form-results-on-same-page#post-60</link>
<pubDate>Tue, 28 Oct 2008 19:03:55 +0000</pubDate>
<dc:creator>Alex</dc:creator>
<guid isPermaLink="false">60@http://www.alex-hardy.co.uk/forums/</guid>
<description>&#60;p&#62;No problem!&#60;/p&#62;
&#60;p&#62;Apologies for not getting back to you a little sooner. I want to give my BBPress install a bit of an upgrade. Although I try to reply to posts within a few hours I currently have to check my RSS reader for updates.&#60;/p&#62;
&#60;p&#62;To answer your question, this would require some adjustment to simpleContact.&#60;/p&#62;
&#60;p&#62;I have made forms in the past that displayed their results on the same page and I think it is more advantageous to redirect to another page. It makes it easier for you to track messages and newsletter sign-ups in a stats package (e.g. as goal conversions in &#60;a href=&#34;http://www.google.com/analytics&#34;&#62;Google Analytics&#60;/a&#62;).&#60;/p&#62;
&#60;p&#62;Because it would require some re-arrangement of the form code, I could not support this under my usual remit as the developer of simpleContact. If you do decide that you would like me to make a custom build for you, I would be happy to discuss a quote.
&#60;/p&#62;</description>
</item>
<item>
<title>bkmacdaddy on "Form results on same page?"</title>
<link>http://www.alex-hardy.co.uk/forums/topic/form-results-on-same-page#post-59</link>
<pubDate>Tue, 28 Oct 2008 17:52:21 +0000</pubDate>
<dc:creator>bkmacdaddy</dc:creator>
<guid isPermaLink="false">59@http://www.alex-hardy.co.uk/forums/</guid>
<description>&#60;p&#62;Duh. never mind! You can delete this post. i figured out how to do it - by incorporating the script inside my template.
&#60;/p&#62;</description>
</item>
<item>
<title>bkmacdaddy on "Form results on same page?"</title>
<link>http://www.alex-hardy.co.uk/forums/topic/form-results-on-same-page#post-58</link>
<pubDate>Tue, 28 Oct 2008 10:36:19 +0000</pubDate>
<dc:creator>bkmacdaddy</dc:creator>
<guid isPermaLink="false">58@http://www.alex-hardy.co.uk/forums/</guid>
<description>&#60;p&#62;Apologies for what is probably an elementary question...&#60;/p&#62;
&#60;p&#62;Is it possible to adjust the code or modify pages or something so that the results display (or appear to display) on the same page if I use the contact.php as an include in another php template? I don't know enough about writing PHP to know how this would work or if it is simple or complicated to do.&#60;/p&#62;
&#60;p&#62;My example is here: &#60;a href=&#34;http://bkmacdaddy.com/cl/contact/&#34; rel=&#34;nofollow&#34;&#62;http://bkmacdaddy.com/cl/contact/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I just want any error pages and the thank you page to appear within the same template context.&#60;/p&#62;
&#60;p&#62;Thanks in advance for your help! And for a great, simple script!
&#60;/p&#62;</description>
</item>
<item>
<title>dominp on "Abbreviated message notification (Lite)"</title>
<link>http://www.alex-hardy.co.uk/forums/topic/possible-to-stop-fields-on-email#post-57</link>
<pubDate>Sat, 11 Oct 2008 20:44:50 +0000</pubDate>
<dc:creator>dominp</dc:creator>
<guid isPermaLink="false">57@http://www.alex-hardy.co.uk/forums/</guid>
<description>&#60;p&#62;seems easy enough, I will give it a try.&#60;br /&#62;
thanks again for the great work on this script.
&#60;/p&#62;</description>
</item>
<item>
<title>Alex on "Abbreviated message notification (Lite)"</title>
<link>http://www.alex-hardy.co.uk/forums/topic/possible-to-stop-fields-on-email#post-56</link>
<pubDate>Sat, 11 Oct 2008 09:15:44 +0000</pubDate>
<dc:creator>Alex</dc:creator>
<guid isPermaLink="false">56@http://www.alex-hardy.co.uk/forums/</guid>
<description>&#60;p&#62;There is no setting for this, but it would be easy enough to achieve by tweaking the PHP code.&#60;/p&#62;
&#60;p&#62;Open &#60;em&#62;sc_admin/includes/contact/posted.php&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;From about line 232 you'll find a block of code that starts with a line that says:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;if ($website != &#38;quot;&#38;quot;) ...&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;This block continues to about line 264 and ends with the line that says:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$notify_body = ...&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Comment out or delete all of that code.&#60;/p&#62;
&#60;p&#62;Here is an amended version of that last line that you should add to your PHP after the commented/deleted code:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$notify_body									= &#38;quot;\n$name_full has sent you a message.\n\nView all messages received in your online inbox.\n\n----------------------------------------$show_joinlist&#38;quot;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;This should achieve the desired effect.&#60;/p&#62;
&#60;p&#62;You might also like to add the URL of your simpleContact admin into that message, so you get a link in the email.&#60;/p&#62;
&#60;p&#62;Please note that should you update simpleContact in future, you will have to re-apply any modifications you make.
&#60;/p&#62;</description>
</item>
<item>
<title>dominp on "Abbreviated message notification (Lite)"</title>
<link>http://www.alex-hardy.co.uk/forums/topic/possible-to-stop-fields-on-email#post-55</link>
<pubDate>Sat, 11 Oct 2008 06:28:59 +0000</pubDate>
<dc:creator>dominp</dc:creator>
<guid isPermaLink="false">55@http://www.alex-hardy.co.uk/forums/</guid>
<description>&#60;p&#62;I have set up the script and it's working great, thanks for the great work and documentation.&#60;/p&#62;
&#60;p&#62;Only question is it possible to only have the email send a notification and not all the fields from the form?&#60;/p&#62;
&#60;p&#62;I would very much only like to get a notification that I have a submission and then have to login to the admin section to check the response.&#60;/p&#62;
&#60;p&#62;Thanks again.
&#60;/p&#62;</description>
</item>
<item>
<title>Alex on "Menu - Canadian provinces and territories"</title>
<link>http://www.alex-hardy.co.uk/forums/topic/menu-canadian-provinces-and-territories#post-54</link>
<pubDate>Wed, 03 Sep 2008 16:37:56 +0000</pubDate>
<dc:creator>Alex</dc:creator>
<guid isPermaLink="false">54@http://www.alex-hardy.co.uk/forums/</guid>
<description>&#60;p&#62;Just copy and paste the list below into simpleContact Pro to create a Canadian provinces menu:&#60;br /&#62;
--------------------------&#60;/p&#62;
&#60;p&#62;Alberta (AB)&#60;br /&#62;
British Columbia (BC)&#60;br /&#62;
Manitoba (MB)&#60;br /&#62;
New Brunswick (NB)&#60;br /&#62;
Newfoundland and Labrador (NL)&#60;br /&#62;
Northwest Territories (NT)&#60;br /&#62;
Nova Scotia (NS)&#60;br /&#62;
Nunavut (NU)&#60;br /&#62;
Ontario (ON)&#60;br /&#62;
Prince Edward Island (PE)&#60;br /&#62;
Quebec (QC)&#60;br /&#62;
Saskatchewan (SK)&#60;br /&#62;
Yukon (YK)
&#60;/p&#62;</description>
</item>
<item>
<title>Alex on "Menu - European Union (EU) countries"</title>
<link>http://www.alex-hardy.co.uk/forums/topic/menu-eu-countries#post-53</link>
<pubDate>Wed, 03 Sep 2008 16:26:18 +0000</pubDate>
<dc:creator>Alex</dc:creator>
<guid isPermaLink="false">53@http://www.alex-hardy.co.uk/forums/</guid>
<description>&#60;p&#62;Just copy and paste the list below into simpleContact Pro to create an EU countries menu:&#60;br /&#62;
--------------------------&#60;/p&#62;
&#60;p&#62;Austria&#60;br /&#62;
Belgium&#60;br /&#62;
Bulgaria&#60;br /&#62;
Cyprus&#60;br /&#62;
Czech Republic&#60;br /&#62;
Denmark&#60;br /&#62;
Estonia&#60;br /&#62;
Finland&#60;br /&#62;
France&#60;br /&#62;
Germany&#60;br /&#62;
Greece&#60;br /&#62;
Hungary&#60;br /&#62;
Ireland&#60;br /&#62;
Italy&#60;br /&#62;
Latvia&#60;br /&#62;
Lithuania&#60;br /&#62;
Luxembourg&#60;br /&#62;
Malta&#60;br /&#62;
Netherlands&#60;br /&#62;
Poland&#60;br /&#62;
Portugal&#60;br /&#62;
Romania&#60;br /&#62;
Slovakia&#60;br /&#62;
Slovenia&#60;br /&#62;
Spain&#60;br /&#62;
Sweden&#60;br /&#62;
United Kingdom
&#60;/p&#62;</description>
</item>
<item>
<title>Alex on "Fails to connect to database on local server"</title>
<link>http://www.alex-hardy.co.uk/forums/topic/fails-to-connect-to-database-on-local-server#post-52</link>
<pubDate>Wed, 03 Sep 2008 15:08:54 +0000</pubDate>
<dc:creator>Alex</dc:creator>
<guid isPermaLink="false">52@http://www.alex-hardy.co.uk/forums/</guid>
<description>&#60;p&#62;If you have installed simpleContact on your personal computer (e.g. for testing), you may get this message:&#60;/p&#62;
&#60;p&#62;&#60;em&#62;&#34;An error occurred when connecting to the database. Please check that you have configured and installed this system correctly.&#34;&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;A likely cause is that &#34;localhost&#34; is not recognised as the address for your MySQL server. If this occurs, open &#60;strong&#62;sc_config.php&#60;/strong&#62; and try setting the $server variable to &#34;127.0.0.1&#34;. It should now connect successfully.&#60;/p&#62;
&#60;p&#62;This is a &#60;a href=&#34;http://www.google.com/search?q=mysql+localhost+127.0.0.1&#34;&#62;well known MySQL issue&#60;/a&#62;, not a particular fault of simpleContact.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Please note:&#60;/strong&#62; You should restore the $server variable to &#34;localhost&#34; (or the specific address of your database server) before uploading it to your website.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
