Strike Posted April 28, 2009 Share Posted April 28, 2009 Hello, I am Strike! I need some help creating an online manga reader be it SQL driven or other but I will need some help designing the framework for the less advance users to add stuff automatically. Okay, this is what I need help with. -Upload ZIP/RAR Archives and Allow this Archives to be read just like any other manga site out there mangavolume.com or mangafox.com the example is mostly used on mangashark.com which has a system that reads from .ZIP file. -Ability to point where the upload should go (but I can make pages have if ($group = "admin")); to check id this is staff or not and ifs staff they can upload files into that directory.) -Ability to show the uploaded file in the manga index. So lets say a staff member uploads a manga lets say "Bleach" and its say Chapter 200 then when the ZIP/RAR files are uploaded there added to http://sitedomain.ltd/manga/bleach and members can now see Chapter 200 with out me going in and adding this code into the Source Code. -Ability to remove manga's (make them unavailable so the member can not read them.) Thats about it if some one can help me with this things I would really appreciate. Quote Link to comment https://forums.phpfreaks.com/topic/155922-online-manga-reader-how-to/ Share on other sites More sharing options...
mikesta707 Posted April 28, 2009 Share Posted April 28, 2009 do you have some code already dont that we could look at? or are you just asking to be handed the code? Quote Link to comment https://forums.phpfreaks.com/topic/155922-online-manga-reader-how-to/#findComment-820887 Share on other sites More sharing options...
Axeia Posted April 28, 2009 Share Posted April 28, 2009 There are two options for the rar/zips [*]The exec function along with an extract command. [*] PHP's native zip/rar functions Don't think either one will be supported on most hosts, so don't get too carried away with coding.. write some simple testcase (or google some sample) and see if works on your host. Quote Link to comment https://forums.phpfreaks.com/topic/155922-online-manga-reader-how-to/#findComment-820907 Share on other sites More sharing options...
Strike Posted April 28, 2009 Author Share Posted April 28, 2009 Hmm. So its not as easy to use ZIP/RAR reader.. @mikesta707 No, I do not have any code I was just thinking on using SELECT * FROM command in PHP to get the ZIP/RAR from MySQL but then I got lost, and had no idea what to do. @Axeia Thank You, but this seems complex and my web hosting provider will probably not support this. --@ In any case my only option is to use HTML based reader so for each page make a new page... kind of a drag, but well what can you do. I wonder can JavaScript make my life easier on this task? Quote Link to comment https://forums.phpfreaks.com/topic/155922-online-manga-reader-how-to/#findComment-821181 Share on other sites More sharing options...
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.