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)

stuartn 09-23-2008 10:48 PM

fixed it

pooslokka 09-24-2008 06:48 AM

hi,
I migrated from apache to lighthttpd. I need to convert .htaccess code.

Code:

RewriteEngine On

RewriteRule ^([^/]+)/([^/]+)-([0-9]+)\/newpost.html$ showthread.php?t=$3&goto=newpost [QSA,L]
RewriteRule ^([^/]+)/([^/]+)-([0-9]+)\/post([0-9]+).html$ showpost.php?p=$4 [QSA,L]
RewriteRule ^([^/]+)/([^/]+)-([0-9]+)\/$ showthread.php?t=$3 [QSA,L]
RewriteRule ^f([0-9]+)\/$ forumdisplay.php?f=$1 [QSA,L]
RewriteRule ^f([0-9]+)\/([a-z]+)([0-9]+).html$ forumdisplay.php?f=$1&page=$3 [QSA,L]
RewriteRule ^([^/]+)/([^/]+)-([0-9]+)\/([a-z]+)([0-9]+).html$ showthread.php?t=$3&page=$5 [QSA,L]
RewriteRule ^([^/]+)/([^/]+)-([0-9]+)\/(.*)$ showthread.php?t=$3 [QSA,L]

any one please help me to convert it so that i can get my tfSEO work back.

justchil 09-24-2008 01:04 PM

Is this working with vBa CMPS yet?

REZA_JOON 09-24-2008 11:58 PM

thanks
before installation i have some question

1.
can i use it with vbseo 2.2

and if i use
i think i must edit .htaacces like lines below

RewriteEngine On
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1
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]

the red line is for vbseo
and black one for your mood

2.is it surely changes my urls like links below
Search Engine Friendly URLs
for instanse
https://vborg.vbsupport.ru/member.php?u=163068
to
https://vborg.vbsupport.ru/u163068.html



thanks in advance

superjeff 09-28-2008 09:27 AM

Don't use it with vbseo.
I think it is possible, but you will get a lot of errors i think.

techpro5238 09-28-2008 04:42 PM

Hello Everyone,

I have just a small problem, and I'm not sure whether it is truly a problem or how the program is designed. I have my forum set on "Heavy Method."

Everything works except for viewing of topics. I will give an example of the URL Structure:

When I click on "General Security Questions" it will link me to:
/general-security-questions-f6/

Which is very much correct. Now lets say there was a topic in general security questions. Here is the new URL Structure:
/edit-this-from-admincp-than-forum-f6/test-t157/

It refers back to as if I did not set the above URL (general-security-questions). Can someone please help me with this problem? Our URLs won't be really good SEO until I can get this figured out.

Thank you to anyone who can help.

Kind Regards,

Shazz 09-28-2008 04:50 PM

Demo's are hard to read :confused:
Any english ones?

superjeff 09-28-2008 05:12 PM

Quote:

Originally Posted by techpro5238 (Post 1632367)
Hello Everyone,

I have just a small problem, and I'm not sure whether it is truly a problem or how the program is designed. I have my forum set on "Heavy Method."
[...]

Send me a pm with your admincp access for settings/plugins. I will try to fix it.
Quote:

Originally Posted by Shazz (Post 1632373)
Demo's are hard to read :confused:
Any english ones?

You must look at the links in the forums navigation ;)

Shazz 09-28-2008 05:13 PM

Quote:

Originally Posted by superjeff (Post 1632386)
You must look at the links in the forums navigation ;)

And where would this be located :confused:

superjeff 09-28-2008 05:34 PM

This is a url rewrite. The language dosen't matter. Look at the link of forum, threads etc.

Shazz 09-28-2008 06:13 PM

Quote:

This is compatible only with Apache.
Damn this is the only thing stopping me.

What is the Inlinemod?

REZA_JOON 09-28-2008 11:02 PM

Quote:

Originally Posted by superjeff (Post 1632128)
Don't use it with vbseo.
I think it is possible, but you will get a lot of errors i think.


thanks dude
do you have any suggestion for it
may be some other ways

techpro5238 09-29-2008 03:13 AM

Thanks again Superjeff. I've private messaged the details to your vB Inbox.

pootsey 09-29-2008 07:05 AM

Am I right in thinking that this doesn't rewrite profiles?

