please send to me by PM your FTP and admincp details (and vbseoadmin ) and I will check your server and vBET configuration.
please send to me by PM your FTP and admincp details (and vbseoadmin ) and I will check your server and vBET configuration.
This thread disappeared a couple of hours ago when your site went down. Now that the thread is again visible I see that my last reply is missing.
I have in any case requested a refund. The support time and support level is frankly abysmal and I don't have the time to wait for any more half-answers which have not helped in the slightest.
You're not answering questions or reacting to what I'm giving in terms of symptoms/further information. Instead I'm supposed to just give you admin-level access to my forum? For me that's a risk I'm not willing to take. Therefore, if you are unwilling to take the time and discuss things here then I don't see a solution.
Please see here: http://www.vbenterprisetranslator.co...p-restore.html
We had accidental backup restore. Our hosting provider instead of getting us back our email client restored whole system from 7th March - they said that then our email client was uninstalled (that is why your thread disappeared first). When we found out what they did we asked to immediately recover system from newest possible backup. That is why your thread come back again (and not only yours) but messages written yesterday/today could be gone (so messages written after backup was made). And this is why your last post is gone.
I understand why you could get wrong impression that you was not supported, but it was just mistake on our hosting provider side and your thread is here. We are ready to continue support as fast as your payment will go back to us. At this moment your Paypal payment is hold so we have to hold any actions related to your license. As fast as pyment will go back Kamil will start supporting you again. Our supprot is free for our customers and our users. At this omment you are not our customer (payment hold) and you cannot be user of paid version without license.
Also please note that your issues are because of modifications which you made yourself - it is not as you wrote to Paypal a bug in our installation instructions. Our installation instructions are for vBulletin structure. You do not have it, because you made your own modification so it is obvious that you have to modify also installation instructions to fit to your changes.
You can count on our free support by this forum or if you think it is bigger issue (because of your changes) and you are not able to do it yourself - then you can also use our paid installation service: http://www.vbenterprisetranslator.co...on-service.php - please note that even in this case it can take much longer that normal installation because you need special changes because of modifications which you made. Most probably it will be on .htaccess rules level, but it can also require other forum folder configuration, or little modification in our SEO file - cannot tell just like that - Kamil is the one who takes care your case.
Last edited by vBET; 09-03-11 at 15:50.
I have retracted the Paypal dispute. Waiting 3 days and then seeing my thread disappear was very annoying but it sounds like I jumped the gun. My apologies
I have a 'vbulletin structure'. The difference to the 'out of the box' vbulletin installation is described in full in one of my earlier posts and was indeed the reason I started this thread.
Last edited by norku; 09-03-11 at 17:11. Reason: extended fourth sentence
ok I noticed that vBSEO have a different rules, so please try this .htaccess (with vBET changed rules)
Code:# 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} !^www\.yourdomain\.com #RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301] RewriteRule ^forums/((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ forums/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] RewriteRule ^/?(af|sq|ar|hy|az|eu|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|ka|de|el|ht|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|ur|vi|cy|yi)/$ forums/vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/forum/ [L,QSA] RewriteRule ^/?(af|sq|ar|hy|az|eu|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|ka|de|el|ht|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|ur|vi|cy|yi)/(.*)?$ forums/vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/forum/$2 [L,QSA] RewriteCond %{REQUEST_URI} !(admincp/|modcp/|vbseo_sitemap/|cron) RewriteRule ^forums/((archive/)?(.*\.php(/.*)?))$ forums/vbenterprisetranslator_seo.php [L,QSA] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/ RewriteRule ^(.+)$ forums/vbenterprisetranslator_seo.php [L,QSA] RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap) RewriteRule ^forums/((archive/)?(.*\.php(/.*)?))$ forums/vbseo.php [L,QSA] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/ RewriteRule ^(.+)$ forums/vbseo.php [L,QSA]
Last edited by kamilkurczak; 09-03-11 at 18:07.
Trying it now. Thanks.
Okay. No 404 but the page is blank when I click on a flag (any flag). Do you need to know any of my vbet settings?
ok you must to configure your server, please check this post:
http://www.vbenterprisetranslator.co....html#post1535
so install CURL and ICONV in your php
cURL and iconv support are already enabled. I'm getting a 404 now when clicking on a flag.
PHP Code:
iconv
iconv support enabled
iconv implementation glibc
iconv library version 2.5
Directive Local Value Master Value
iconv.input_encoding ISO-8859-1 ISO-8859-1
iconv.internal_encoding ISO-8859-1 ISO-8859-1
iconv.output_encoding ISO-8859-1 ISO-8859-1
PHP Code:
curl
cURL support enabled
cURL Information libcurl/7.21.0 OpenSSL/0.9.8b zlib/1.2.3 libidn/0.6.5
Here's my htaccess:PHP 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} !^www\.xxxx\.com
RewriteCond %{HTTP_HOST} !(^www\.xxxx\.com$|^cdn\.xxxx\.com$)
RewriteRule (.*) http://www.xxxx/$1 [R=301,L]
#RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
#RewriteRule (.*) http://www.yourdomain.com/forum/$1 [L,R=301]
RewriteRule ^forum/((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
#vbet translator rules start
RewriteRule ^/?(af|sq|ar|hy|az|eu|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|ka|de|el|ht|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|ur|vi|cy|yi)/$ forum/vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/forum/ [L,QSA]
RewriteRule ^/?(af|sq|ar|hy|az|eu|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|ka|de|el|ht|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|ur|vi|cy|yi)/(.*)?$ forum/vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/forum/$2 [L,QSA]
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|vbseo_sitemap/|cron)
RewriteRule ^forum/((archive/)?(.*\.php(/.*)?))$ forum/vbenterprisetranslator_seo.php [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ forum/vbenterprisetranslator_seo.php [L,QSA]
#vbet translator rules end
RewriteCond %{REQUEST_URI} !(media/|admincp/|modcp/|cron|vbseo_sitemap)
RewriteRule ^forum/((archive/)?(.*\.php(/.*)?))$ forum/vbseo.php [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(media|admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ forum/vbseo.php [L,QSA]
## Expires
<ifModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 1 seconds"
ExpiresByType text/html "access plus 1 seconds"
ExpiresByType image/gif "access plus 3456000 seconds"
ExpiresByType image/jpeg "access plus 3456000 seconds"
ExpiresByType image/png "access plus 3456000 seconds"
ExpiresByType text/css "access plus 3456000 seconds"
ExpiresByType text/javascript "access plus 3456000 seconds"
ExpiresByType application/javascript "access plus 3456000 seconds"
ExpiresByType application/x-javascript "access plus 3456000 seconds"
</ifModule>
## Compression
<ifmodule mod_headers.c>
<ifmodule mod_deflate.c>
AddOutputFilterByType DEFLATE text/html text/css text/xml application/x-javascript
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4\.0[678] no-gzip
BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
</ifmodule>
</ifmodule>
#Remove index.php from xxxx/index.php
#rewrite engine on
RewriteCond %{THE_REQUEST} index\.php
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^index\.php$ / [L,R=301]
Last edited by norku; 22-05-12 at 09:39.
why you have a vBET disabled?
also write here your admincp->vBET->main settings
Last edited by kamilkurczak; 09-03-11 at 19:17.