View Single Post
  #38  
Old 06-16-2009, 10:34 AM
tansu's Avatar
tansu tansu is offline
 
Join Date: Apr 2006
Posts: 97
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dave Hybrid View Post
404 generally means the htaccess is wrong or if your forums are in a subfolder the template code wasnt edited according to the instructions.
Thanks for the reply,

I installed my forum in localhost/doctus
I created another database fro d sql file you provide, and it creates one table.

This is my .htaccess file:
HTML Code:
#############################################################

# DefaultType application/x-httpd-php5

##############################################################

Options +FollowSymLinks

RewriteEngine On

# Set file extension you wish to translate here [you may add your desired extension]

# Definition ##/[^\./]*## for translating index files or files without extension [delete to disable]

##############################################################

RewriteRule !(/[^\./]*|\.(|shtml|shtml|html|htm|shtml|php|php3|php4|php5|php6))$ - [S=1]

RewriteRule ^(sq|ar|bg|ca|zh-CN|zh-TW|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|id|it|ja|ko|lv|lt|mt|no|pl|pt|ro|ru|sr|sk|sl|es|sv|th|tr|uk|vi)/(.*)$ $2?hl=$1 [L,QSA]

# If not valid html file, view as original (without traslation)

RewriteRule ^(sq|ar|bg|ca|zh-CN|zh-TW|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|id|it|ja|ko|lv|lt|mt|no|pl|pt|ro|ru|sr|sk|sl|es|sv|th|tr|uk|vi)/(.*)$ $2 [L,QSA]

##############################################################
An this is my template codes:
HTML Code:
<!-- vB Global Translator Code -->
<div align="right" class="smallfont"><form id="langsel" name="langsel" action="get"><select id="selector" name="hl" onchange="javascript: window.location.href='/'+this.options[this.selectedIndex].value+'/';"><option value="">Choose language:</option><option value="doctus/ar">Arabic</option><option value="doctus/bg">Bulgarian</option><option value="doctus/zh-CN">Chinese (Simplified)</option><option value="doctus/zh-TW">Chinese (Traditional)</option><option value="doctus/hr">Croatian</option><option value="doctus/cs">Czech</option><option value="doctus/da">Danish</option><option value="doctus/nl">Dutch</option><option value="doctus/en">English</option><option value="doctus/fi">Finnish</option><option value="doctus/fr">French</option><option value="doctus/de">German</option><option value="doctus/el">Greek</option><option value="doctus/iw">Hebrew</option><option value="doctus/hu">Hungarian</option><option value="doctus/it">Italian</option><option value="doctus/ja">Japanese</option><option value="doctus/ko">Korean</option><option value="doctus/no">Norwegian</option><option value="doctus/pl">Polish</option><option value="doctus/pt">Portuguese</option><option value="doctus/ro">Romanian</option><option value="doctus/ru">Russian</option><option value="doctus/sr">Serbian</option><option value="doctus/sk">Slovak</option><option value="doctus/es">Spanish</option><option value="doctus/sv">Swedish</option><option value="doctus/th">Thai</option><option value="doctus/tr">Turkish</option></select></form><a href="http://www.computer-juice.com/forums/">By Hybr!d</a></div>
<!-- vB Global Translator Code -->
Is there anything wrong?
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01173 seconds
  • Memory Usage 1,799KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_html
  • (1)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete