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

Reply
 
Thread Tools
Zoints SEO 2.3.2 Details »»
Zoints SEO 2.3.2
Version: 2.3.2, by dxlwebs dxlwebs is offline
Developer Last Online: Dec 2012 Show Printable Version Email this Page

Category: Board Optimization - Version: 3.8.x Rating:
Released: 01-21-2009 Last Update: 04-04-2009 Installs: 209
Uses Plugins Auto-Templates
Code Changes Additional Files  
No support by the author.

Zoints SEO 2.3.2!

First i would like to say sorry that its taken so long to get a new version out work has been hectick

now to the update!
mainly this update is only a faster version i have cleaned the coding a bit and made a few changes here and there for better performance.

i know there is still a few bugs in the system and i will now start on a complete rewrite of a seo system as zoints is reaching its limits with the fixes you can add in so this will be my last zoints update, the next release will be a new and more complete system!

it is recommended to update just for easier life and i would recomend using mod-rewrite as its the most stable area of the zoints SEO

I hope you look forward to my next Full Release and not just an update!

this version contains Most of the updates and bug fixes from this thread also others from the zoints forum as well! it contains 1 core file from the tags file please note you MUST read the read me file before you upload anything!

this is a pretty straight forward install it will edit all the templates automatically even on a custom template (tested my self) and even if not you have the files needed to make the changes!

"THIS IS ONLY TO BE USED WITH VBULLETIN 3.8.x"

********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. (should be fixed now)

Zoints Explained = Click Here

if you like it click install
and if you really love it click nominate lol

Download Now

File Type: zip zoints seo 2.3.2.zip (51.6 KB, 2198 views)

Show Your Support

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

Comments
  #162  
Old 04-10-2009, 08:03 AM
turbosatan turbosatan is offline
 
Join Date: Jul 2007
Posts: 135
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

are there upgrade instructions for this?

i have been using the old zoints SEO for some time and recently upgraded my forum to 3.8

i want to ensure i dont lose any pages etc which are currently ranking well.

would you advise to leave it as it is or upgrade?
Reply With Quote
  #163  
Old 04-10-2009, 10:46 PM
RTMdotORG RTMdotORG is offline
 
Join Date: Dec 2008
Posts: 282
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by turbosatan View Post
are there upgrade instructions for this?

i have been using the old zoints SEO for some time and recently upgraded my forum to 3.8

i want to ensure i dont lose any pages etc which are currently ranking well.

would you advise to leave it as it is or upgrade?
i believe its the same, because in the zip it doesnt even say its for 3.8...
it shows 3.7....

so i would guess you wont have to upgrade...
but im not the author...
Reply With Quote
  #164  
Old 04-24-2009, 02:21 PM
dxlwebs dxlwebs is offline
 
Join Date: Jun 2008
Posts: 237
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

sorry but no one for this modis the author really as its mega old now all i did was keep it going by doing the bug fixes but i have found that it is better to make a complete rewrite so i thought i would make my own instead this mod for support and everything from me is closed but i hope to have a new better and morecomplete system soon
Reply With Quote
  #165  
Old 04-28-2009, 08:28 PM
Gene Steinberg Gene Steinberg is offline
 
Join Date: Dec 2006
Posts: 278
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK, I have most of this working, except for an invalid input message when I try to access anything but the forum's home page.

Ideas?

Peace,
Gene Steinberg
Reply With Quote
  #166  
Old 04-29-2009, 09:25 AM
Sayid Sayid is offline
 
Join Date: Jan 2009
Posts: 143
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

can't wait for the complete version

Btw, is it work with other than English languages like Arabic or Chinese ?
Reply With Quote
  #167  
Old 05-11-2009, 04:27 PM
rbgrn rbgrn is offline
 
Join Date: Jul 2007
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for maintaining this! I have a patch to submit for SEOing the URLs in the social bookmarks:

plugin: showthread_bookmarkbit
code:
Code:
$bookmarksite['link'] = str_replace(
                        array('{URL}', '{TITLE}'),
                        array(urlencode($vbulletin->options['bburl'] . '/' . zseo_url_thread($thread, 1)), urlencode($thread['title'])),
                        $bookmarksite['url']);
Reply With Quote
  #168  
Old 05-11-2009, 05:02 PM
rbgrn rbgrn is offline
 
Join Date: Jul 2007
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I found this problem while I was trying to make submissions to Digg work from the social bookmarking links:

This is what my apache log kicked out when attempting to submit the same thread to Digg:

BTW - This forum keeps ripping out the "s equals sessionkeystring" so I'm going to write it out that way so you can see.

With 301s enabled:

Code:
"HEAD /forums/showthread.php/new-fourms-31409.html HTTP/1.1" 301
"HEAD /forums/showthread.php/new-fourms-31409.html?s_equals_sessionkeystring&amp%3B HTTP/1.1" 301
"HEAD /forums/showthread.php/new-fourms-31409.html?s_equals_sessionkeystring&amp%3Bs_equals_sessionkeystring&amp%3B HTTP/1.1" 301
With disabled:

Code:
"HEAD /forums/showthread.php/new-fourms-31409.html HTTP/1.1" 200
"GET /forums/showthread.php/new-fourms-31409.html HTTP/1.1" 200
So it appears to be getting hung up on the session key somehow? My instinct says that there is some extra parseurl in there somewhere which is screwing it up.
Reply With Quote
  #169  
Old 05-11-2009, 07:00 PM
dxlwebs dxlwebs is offline
 
Join Date: Jun 2008
Posts: 237
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hey from my knowledge when i last tested this with dig it all worked fine the only problem that happened was that if you have the redirect turned on digg would tell you that you have too many redirects!

sadly im no longer maintaining this anymore and im in the stages of creating me own SEO system!

there is no realistic deadline right now but i promise to have something out soon!
Reply With Quote
  #170  
Old 05-12-2009, 03:21 PM
rbgrn rbgrn is offline
 
Join Date: Jul 2007
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Awesome! I look forward to your new system.

One thing to keep in mind - those of us who have ZSEO installed will need an upgrade path, that is, a backwards compatible URL rewriter! We can use new URLs but the old ones will absolutely need to be 301 redirected to the new ones.
Reply With Quote
  #171  
Old 05-12-2009, 04:11 PM
dxlwebs dxlwebs is offline
 
Join Date: Jun 2008
Posts: 237
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yeah i thought about that too!

i will try to incorporate all the features that zoints and other SEO's have and a priority will be that you get the redirects but obviously i cannot make it too much like zoints as that would creat copyright problems but for the sack of all the zoints seo users i will try to make the controls similar for ease in the change!
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 02:47 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.05221 seconds
  • Memory Usage 2,334KB
  • Queries Executed 26 (?)
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
  • (3)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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
  • (1)postbit_attachment
  • (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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete