Search found 4 matches
- Sun Jul 16, 2006 5:57 am
- Forum: PHP - Security
- Topic: Security in shared web servers! be careful: everybody hack
- Replies: 15
- Views: 6248
Security in shared web servers! be careful: everybody hack
Hi If your php portal install in a shared server you must be careful. Other user that resident in your server (he has a hosting account on your server)can hack your portal! How he can hack your portal? By this script(script 1): <?php if (isset($a) ) { echo implode("", file("$a"))...
- Tue Apr 25, 2006 10:14 am
- Forum: PHP - Security
- Topic: Security problem with php implode syntax in shared hosting.
- Replies: 3
- Views: 1971
Security problem with php implode syntax in shared hosting.
Hi I am a webmaster. I support some websites. I find a problem in some hosting services. In these hosting a user that use implode syntax in a php script can access to other account's file. So he/she can implode configuration portal files from other account and find database's name,username&passw...
- Wed Jun 08, 2005 3:03 am
- Forum: PHP - Code
- Topic: array can not sort!
- Replies: 4
- Views: 435
I test many format for above script. but can not solve problem. please help me. if we want capture data from database we must use array and array in above script model can not sort. please help me how i can sort captured data? for help me; can you write any script for sort above data? or can you deb...
- Tue Jun 07, 2005 2:21 am
- Forum: PHP - Code
- Topic: array can not sort!
- Replies: 4
- Views: 435
array can not sort!
Hello I use php4.3.2 I wrote this script but array can not sort! Why?! please help me. ******************************* <html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> </head> <body> <? $host = "localhost"...