Cool.An interface for adding stations is the next thing on the TODO-list. I'm going away over the weekend but I'll continue on monday.. I just have a few more bugs to work out on the generators first, and clean up the code a little bit, add comments, add some more error-checking and input-checking so people can't do things like '?genre=%22%3B%20DROP%20TABLE%20Stations%3B' which would create the query:
Future ideas:
o make it possible to add urls from web interface and delete
stuff. You need a way to make sure noone abuses this.
SELECT station_id FROM Genres WHERE genre="";DROP TABLE Stations;" GROUP BY station_id;
which will get * from Stations where genre is empty, drop the table Stations and get a SQL error because the command " is unknown :)
Feel free to kill the database while I'm away, I'll recreate it and add input-stripping on monday anyway! *lol*
o tell gxine people about thisI will when I have a beta interface :)
// Wigren
------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php _______________________________________________ Freevo-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-devel
