kar - Posts

Return to advanced search

Problem: Download attachments by Download Managers

Good day. Happy new year. Sorry for my English. I have a strange problem. I want to ban visitors to download attachments. When I was temporarily banned in the local area network to download, I have a problem. If I download attachments by the browser, all downloaded properly. But if download from bro...
by kar
Sun Jan 04, 2009 7:55 pm
 
Forum: phpBB Forum
Topic: Problem: Download attachments by Download Managers
Replies: 1
Views: 6000

PHPBB 3.0.3

PHPBB 3.0.3 released: * [Fix] Correctly set topic starter if first post in topic removed (Bug #30575 - Patch by blueray2048) * [Fix] Added VST - Venezuela Standard Time (Bug #30545). * [Fix] Close DB connections in file.php. * [Fix] Correctly return results for nested cached queries ...
by kar
Thu Nov 13, 2008 6:59 pm
 
Forum: phpBB Forum
Topic: PHPBB 3.0.3
Replies: 12
Views: 2362

INHO, it's not good idea - remove numbers from search index and from keywords. For example text: Cup2008, New year 2009 etc.
IMHO this feature must be optionally.

Sorry my English.
by kar
Sun Nov 09, 2008 9:15 pm
 
Forum: phpBB SEO TooLKit
Topic: [ToolKit] Search table and meta keyword optimization
Replies: 56
Views: 11930

[META] Mod StopWords in Dynamic Meta tags

Hello all. I wrote small mod for exclude some words from Dynamic Meta tags in PHPBB3 Premod. I change in includes/functions.php function make_keywords($text) { $keywords = ''; $num = 0; $text = preg_replace(array('`&(amp;)?#?[a-z0-9]+;`i', '`[[:punct:]]+`', '`[\s]+`'...
by kar
Wed Nov 05, 2008 8:31 pm
 
Forum: phpBB SEO MODS
Topic: [META] Mod StopWords in Dynamic Meta tags
Replies: 1
Views: 5785

cron.php need for planning to carry out tasks - sending mail and other tasks
by kar
Thu Jun 12, 2008 5:51 am
 
Forum: phpBB Forum
Topic: sitemap process of PHPBB3?
Replies: 1
Views: 676

I have a similar problem after the upgrade. For registered users return to a few hours once SID not cleaning.
http://www.phpbb-seo.com/boards/phpbb-s ... t2670.html
by kar
Tue Jun 10, 2008 7:42 am
 
Forum: Advanced SEO URL
Topic: Deleted sid?
Replies: 3
Views: 483

I think it problem: when registered users see SID's in URL's, users would send URL's in messages with SID's. I think it bad for SEO, for beaty URL, for security. May be problem in variable headers_sent in code: if (!$this->seo_opt['zero_dupe']['on'] || headers_sent()) { return; } I can not fix this,...
by kar
Fri May 30, 2008 1:24 pm
 
Forum: phpBB SEO Premod
Topic: SID dont removing after an hour last visit for register user
Replies: 4
Views: 905

Have some idea:
on Apache worked gzip module. It compressed my php/htm/css/js output data. Maybe Apache send header (gziped) and SID not removed becouse header already sended (version 3.0.0 not test sended header or not).
In PHPBB gzip disabled, becouse used native Apache gzip module
by kar
Fri May 30, 2008 11:47 am
 
Forum: phpBB SEO Premod
Topic: SID dont removing after an hour last visit for register user
Replies: 4
Views: 905

SID dont removing after an hour last visit for register user

Good day! I found a little mistake in version 3.0.1 I'm using Your premod beginning from the version 3.0.0 and i upgrade it up to 3.0.1. I made it in the following type: I uploaded the whole package on the site and made the script of the upgrade of Database. The function of deleting SID is enabled. ...
by kar
Thu May 29, 2008 11:32 am
 
Forum: phpBB SEO Premod
Topic: SID dont removing after an hour last visit for register user
Replies: 4
Views: 905

Return to advanced search