Search found 59 matches
- Thu Jul 19, 2007 3:41 am
- Forum: Developers Discussion
- Topic: Adding a simple page to admin
- Replies: 1
- Views: 1538
Adding a simple page to admin
I need to integrate a media player into CMSMS, I've looked at some of the modules available for this and they're really more complicated than what I'm looking for. Essentially I need to add 1 new page in the admin section. I don't want to create a new module for that because...really that's pretty u...
- Sat Jul 14, 2007 5:25 am
- Forum: The Lounge
- Topic: css tutorial on auto resizing page
- Replies: 10
- Views: 7996
- Fri Jun 22, 2007 9:10 pm
- Forum: The Lounge
- Topic: recomended ruby on rails book
- Replies: 3
- Views: 3849
Re: recomended ruby on rails book
Hi, Does anyone have a recomendation for a ruby on rails book. I got one from the library, beginning ruby on rails. Any of the Oreily books I found to be fairly decent on the subject. They have many levels and some specifically for rails and some specifically for ruby. I'd say if you were going to...
- Tue Jun 19, 2007 10:09 pm
- Forum: General Discussion
- Topic: WYMeditor: web-based XHTML editor
- Replies: 25
- Views: 14774
Re: WYMeditor: web-based XHTML editor
just my opinion but I think its still too new to compete with FCKEditor. FCK has a number of really nice/convenient features, in particular the image support and file browsing that will have to be at least matched if not beaten before being replaced in any application that I develope or have develo...
- Mon Jun 18, 2007 5:24 pm
- Forum: General Discussion
- Topic: Permissions issues
- Replies: 4
- Views: 2466
Re: Permissions issues
you can view the folders with your ftp client. Do you have the permissions set on your uploads/ and tmp/cache/ directory to 777?
The modules you are working with may require some permissions to be set in there too. You should check those as well.
-Kayin
The modules you are working with may require some permissions to be set in there too. You should check those as well.
-Kayin
- Sun Jun 17, 2007 2:37 am
- Forum: General Discussion
- Topic: Permissions issues
- Replies: 4
- Views: 2466
Re: Permissions issues
yea, does sound like server permissions issues. Do you have a shell or ftp to the server?
-K
-K
- Sat Jun 16, 2007 4:20 pm
- Forum: General Discussion
- Topic: Fighting Spam Mail
- Replies: 4
- Views: 2646
Re: Fighting Spam Mail
if you have the gd library for PHP I would suggest just making an image directly in PHP and just not making it clickable. It's actually not as hard as everyone thinks. I'm not sure why everyone's so afraid of using the gd library. http://us2.php.net/image <?php //Create the image... $img = imagecrea...
- Sat Jun 16, 2007 4:05 pm
- Forum: General Discussion
- Topic: Replace Custom Web Site With Cmsmadesimple?
- Replies: 6
- Views: 2975
Re: Replace Custom Web Site With Cmsmadesimple?
Well, CMSMS has one major advantage and feature in comparison to all other CMSes, its simple. Xoops, Joomla, Mambo, and to a lesser extent Drupal.. are all fairly complicated in their installation and in their usage. The tradeoff with their complexity is they support nearly anything you want to do....
- Fri Jun 08, 2007 5:55 pm
- Forum: General Discussion
- Topic: My CMSMS was hacked yesterday :(
- Replies: 16
- Views: 8436
Re: My CMSMS was hacked yesterday :(
ah, sorry bout that. I don't try to guess gender by username anymore, though yours is kinda obvious. I have been fooled before. so far I've gone through.. includes.php class.user.inc class.events.inc login.php There isn't a grace login system which isn't that bad of an idea (imo). I can write a very...
- Fri Jun 08, 2007 5:30 pm
- Forum: General Discussion
- Topic: My CMSMS was hacked yesterday :(
- Replies: 16
- Views: 8436
Re: My CMSMS was hacked yesterday :(
I hate to be a bastard but I'm kinda concerned about the point of entry. All you know is that someone logged in as admin and then uploaded a file browsing script. This means the person didn't have or need access to the web server via any other method. It also suggests that the attack was a remote at...
- Fri Jun 01, 2007 1:04 am
- Forum: General Discussion
- Topic: How to protect CMS Made Simple installation against hackers?
- Replies: 6
- Views: 3584
Re: How to protect CMS Made Simple installation against hackers?
As far as I can tell, it doesn't prevent PHP from operating in that directory but does prevent PHP from being executed in that diectory. Meaning if I place this directive in /uploads/ and have a php script in /bin/ that wrote a log file in /uploads/ it would still write. But if the script was in /up...
- Wed May 30, 2007 5:44 pm
- Forum: General Discussion
- Topic: How to protect CMS Made Simple installation against hackers?
- Replies: 6
- Views: 3584
Re: How to protect CMS Made Simple installation against hackers?
.htaccess files allow people to put in apache directives for specific directories. One such apache directive allows you to disable php altogether in that directory. Think that would hurt putting that in the uploads/ and the tmp/ directories just as added precaution? I don't have the exact directive ...
- Wed May 30, 2007 5:41 pm
- Forum: The Lounge
- Topic: The mean of MOTHER
- Replies: 4
- Views: 5044
Re: The mean of MOTHER
I read that and then I look down and see
"life is unfair"
lol that was funny.
-K
"life is unfair"
lol that was funny.
-K
- Wed May 30, 2007 5:41 pm
- Forum: The Lounge
- Topic: Get/POst method to grab info
- Replies: 8
- Views: 7444
Re: Get/POst method to grab info
I'm fairly sure we've answered this before.
-K
Code: Select all
<?php echo $_REQUEST['submission_id']; import_request_variables('p', 'p_');
echo $p_submission_id;?>
- Wed May 30, 2007 5:37 pm
- Forum: CMS Show Off
- Topic: CMSMS 0.13 site I never showed off
- Replies: 1
- Views: 1652
CMSMS 0.13 site I never showed off
I almost forgot that I used CMSMS at work for simpler business sites. http://www.actiswealth.com I went through hell with this site for 2 reasons. 1. I was introduced to the .png problem with IE 6 (evil) 2. GoDaddy's MySQL database is unbearably slow. I'm 100% positive it was the database because I ...