Search found 7 matches

by SGMH
Sun Jan 14, 2007 8:53 am
Forum: PHP - Security
Topic: Very Simple .. Please Check This Code
Replies: 7
Views: 1565

Thank You Aloooot I Will Work On Improving It

:)
by SGMH
Sun Jan 14, 2007 12:26 am
Forum: PHP - Security
Topic: Very Simple .. Please Check This Code
Replies: 7
Views: 1565

Everything is working good but being a beginner in php i don't feel safe using Unlink or SQl Delete i tried to read about the methods used to hack php and to learn how to protect my code but i am still a newbie and i know that i may miss major security stuff So I thought you people could help me che...
by SGMH
Sat Jan 13, 2007 11:42 pm
Forum: PHP - Security
Topic: Very Simple .. Please Check This Code
Replies: 7
Views: 1565

Very Simple .. Please Check This Code

This code should take a Post from the user and delete a file after doing some checking the process Post Delete Code By User > Check > Search the DB for the File Name Related To This Delete Code > Check > Delete From The DataBase And Server can you please take a look at it and tell me if there is any...
by SGMH
Sat Nov 04, 2006 10:59 pm
Forum: PHP - Security
Topic: The source of the POST
Replies: 4
Views: 1834

small thing to add, the variables i have is beeing POSTed from a software ( VB6 ) thanks timvw for ur help i will look into sessions, i will look into how to do that while posting from the software what if i have uploading form how can i protect it so people won't be able to design a page that could...
by SGMH
Sat Nov 04, 2006 10:20 pm
Forum: PHP - Security
Topic: The source of the POST
Replies: 4
Views: 1834

sorry about that i was just fixing it but , you were one step ahead :roll:

thanx for ur help
by SGMH
Sat Nov 04, 2006 10:01 pm
Forum: PHP - Security
Topic: The source of the POST
Replies: 4
Views: 1834

feyd | Please use , and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color] it will b...
by SGMH
Sat Nov 04, 2006 9:45 pm
Forum: PHP - Security
Topic: The source of the POST
Replies: 4
Views: 1834

The source of the POST

hii i hope you are having a good day when we have a php code that depends on informations from POST, i know i can always do a check the variables and make sure that they are safe to apply in my sql query, the thing is how can i make sure that this information is from the source that i want not from ...