December 12, 200817 yr Hi, i am creating a website site for my local users. and i want to make a playlist that automatically updats when i paste and file into root folder. i am creating the site in HTML. Someone help me. Waiting for your reply..Thnx
December 12, 200817 yr playlist? Do you mean a directory listing? [hide=Drops]Dragon Axe x11Berserker Ring x9Warrior Ring x8SeercullDragon MedDragon Boots x4 - all less then 30 kcGodsword Shard (bandos)Granite Maul x 3Solo only - doesn't include barrows[/hide][hide=Stats][/hide]
December 12, 200817 yr Author if u explore My Computer. you see a tree menu on The Left Pane. and if u create ane folder it automatically update the tree menu. i want to show that type of menu on the webpage. when i copy any song in the folder linked to the menu it automatically updates the menu or u can say playlist.
December 12, 200817 yr if u explore My Computer. you see a tree menu on The Left Pane. and if u create ane folder it automatically update the tree menu. i want to show that type of menu on the webpage. when i copy any song in the folder linked to the menu it automatically updates the menu or u can say playlist. So like apaches default directory menu?
December 12, 200817 yr i have not seen apache menu If i take this right you are just trying to list the items in a directory on the server? You are not trying to play play the song directly from the media player?
December 12, 200817 yr Either have the directory linked (without any index page in the directory) or your going to have to use a dynamic language like asp or php. [hide=Drops]Dragon Axe x11Berserker Ring x9Warrior Ring x8SeercullDragon MedDragon Boots x4 - all less then 30 kcGodsword Shard (bandos)Granite Maul x 3Solo only - doesn't include barrows[/hide][hide=Stats][/hide]
December 12, 200817 yr Either have the directory linked (without any index page in the directory) or your going to have to use a dynamic language like asp or php. Exactly. I am jsut confused on what he wants though.
December 12, 200817 yr Author i think no one understanding what i want to say. Simply i want to show my folder contents on my html webpage with out editing the webpage. Got IT>>>>>>>>>>>>>>>>>>>>>> :wall:
December 12, 200817 yr i think no one understanding what i want to say. Simply i want to show my folder contents on my html webpage with out editing the webpage. Got IT>>>>>>>>>>>>>>>>>>>>>> :wall: There you go you finally said it. Yes i see what your saying. Do you have a server setup?
December 12, 200817 yr Author See this image.......if i creat any folder in the drive it shows automatically on the left pane. i want to show this on my webpage. ok now???????????? :(
December 12, 200817 yr YOU NEED A SERVER SETUP TO SHOW THAT! How to you expect to show the directory dynamically without a server side language. Personally i would run apache then install php with that is a very common setup. Better yet you can sue like WAMP which will install all of the services for you.
December 12, 200817 yr Author There you go you finally said it. Yes i see what your saying. Do you have a server setup? Yes i have a server. Windows 2003 server+ISA 2006 beta Insatalled and DNS Configured.and i m usind it for my Local Area Network.
December 12, 200817 yr So i take you just want to run like ASP the windows default server side language which i don't know and NEVER want to learn a microsoft language. Doesn't that have a default directory listing?
December 12, 200817 yr Author So i take you just want to run like ASP the windows default server side language which i don't know and NEVER want to learn a microsoft language. Doesn't that have a default directory listing? Thnx
December 12, 200817 yr Author i have seen a media player created localy by speedex.(A local cable net provider) in that media player they have the link of the folders on there server. when we click on the folder it shows the playlist at the right side of the media player.
December 12, 200817 yr You are completely confusing, i am not understanding, or you can't make your mind up. You stated you wanted something that listed the contents of a directory above now you sound like you want a shoutcast.
December 12, 200817 yr I'm guessing your after a directory listing and when you click the item it plays the video/music, correct? If not think about what you want and carefully explain it. [hide=Drops]Dragon Axe x11Berserker Ring x9Warrior Ring x8SeercullDragon MedDragon Boots x4 - all less then 30 kcGodsword Shard (bandos)Granite Maul x 3Solo only - doesn't include barrows[/hide][hide=Stats][/hide]
December 13, 200817 yr http://www.orb.com Stupid children don't make sense. Whoops, just rembered. Orb is fail, use: www.vibestreamer.com
December 13, 200817 yr so basically every time you copy a file into a directory it automatically updates the bar on the left (part of your html page)? if i have understood correctly all you would need is a php or maybe javascript function that dynamically creates the bar on the left when the page loads. to update the bar you would just refresh the page.
December 13, 200817 yr so basically every time you copy a file into a directory it automatically updates the bar on the left (part of your html page)? if i have understood correctly all you would need is a php or maybe javascript function that dynamically creates the bar on the left when the page loads. to update the bar you would just refresh the page. JS wouldn't do that. AJAX could but not JS as JS is all client side not server.
December 13, 200817 yr No, use PHP to update it every time it loads the page. No sense pulling the server if nobody's visiting. A voluntary refresh isn't too hard.
Create an account or sign in to comment