Page 1 of 1

what web application generate this?

Posted: Tue Sep 16, 2003 8:41 pm
by きのこ
http://www.hoanghon.net/lyrics/

this is the second site i saw that have this similiar page and design containing only lyric in it. too bad the copyright was remove so i could not get a copy for myself. ..or there isn't one in the first place.
please tell me what generate this page??

Posted: Wed Sep 17, 2003 5:09 am
by twigletmac
PHP

Other than that you're best off asking the site's webmaster.

Mac

Posted: Wed Sep 17, 2003 5:13 am
by Nay
I see:

<form name="form1" method="post" action="/lyrics/index.php">

in the page. It's from the search box, so most probably the site uses PHP. I doubt anybody uses two or three languages on the same site for a back end.

Hope that helps,

-Nay

Posted: Wed Sep 17, 2003 5:45 pm
by きのこ
hahahahahh
first off, i hate to ask them. because i may not get a respond.
second i like to host on for my stuff. i am not competit against anyone.

ok i am going to ask... it seems like a good web software to host lyrics thouhg.

Posted: Sun Sep 28, 2003 1:51 pm
by きのこ
...the copyrights were definitely removed. anyway - even now i still ddidnt had my answer. i have ask at defferent place as well. damn them

Posted: Sun Sep 28, 2003 3:21 pm
by pootergeist
kinoko, I would guess that that site uses a template class backend and just ports various scripts into it in an adhoc manner. The lyrics part really shouldn't be too difficult to program yourself - is just a searchable database containing the artists, titles and lyrics with (I imagine) an admin interface for adding new lyrics.
Do you have much php experience yet?

Posted: Tue Sep 30, 2003 10:52 pm
by きのこ
no, afraid not, i can only follow the instruction from manual.
i can only modify with my basic php/htm level. thus i can mess around with TPL file type, not .php type
i am not able to program anything.

i have a pretty good idea bout what you guys are saying.
although, i dont know how to start making it. especially the code for a search engine.
except maybe i can try to steal their source. i am gonna try, watch my progress
http://netslum.mine.nu/lyrics/

i remember doing this once, until i realize it was a forum portal. that i could edit the TPL file instead of stealing people source and make into my portal.php. it end up not working anyway.

OK!!!!!!!!!!!!!!!
after collecting source code;

dir/lyrics/
style.css
index.php
/webimages/
/webimages/1pixbg.gif
.........................................................................;
it looks like i there is nothing else to grab but only the index page.
i don't know how to work this. garrh

Posted: Wed Oct 01, 2003 12:47 pm
by きのこ
bahh!! faking php isn't working.
dont this thing uses a database?

Posted: Wed Oct 01, 2003 12:52 pm
by Derfel Cadarn
yes, probably it does. And copying the index.php from your browser won't help you: that will only give the output of the php-script. There is no way to get your hands on the original PHP-code! Unless you ask the writer, that is...
lol