Search found 483 matches

by Fred
2017-01-30 14:00
Forum: MX Kommerce
Topic: Cart session duration
Replies: 2
Views: 47898

Re: Cart session duration

You can also try this. Add it to a file that get loaded on every page on your site. Obviously adjust the seconds to suit. // Set max_life if (isset($_SESSION['LAST_ACTIVITY']) && (time() - $_SESSION['LAST_ACTIVITY'] > 1800)) { // last request was more than 30 minutes ago session_unset(); // ...
by Fred
2017-01-30 13:56
Forum: MX Kommerce
Topic: Cart session duration
Replies: 2
Views: 47898

Re: Cart session duration

To be honest I haven' t looked at how long the cart session would last normally. I would assume the "standard" 24 minutes as set by your host. if you have mod_php5.c installed on your server you could try the following in your htaccess file 3600 is the number of seconds, in this case 60 mi...
by Fred
2017-01-10 11:40
Forum: ADDT
Topic: Send Email only if Form Button is clicked?
Replies: 2
Views: 56542

Re: Send Email only if Form Button is clicked?

Do you have a custom trigger firing the email?
it should be " after update" and if {POST.sendmailtickboxvalue == '1'}
by Fred
2016-12-25 11:19
Forum: MX Kollection - General Info
Topic: Making the Interakt products compatible with PHP5.4 or more
Replies: 27
Views: 108715

Re: Making the Interakt products compatible with PHP5.4 or more

I didn't bother to change the title of the files.
This site and all the others on my servers are all powered by Interakt (Not ADDT) and running on php 5.6.28
I don't know what the differences is between the core files of Interakt and ADDT
by Fred
2016-12-25 00:44
Forum: MX Kollection - General Info
Topic: Making the Interakt products compatible with PHP5.4 or more
Replies: 27
Views: 108715

Re: Making the Interakt products compatible with PHP5.4 or more

The interakt updates on the main site already works up to php 5.6.28.
Using mysql2i.function available on phpclasses website you can make it work with mysqli with the problem being php7 issues as far as I can tell.
by Fred
2016-12-17 16:53
Forum: MX User Login
Topic: Dynamic user levels
Replies: 1
Views: 54201

Re: Dynamic user levels

Ian think you have a bit of a mess here. I think your "$restrict->Execute();" should be outside the loop like this //Start Restrict Access To Page $restrict = new tNG_RestrictAccess($conn_ammedia, "../"); //Grand Levels: Level do { $restrict->addLevel("{$row_userlevel['optio...
by Fred
2016-12-07 21:02
Forum: ADDT
Topic: Sanitize a field before submitting a form?
Replies: 3
Views: 12849

Re: Sanitize a field before submitting a form?

TOny look at this http://www.interaktonline.info/article/11-How-do-I-replace-characters-in-a-field-before-updating.html Another way would be to simply grab the $POST variable and change it as required http://www.interaktonline.info/article/14-How-do-I-force-the-New-Line-in-a-text-box-to-retain-the-n...
by Fred
2016-11-26 14:27
Forum: MX Kollection - Pro Edition
Topic: Activation Key Request
Replies: 2
Views: 13967

Re: Activation Key Request

Sent you an email there...
by Fred
2016-11-18 09:39
Forum: ADDT
Topic: Send Email
Replies: 2
Views: 11238

Re: Send Email

Good question.
Never tried to specifically add a "Reply To" address.

What have you tried so far?