Does anyone know the script/theme this site is using?

Arontus

Regular Member
Joined
Mar 1, 2012
Messages
218
Reaction score
66
Hello guys,

I found a website which has a really awesome layout and i need such script/theme or anything similar to that.
http://www.what-song.com/

That is the website above.
Also, maybe someone has an idea where i could find something like that? The most important thing is that people could Browse by letters and that the theme would have a similar layout and would nearly be as simple as the example above.

Cheers guys!
 
The source code can tell you a bunch.

<!-- TradeDoubler site verification 2348215 -->
<!-- Le styles -->
<!-- <link href="/css/bootstrap.css" rel="stylesheet"> -->
 
The site
Code:
http://www.what-song.com
does not seem to be using WordPress.
 
It's using a custom script / some framework / request router. Also, is that your site OP? If it's your site, then you might want to chmod your htaccess file properly, because it is world accessible ;)


Edit: It's using Zend Framework.. confirmed.
 
Last edited:
It's using a custom script / some framework / request router. Also, is that your site OP? If it's your site, then you might want to chmod your htaccess file properly, because it is world accessible ;)


Edit: It's using Zend Framework.. confirmed.
Hey, i wish it would be my site, because that layout is AWESMOE!
Oh allright guys, thank you for your time replying to my thread, also big thanks for the answers!
 
It's based off Twitter Bootstrap - which is free and open source so it would be pretty simple for you to create a website that looks almost identical.
 
That site is sick!! Talk about a great way to earn some extra revenue!!!

Any way to clone it?
 
Simply use builtwith and wp theme detector ( for wp based sites).
 
In case anyone is still wondering if this site is built with Zend Framework, there u go:

wflVDcc
 
Edit: It's using Zend Framework.. confirmed.

Was gonna say this myself.

It's obviously someone who knows their way around .php - all those other bits like the nice jquery effects are stuff you can get from GitHub?....

Nice custom page though, someone really ought to tell him about his .htaccess though! I thought half the advantage of building your own custom stuff was no one knew where your admin pages were kept lmao!
 
Back
Top