Search found 61 matches

by `checho`
Sat Jul 26, 2008 8:15 am
Forum: [3.0.x] Convertors
Topic: Path problem after moving from one directory to another
Replies: 4
Views: 2329

Re: Path problem after moving from one directory to another

I also have the same problem after moving my board from one directoy to another. I edited in the database phpbb_config -> script_url and the cookie stuff for the new URL but there are still some traces of the old URL somewhere. I see the error message on almost every try to reply to a topic. Fatal e...
by `checho`
Sun Jun 08, 2008 6:37 pm
Forum: [3.0.x] MOD Requests
Topic: Forum Permissions based on IP subnets
Replies: 0
Views: 130

Forum Permissions based on IP subnets

Hello, I am in the desperate need of Permission system for different forums that is based on IP address of the visitor. I want to have particular forums being shown only to people that come from subnets that I define. Anyone else that comes from another subnets should not be able to see the forum. P...
by `checho`
Mon Mar 17, 2008 4:14 pm
Forum: 2.0.x Support Forum
Topic: How do I optimize my database?
Replies: 1
Views: 165

How do I optimize my database?

Hello, I have a phpbb2 board that is extremely large. I have a mysql database that is about 1.5 gigabytes and getting bigger each day. This is really melting my server down in moments when somebody does search on the board. My problem is that I have about 3 or 4 downtimes daily causing the board not...
by `checho`
Sun Oct 01, 2006 5:03 pm
Forum: [2.0.x] MOD Database Releases
Topic: [2.0.20] Resize Uploaded Avatars
Replies: 35
Views: 14152

Hello, I have an interesting case with this mod on my board and I would be thankful if you could help me resolve this. I set it up so that users may upload large JPEG images (i.e. photos from the camera etc.) so they get resized to whatever I set in the ACP. In order to achieve this, I set the maxim...
by `checho`
Mon Aug 07, 2006 1:32 pm
Forum: [2.0.x] MOD Requests
Topic: [img] to work for local domain only
Replies: 0
Views: 195

[img] to work for local domain only

Hello, There are some reasons (security etc.) for which I would like to disable the [img] BBCode when my members try to use it for loading images placed on other servers than mine. However, I would like that [img] works for images that are on the same domain (web server) of my board. In all other ca...
by `checho`
Thu Jun 15, 2006 10:42 pm
Forum: [2.0.x] MOD Database Releases
Topic: keep unread flags
Replies: 1990
Views: 218847

The mod is behaving just as I explained in my previous post.... I thought in a previous post you had said that the mod is not deleting unreads randomly but instead is deleting the newest ones first until it has the right number. Is that what's happening, or od you think it appears more random? With...
by `checho`
Thu Jun 15, 2006 9:24 pm
Forum: [2.0.x] MOD Database Releases
Topic: keep unread flags
Replies: 1990
Views: 218847

I would be thankful if you could see in what order gets data for unread items deleted when the maximum number is reached. It would be much better if we see the last 300 unread, or the last 500 unread or whatever the admin chooses, instead of randomly selected unread topics from the last month or so...
by `checho`
Thu Jun 15, 2006 6:39 pm
Forum: [2.0.x] MOD Database Releases
Topic: keep unread flags
Replies: 1990
Views: 218847

Thank you for your answer. You are right about max cookie items being set to 300 in functions.php. I have about 500 new posts per day, so I suspect this number '300' is not enough for me. I am thinking of changing it to 1000. What do you think? You said that it can slow down my board if I enter some...
by `checho`
Wed Jun 14, 2006 1:15 pm
Forum: [2.0.x] MOD Database Releases
Topic: keep unread flags
Replies: 1990
Views: 218847

asinshesq: With admirations to the great mod of yours, I have to tell you a bug/problem that I experience. I am running 2.0.3c version of Keep Unread Mod and phpBB 2.0.20. If a post made by me is the last one on a forum, and I click on the "Mark all topics as read" link, everything is mark...
by `checho`
Wed Jun 14, 2006 12:40 pm
Forum: [2.0.x] MOD Database Releases
Topic: [2.0.19] Remove quotes from Search Results
Replies: 23
Views: 7403

Hello, I am sorry for bumping that topic when it had been idle for more than two months, but I wonder what happened to the case with "nested quotes". Now, if I have several quotes inside other quotes, I see the text from the last quote in the search results. I mean, if we have a case like ...
by `checho`
Fri May 19, 2006 8:10 am
Forum: [2.0.x] MOD Database Releases
Topic: [2.0.21] Fast Polls
Replies: 37
Views: 10402

I experience problems with this mod when trying to edit polls. For example, I have two answers: "Answer one" and "Answer two", I try to add a third one: "Answer three". I do it and this only leads to "Answer two" doubled on the place of the third (the new) ans...
by `checho`
Sun Feb 26, 2006 2:12 pm
Forum: [2.0.x] MODs in Development
Topic: [BETA] MOD Logbook
Replies: 172
Views: 41912

Thank you very much. I saw anotner small problem with the Save posts as drafts mod. Missing argument 9 for delete_post() in functions_post.php on line 568 The modded line is: function delete_post($mode, &$post_data, &$message, &$meta, &$forum_id, &$topic_id, &$post_id, &$...
by `checho`
Sun Feb 26, 2006 9:44 am
Forum: [2.0.x] MODs in Development
Topic: [BETA] MOD Logbook
Replies: 172
Views: 41912

Thank you a lot for the help. Now I have some little questions that I want to ask. On the end of the message I will give my suggestions for new features. I would be really thankful if you can give my post as much attention as possible. Thanks. 1. I am getting an error: Warning: mysql_free_result(): ...
by `checho`
Sat Feb 25, 2006 6:04 pm
Forum: [2.0.x] MODs in Development
Topic: [BETA] MOD Logbook
Replies: 172
Views: 41912

Apart from maybe line breaks, formatting, spaces and tabs, those two sections of code are identical as far as I can see at first sight. And at secont sight you may notice the "p.post_draft," added by the Drafts mod on the first line. :wink: :wink: :wink: I do not know where to put it in.
by `checho`
Sat Feb 25, 2006 2:38 pm
Forum: [2.0.x] MODs in Development
Topic: [BETA] MOD Logbook
Replies: 172
Views: 41912

It's me again. :wink: I am posting you some conflicts of your code with parts of the Save Posts as Drafts mod. posting.php # #-----[ FIND ]------------------------------------------------- # $select_sql = (!$submit) ? ', t.topic_title, p.enable_bbcode, p.enable_html, p.enable_smilies, p.enable_sig, ...

Go to advanced search