Page 1 of 1

Complete stepchart list of best-mix #3

PostPosted: Tue Sep 01, 2009 12:20 pm
by Dark Luke

Re: Complete stepchart list of best-mix #3

PostPosted: Tue Sep 01, 2009 4:05 pm
by Juub005
Thanks dude, the page is really cool :)

Re: Complete stepchart list of best-mix #3

PostPosted: Wed Sep 02, 2009 10:11 pm
by Valex
OH MY GOD IT'S MY FILE

That songlist parser should work perfectly with out files, right?

Re: Complete stepchart list of best-mix #3

PostPosted: Thu Sep 03, 2009 6:46 pm
by Dark Luke
It'll work with any sm files (as long as there's no "&" in the filename, and different songs must have different filenames - i.e. can't have 5 songs whose step file is all named "steps.sm")

And of course your web server needs to have php5 or later.

example folder structure:
Code: Select all
.
..
some pack/
    stepfile1.sm
    stepfile2.sm
    packdownload.zip
another pack/
    songx.sm
    songy.sm
    songz.sm
packbanner.png
index.php
smsend.php
stylesheet.css

(banner image and download zips are optional)

Re: Complete stepchart list of best-mix #3

PostPosted: Thu Sep 03, 2009 9:58 pm
by Valex
Is there any way to preview how the page will look before uploading it to whatever server?

Thanks in advance for this, btw, this looks like it'll be really cool when done correctly

Re: Complete stepchart list of best-mix #3

PostPosted: Fri Sep 04, 2009 4:36 am
by Dark Luke
Well... it runs on a php supported web server, so you'll need to have apache and php5 installed on your machine if you to test thing on your own machine instead of a real web server...