Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Zoints SEO Details »»
Zoints SEO
Version: 2.2.2, by Zoints Zoints is offline
Developer Last Online: Apr 2009 Show Printable Version Email this Page

Category: Major Additions - Version: 3.6.1 Rating:
Released: 09-22-2006 Last Update: 10-02-2006 Installs: 647
DB Changes Uses Plugins Template Edits
Code Changes Additional Files  
No support by the author.

********Please do not use this modification unless you are VERY well educated on SEO and forum modification********

Zoints is a company that believes that forums are the killer application of the internet. We want to empower forum owners to take their community to the next level. Therefore, Zoints has been developing an extremely powerful vBulletin forum SEO and revenue enhancing solution for more than two years now. However, because we are focusing on our Forum Network and Thread Tagging System, we have decided to release this SEO solution to the vBulletin community under the lgpl license. Zoints SEO is now open source and NOT supported by us. We hope that the vBulletin dev community comes together to take this already powerful solution and make it even better. Empower yourselves

Zoints SEO can be discussed here or http://network.zoints.com (again, we will not be providing official support).


Known bugs

1. If a user disables cookies, infinite redirect loop.
2. index2, index3 pagination breaks some things. Standard p2, p3 works fine.


Zoints SEO is currently incompatible with: POSSIBLE FIX. PLEASE TRY THIS AND REPORT BACK. THANK YOU!
1. Incompatibility with vBA Gallery link.
2. Incompatibility with vBA Links
3. Improper linking from vBA CMPS Recent threads
4. Google Maps
[s]5. Non english characters[/s] - Character replacement is now available.


Without further ado:

















Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #362  
Old 12-13-2006, 04:57 AM
webmastershome webmastershome is offline
 
Join Date: Apr 2005
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hi there,

how can i remove the session id

regards
jitender
Reply With Quote
  #363  
Old 12-13-2006, 04:24 PM
Cocko Cocko is offline
 
Join Date: Oct 2006
Location: Germany
Posts: 143
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by nocte View Post
if fount a bunch of bugs more:


template threadbit line 65:


-> this does not work with the searchengine. the serach sesult pages will link to:
http://www.yourforum.com/forum/your-title-t123.html?&highlight=keyword?goto=lastpost
while it should be
http://www.yourforum.com/forum/your-title-t123.html?highlight=keyword&goto=lastpost


template search_results_postbit line 25:
Code:
			$post[typeprefix] <a href="<if condition="$show['zointsurl']">$post[threadurl]<else />showthread.php?$session[sessionurl]t=$post[threadid]$post[highlight]</if>"><strong>$post[threadtitle]</strong></a>
does not work. it will show a link to the forum in witch the thread is located, not the thread itself.


modification of thempate forumhome_lastpostby is useless, because there will be a redirection anyway. If you do this you just have a rewritten url redirecting to another rewritten (both having parameters). I don't see an advantage doing the modification that is sugested for this template.


if you use "go to the last posting" you will be redirected to a url like this
http://www.yourforum.com/forum/your-title-t123.html?p=470529#post470529
though the last posting might not be on page 1 the url looks like it was page one. If the last posting was on page 3 the url should be
http://www.yourforum.com/forum/your-title-t123p3.html#post470529


on online.php - if a user is currently seeing a thread in the archive, the url has no keywords and two slashes, like
http://www.yourforum.com/forum/archive//t-15828.html


"Use Zoints Archive Navigation?" -> when i use this feature, no navigation shows up at all.

I have that issue /w last posting after installation Zoints SEO .

Also there is an issue /w WYSIWYG editor - preview or editing
a post and bb code php included gets a mess.

By now I needed to uninstall this hack completely

Did Somebody fix the results written in quoted posting of nocte ?
(running vB 3.6.4, CMPS 2.2.1, PhotoPost Pro 5.5, iBProArcade 2.5.7)

Thx for advise.
Reply With Quote
  #364  
Old 12-14-2006, 12:15 AM
imported_infitech's Avatar
imported_infitech imported_infitech is offline
 
Join Date: Apr 2004
Location: Queens, NY
Posts: 247
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Pre-installation question:
With the above warning, I have to ask, Is this modification easily uninstalled in-case for some reason we need to uninstall it?

Also will you be developing newer version for each VBulletin upgrade.
I'm kind of weary when it comes to installing larger mods like this because of the rate of VBulletin's development.
Reply With Quote
  #365  
Old 12-16-2006, 01:41 PM
webmastershome webmastershome is offline
 
Join Date: Apr 2005
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Please help me to remove the session id
Reply With Quote
  #366  
Old 12-28-2006, 07:01 AM
solokron solokron is offline
 
Join Date: Mar 2003
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am also receiving this error.

vBulletin Version: 3.6.4

ZointsSEO Version: 2.2.2

PHP as CGI. PHP 4.4.4

Rewrite URLs and insert keywords, using mod_rewriteThis requires mod_rewrite support on the web server enabled.

.htaccess placed in forum directory.
Contents:
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]


Both Pagination methods result in the same error.

"No input file specified."

I am guessing it is an .htaccess rewrite rule which is not friendly with PHP over CGI.


Quote:
Originally Posted by unitedpunjab View Post
i get this error "No input file specified."
Reply With Quote
  #367  
Old 12-29-2006, 05:41 AM
solokron solokron is offline
 
Join Date: Mar 2003
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yep, placing it on another server with the exact same setup but PHP as a module works fine.


Quote:
Originally Posted by solokron View Post
I am also receiving this error.

vBulletin Version: 3.6.4

ZointsSEO Version: 2.2.2

PHP as CGI. PHP 4.4.4

Rewrite URLs and insert keywords, using mod_rewriteThis requires mod_rewrite support on the web server enabled.

.htaccess placed in forum directory.
Contents:
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]


Both Pagination methods result in the same error.

"No input file specified."

I am guessing it is an .htaccess rewrite rule which is not friendly with PHP over CGI.
Reply With Quote
  #368  
Old 12-29-2006, 06:41 PM
ForumOrtami ForumOrtami is offline
 
Join Date: Jun 2006
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

SEO options > Setting > click 'save'

what is problem in picture?

PS: I'm sorry. I dont speak english enough
Reply With Quote
  #369  
Old 12-29-2006, 07:48 PM
solokron solokron is offline
 
Join Date: Mar 2003
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not acceptable 406 errors are sometimes indicative of a mod_security rule affecting the request.

You also want to be sure the file is uploaded fully and in the correct file mode.

Quote:
Originally Posted by ForumOrtami View Post
SEO options > Setting > click 'save'

what is problem in picture?

PS: I'm sorry. I dont speak english enough
Reply With Quote
  #370  
Old 12-30-2006, 09:11 AM
extreme-mobile extreme-mobile is offline
 
Join Date: Dec 2006
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hey guys am having a minor problem with this in version VB 3.6.4

when i reply to a post it produces a white page, and then when i refresh it goes back to the forum posta nd it has posted correctly but its a bit annoying that i have to refresh everytime

any ideas or a fix?

when i create a thread its fine its only when i reply to something

cheers

dean
Reply With Quote
  #371  
Old 01-07-2007, 09:52 AM
extreme-mobile extreme-mobile is offline
 
Join Date: Dec 2006
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

any one is this just not compatible with 3.6.4 ?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:55 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05199 seconds
  • Memory Usage 2,327KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • 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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete