重要:此页面会使用Cookie (cookies). 使用本网站不关闭浏览器中的cookie,即表示您同意使用它。
现在购买! 特点 下载

赚钱!

如果您想要开始赚钱与贝特联接 联盟计划。
13 123 最后Last
结果 11021

主题: vBGallery一体化问题。

  1. #1
    高级会员
    注册日期
    2010年5月
    帖子
    257

    Default vBGallery一体化问题。

    我在这里遵循的集成选项:

    http://www.vbenterprisetranslator.co....html#post1787

    这是我自定义重写规则:

    Code:
    'gallery/index\.php$' => 'gallery/'
    'browseimages\.php\?do=favorites$' => 'favorites.html'
    'browseimages\.php\?do=subscriptions$' => 'subscriptions.html'
    'browseimages\.php\?do=member&imageuser=(\d+)$' => 'imageuser-$1.html'
    'browseimages\.php\?c=(\d+)$' => 'browse-$1.html'
    'browseimages\.php\?c=(\d+)&page=(\d+)$' => 'browse-$1-$2.html'
    'browseimages\.php\?c=(\d+)&userid=$' => 'browse-$1-albums.html'
    'browseimages\.php\?c=(\d+)&userid=(\d+)$' => 'browse-$1-user$2.html'
    'browseimages\.php\?c=(\d+)&u=(\d+)$' => 'browse-$1-user$2.html'
    'browseimages\.php\?do=popimages$' => 'top.html'
    'browseimages\.php\?do=popimages&orderby=views' => 'topviews.html'
    'browseimages\.php\?do=popimages&orderby=rating' => 'toprated.html'
    'browseimages\.php\?do=popimages&orderby=posts' => 'toppost.html'
    'showimage\.php\?i=(\d+)&noignore=0&postid=(\d+)$' => 'image-$1-$2.html'
    'showimage\.php\?i=(\d+)&original=1.*$' => 'image-$1big.html'
    'showimage\.php\?i=(\d+).*$' => 'image-$1.html'
    一切的伟大工程的默认语言。

    我加入到我的主要htaccess文件的整合。
    Code:
    # Comment the following line (add '#' at the beginning)
    # to disable mod_rewrite functions.
    # Please note: you still need to disable the hack in
    # the vBSEO control panel to stop url rewrites.
    RewriteEngine On
    
    # Some servers require the Rewritebase directive to be
    # enabled (remove '#' at the beginning to activate)
    # Please note: when enabled, you must include the path
    # to your root vB folder (i.e. RewriteBase /forums/)
    #RewriteBase /
    
    RewriteCond %{HTTP_HOST} !^windows8theme\.org$
    RewriteRule ^(.*)$ http://windows8theme.org/$1 [L,R=301]
    
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
    RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/gallery/(.*)?$ /gallery/$2?language=$1 [L,QSA]
    RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/ [L,QSA]
    RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/(.*)?$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/$2 [L,QSA]
    
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|vbseo_sitemap/|cron)
    RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbenterprisetranslator_seo.php [L,QSA]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule $ vbenterprisetranslator_seo.php [L,QSA]
    RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php [L,QSA]
    
    # MONTH
    <FilesMatch "\.(flv|gif|jpg|jpeg|png|ico|swf)$">
       Header set Cache-Control "max-age=2592000"
    </FilesMatch>
    
    # WEEK
    <FilesMatch "\.(js|css|pdf|txt)$">
       Header set Cache-Control "max-age=604800"
    </FilesMatch>
    
    # DAY
    <FilesMatch "\.(html|htm)$">
       Header set Cache-Control "max-age=43200"
    </FilesMatch>
    我htaccess的在我的画廊目录:

    Code:
    RewriteEngine On
    
    RewriteCond %{QUERY_STRING} !vbseourl=
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$  /vbseo.php?vbseourl=$1&vbseorelpath=./gallery/&%{QUERY_STRING} [QSA]
    RewriteCond %{REQUEST_FILENAME} !/
    RewriteRule ^(.*\.php)$ /vbseo.php?vbseourl=$1&vbseorelpath=./gallery/&%{QUERY_STRING} [QSA]
    
    RewriteCond %{QUERY_STRING} !redirected=
    RewriteCond %{QUERY_STRING} language=
    RewriteRule ^(.*)$ vbenterprisetranslator_front_controller.php?redirected=$1&vbet_outside=true [L,QSA]
    
    RewriteCond %{QUERY_STRING} !vbet_outside=true
    RewriteRule ^(.*)$ $1?vbet_outside=true [L,QSA]
    但是,每当我尝试翻译的画廊内的任何页面时,我得到我的浏览器:



    请帮助。感谢。

  2. #2
    高级会员
    注册日期
    2010年5月
    帖子
    257

    Default

    内vBGallery形象页上,当我和我点击一个标志,改变语言,我得到这个:

    警告:(/ /窗口/的public_html /画廊/ / vbseo.php)function.include]:未能打开流:没有这样的文件或目录 / /窗口/的public_html /画廊/ vbenterprisetranslator_front_controller.php 上线 35

    警告包括:()[function.include]:无法开放“/首页/窗口/的public_html /画廊/ / vbseo.php'列入(include_path中='.:/ USR / LIB / PHP的/ usr /本地/ LIB / PHP”) / /窗口/的public_html /画廊/ vbenterprisetranslator_front_controller.php 上线 35

  3. #3
    米哈尔Podbielski(vBET员工) vBET's Avatar
    注册日期
    2009年10月
    帖子
    3,037

    Default

    看起来像一些规则被打破。我看到双文件的路径/文件也vbseo.php看着在画廊目录什么显然是错误的。

    这是因为你混合正常的。htaccess规则与内部百度推广规则。库文件夹内,你的规则是相对的(通常是),但绝对的。

    因此,可能的解决方案:
    1。退出百度推广重定向并在htaccess的这一切 - 这将是更好地为你的表现,这是测试的方式整合,按付款当日价格计算的有它自己的目录vBET。
    2。编辑vBET前端控制器。

    请第二的解决方案(未测试):
    1。打开文件 /画廊/ vbenterprisetranslator_front_controller.php
    2。相互取代 目录名称(__FILE__) (有那些2) VBET_FORUMDIR

    请给我们您的反馈。

  4. #4
    高级会员
    注册日期
    2010年5月
    帖子
    257

    Default

    我尝试了第二个解决方案,但得到这个:


    警告:包括(/ /窗口/的index.php)[function.include]:未能打开流:没有这样的文件或目录 / /窗口/的public_html /画廊/ vbenterprisetranslator_front_controller.php 上线 35

    警告包括:()[function.include]:无法开放“/首页/窗/的index.php'列入(include_path中='.:/ USR / LIB / PHP的/ usr /本地/ LIB / PHP) / /窗口/的public_html /画廊/ vbenterprisetranslator_front_controller.php 上线 35

  5. #5
    米哈尔Podbielski(vBET员工) vBET's Avatar
    注册日期
    2009年10月
    帖子
    3,037

    Default

    您更换 SET_HERE_FULL_FORUM_DIRECTORY_PATH 前端控制器中的错误值。请适当地设置它。这是第一线的前端控制器代码:
    PHP Code:
    define('VBET_FORUMDIR''SET_HERE_FULL_FORUM_DIRECTORY_PATH'); 
    您可以通过使用适当的值 actualdirectory.php 从工具目录的脚本。所有的细节都包含在指令下的链接,您在第一篇文章给。

  6. #6
    高级会员
    注册日期
    2010年5月
    帖子
    257

    Default

    Quote 作者: vBET View Post
    您更换 SET_HERE_FULL_FORUM_DIRECTORY_PATH 前端控制器中的错误值。请适当地设置它。这是第一线的前端控制器代码:
    PHP Code:
    define('VBET_FORUMDIR''SET_HERE_FULL_FORUM_DIRECTORY_PATH'); 
    您可以通过使用适当的值 actualdirectory.php 从工具目录的脚本。所有的细节都包含在指令下的链接,您在第一篇文章给。
    这是什么它会被替换:

    / /窗口/的public_html

    正是因为我从actualdirectory.php

    还是应图库目录?
    最后编辑者 Taurus; 11-07-1114:50.

  7. #7
    高级会员
    注册日期
    2010年5月
    帖子
    257

    Default

    当我将它更改为:

    / /窗口/的public_html /画廊

    然后我得到这个:


    警告:require_once(/ /窗口/的public_html /画廊/包括/ vbenterprisetranslator_functions.php)[function.require的一次]:未能打开流:没有这样的文件或目录 / /窗口/的public_html /画廊/ vbenterprisetranslator_front_controller.php 上线 29

    致命错误require_once()[function.require]:无法打开所需的'/主页/窗口/的public_html /画廊/包括/ vbenterprisetranslator_functions.php“(include_path中='.:/ USR / LIB / PHP / USR /本地/ LIB / PHP) / /窗口/的public_html /画廊/ vbenterprisetranslator_front_controller.php 上线 29
    最后编辑者 Taurus; 11-07-1114:50.

  8. #8
    米哈尔Podbielski(vBET员工) vBET's Avatar
    注册日期
    2009年10月
    帖子
    3,037

    Default

    Quote 作者: Taurus View Post
    这是什么它会被替换:

    / /窗口/的public_html

    正是因为我从actualdirectory.php

    还是应图库目录?
    因此,这是适当的值 - 就像指示说 - 从actualdirectory.php价值 - 没别的方法。

    我不明白为什么你的错误,说的index.php看着 /主页/窗口/ /窗口/的public_html
    如果你描述的变化,它应该被看作在 / /窗口/的public_html - 请PM我到您的FTP访问的细节 - 我会检查究竟是什么你现在在你的文件。
    最后编辑者 vBET; 12-07-1115:44.

  9. #9
    高级会员
    注册日期
    2010年5月
    帖子
    257

    Default

    详细PM'd。感谢。

  10. #10
    米哈尔Podbielski(vBET员工) vBET's Avatar
    注册日期
    2009年10月
    帖子
    3,037

    Default

    感谢访问。我看到的第一件事情是错误的 - 你想取代 目录名称(__FILE__)VBET_FORUMDIR 如在我以前的职位之一。但你,而不是取代它 目录名称(VBET_FORUMDIR)。请更正,并检查是。

    此外,我看到你的规则,在长廊htaccess文件是/ vbseo.php - 正如我以前写在目录通常是相对的不是绝对的规则。这也可以是一个问题,因为vBET已经添加到路径'/'。因此,如果纠正后,仍不能正常工作,那么请尝试更换 (2处):
    PHP Code:
    .'/'.$_GET['redirected'
    到:
    PHP Code:
    .$_GET['redirected'
    但只有当它是必要的 - 因此,如果doube / /将您的系统错误。这样做,如果你会看到类似的错误:
    Code:
    Warning: include(/home/windows/public_html//vbseo.php) ...
    请告诉没有帮助。

13 123 最后Last

此主题的标签

发帖权限

  • 可能不会 发表新主题
  • 可能不会 发表回复
  • 可能不会 上传附件
  • 可能不会 编辑您的文章
  •