vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Major Additions - TfSEO 2: the free vBulletin url rewrite (https://vborg.vbsupport.ru/showthread.php?t=173738)

superjeff 07-30-2008 03:06 PM

for all these bugs, add me in MSN. I have sent my address via pm.

daydie 07-30-2008 06:58 PM

i am using this and works great but have 1 problem!

Wheni upload google verifacation html file, It says SQL error, Its something to do with re-write...

How can i get this working?

pigal 07-31-2008 09:59 AM

I'm using TfSEO, but I've a problem about any avatar filename, don't see them, infact I've understood that the TfSEO read files, for example when the avatar file is 1234567f50bfc.jpg this file doesn't see. The problem is in 1234567... "f5" ...0bfc.jpg.
If I modify the name and exclude f5 the avatar see again.

I've tried to add in .htaccess this rules, but nothing!

RewriteCond %{REQUEST_URI} !/(images)$
or
RewriteCond %{REQUEST_FILENAME} !^(images)/
or
RewriteRule ^images/.*$ - [PT]
or
RewriteCond %{REQUEST_URI} !/(\.gif|\.png|\.jpg)$

P.S. Sorry for my bad english! :)

superjeff 07-31-2008 10:23 AM

Quote:

Originally Posted by daydie (Post 1587687)
i am using this and works great but have 1 problem!

Wheni upload google verifacation html file, It says SQL error, Its something to do with re-write...


How can i get this working?

It works for me, i use filezilla to upload.
Quote:

Originally Posted by pigal (Post 1588214)
I'm using TfSEO, but I've a problem about any avatar filename, don't see them, infact I've understood that the TfSEO read files, for example when the avatar file is 1234567f50bfc.jpg this file doesn't see. The problem is in 1234567... "f5" ...0bfc.jpg.
If I modify the name and exclude f5 the avatar see again.

I've tried to add in .htaccess this rules, but nothing!

RewriteCond %{REQUEST_URI} !/(images)$
or
RewriteCond %{REQUEST_FILENAME} !^(images)/
or
RewriteRule ^images/.*$ - [PT]
or
RewriteCond %{REQUEST_URI} !/(\.gif|\.png|\.jpg)$

P.S. Sorry for my bad english! :)

Damnt, you have right!
We should introduce a specific list of htaccess files to fix this i think.. or use preg-match (^)
Temporaneally, use this htaccess:

HTML Code:

#Rename this file to .htaccess and upload it to the root directory of your forum.



RewriteEngine On



RewriteRule ^(.*)t([0-9]+)(.*)newpost(.*)$ showthread.php?t=$2&goto=newpost [QSA,L]

RewriteRule ^(.*)f(.*)/(.*)t([0-9]+)(.*)/post([0-9]+)(.*)$ showpost.php?p=$6 [QSA,L]

RewriteRule ^(.*)f(.*)/(.*)t([0-9]+)(.*)/([a-z]+)([0-9]+)(.*)$ showthread.php?t=$4&page=$7 [QSA,L]

RewriteRule ^(.*)f(.*)/(.*)t([0-9]+)(.*)$ showthread.php?t=$4 [QSA,L]

RewriteRule ^(.*)f([0-9]+)/([a-z]+)([0-9]+)(.*)$ forumdisplay.php?f=$2&page=$4 [QSA,L]

RewriteRule ^f([0-9]+)(.*)$ forumdisplay.php?f=$2 [QSA,L]
RewriteRule ^(.*)-f([0-9]+)(.*)$ forumdisplay.php?f=$2 [QSA,L]


pigal 07-31-2008 02:30 PM

Umm :cool:, now I see all avatars images but have a problem on a normal links, I believe there is a little bug on htaccess above. :confused:

Q-v-n-s-Q 07-31-2008 03:59 PM

after reading up 36 pages, hmm installed on http://www.highrankforum.com/ then uninstall..seem like the defaul link is good enough :)

superjeff 07-31-2008 04:26 PM

Quote:

Originally Posted by pigal (Post 1588393)
Umm :cool:, now I see all avatars images but have a problem on a normal links, I believe there is a little bug on htaccess above. :confused:

You right. I have no updated the variables.


HTML Code:

RewriteRule ^(.*)t([0-9]+)(.*)newpost(.*)$ showthread.php?t=$2&goto=newpost [QSA,L]

RewriteRule ^(.*)f(.*)/(.*)t([0-9]+)(.*)/post([0-9]+)(.*)$ showpost.php?p=$6 [QSA,L]

RewriteRule ^(.*)f(.*)/(.*)t([0-9]+)(.*)/([a-z]+)([0-9]+)(.*)$ showthread.php?t=$4&page=$7 [QSA,L]

RewriteRule ^(.*)f(.*)/(.*)t([0-9]+)(.*)$ showthread.php?t=$4 [QSA,L]

RewriteRule ^(.*)f([0-9]+)/([a-z]+)([0-9]+)(.*)$ forumdisplay.php?f=$2&page=$4 [QSA,L]

RewriteRule ^f([0-9]+)(.*)$ forumdisplay.php?f=$1 [QSA,L]
RewriteRule ^(.*)-f([0-9]+)(.*)$ forumdisplay.php?f=$2 [QSA,L]

:D

pigal 07-31-2008 05:22 PM

Ehm sure! superjeff now all ok! :D

daydie 07-31-2008 07:52 PM

No mate, its when i have actually uplaoded it..... Does the URL re-write do the same for origional html files in the directory or something also.......If so how i stop it, Its using my HTML file so it needs the SQL for a re-write URL, But i dont want it to only .php files.

Google says:
We've detected that your verification file returns a status of 503 (Service unavailable) in the header.

But the html is blank

You can see for yourself here:
http://daydie.co.uk/google0c1384d65397f940.html

superjeff 08-02-2008 08:34 PM

The first version of the htaccess is very "large". It have find

http://daydie.co.uk/google0c1384d65397f940.html and rewrted it like a forum.

Try this: https://vborg.vbsupport.ru/showpost....&postcount=537


All times are GMT. The time now is 05:25 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.01993 seconds
  • Memory Usage 1,753KB
  • 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
  • (2)bbcode_html_printable
  • (3)bbcode_quote_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