Use of Php?

Discussion in 'Programming' started by sid.cser, Dec 27, 2010.

  1. #1
    Hi Guys,

    Can we use php to make a web application like gmail.com, yahoomail.com etc.

    and web site like irctc.co.in, or the finacle type websites(which are used in banks)?

    How much secure is PHP in terms of hacking?

    And also suggest me some other appropriate language which is most secure then php in terms of hacking.
     
    sid.cser, Dec 27, 2010 IP
  2. haa

    haa Peon

    Messages:
    33
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Yes you can. There's nothing perfectly secure. It all depends on you.
     
    haa, Dec 27, 2010 IP
  3. Cozmic

    Cozmic Member

    Messages:
    146
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    48
    #3
    Most massive online companies, such as google, use multiple languages for multiple things. While PHP is fine and dandy for outputting data, languages like java, C, and python often run a lot of the heavy-duty back end stuff.
     
    Cozmic, Dec 27, 2010 IP
  4. securesite

    securesite Well-Known Member

    Messages:
    612
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    130
    #4
    PHP can be easily hacked for a admin account. Then using a poison IP and brute force password snifer cracker is easy. SQL injection hack is mostly likey what would happen.


    Easiest website to hack is a .asp.



    Some guy did this site fell on it yesterday sad---- HTML is easy also:

    http://www.hamva.com/ShaRp.html
     
    Last edited: Dec 27, 2010
    securesite, Dec 27, 2010 IP
  5. securesite

    securesite Well-Known Member

    Messages:
    612
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    130
    #5
    I forgot to say most hackers will just link off making their own .html page. If they defaced the whole think on index that would be jail time.
     
    securesite, Dec 27, 2010 IP
  6. domainwink

    domainwink Peon

    Messages:
    40
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    PHP will work on your requirements for as long as the one who will do the project has a solid experience in coding PHP (seriously).

    Using PHP frameworks (like Zend Framework) is a great start because some of the modules to prevent hacking is there (like filters to XSS, Injections, etc). But the coder needs to devote time to learn those.

    Another thing, focus also on the server security like firewalls, etc.
     
    domainwink, Dec 27, 2010 IP
  7. Bohra

    Bohra Prominent Member

    Messages:
    12,573
    Likes Received:
    537
    Best Answers:
    0
    Trophy Points:
    310
    #7
    PHP Script Security depends on how its coded its not that since its php probabilty of getting hacked is same for all scripts
     
    Bohra, Dec 27, 2010 IP
  8. AssistantX

    AssistantX Peon

    Messages:
    173
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Very misleading post with an irresponsible generalization. PHP and ASP (.php and .asp) are scripting languages. While there have been known security vulnerabilities (which have been patched), there is no reason to say that PHP or ASP can be easily hacked. Failures in a program's security model must be separated from the judgment of a language's security. Any login accessible by users/computers can be brute forced. It is the programmer's responsibility to make sure the attack executes as slow as possible with as much complexity as possible. It's the programmer's responsibility to use encryption when needed. SQL injections, once again, are the faults of programmers who do not properly sanitize inputs. If the issues above prove that PHP and ASP are easily hackable, then C/C++ must also be considered easily hackable because programmers don't always carefully delete or validate pointers which can result in buffer overflows.
     
    AssistantX, Dec 28, 2010 IP
  9. alex_funky_dj

    alex_funky_dj Peon

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Simply, any programming language could be hacked !!
    it depends on how professional your code is, and keeping yourself updated to latest security holes & ideas too. a secure web hosting is a must too !!
     
    alex_funky_dj, Dec 28, 2010 IP
  10. animebuzz.tv

    animebuzz.tv Peon

    Messages:
    317
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #10
    yes php can be used but it needs other 3rd party application(like java uploader) to do the uploading especially large files
     
    animebuzz.tv, Dec 28, 2010 IP