Quote:
Originally Posted by ikymbo
how can i submit my sitemap on web master tools ??
|
In GWT, add "dbseositemap.php", like so:
http://www.dragonbyte-tech.com/dbseositemap.php
Quote:
Originally Posted by silpher
I'm using XCache, do you recommend the use of Garbage Collector for variables? If so, how much time for Garbage Colector sleep? or should I deactivate it and let Vars forever?
|
I don't have much experience with the GC in XCache so I couldn't say, sorry
Quote:
Originally Posted by Bob_R
Any update on NGINX support?
Do the rules in post #13 work?
Thanks. 
|
We currently do not have a Nginx testing environment, so we cannot provide official Nginx rules at this time. We'll be looking into this for the future
Quote:
Originally Posted by ezak
is there anyway to exclude some forum from to added to sitemap ?
(I have hide some forum from guest)
|
Forums which are inaccessible to guests are excluded automatically
Quote:
Originally Posted by behcet
hİ;
my problem, help me pls.
Code:
[06-Jun-2014 20:08:12 UTC] PHP Warning: preg_match() [<a href='function.preg-match'>function.preg-match</a>]: Compilation failed: missing terminating ] for character class at offset 102 in /home/*****/public_html/dbtech/dbseo/includes/class_core.php on line 2461
[06-Jun-2014 20:08:12 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/*****/public_html/dbtech/dbseo/includes/class_core.php:2461) in /home/*****/public_html/dbtech/dbseo/includes/class_core.php on line 850
[06-Jun-2014 20:08:12 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/*****/public_html/dbtech/dbseo/includes/class_core.php:2461) in /home/*****/public_html/dbtech/dbseo/includes/class_core.php on line 851
Code:
849 default:
850 header("HTTP/1.1 301 Moved Permanently");
851 header("Location: " . DBSEO_URL_SCRIPT_PATH . self::$config['forumhome'] . '.php');
Code:
2461 if (!preg_match($regexpFormat, $urlToCheck, $matches))
{
// No matches :(
return null;
}
|
We have a few similar reports, and we're in the process of getting debug access to a site that I can use to investigate this issue further
Fillip