Search found 27 matches

by harteg
Tue Nov 06, 2012 11:31 am
Forum: General Discussions & Announcements
Topic: New owner of CMSimple
Replies: 13
Views: 22597

New owner of CMSimple

All royalties, intellectual rights and domain names for CMSimple has been taken over by Gert Ebersbach. Gert intends to keep the CMS alive with the same spirit as the system was developed by me. The purchaser is obligated to keep the current source code and documentation available at cmsimple.org fo...
by harteg
Fri Mar 30, 2012 1:48 pm
Forum: General Discussions & Announcements
Topic: New release: CMSimple 3.4
Replies: 4
Views: 6133

Re: New release: CMSimple 3.4

There was a problem with CMSimple scripting in the new release - cms.php and login.php have just been updated with a fix.
by harteg
Thu Mar 22, 2012 10:11 pm
Forum: General Discussions & Announcements
Topic: New release: CMSimple 3.4
Replies: 4
Views: 6133

New release: CMSimple 3.4

- Deprecated function eregi replaced with preg_match
- XSS fix (prinlink and htmlspecialchars/UTF-7)
- XSRF protection (set 'xsrf_protection' to 'true')

Available at http://www.cmsimple.org/?Downloads
by harteg
Thu Mar 22, 2012 3:01 pm
Forum: General Discussions & Announcements
Topic: Archived CMSimple Support Forum running again
Replies: 1
Views: 3160

Archived CMSimple Support Forum running again

http://www.cmsimple.dk/forum/ is back.

I couldn't repair the php_sessions table or get hold of my ISP to fix it, so I have simply removed some SQL-calls to it in the phpBB-files.
by harteg
Thu Jan 22, 2009 8:30 pm
Forum: General
Topic: Problem uploading file
Replies: 1
Views: 1769

Re: Problem uploading file

Check that the download folder is writable (chmod 777)
by harteg
Thu Jan 22, 2009 8:27 pm
Forum: General
Topic: Language redirect
Replies: 5
Views: 3294

Re: Language redirect

To be placed in top of template:

Code: Select all

$uc = substr(@$_SERVER['HTTP_ACCEPT_LANGUAGE'], 0, 2);
if($uc==""||$uc=="dk")$uc="da";
if($uc=='da'&&$sl!='da'){header("Location: http://www.domain.dk/da/");exit;}
if($uc=='de'&&$sl!='de'){header("Location: http://www.domain.dk/de/");exit;}
by harteg
Fri Nov 28, 2008 12:39 pm
Forum: General
Topic: Show version-number
Replies: 3
Views: 2678

Re: Show version-number

Try look for this meta tag in HTML-source:

<meta name="generator" content="CMSimple 3.0 - www.cmsimple.dk">
by harteg
Fri Nov 28, 2008 12:32 pm
Forum: Bugs
Topic: Function onload in cms.php
Replies: 1
Views: 4001

Re: Function onload in cms.php

Thx for your suggestion - I'll consider this.
by harteg
Fri Nov 28, 2008 12:26 pm
Forum: Bugs
Topic: Conflicting Users and permissions with file uploads
Replies: 15
Views: 19799

Re: Conflicting Users and permissions with file uploads

I do not believe it is a bug in CMSimple, but it is a misconfiguration of the server.

I have never installed CMSimple on a webhotel, where it was a problem.

I could add this feature, but then the question is, what excactly the file should be chmod'ed to, also that will depend on the server setup.