![]() |
XtraUpload v2 - Filehosting fit for Web 2.0, Built on CodeIgniter - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: XtraUpload v2 - Filehosting fit for Web 2.0, Built on CodeIgniter (/showthread.php?tid=10645) |
XtraUpload v2 - Filehosting fit for Web 2.0, Built on CodeIgniter - El Forum - 01-26-2010 [eluser]ihavenoidea[/eluser] New uploads simply do not work, on streaming (mp3 files) they dont load and when pressings the Download button it brings up a page with loads of errors. Try uploading on my site and see for yourself. I think its a problem with uploaded files not being stored into the /filestore/ folder. I have done obvious checks like making sure that its writeable. XtraUpload v2 - Filehosting fit for Web 2.0, Built on CodeIgniter - El Forum - 02-02-2010 [eluser]axisdude[/eluser] @ matt are you still suporting xtrafile script? Im willing to pay for support. XtraUpload v2 - Filehosting fit for Web 2.0, Built on CodeIgniter - El Forum - 03-24-2010 [eluser]mglinski[/eluser] Hey Everyone, Just letting you all know that I have put the Xtrafile.com site back up and development has resumed on XtraUpload. The new site is currently just a text placeholder until I can get my CI based site completed but it will work for now. If anyone is looking for support, please register on the forums. -Matt XtraUpload v2 - Filehosting fit for Web 2.0, Built on CodeIgniter - El Forum - 06-21-2011 [eluser]malcomhfc[/eluser] Xtrafile has been dead for awhile and I want to give myself a challenge. I would like to restart the project with permission from the author. It will be hosted on github and will not be compatible with previous versions of xtrafile. It will be based on xtrafile 2 beta 4. Would people like to see this project restarted? Xtrafile used Apache 2 license and has to keep that license. XtraUpload v2 - Filehosting fit for Web 2.0, Built on CodeIgniter - El Forum - 06-21-2011 [eluser]mglinski[/eluser] I uploaded the latest svn code to github so feel free to fork the project. I would love to dedicate more time to xtraupload but I am busy learning 2+ other languages and my time is spread very thin. https://github.com/mglinski/xtraupload -Matt XtraUpload v2 - Filehosting fit for Web 2.0, Built on CodeIgniter - El Forum - 06-21-2011 [eluser]malcomhfc[/eluser] Yeah i will fork it ![]() robbie XtraUpload v2 - Filehosting fit for Web 2.0, Built on CodeIgniter - El Forum - 06-21-2011 [eluser]malcomhfc[/eluser] I will be uploading a new version to github. What i have done is start to upgrade xtrafile to codeigniter 2.0.2. Be great if people could help. The tedious part of changing models, controllers etc to CI_Controller ![]() XtraUpload v2 - Filehosting fit for Web 2.0, Built on CodeIgniter - El Forum - 06-21-2011 [eluser]mglinski[/eluser] If you are committing to the fork, let me know if you run into any headaches. I have some custom overrides on the default CI stuff so ill be happy to help convert it up to v2. -Matt XtraUpload v2 - Filehosting fit for Web 2.0, Built on CodeIgniter - El Forum - 06-21-2011 [eluser]malcomhfc[/eluser] Well so far it's going good. What are the overrides? So far i have the homepage working, only a couple of changes to startup library. Such as xss_clean is in the security helper now and not input. XtraUpload v2 - Filehosting fit for Web 2.0, Built on CodeIgniter - El Forum - 06-21-2011 [eluser]mglinski[/eluser] The skins/views uses custom defaulting/override code that is in the Loaders.php file. I'll extract that out and send you a smaller sub-class file that works with v2. That's the most major change, there were other small edits for files in the libraries and helpers folders that overrode the defaults. -Matt |