Search found 483 matches

by Fred
2016-11-06 21:32
Forum: ADDT
Topic: ADDT replacement found
Replies: 5
Views: 14389

Re: ADDT replacement found

Looks interesting. However with no php7 support it is basically the same as what we have with interakt at the moment.
by Fred
2016-09-30 12:15
Forum: ADDT
Topic: ADDT and ColdFusion 2016
Replies: 4
Views: 12236

Re: ADDT and ColdFusion 2016

Is the actual login function still working?
I have stopped using the restrict access behaviour a long time ago. Not because its not working but just the way I managed the security on my pages.
by Fred
2016-09-29 09:57
Forum: General Chit Chat
Topic: Web application developers vs script customisers...
Replies: 5
Views: 23938

Re: Web application developers vs script customisers...

LOL you starting of with "i have a good friends who build..." immediately made me thing that just maybe I can call myself a carpenter/cabinet maker nowadays because I buy flatpack furniture from IKEA and assemble them myself. I don't have a problem with using "things" to make my ...
by Fred
2016-08-10 23:35
Forum: MX Send E-Mail
Topic: Too many error when sending email ?!
Replies: 1
Views: 50826

Re: Too many error when sending email ?!

Hi Waleed, The file you trying to view will generate the error because it extends this script http://www.hannywbarek.com/includes/common/lib/email/Pear/Mail.php So you manually trying to run it the wrong way around. I would suggest to download the latest version of pear mailer and see what happens. ...
by Fred
2016-07-21 09:54
Forum: General Chit Chat
Topic: Web application developers vs script customisers...
Replies: 5
Views: 23938

Re: Web application developers vs script customisers...

Tony, I am sitting with a similar problem. I had automated forum integration into XMS Systems as an option a couple of years ago. Sounds nice but the mission of maintaining the forums was just to much. The problem became so big in the end that I not only disabled that module in XMS Systems but now a...
by Fred
2016-04-09 00:03
Forum: General Chit Chat
Topic: Web application developers vs script customisers...
Replies: 5
Views: 23938

Web application developers vs script customisers...

Looking at old posts I found a post by someone that said they replaced interakt/adobe development tools for a free CMS that is just the best thing... Changing a development framework for a CMS is not quite a replacement. It could easily have been Joomla or Wordpress he could have chosen to be the &q...
by Fred
2016-03-23 13:41
Forum: ADDT
Topic: Multi-field Drop-down and session variables persistence
Replies: 5
Views: 13415

Re: Multi-field Drop-down and session variables persistence

Tony here is my script I am using. What I have is in my e-commerce module the client can either enter their delivery address or select from a list of "collection points"/ In both cases the "same" fields needs to be completed. Selecting the "collection points" is via a d...
by Fred
2016-03-23 11:18
Forum: ADDT
Topic: Multi-field Drop-down and session variables persistence
Replies: 5
Views: 13415

Re: Multi-field Drop-down and session variables persistence

Believe it or not I have never used it. Had to go and look if I have it installed... :P Probably been put of it by the way the dependant dropdown works. (it loads all the possible options of the first dropdown into the script soit becomes extremely slow if you have a long list of option) I use a JSO...
by Fred
2016-03-23 01:08
Forum: ADDT
Topic: Multi-field Drop-down and session variables persistence
Replies: 5
Views: 13415

Re: Multi-field Drop-down and session variables persistence

Tony is that the ADDT version of the Interakt "Dependant Dropdown" server behaviour?
by Fred
2016-03-02 14:11
Forum: ADDT
Topic: UTF-8 DB
Replies: 1
Views: 8827

Re: UTF-8 DB

Goodness me I didn't even see this post.

Obviously you got this sorted.

Here is a trick if your db is not set up properly.
Add this just below your $siteConn line in your connection script

Code: Select all

mysql_set_charset('utf8',$siteConn);