Welcome to the iTechForums.
If this is your first visit, be sure to check out the
FAQ by clicking the link above.
You may have to
register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
To register now click here.
|
Latest Threads
Advertisements
Forum Statistics
Threads:
Posts: 3
Members:
Number of Users Online:
Welcome to our newest member, |
|
 |

05-16-2008, 06:34 AM
|
|
Junior Member
|
|
Join Date: May 2008
Posts: 1
|
|
Any way to reveal PHP codes?
Was just wondering, is there any way to reveal PHP codes online?
Eg, view the PHP codes for a password input form?
or is there any way to hack a PHP form based password?
Thanks
|

05-16-2008, 10:45 AM
|
|
Junior Member
|
|
Join Date: May 2008
Posts: 13
|
|
What "100% Pinay" wrote is only true for regular HTML codes because HTML is processed on the client side. However, in your case, PHP codes are parsed by the server. By the time, the users actually see the pages, all the PHP codes have already been parsed and so the viewers wouldn't be able to view the PHP codes that produce the HTML codes.
While I have never actually hacked anything, but based upon what I had read before, to hack a form based password (not just forms generated by php), one would need to intercept the page transmission from the client to the server. If this transmission were encrypted (meaning that there is SSL involved), the string would be encrypted and one would need to decrypt the transmission string in order to make sense of the data. And of course, one can also hack into your database server to see your actual data in your database. If you store the password in plain text, they would be able to see the passwords. That's why it is important to encrypt your passwords in the database.
|

05-16-2008, 01:45 PM
|
|
Junior Member
|
|
Join Date: May 2008
Posts: 5
|
|
basically, you can view the codes to a certain web site, but not their security such as passwords
if you want the codes, right click the page then "view page source"
|
 |
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
All times are GMT. The time now is 07:59 AM.