Search found 1408 matches

by tsw
Sat Jan 23, 2010 12:36 pm
Forum: Modules/Add-Ons
Topic: GoogleMaps - Insert a marker and the Theme of the page is ignored
Replies: 3
Views: 1625

Re: GoogleMaps - Insert a marker and the Theme of the page is ignored

on some hosts it seems that getimagesize does not allow absolute urls. To change the module to use relative url modify file action.default.php and add the red are (line numbers 174 - 176)     168         // Add the correct icon     169         $config = $gCms->GetConfig();     170         $markerdir...
by tsw
Tue Aug 19, 2008 8:14 am
Forum: General Discussion
Topic: admin folder's name in robots.txt
Replies: 11
Views: 4366

Re: admin folder's name in robots.txt

- Some of your users have a weak password, so could be very easy to login and make some defacement or others bad things on CMS site. Should we start enforcing proper passwords? minumum of N characters containing numbers and special characters? Anyway the best technique IMHO is hiding real admin dir...
by tsw
Wed Jan 02, 2008 5:08 pm
Forum: General Discussion
Topic: cmsmadesimple.org hacked?
Replies: 17
Views: 7941

Re: cmsmadesimple.org hacked?

there probably wont be 1.2.3. new tinymce module has already been released and is downloadable from the forge, in a moment it will also be available in modulemanager.
by tsw
Wed Jan 02, 2008 3:28 pm
Forum: General Discussion
Topic: cmsmadesimple.org hacked?
Replies: 17
Views: 7941

Re: cmsmadesimple.org hacked?

sql injection isnt restricted to that module alone.

hotfix

http://cmsmadesimple.org/pastebin/1440

or uninstall and remove tiny untill new version is released
by tsw
Wed Jan 02, 2008 3:27 pm
Forum: General Discussion
Topic: FYI - Found possible new CMSMS Vulnerability
Replies: 11
Views: 12668

Re: FYI - Found possible new CMSMS Vulnerability

wendor supplied hotfix available now


http://cmsmadesimple.org/pastebin/1440


or uninstall tinymce and remove its files
by tsw
Wed Jan 02, 2008 2:40 pm
Forum: General Discussion
Topic: cmsmadesimple.org hacked?
Replies: 17
Views: 7941

Re: cmsmadesimple.org hacked?

yup, there is a vulnerability in tinymce module. if you want to protect your sites for now uninstall and remove tinymce module.

new version will be released asap!
by tsw
Wed Jan 02, 2008 3:27 am
Forum: General Discussion
Topic: htaccess for session.save_path
Replies: 2
Views: 1917

Re: htaccess for session.save_path

some hosters disable .htaccess files for customers (yes its stupid).

and check the server logs
by tsw
Wed Jan 02, 2008 3:26 am
Forum: [locked] Installation, Setup and Upgrade
Topic: Upgrade from to 1.2 Help
Replies: 5
Views: 2328

Re: Upgrade from to 1.2 Help

reupload (especially the install folder) and run yoursite.tld/install/upgrade.php.

and you cannot dump db from version 1.2 and put it into 1.2.2. always do backup/restore (dump/load) on the same cmsms version.
by tsw
Mon Dec 31, 2007 3:06 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: Could not connect to the database
Replies: 10
Views: 3381

Re: Could not connect to the database

This forum is getting way too much posts about howto create and connect to database.. for all those users: use the forum search: http://dev.mysql.com/doc/refman/5.0/en/creating-database.html if that doesn't google is your friend: http://www.justfuckinggoogleit.com/search.pl?query=setting+up+a+mysql+...
by tsw
Mon Dec 31, 2007 2:50 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: Admin panel has no css
Replies: 20
Views: 7689

Re: Admin panel has no css

Some people have had bad experience with lousy ftp clients. I don't really use ftp myself (its a bit insecure). if you have a ssh connection to the server you can do the installation on the server just: cd modules wget http://dev.cmsmadesimple.org/....whateverpackage_you_want.tgz tar -zxvf thepackag...
by tsw
Mon Dec 31, 2007 1:27 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: Admin panel has no css
Replies: 20
Views: 7689

Re: Admin panel has no css

yup, sounds like the file is missing or broken (reupload might help) or if the file is missing from the module package poke the author.

if you begin to see some strange problems you might want to raise the memory limit to 32mb (especially if you have lots of modules installed)
by tsw
Mon Dec 31, 2007 1:23 pm
Forum: CMSMS Core
Topic: How to change default page url? [SOLVED]
Replies: 6
Views: 2789

Re: How to change default page url?

set some other page as the default page (the default page will always get the root_url as its link)

or use "link" content type for the page.

or check through the svn commits, I think it was changed somewhere around 1.1.1 ;)
by tsw
Mon Dec 31, 2007 1:20 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: Anyone know what this means....? [Solved]
Replies: 2
Views: 1396

Re: Anyone know what this means....?

it means that the php user doesn't have sufficient rights to tmp/templates_c

say

chmod 777 tmp
chmod 777 tmp/templates_c

(just an example, you should tighten the security to a level that still works, maybe 755 or on some installations even 600)

Go to advanced search