By phersotty on
Check out http://www.yo-yoma.com/ Does anybody know how to search for sites created with Drupal? I found this one by searching for the phrase "Enter the password that accompanies your username."
Check out http://www.yo-yoma.com/ Does anybody know how to search for sites created with Drupal? I found this one by searching for the phrase "Enter the password that accompanies your username."
Comments
=-=
yes, it uses drupal. Many sony artists sites are built with drupal.
view the source code search drupal.js
Thanks for the tips! You
Thanks for the tips! You might have already known, but I just figured out that you can search for drupal.js at google.com/codesearch/ and discover other sites that are powered by drupal.
http://www.google.com/codesearch?hl=en&start=10&sa=N&q=drupal.js
Well subtle hints give this
Well subtle hints give this site away...like the fact that in the source you see it's loading drupal js and module css files like say: /misc/drupal.js, /sites/all/modules/contrib/panels/js/panels.js. This and not so obvious stuff like the user/password, user/login, user/register (and corresponding code that's consistent with drupal forms) help also.
yes. yo-yoma.com is a Drupal
yes. yo-yoma.com is a Drupal site.
I have a small tool that can check if a site is a Drupal site. I will put it on my site as an open service if you guys are interested.
Or
Or http://isthissitebuiltwithdrupal.com/
noussh... cool site! i put
noussh... cool site! i put yo-yoma.com in there and came back yes!
how fast does the verdict
how fast does the verdict arrive? :)
Or
I use the Firefox addon 'Backend Software Information' -- https://addons.mozilla.org/en-US/firefox/addon/10493 to check what backend the website are running. For a list of what backends the latest release are able to detect see http://www.backendinfo.com/backends-new/
yeah..this add on is good info.
thanks for sharing this add-on.
---
anohter humble way to tell
anohter humble way to tell it:
check /user and /login pages :)
=-=
the above only works if those paths aren't aliased
More methods to identify Drupal sites
I use a combination of these methods, none are infallible:
1) examine Page source with browser and look for Drupal paths or files: e.g. /sites/all/modules, drupal.js, etc.
2) Wappalyzer with FireFox3 - https://addons.mozilla.org/en-US/firefox/addon/10229
-- (detects these apps http://www.wappalyzer.com/apps/ )
3) execute local shell script:
Postscript: theonion.com was a false negative with the above 3 methods but was a positive with http://isthissitebuiltwithdrupal.com/ I will add it to my tool kit.