darkblade25 09-29-2008 07:56 AM

Does anyone have the vBadvanced plugin working?

HamidFULL 09-29-2008 08:57 AM

this version is for VB 3.7.x then if VB release VB 3.8.x what will happen for our forum links?

Hamednet 09-29-2008 09:27 AM

thanks dear

very nice !

superjeff 09-29-2008 10:54 AM

Quote:

Originally Posted by Shazz (Post 1632421)
Damn this is the only thing stopping me.

What is the Inlinemod?

You can try to adapt it to your web server (httpd, etc). Inlinemod a file to overwrite to your own to fix the "deleted post" problem.

Shazz 09-29-2008 01:04 PM

Quote:

Originally Posted by superjeff (Post 1632986)
You can try to adapt it to your web server (httpd, etc). Inlinemod a file to overwrite to your own to fix the "deleted post" problem.

Inline -What file does it replace in the vBulletin folder?

My host uses "litespeed"

Kkimber 10-01-2008 10:46 AM

I installed Windows 2008 + iis 7 + mysql + php + phpmyadmin + vbulletin + vbulletin restore + microsoft mod_rewrite module + tfseo and successfully tested/running.

One problem tfseo is not supported utf8 (its general not specified iis or mod_rewrite problem).

Shazz 10-02-2008 03:53 AM

Quote:

Originally Posted by Shazz (Post 1633037)
Inline -What file does it replace in the vBulletin folder?

My host uses "litespeed"

Also jeff, how does this compete against vbseo.com

Serion 10-02-2008 11:45 AM

Hi,
I uploaded the files to ./includes/xml and /includes/

Installed and enabled the product, it says it is enabled and working but I cannot find the AdminCP options to rewrite teh link, etc.
Halp? :(

Adapt 10-02-2008 05:01 PM

Hi Jeff,
Installed the addon. However, after uploading the .htaccess file I get the following error when I go to my forum:
Code:

Server error!

The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there was an error in a CGI script.

If you think this is a server error, please contact the webmaster.
Error 500
allhtpc.com
10/02/08 00:14:50
Apache/2.2.9 (Win32) DAV/2 mod_ssl/2.2.9 OpenSSL/0.9.8h mod_autoindex_color PHP/5.2.6

I am using XAMPP. When I remove the .htaccess file, the site works fine.

maidos 10-03-2008 07:25 AM

i cannot move the post replies. it only said invalid thread url

Tompa85 10-03-2008 02:20 PM

Quote:

Originally Posted by maidos (Post 1573668)
when i use the display option, almost bottom of the forum section i cant sort the thread by for example number of views etc

Same problem here.

Brandon Sheley 10-03-2008 02:47 PM

Quote:

Originally Posted by Shazz (Post 1635316)
Also jeff, how does this compete against vbseo.com

this wouldn't compare at all to vbseo ;)
you get what you pay for.. you have to decide if you want a CZ or a diamond ;)

space? 10-06-2008 06:13 PM

well...is it possible to remove the -f123 in the forums rewriting, so there will be just the name of the forum left?

Jaxel 10-07-2008 10:05 PM

the f123 is the important part... nothing else matters...

You can have:
/name-of-your-forum-f123/
/I-hate-you-f123/
/f123/

It will all go to the same place, because all it needs is the f123.

space? 10-08-2008 09:31 AM

grr...so really impossible to get the forums without the f123 ?
It is at least possible to remove the f and the t of forums(f) and threads(t)?

Sadikb 10-09-2008 12:41 PM

hi Jeff.. are you planning to upgrade this for all vbAdvanced modules? and what will happen if I upgrade my VB?

kfiasche81 10-09-2008 03:27 PM

i receive this warning
Code:

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in [path]/includes/functions_forumlist.php(393) : eval()'d code on line 11

Warning: implode() [function.implode]: Argument must be an array in [path]/includes/functions_forumlist.php(393) : eval()'d code on line 12


kfiasche81 10-09-2008 03:51 PM

Quote:

Originally Posted by kfiasche81 (Post 1641163)
i receive this warning
Code:

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in [path]/includes/functions_forumlist.php(393) : eval()'d code on line 11

Warning: implode() [function.implode]: Argument must be an array in [path]/includes/functions_forumlist.php(393) : eval()'d code on line 12



