Important: This page is using cookies (cookies). Using this website without turning off cookies in browser, means that you agree for using it.
Buy Now! Features Downloads

Earn with us!

If you would like to start earning money with vBET join to Affiliate Program.
Page 1 of 2 12 LastLast
Results 1 to 10 of 17

Thread: All My text is missing on translated pages!

  1. #1
    Senior Member
    Join Date
    Jun 2010
    Posts
    276

    Default All My text is missing on translated pages!

    This is a massive hit, google dumped 30,000 index pages and I see that all the text is "missing" on these!

    Runing latest version and updated to SDK and google, sionce then pages are BLANK! and I paid a ton to these

    http://www.allfreechips.com/phpBB2/no/

    This is a massive DISASTER!!

  2. #2
    Senior Member
    Join Date
    Jun 2010
    Posts
    276

    Default

    Appears all data is GONE after spending a LOT on translations?

  3. #3
    Banned
    Join Date
    Aug 2012
    Posts
    481

    Default

    Exhaustion limits should not cause the disappearance of text, but appearance of original text, if there is no translation this text in cache. If a translation of this text is in cache should appear translated text.
    Please paste test translation provider: http://www.vbenterprisetranslator.co....html#post1729.
    Please paste your .htaccess.
    I recommend updating vBET and vB to the latest version, it is possible that this issue has already been repaired.

  4. #4
    Senior Member
    Join Date
    Jun 2010
    Posts
    276

    Default

    VBET - 4.7.2
    Vbulletin 4.2.2 patched

    Code:
    <Files ~ "\.inc$">
       Order allow,deny
       Deny from all
       Satisfy All
    </Files>
    
    Header unset ETag
    FileETag None
    
     
    # 2 HOURS
    <FilesMatch "\.(html|htm|php)$">
    #Header set Cache-Control "max-age=7200, must-revalidate"
    </FilesMatch>
    
    <FilesMatch "\.(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$">
    Header set Cache-Control "public"
    Header set Expires "Thu, 15 Apr 2015 20:00:00 GMT"
    </FilesMatch>
    
    Options +FollowSymLinks
    
    RewriteEngine on 
    RewriteBase /
    rewritecond %{http_host} ^allfreechips.com [nc]
    rewriterule ^(.*)$ http://www.allfreechips.com/$1 [r=301,nc] 
    
    RewriteRule [.]*-afcinfo([0-9]+) http://www.allfreechips.com/ [r=301,nc]
    #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)/casino-banking/(.*)?$ /casino-banking/$2?language=$1&vbet_outside=true [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)/(casino-banking|afc_contests|casino_guide|poker_guide|bingo_guide|skill_guide|casino-banks|casino_review|bingo_review|skill_review|slots|free-slots)/(.*)?$ /$2/$3?language=$1&vbet_outside=true [QSA]
    RewriteRule [.]*casinoblogs/([a-z0-9-]*) phpBB2/blogs/$1 [QSA]
    RewriteRule [.]*play_casino([0-9]+) cportal/tclick.php?id=$1 [QSA]
    RewriteRule [.]*play_banner([0-9]+) cportal/bclick.php?id=$1 [QSA]
    #RewriteRule ^casino_guide/([a-z0-9-]+).html$ index.php?id=casino_guide/$1
    RewriteRule ^casino_guide/([a-z0-9-]*).html index.php?id=casino_guide/$1 [QSA]
    RewriteRule ^slots/([0-9]*)/([a-z0-9-]+).html index.php?pageid=gameinfo&gid=$1&sname=$2 [QSA]
    RewriteRule ^slots/([0-9]*)-reels.html index.php?id=reels&num=$1&folder=slots [QSA]
    RewriteRule ^slots/([0-9]*)-lines.html index.php?id=lines&num=$1&folder=slots [QSA]
    #RewriteRule ^free-slots/([0-9]*)-demo/([a-z0-9-]*).html freegame.php?id=demogame&gid=$1&text=$2 [QSA]
    RewriteRule ^slots/([a-z0-9-]*) index.php?id=$1&folder=slots [QSA]
    RewriteRule ^free-slots/([a-z0-9-]*) index.php?id=$1&folder=free-slots [QSA]
    
    RewriteRule ^poker_guide/([a-z0-9-]+).html index.php?id=poker_guide/$1 [QSA]
    RewriteRule ^bingo_guide/([a-z0-9-]+).html index.php?id=bingo_guide/$1 [QSA]
    RewriteRule ^skill_guide/([a-z0-9-]+).html index.php?id=skill_guide/$1 [QSA]
    RewriteRule ^casino_guide/reviews([a-z0-9-]*) index.php?pageid=reviews [QSA]
    RewriteRule ^casino_guide/review-save([a-z0-9-]*) index.php?pageid=review-save [QSA]
    #RewriteRule ^/?([a-z0-9-]+)\.html index.php?id=$1 [QSA]
    RewriteRule ^([a-z0-9-]+)\.html$ index\.php?id=$1 
    RewriteRule ^casino-banks/([a-z0-9-]+) index.php?pageid=binfo&id=$1 [QSA]
    RewriteRule ^casino_review/([a-z0-9-]+) index.php?pageid=info2&id=$1 [QSA]
    RewriteRule ^poker_review/([a-z0-9-]+) index.php?pageid=info2&id=$1 [QSA]
    RewriteRule ^bingo_review/([a-z0-9-]+) index.php?pageid=info2&id=$1 [QSA]
    RewriteRule ^skill_review/([a-z0-9-]+) index.php?pageid=info2&id=$1 [QSA]
    RewriteRule ^casino-banking/([a-z0-9-]+).html index.php?id=casino-banking/$1 [QSA]
    RewriteRule [.]*afc_contests/([a-z]+).html index.php?pageid=$1 [QSA]
    
    
    
    #Those rules have to be in domain main folder
    #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)/(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)* http://www.allfreechips.com/Allfreechips [L,QSA]
    #Those rules have to be in domain main folder
    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)/$ index.php?language=$1&vbet_outside=true [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)/(.*)?$ $2?language=$1&vbet_outside=true [L,QSA]
    
    #This rule must be in each directory which have to be supported (without forum directory itself)
    #RewriteCond %{QUERY_STRING} !vbet_outside=true
    #RewriteRule ^(.*)$ $1?vbet_outside=true [L,QSA]

  5. #5
    Senior Member
    Join Date
    Jun 2010
    Posts
    276

    Default

    Starting translation test for Google API v2
    Test result: {"data":{"translations":[{"translatedText":"Hello"}]}}
    Test error:
    Connection time (ms): 206.783203125


    Starting translation test for SDL Language Cloud (earlier: SDL BeGlobal) API
    Test result: {"errorCode":"VALIDATION_EXCEPTION","message":"You have exceeded the maximum allowable number of resources for your account subscription.","details":[{"name":"number of resources (character)","code":"limit.exceeded","value":"7027129"}]}
    Test error:
    Connection time (ms): 335.535888672


    Starting test for Microsft Translation API by Azure

    Test result: "TranslateApiException: The Azure Market Place Translator Subscription associated with the request credentials has zero balance. : ID=3722.V2_Json.Translate.2B53A097"
    Test error:
    Connection time (ms): 32.9299316406

  6. #6
    Senior Member
    Join Date
    Jun 2010
    Posts
    276

    Default

    This is insanely important to me to get an idea of what is happening here!

  7. #7
    Banned
    Join Date
    Aug 2012
    Posts
    481

    Default

    Please send me a PM access details to Admin CP and FTP. I will check what is going on there.

  8. #8
    Senior Member
    Join Date
    Jun 2010
    Posts
    276

    Default

    has been sent

  9. #9
    Banned
    Join Date
    Aug 2012
    Posts
    481

    Default

    Quick fix for this issue:
    • Open file includes/vbenterprisetranslator_class_translator.php
    • Find code:
      PHP Code:
      if (strpos($result,'"details":["mt.character.restriction"]')) { 
    • Replace it to code:
      PHP Code:
      if (strpos($result,'"details":["mt.character.restriction"]') || strpos($result,'"code":"limit.exceeded"')) { 

    This issue will be fixed in the next release.

  10. #10
    Senior Member
    Join Date
    Jun 2010
    Posts
    276

    Default

    so all my translation are not lost or are they? as all these were translated

Page 1 of 2 12 LastLast

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •