vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   vRewrite - SEOed URLs for vBulletin (https://vborg.vbsupport.ru/showthread.php?t=104484)

DavutPasha 06-28-2006 10:34 AM

Fatal error: Call to undefined function: urlize() in /mounted-storage/home15a/sub001/sc17310-WATN/www/forum/includes/functions.php(4367) : eval()'d code on line 119

What is this? I always see this error :(

Zweeper 06-30-2006 03:18 PM

all works, but when i enter a board category (see picutre, "Gott und die Welt" Board) the the Links in the Navbar are false.


in the forumhome all links are okay, but in a board the link looks like:

www.zweeper.de/forum/boardname/calendar.php

the right was:

www.zweeper.de/forum/calendar.php



how can i change this??


my hataccess:

Code:

RewriteEngine On         
RewriteRule ^(.*)/(styleid=(.*))$ showthread.php?&%{QUERY_STRING} [L]         
RewriteRule ^(.*)/(showthread\.php)$ showthread.php?&%{QUERY_STRING} [L]         
RewriteRule ^(.*)-(.*)/newthread.php newthread.php?do=newthread&f=$2[L]
RewriteRule ^(.*)/t-([A-Za-z0-9\-]+)-([0-9]+)-new.html showthread.php?t=$3&goto=newpost&%{QUERY_STRING} [L]         
RewriteRule ^(.*)/t-([A-Za-z0-9\-]+)-([0-9]+)-last.html showthread.php?t=$3&goto=lastpost&%{QUERY_STRING} [L]         
RewriteRule ^(.*)/t-([A-Za-z0-9\-]+)-([0-9]+)-post(.*).html showthread.php?p=$4&%{QUERY_STRING} [L]         
RewriteRule ^p-([A-Za-z0-9\-]+)-post([0-9]+)/postcount([0-9]+).html showpost.php?p=$2&postcount=$3&is_vrewrite=yes&%{QUERY_STRING} [L]         
RewriteRule ^(.*)/t-([A-Za-z0-9\-]+)-page([0-9]+)-([0-9]+).html showthread.php?t=$4&page=$3&is_vrewrite=yes&%{QUERY_STRING} [L]         
RewriteRule ^(.*)/t-([A-Za-z0-9\-]+)-([0-9]+).html/(.*)$ showthread.php?t=$3&%{QUERY_STRING}&is_vrewrite=yes [L]         
RewriteRule ^(.*)/t-([A-Za-z0-9\-]+)-([0-9]+).html showthread.php?t=$3&is_vrewrite=yes&%{QUERY_STRING} [L]         
RewriteRule ^u-([A-Za-z0-9\-]+)-([0-9]+).html member.php?u=$2&is_vrewrite=yes&%{QUERY_STRING} [L]         
RewriteRule ^f-([A-Za-z0-9\-]+)-([0-9]+)/page([0-9]+).html/(.*)$ forumdisplay.php?f=$2&&page=$3%{QUERY_STRING}&is_vrewrite=yes [L]         
RewriteRule ^f-([A-Za-z0-9\-]+)-([0-9]+).html/$ forumdisplay.php?f=$2&%{QUERY_STRING}&is_vrewrite=yes [L]         
RewriteRule ^search-([A-Za-z0-9\-]+).html/$ search.php?do=$1 [L]         
# vRewrite version 1.5 STABLE         
# Created by vRewrite htaccess generator v1.0


Immortal 07-01-2006 12:23 AM

All,

Support is only obtained through:
http://www.vrewrite.com or
https://vborg.vbsupport.ru/forumdisplay.php?f=182

:)

Amaresh 07-02-2006 06:47 PM

Hello guys,
I'm sorry if this question is asked before, but its really hard to find out what to do,
This aint working for you, gives me 404 error all the time after opening forum home.

I'm using IIS + Plesk 7.6, And I really cant find what to do !

First question :
Where is .htaccess to be uploaded ?
a) on forum directory
b) on root directory

Second question :
Is my .htaccess fine ? Is there anything to be added or what does Rewrite Base do ?
http://desipirate.com/forum/admincp/...e_htaccess.php
You people can check it !

Waiting for lovely solution.

Amaresh :)

ConqSoft 07-02-2006 07:58 PM

IIS doesn't support .htaccess files. You'll have to use something like ISAPI_Rewrite.

saycan 07-02-2006 08:24 PM

ı have a question. ı dıd your ınstallation. but ı have a problem.

ı dıd send a thread my forum.
that send ıt.
but than ı have a problem

"The document has moved here"

why thıs problem. what ı can?

sorry my englısh not good. but ı can understand you...

erhanerhan_5 07-07-2006 01:29 PM

http://img217.imageshack.us/img217/611/ads305z7vs.jpg


Windows İşletim Sistemi>El Değmeden Windows Kurulumu

/forum/f-windows-ytletim-sistemi-33/t-el-deemeden-windows-kurulumu-resimli-1985-new.html

how i can fix this bug?

i want this
PHP Code:

'Č' => 'c',
'č' => 'c',
'Ğ' => 'g',
'ğ' => 'g',
'Ş' => 's',
'ş' => 's',
'İ' => 'i',
'ı' => 'i',
'?' => 'c',
'?' => 'c',
'?' => 'u',
'?' => 'u',
'?' => 'o',
'?' => 'o',
'ı' => 'i',
'İ' => 'i',
'?' => 'i',
'?' => 'a',
'?' => 'e',
'?' => 'a',
'?' => 'e'


Immortal 07-07-2006 11:34 PM

<a href="http://www.vrewrite.com/bugs-misc-issues/t-special-characters-35.html" target="_blank">http://www.vrewrite.com/bugs-misc-is...acters-35.html</a>

d4d4 07-09-2006 01:02 PM

Hello,

I have a problem. I use vRewrite 1.5.1 and I have the CSS-Code on a file. So, when I go to a post or thread - the browser become any CSS-, JS- or RSS-Code. The paths are relative on the head-zone... Who can I using full paths in the head-zone of my forum?

Best reguards,
d4d4

rady 07-10-2006 01:04 PM

i installed the hack but it doesn't do anything. i followed the steps exactly

www.knicksonline.com/forums


All times are GMT. The time now is 10:57 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02635 seconds
  • Memory Usage 1,754KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete