what web application generate this?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
きのこ
Forum Newbie
Posts: 6
Joined: Tue Sep 16, 2003 8:41 pm

what web application generate this?

Post 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??
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

PHP

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

Mac
Nay
Forum Regular
Posts: 951
Joined: Fri Jun 20, 2003 11:03 am
Location: Brisbane, Australia

Post 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
きのこ
Forum Newbie
Posts: 6
Joined: Tue Sep 16, 2003 8:41 pm

Post 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.
きのこ
Forum Newbie
Posts: 6
Joined: Tue Sep 16, 2003 8:41 pm

Post 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
pootergeist
Forum Contributor
Posts: 273
Joined: Thu Feb 27, 2003 7:22 am
Location: UK

Post 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?
きのこ
Forum Newbie
Posts: 6
Joined: Tue Sep 16, 2003 8:41 pm

Post 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
きのこ
Forum Newbie
Posts: 6
Joined: Tue Sep 16, 2003 8:41 pm

Post by きのこ »

bahh!! faking php isn't working.
dont this thing uses a database?
User avatar
Derfel Cadarn
Forum Contributor
Posts: 193
Joined: Thu Jul 17, 2003 12:02 pm
Location: Berlin, Germany

Post 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
Post Reply