This Product isn't compatible with mysqli

kfiasche81 10-09-2008 03:57 PM

Quote:

Originally Posted by kfiasche81 (Post 1641163)
i receive this warning
Code:

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in [path]/includes/functions_forumlist.php(393) : eval()'d code on line 11

Warning: implode() [function.implode]: Argument must be an array in [path]/includes/functions_forumlist.php(393) : eval()'d code on line 12


Quote:

Originally Posted by kfiasche81 (Post 1641184)
This Product isn't compatible with mysqli

in this product product-tfseo_2_37.xml

change all mysql* to mysqli*

example: mysql_fetch_assoc to mysqli_fetch_assoc

Amman-DJ.CoM 10-09-2008 07:25 PM

can you please make it possible to convert from zoints SEO to TfSEO "?
only the URL's, cuz if i switch to TfSEO i will lose the pages indexed in google

this is Zoints SEO htaccess

Code:

RewriteEngine on
RewriteRule ^([a-z0-9_\-]*-(f|all)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ forumdisplay.php/$1 [QSA,L]
RewriteRule ^([a-z0-9_\-]*-(t|p)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ showthread.php/$1 [QSA,L]
RewriteCond %{REQUEST_URI} !(index\.php|\.css) [NC]
RewriteRule ^(archive|sitemap)/(.*)$ $1/index.php/$2 [QSA,L]

that would be great if u could help

superjeff 10-10-2008 04:40 PM

Quote:

Originally Posted by Amman-DJ.CoM (Post 1641334)
can you please make it possible to convert from zoints SEO to TfSEO "?
only the URL's, cuz if i switch to TfSEO i will lose the pages indexed in google

this is Zoints SEO htaccess

Code:

RewriteEngine on
RewriteRule ^([a-z0-9_\-]*-(f|all)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ forumdisplay.php/$1 [QSA,L]
RewriteRule ^([a-z0-9_\-]*-(t|p)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ showthread.php/$1 [QSA,L]
RewriteCond %{REQUEST_URI} !(index\.php|\.css) [NC]
RewriteRule ^(archive|sitemap)/(.*)$ $1/index.php/$2 [QSA,L]

that would be great if u could help

It should be pretty easy: add there lines (except ) "RewriteEngine on" at the end of the tfseo's htaccess.

MedellinStyle 10-13-2008 12:03 AM

I form that php files and xml file are weill uploaded, htaccess is edited, but turning on the plugin cause a general forum blank page...

DONT KNOW WHAT TO DO HELPP!!!!!

pein87 10-13-2008 07:32 AM

I un-installed your product and it still has m y stuff messed up how do i correct this? please I`ve already messed up my site one I can do it again. Never mind i fixed it my self still uninstalled sorry mate it didnt work on version 3.7.3

imedic 10-14-2008 09:30 AM

I had install the product and get too many errors. Reading further I have noticed :
- product incompatible with msqli ( need the above edit) - I have this
- product incompatible with VBSEO site map generator - I have this too
Now I get why I got errors :D

Maybe is good to put this list on first page to avoid posts here (including the edit).

I can make first edit easily but I need advice regarding what is better to have from SEO point of view:


Does site map has more influence than rewrite from Google ranking point of view or the other way around?


I care less for users to have easy to remember urls, I care only from Google pov.

Thanks guys.

space? 10-14-2008 10:35 AM

Quote:

Originally Posted by imedic (Post 1644769)
I had install the product and get too many errors. Reading further I have noticed :
[...]
- product incompatible with VBSEO site map generator - I have this too
Now I get why I got errors :D

Is the second Page of your forumdisplay available?

TerryMason 10-14-2008 12:48 PM

Quote:

Originally Posted by pein87 (Post 1643921)
I un-installed your product and it still has m y stuff messed up how do i correct this? please I`ve already messed up my site one I can do it again. Never mind i fixed it my self still uninstalled sorry mate it didnt work on version 3.7.3

Look in your root for a file named .htaccess - if you have one, rename it to .htaccess_OLD and see if that fixes your forum. If so, you'll have to edit the .htaccess_OLD file and remove any tfseo stuff


All times are GMT. The time now is 09:35 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.03609 seconds
  • Memory Usage 1,836KB
  • 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
  • (7)bbcode_code_printable
  • (16)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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