mod validator wrote: MOD Template usage
File to OPEN does not exist in phpBB standard installation package, starting line: 100#
#-----[ OPEN ]------------------------------------------
#
"SITEMAP_SORT_DESC" => $sitemap_sort_desc,
"SITEMAP_SORT_ASC" => $sitemap_sort_asc,
"TOPIC_LIMIT" => $new['sitemap_topic_limit'],
"ANNOUNCE_PRIORITY" => $new['sitemap_announce_priority'],
"STICKY_PRIORITY" => $new['sitemap_sticky_priority'],
"DEFAULT_PRIORITY" => $new['sitemap_default_priority'],
language/lang_english/lang_admin.php
MOD HTML usage
No problems were detected in this MODs use HTML elements in accordance with the phpBB2 coding standards.
MOD DBAL usage
No problems were detected in this MODs use of databases (if used) in accordance with the phpBB2 coding standards.
Overall
The MOD failed the MOD pre-validation process. Please review and fix your errors before submitting to the MOD DB.
php validator wrote: No forbidden functions found in this php file
php validator wrote: No forbidden functions found in this php file
From the Sitemap FAQ wrote: 3. Will Google crawl and index all of the URLs in my Sitemap?
We don't guarantee that we'll crawl or index all of your URLs. However, we use the data in your Sitemap to learn about your site's structure, which will allow us to improve our crawler schedule and do a better job crawling your site in the future. In most cases, webmasters will benefit from Sitemap submission, and in no case will you be penalized for it.
Code: Select all
#-----[ OPEN ]------------------------------------------
#
language/lang_english/lang_admin.php
Code: Select all
Options +FollowSymlinks
RewriteEngine On
#this may cause isues with subdirs and so I have not enabled it.
#RewriteBase /
RewriteRule [.]*-vf([0-9]*) viewforum.php?%{QUERY_STRING}&f=$1
RewriteRule [.]*-vp([0-9]*) viewtopic.php?%{QUERY_STRING}&p=$1
RewriteRule [.]*-vt([0-9]*) viewtopic.php?%{QUERY_STRING}&t=$1
Code: Select all
'TOPIC_TIME' =>
Code: Select all
TOPIC_TIME' => gmdate('Y-m-d\TH:i:s'.'+00:00', $topic['post_time']),
Code: Select all
'TOPIC_URL' => $server_url."viewtopic.$phpEx?t=" . $topic['topic_id'],
Code: Select all
'TOPIC_URL' => $server_url."ftopic" . $topic['topic_id'] . ".php",
jhaskins wrote: smithy_dll - I download the file of my site & doduble checked it. The only thing I could find wrong with it was a missing "#" aboveAll 3 OPEN statements specify valid files ("admin/admin_board.php", "language/lang_english/lang_admin.php", and "templates/subSilver/admin/board_config_body.tpl".Code: Select all
#-----[ OPEN ]------------------------------------------ # language/lang_english/lang_admin.php
Am I missing something here?![]()