How can i find which script is used on a certain web site? Is there any possibility for finding such a thing?
right-click the site and select view source ... usually a mention of the software being used can be found in the HEAD section, or somewhere above the closing BODY tag. Another way can be to view an image from the site and see if a template name is mentioned in the image URL, if it is you can google for that template name - if you find it, it will say what script it is for.
This is a very good idea. But the html source code does not provide template names. There's no script name in the footer. The script that i'm interested in is the one from this site. Does anyone know the name of this script?
I actually meant the script name may appear in the source code, if not try the image/template thing. The "adding /admin" tip is a good one too
I'm sure i saw this script somewhere, so it's not a custom one. The "/admin" thing does not work I get some sort of error: Warning: Smarty error: unable to read resource: "glowny/404..html" in /usr/home/yez/domains/yez.pl/public_html/engine/classes/Smarty.class.php on line 1088 PHP: Any other sugestions?