Fantasier
Forum Replies Created
-
Forum: Plugins
In reply to: [Kommiku] [Plugin: Kommiku] chapter dumping errorHello, Anraiki and Rajlaksh
Sorry, I didn’t update my Kommiku for a long time. I mean, not really long 😛 (last update: 2.1.16). I see all of my features’ suggestions are there. Thanks so much!
BTW, I think Anraiki can make Kommiku’s admin panel without WordPress (according to his skill). But because of some reasons, He use WordPress. Maybe he just want to use some functions that WordPress has. I don’t really know.
For me,I don’t think Rating System for every pages is neccessary. However, It’s good to have this features for those who want it.
Anyway, Kommiku is a image hoster by itself. So I think Anraiki just add some script to make it work as users want. Anraiki doesn’t have to use other image hosting systems. I think using other scripts to implement isn’t a good idea, because they might not want people to use their work.
PS. I’ve seen STOPTAZMO reading system. It works great but images load slowly. (Maybe because the javascript has to work before images show up or becuase I’m in Thailand)
Forum: Plugins
In reply to: [Kommiku] [Plugin: Kommiku] WordPress Post Connect FailureTry change Permalinks. Your theory isn’t true. Almost everybody who use Kommiku use self hosted wordpress, as well as me.
Forum: Plugins
In reply to: [Kommiku] [Plugin: Kommiku] chapter dumping errorHello,
I’ve seen FoolReader before. Honestly, I’d like to help Anraiki but I can’t because I’m not his team and I’m not as good at programming as him. I just answer questions that I think I know answers.Anyway, I still say that FTP is faster than upload via HTTP, If there’s no any problems with connection, firewall, web server speed, or proxy. If you really want to compare fairly. Make sure you use the same host (same server) uploading the same file and the same time (or near) and don’t connect FTP via Web, It’s not fast at all.
Something like “I uploaded this file to my server via FTP is slower than I uploaded it to my Mediafire account” doesn’t make sense because Mediafire’s server might be faster than yours. By the way, If you say that HTTP upload is faster. I got nothing to say more about this. Because this is not the point we should focus on.
However, Kommiku’s going to have Rating and View Counter Systems. Just WAIT. About ZIP File images. This is the first time I’ve seen this script. This is great but as you say, Just leave the ZIP file with extracted images. We might not need this script.
The thing is, You just can’t use Dumper right? Now, wait for Anraiki to help you. He doesn’t have so much time. and I think most people can use Dumper without any problems. At least I can use without any problems. and yeah, if you don’t wanna wait. Just try any readers else! like FoolReader. But if that doesn’t fit you purpose you just have to wait or buy some Manga Viewer script.
Ah, Make sure that you haven’t seen Kommiku’s FAQs. And as Anraiki says at first, Try CHMOD “comic” directory to 777.
Forum: Plugins
In reply to: [Kommiku] [Plugin: Kommiku] chapter dumping errorHello,
Okay, I think you mean STOPTAZMO not STOPTAMZO. Well, I’ve seen it. I think this feature is quite easy. Just don’t make the script delete the ZIP file you’ve uploaded and make links for downloading it or use the script I’ve mentioned before to save some web server’s space (which might make server work so much if there’s too many people downloading those).
Anyway, What is print directory feature. I don’t get this at all LOL. BTW, FTP Dumper is actually FASTER than HTTP Upload for a big file. The thing is, people who are using Kommiku want FTP Uploader feature because they don’t want to spend so many times to upload chapter by chapter.
Kommiku’s already had Categories feature. And soon it’ll have RSS FEED feature too.
Forum: Plugins
In reply to: [Kommiku] [Plugin: Kommiku] chapter dumping errorHello, Anraiki and Rajlaksh
I think you don’t have to do much to make a system of “FTP dumper”. If I were you, I’ll just make a script for a button “Check for new chapters” under the subject “Upload by FTP”, which can check for new “chapters” directories, open, and find images in those chapters then update database automatically. And yeah, It’s not really hard to make the script know chapters’ name. Just make users put some text file with chapters’ summary in the same directory of images (with the specified name like “inform” or something). Well, This is possible and not really hard for me. I’ll try making this if I have a chance and time.
Anyway, Rajlaksh, I think there’s no way to find any images in ZIP without extracting it (Because Web Server looks at ZIP files as FILES not DIRECTORY). Kommiku’s Dumper works by uploading ZIP file with images in it, Extracting it and moving images to the directory that they should be in, And then deleting the ZIP file. This solution is good enough to show every images in the ZIP file. By the way, About Download service, I’ve heard about scripts that can compress files in directories to ZIP files temporarily though, I’ve never searched this. But if it’s exist (I think it is) I’m sure this script can be a new feature of Kommiku as well.
Forum: Plugins
In reply to: [Kommiku] [Plugin: Kommiku] Upload by ftp?Hmm, If you still say that. I don’t have any more opinions but I think Anraiki use Dumper in his own plugin (Kommiku) to upload more than 3000 chapters in TheTosho. BTW, I might be wrong. I don’t know.
Forum: Plugins
In reply to: [Kommiku] [Plugin: Kommiku] Upload by ftp?Possible, But hard.
If you wanna do that, You have to write some PHP script to check files and create records in database. That’s difficult and takes time.
Using Chapter Dumper is easier for people who are not experts, I think. See how to use it at Kommiku Wiki
Forum: Plugins
In reply to: [Plugin: Kommiku] Permission deniedI think 377th line is around this.
if(!is_dir(UPLOAD_FOLDER)) mkdir(UPLOAD_FOLDER, 0755);So what you have to do is CHMODing your blog directory (in this case, your ROOT directory).
You may can’t CHMOD it ’cause your free hosting doesn’t let you do. In that case, I don’t know how to do. Just wait for Anraiki to answer.
Forum: Plugins
In reply to: [Plugin: Kommiku] Permission deniedIf you don’t have .htaccess file, just create it with Notepad or some text editors yourself, putting content WordPress’s said to that file and upload to the directory you have to.
Forum: Plugins
In reply to: [Kommiku] [Plugin: Kommiku] chapter dumping errorEnsure you have CHMODed your blog directory to 777.
Forum: Plugins
In reply to: [Kommiku] [Plugin: Kommiku] About SEO.Thanks, I’ll try adding Meta description. BTW, I’ve signed up Google Analytics since last month. I’ve made Breadcrumbs long time ago too.
So Giving WordPress its own directory doesn’t take any effects, right ? I just wanna check that it doesn’t relate.
Forum: Plugins
In reply to: [Kommiku] [Plugin: Kommiku] More Bugs!You have to turn SAFE MODE of PHP off. (As usual, most of Web Host doesn’t turn it on. How does this happen – -“)
If you can access php.ini in your root directory.
Try editing safe_mode value tosafe_mode=OffIf you can’t access php.ini check that there’s .htaccess file in your “blog” directory. If there isn’t, create .htaccess file (By your DirectAdmin or Text Editor programs and uploading) and put the code I tell you in the next paragraph.
Anyway, If there is .htaccess file already, just add this line.
php_value safe_mode offIf this doesn’t work try
php_flag safe_mode offinstead.
If this doesn’t work too, tryphp_value safe_mode 0instead.
If it still doesn’t work. let’s change 0 to 1.If you’ve done all of that and it doesn’t work. Try contact your Web Host and tell them the problem (show them the error).
Forum: Plugins
In reply to: [Kommiku] [Plugin: Kommiku] More Bugs!Have you CHMODed “blog” directory to 777 ?
Forum: Plugins
In reply to: [Kommiku] [Plugin: Kommiku] More Bugs!Are you thai ?. I think You’re Thai 😆 (Most of English-speakers don’t use ^^, ><) Maybe You’re not. Sorry If I misunderstand. But if you’re Thai, I’m Thai too.
Okay, I think the problem isn’t kommiku.php. You have to CHMOD your root directory to 777, I mean where your wordpress files are in. (in this case should be “blog” directory). If it doesn’t work. Ensure that there’s no the folder that named as same as Upload Directory name you’ve put in Setting of Kommiku.
If it’s still broken, tell me what’s happen (or nothing happens). If I can help, I will. If I can’t, I think you have to wait for Anraiki to answer.
Forum: Plugins
In reply to: display WP post page on another website….. Possible?I think it’s possible but you have to use PHP to grab your posts’ excerpt from database and do many things with code. I think it will take very long time (and I think I can’t do it because I’m not an expert at PHP 😆 but it’s possible).
If I were you I would make index of the website to be the blog homepage instead (That’s much easier), you can do it by going here.But maybe you want to make them different.
Another choice that I can think is finding a theme that fits your purpose (There are some themes that make HOME page and BLOG page different) then do the 2nd paragraph.
That’s all I can help 🙂