Replies
Welcome, guest
Join CrazyEngineers to reply, ask questions, and participate in conversations.
CrazyEngineers powered by Jatra Community Platform
-
@thebigk • Jan 25, 2012
You might check the source code of any site to get an idea. -
@vinci-e4PtMU • Jan 25, 2012
well this way cant determine if the technology is other than javascript,CSS and HTML .In case of some other technology like asp.net ,php,cms,jsp etc ,source page never show the source code used for developing the site .And the source code we can see with ctrl+u button gives us glance of html view of the page .so pretty harder for determine the exact technology used. -
@sahithi-oJZaYj • Jan 25, 2012
Yeah as Bigk said, looking into the source code is the main option. And some sites helps you to know by looking into their URLS; some sites extends with .html, .jsp, .php,.asp so on. -
@vinci-e4PtMU • Jan 25, 2012
i agree with you but still several sites developed in java doesnt show extension as .jspSadaYeah as Bigk said, looking into the source code is the main option. And some sites helps you to know by looking into their URLS; some sites extends with .html, .jsp, .php,.asp so on.
sites built in .net can hide .aspx from web config file and made it to .html but see the technology is still hidden from us .sites built in cms seldom shows .php
that makes it difficult to determine the technology used -
@sahithi-oJZaYj • Jan 25, 2012
See, if the developer doesn't want you to know, there's no way you can know. If the developer don't care about it, he would have leave you the extensions.
Most of the sites uses HTML and now JS,CSS too. And through googling I got to know this -
If you add this text ?=PHPE9568F34-D428-11d2-A769-00AA001ACF42 at the end of the root URL, if you can see the PHP image means, its confirmed that that sites uses PHP.
And if you add this text ?=PHPE9568F35-D428-11d2-A769-00AA001ACF4 at the end of the root URL, if you can see the Zend engine logo, its confirmed that that sites uses may be PHP5 or so.
However again the developer can hide these too. As I told you it's all about the care that has taken by the developer.
Finding the language of a site is not an easy job actually.
-
@vinci-e4PtMU • Jan 25, 2012
thats what i need to discover as nothing is impossible if developers can hide the language ,i am trying to unveil the hidden truth