kooshin
12-30-2004, 01:26 PM
Hello guys . Am thinking of making lyrics site like http://lyricmall.com or http://www.metrolyrics.com/ . So I was wondering if anyone is willing to help out. Also those two sites are they using a ready made scripts or what? I really apprieciate if anyone is willing to help out :) and if they are using scripts where I can get that script.
thank you all.
azizny
12-30-2004, 01:41 PM
Search this forum for "lyrics"
I have seen same post before (but dont know where)..
Peace,
pS. I would recommend that you search hotscripts.com or php.resourceindex.com
kooshin
12-31-2004, 09:58 AM
that is great. Even though I have a hosting package which I ran some of my customers but still wasn't willing to that some space and bandwidth from it so as long as you are willing to help me with bandwidth and server space then my MSN email is support[at]kooshin.com so add me to the list and then we will chat .
thank you
kooshin
12-31-2004, 10:00 AM
I searched hot scripts and found one which costs $40.00 but what am looking for is something free lol
Burhan
12-31-2004, 10:32 AM
Originally posted by kooshin
I searched hot scripts and found one which costs $40.00 but what am looking for is something free lol
Write one yourself, its just a database browsing application.
kooshin
12-31-2004, 10:39 AM
Here comes the main problem . Am not good at this all. Maybe you can show me how to do a simple then will do the rest :) or if there is a tutorial . I really appreciate your help .
kooshin
01-22-2005, 10:36 AM
Well I can create something that will browse the lyrics with ids like sitename.com/songs.php?id=12 something like that but what I want to know is how http://www.lyricmall.com did it as they have a very search engine friendly urls such at http://www.lyricmall.com/artist/a . Do I have do create such urls manually ? You know it would be a pain in the *** .Anywasy, I would really appreciate if you guys help me out more :) Thanks ,
Xenatino
01-22-2005, 05:05 PM
Do a search either on here or Google for mod_rewrite
That is how the majority of SE friendly URLs are created
kooshin
01-23-2005, 09:30 AM
Well I contacted one of those sites and they told me they use a data base and the data base creates such urls or html pages . They said it will be a pain because you have to add every new url to the .htaccess file of the mod_rewrite thing.
kooshin
01-23-2005, 09:58 AM
Hey guys I can have one table right for storing everything which will have the following fields, called lyrics
Artist_Category e.g A
Artist_Name e.g MC
Album_Name e.g Love Songs
Song_Title e.g One Sweet Day
Song_lyrics e.g Sorry blah blah
That table will contain all the song lyrics and information from all the different artists. So is it O.K or is there a better way to do it?