Every guest and every user have its own session (Created/updated etc.). While users logged in sessions is normal thing, guest sessions are not. I mean, what is the reason to every guest have its own session? They are all the same for guests (except session_id) and if all forums are accessible for on...
http://www.phpbb.com/community/viewtopic.php?f=18&t=135383&start=1230 This is very important topic for phpbb2 users. Why you force to abandon phpbb2 by not lettin people discuss and choose what they want? Some people cannot change script because they modify it in 30% but still its important ...
Dog Cow great informations, especially MogleFS. Well i know why they are still using limit, its all about proper cache indeed, but not same cache for every page. Other solutions are too complicated and this is simpliest which need better cache only. Memcache is distributed cache which mean we can ru...
http://www.phpbb.com/community/viewtopic.php?f=64&t=135383&p=1114684#p1114684 Above orginal lanzer post about archiving posts by this method. I can't reproduce sequence=1/sequence=2. You could think this is 2nd new topics but there every refresh page is whole page of new topics (XX topics re...
Ok this is conception only now, but result would be instant access to every topic page/posts page on forum instead of slow pagination by LIMIT. We know that if limit become 10000, 40 its extremely slow especially on high load. How change LIMIT? Lets take for example topics. We must add two fields to...
We running linux, we also running php 5.2.3 version. From what you writing this should'nt be problem of randomize search_id, but when this is not database fault (when trying to insert two results with same id its normal behaviour of databases to put error its impossible [duplicate]) what else could ...
First of all, there is not any incrementation at search_id, its generated random. Great thing is that you giving advices about table schema and you not even know how table schema looks like. I put before repair table because it not cost anything and of course it not help. Problems starting when we r...
Not any 'repair table' fix will do anything here. Problem is simple, randomized $search_id is same as already writed in database. Too low random number is generated for number of searches on our forum and result is duplication. It is phpbb design flaw, same thing going for sessions. Same low random ...