Security question

This is a discussion on "Security question" within the PHP Forum section. This forum, and the thread "Security question are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > PHP Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Aug 26th, 2006, 11:12
masonbarge's Avatar
Highly Reputable Member
Join Date: Jan 2006
Location: Atlanta GA
Posts: 631
Thanks: 0
Thanked 0 Times in 0 Posts
Security question

I have a php/mysql CMS I made myself. I don't expect anyone to do my work for me, but I would appreciate just a word about security, just so I don't overlook something.

I have forms to edit and delete newspaper-type articles. There are ten columns in this table. I have a page that automatically lists all articles existing in the table. Each article automatically generates a link to the "edit article" page using $_GET method.

This is my current security: 1) The directory is password protected. 2) I have a blank index.php file. 3) The db connection file is outside the root directory.

To edit something, all I have to do is click a bookmark, click a link, and enter a password. The form is automatically filled with the article's content, one text input box per column, so I can just edit and submit. Is there security I can implement in addition to what I have?

Do I need to change it to $_POST? You need to enter the password to enter a $_GET string, so I figure if someone gets the password it would be as easy to hack a POST system as a GET system. (I do have a blank index.php file in the directory.)

TYIA
Reply With Quote

Reply

Tags
security, question

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
email security question... MikeTheVike Web Page Design 3 May 6th, 2008 20:16
user login security question tnikolov Starting Out 5 May 7th, 2007 17:46
Security Question Accurax PHP Forum 4 Mar 23rd, 2007 05:20
Security Ryan Fait PHP Forum 5 Nov 28th, 2006 12:22


All times are GMT. The time now is 05:57.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43