Feather N Wax Posted May 1, 2009 Posted May 1, 2009 Hey, Just looking around to see if anyone has a project they want some help with or a project you might want to start up? I'm pretty much down for helping in whatever language you would prefer but I've got a background in C languages, PHP, Java. Post it here or message me if you've got any ideas? Thanks in advance for helping me alleviate this boredom. Quote
Deveant Posted May 2, 2009 Posted May 2, 2009 You could have a try at the Hak5 challenge? http://www.hak5.org/backstage/code-challenge Quote
Deathdefyer2002 Posted May 3, 2009 Posted May 3, 2009 Hey, If you are comfortable with PHP and AJAX, Something I thought would be pretty cool would be to add ZIP file functionality to http://ecosmear.com/relay/. Relay is a Web based File sharing site. Whats nice about it is that it looks Very WEB 2.0 Ish. Actually a very cool project. They have a live demo online. The one thing that would be nice would be a way to zip a folder before downloading it. Think your up for the challenge? I know this can be done with Jinzora when downloading a full album so its def. possible. Quote
Feather N Wax Posted May 4, 2009 Author Posted May 4, 2009 That would for sure be a neat addition to their existing functionality. Actually it's quite surprising they don't have something like that in place already. I think the quickest, easiest, and least client-side annoying way to add 'zipping' ability would be from their backend by installing PHP's ZipArchive extension. Possibly prompt the user on download if the file should be compressed, create an instance of a ZipArchive, and then step through your directory structure adding files using their built in ZipArchive::addFile ( string $filename [, string $localname ] ) function. You mentioned using something with Jinzora? I've never heard of that, so I googled it. Since you mentioned PHP, I assume they're using PHP too to run their media server stuff. This being the case it seems logical that they would require PHP's ZipArchive extension to be 'installed' on the server running an instance of their media server. PHP's reference page for the ZipArchive class: http://us2.php.net/manual/en/class.ziparchive.php I'm not brushing off the idea, I'd love to help you implement that if you're into it. I just thought I'd outline what I think would be the easiest way to accomplish your goal. Let me know what you think. Quote
Feather N Wax Posted May 4, 2009 Author Posted May 4, 2009 Absolutely. I've been taking a look at it but it looks like for the most part it's entirely outlined already? I think I'll just eagerly await the next challenge. Thanks for the suggestion though! Quote
shawty Posted May 25, 2009 Posted May 25, 2009 When ever i have spare time (which realy doesn't happen much) i usually go hunting on sourceforge to see what projects i can get involved in. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.