vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - Zoints SEO (https://vborg.vbsupport.ru/showthread.php?t=127336)

Smiry Kin's 08-20-2007 08:34 PM

very nice product you have here.

I'm already using a vbulletin seo product, but if i wasnt already using that, i would deffo use this,

/me installs for future ref.

projectego 08-22-2007 03:21 PM

I had completely forgotten about this hack until recently. I'll be installing this when I launch my new Mass Effect Forum - I can't wait. Great product. :)

Capt. GannA 08-31-2007 10:30 AM

I've suddenly started getting the "No Input File specified" error. Everything was working just fine before :/

This is how my .htaccess file looks like :
Quote:

Options +FollowSymlinks
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]

PeteBlume 09-02-2007 06:06 PM

Hello,

I have the following problem. I'm using a german vbulletin. Is there any possibility to replace ?,?,? maybe in ae, ue, oe or otherwise in ä ü ö?

Another Problem ist Characters like .; etc. For example I have the forum '1. Fachsemester'. The replaced URL is http://www.medforum-dresden.de/forum...-und-2-63.html
Is there any possibility to replace this characters with '_'?

Please help.

Leecher24 09-02-2007 08:10 PM

Hallo

I have at the moment the Domain xxxyyyz.BiZ with Zoints seo. And next week I will change my Board to the Domain xxxyyyz.to

What I must put in the .htacces that all links from the .biz domain (otherwebspace or redirection to .to domain).

That all links that are listed in google redirect to right thread.

Greetz L24

Tact7626 09-04-2007 06:29 PM

ok. feel free to laugh at me if you like. :p (i don't mind)

i've read like nearly (by nearly i mean like the first 10 and last 10 pages) of the entire thread.

and...i'm being forced to research this because i think maybe possibly i need this. O_o but i just wanna clarify the purpose of an SEO in general using super lamens terms. :p if someone can confirm my basice "idea" of what this is for, then i can go on ahead and continue researching a bit more in depth.


here i go.

is the whole idea to an seo the idea that you sort of "individualize" specific forum THREADS to kinda be stand-alone "mini-sites" each with their own little meta tag/description and POSSIBLY (though highly debabtle and generally not recommended) to even have a simpler url?

because if that's the whole point then i PERSONALLY find this ...somewhat interesting. like..not amazing, yet not useless either.


the whole decay thread thing seems useless though. maybe someone could explain that a bit more. um, the custom welcome headers for diffrent threads seems useless too. i mean.. i guess it's like if your thinking "every little teeny bit helps" for increasing registrations i GUESS you might appreciate that. O-o

but i find it odd that the only saving point (i think) is the meta tags and yet the thread starter himself is all like "they're deprecated who on earth uses them blah blah" so then if they were really that "useless" what's left? the mod_rewrite? lol

so um..yah. if anything. perhaps my forum is still just way to small for it but i really don't know.


would it be correct for me to say that another major "selling" point to this is getting as much of your site out there in searches? is that it? cause i can't understand how this thing does that better than me not having this installed at all. is it helping my forum show up more, or simply increasing the CHANCES it'll show up more? or increasing the POSSIBLITY of having chance at it showing up more? O_o

yah i'm lost i think. lol

feroxltd 09-06-2007 04:49 PM

I just received a report from a forum member of mine that after I installed this SEO he was not able to edit his post in Opera. Is this a known bug?

sahinsivar 09-07-2007 03:16 PM

i think on 3.6.7PL1 is working.....

3.Rewrite URLs and insert keywords, using mod_rewrite

http://www.xxxxxxxxx.com/forum/showt...ewpost&t=80633

proplem = HTTP 404


my .htaccess

Quote:

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^http://xxxxxxxxxxx.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://xxxxxxxxxxx.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.xxxxxxxxxxx.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.xxxxxxxxx.com$ [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC]


Options +FollowSymLinks
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]

IrPr 09-11-2007 01:20 PM

Quote:

Originally Posted by jawatkin (Post 1262525)
Has anyone successfully implemented this running lighttpd? I'm trying to swap over to lighttpd, and I've got the mod_rewrite running and put the rewrite rules in and nearly everything works, except when you click the "Arrow" on a forumdisplay that takes you directly to a certain post in the format :
Code:

http://www.url.com/forum/showthread.php?p=12345#post12345
This URL is rewritten as :

Code:

http://www.url.com/forum/thread-title-t123.html?p=12345#post12345
Apache can handle that, lighttpd gives a 404. Here's the rewrite rules I have in place for lighttpd. Anyone help?

url.rewrite = ( "^/forum/([a-z0-9_\-]*-(f|all)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$" => "/forum/forumdisplay.php/$1", "^/forum/([a-z0-9_\-]*-(t|p)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$" => "/forum/showthread.php/$1" )

Try this one
Code:


url.rewrite = ( "^/([a-z0-9_\-]*-(f|all)[0-9]+(p[0-9]+|/index[0-9]*)?\.html(.*))$" =>
"forumdisplay.php/$1", "^/([a-z0-9_\-]*-(t|p)[0-9]+(p[0-9]+|/index[0-9]*)?\.html(.*))$"
=> "showthread.php/$1" )

Add (.*) after any .html and make sure that ur pattern starting rule ( i mean ^/ ) matches ur forum path

brattanek 09-13-2007 12:17 PM

Hi all links work fine, but not when i login to forums with password, or in sitemap i get error 404.

my rules in lighttpd.conf
Code:

url.rewrite = (
      "(?i)^/([a-z0-9_\-]*-(f|all)[0-9]+(p[0-9]+|/index[0-9]*)?\.html).*$" => "/forumdisplay.php",
        "(?i)^/([a-z0-9_\-]*-(t|p)[0-9]+(p[0-9]+|/index[0-9]*)?\.html).*$" => "/showthread.php",
        "(?i)^/(archive|sitemap)/(.*)$ " => "/$1/index.php/$2",

How make this rewrite rules better ?


All times are GMT. The time now is 07:48 PM.

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.01463 seconds
  • Memory Usage 1,752KB
  • 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
  • (4)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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