vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Board Optimization - Zoints SEO 2.3.2 (https://vborg.vbsupport.ru/showthread.php?t=202739)

pjardinage 06-12-2009 05:39 AM

Any idea ? :confused:

mikey1991 06-13-2009 05:39 AM

Installing this on a clients board, the IM Icons work in firefox, but in IE 8 they lead to a 404, we have tried this with the mod_rewrite on and off, neither works. I need a fix please.

pjardinage 06-14-2009 09:14 AM

Should i write this for french letters ?

PHP Code:

function zseo_cleaned_string($string)
{
    global 
$vbulletin;
    
    
$bit iif($vbulletin->options['zointsseo_url_separator'], '_''-');
    
    
/*
    french - fix start ----------------------------------------------------
    */
    
$string=iconv('UTF-8','ISO-8859-9',$string);
    
$string=iconv("ISO-8859-9""UTF-8",$string);
    
/*
    french - fix end ------------------------------------------------------
    */
    
    
$string strtolower($string);
    
$string unhtmlspecialchars($string);
    
    
$string str_replace("'"''$string);
    
$words preg_split("#[^a-z0-9]#"$string, -1PREG_SPLIT_NO_EMPTY);
    
    
$words zseo_strip_stopwords($words$bit);
    
$words zseo_limit_keywords($words$bit);
    return 
implode($bit$words);



mike2902 07-08-2009 04:11 PM

Question about the MOD rewrite instructions.....Here are the instructions as given

3. .htaccess edit (required for the mod_rewrite option)
========================================
This step is only necessary if you are planning on using the mod_rewrite option to
rewrite the URLs. Please note that you will have to have mod_rewrite support enabled
on your server.

File: /.htaccess (If it does not exist, create it)

If the following two lines already exist, then skip ahead to the next edit, otherwise
add them at the end of the file

----------------------------------------
Options +FollowSymlinks
RewriteEngine on
----------------------------------------

Add the following lines at the end of the file
----------------------------------------
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]
----------------------------------------

So if I understand this, I create a file in my forum root called .htaccess

Then open that file and add the following into it.

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]

j1mmy 08-02-2009 09:58 PM

Has it been reported yet that there are logging in problems with IE? I've got this problem, but not sure if this mod was the reason?

Ava-Kyrillos 09-21-2009 07:10 PM

hi
when I tring to edit "showthread_similarthreadbit"
with new value as the attached text file

I get this erro
Parse error: syntax error, unexpected '"', expecting ']' in /home/*********/includes/adminfunctions_template.php(3939) : eval()'d code on line 2

how i solve this
thanks

kootta 09-22-2009 12:25 PM

thank you for this great mod i,ve been searching for a way to make the dynamic URL to static n i now did it by using ur mod
thanks and i marked as installed

MikesSite 12-22-2009 05:16 PM

I have been using this for a long time with mod_rewrite. I'm nervous when I upgrade to vB 4 I will lose all of my links which will hurt SEO.

Is there any way to carry over the links or to prevent this from happening?

Any plans for a vB4 version of this?

Thanks.

dxlwebs 12-22-2009 08:23 PM

Quote:

Originally Posted by MikesSite (Post 1935604)
I have been using this for a long time with mod_rewrite. I'm nervous when I upgrade to vB 4 I will lose all of my links which will hurt SEO.

Is there any way to carry over the links or to prevent this from happening?

Any plans for a vB4 version of this?

Thanks.

like stated in the pm i have moved zoints to a new name C-logic SEO which is basically zoints but far more advanced we both use the same URL rewrite system (manythanks to zoints) but with a lot less bugs and much more stabillity if you wish for me to creat a version for VB4 i would be more than happy to start coding for your all but my time and money is limited!

note to all that VB4 does have its own URL rewriting system so unless you have zoints or c-logic and wish to keep the urls the same i do recommend you stick with the systems base url system if anyone has zoints or c-logic seo i recomend you stick with it i will test C-Logic SEO and see if VB4 works with it if not i will start working on a new version as soon as possible!

solokron 01-13-2010 08:28 PM

I would love to see a VB4 version of this! We would like to keep our thread URLs the same with .html at the end.

extremeseo 01-20-2010 02:30 PM

Nice mod, just installed.

flOid 01-21-2010 11:14 AM

I would like to upgrade to vb4 and the missing incompatibility with Zoints right now is pretty much the only thing preventing me from doing it. So is there any workaround to keep the links in vb4? Maybe vb4 just can be adapted so it uses the same link structure as Zoints SEO? Maybe some .htaccess rewrite directive that does convert old Zoints SEO links into working vb4 links?

pozo 01-23-2010 01:27 PM

Hey guys,

I tried to uninstall this mod, but now I get the attached error message if I want to watch the tags...
Can somebody help me to solve my problem?

Quote:

Datenbankfehler in vBulletin 3.8.4:

Invalid SQL:

SELECT zoints_tag.tag, COUNT(*) count FROM vb1_zoints_tag zoints_tag
LEFT JOIN vb1_thread thread ON(zoints_tag.threadid = thread.threadid)
WHERE thread.forumid IN(3,4,5,6,34,86,85,78,84,74,19,20,21,323,10,28,29 ,30,31,8,32,33,46,47,64,65,66,67,48,58,59,62,61,63 ,49,51,52,68,69,50,53,54,55,56,57,87,90,91,92,93,9 4,95,96,97,98,99,100,101,102,103,104,88,105,106,10 7,108,109,89,110,111,112,113,114,115,116,117,118,1 19,120,121,122,123,124,125,126,127,128,129,130,131 ,132,133,134,135,136,137,138,139,140,141,142,143,1 44,145,146,147,148,149,150,151,152,153,154,155,156 ,157,158,159,160,161,162,163,164,165,166,167,168,1 69,170,171,172,173,174,175,176,177,178,179,180,181 ,182,183,184,185,186,187,188,189,190,191,192,193,1 94,195,196,197,198,199,200,201,202,203,204,205,206 ,207,208,209,210,211,212,213,214,215,216,217,218,2 19,220,221,222,223,224,225,226,227,228,229,230,231 ,232,233,234,235,236,237,238,239,240,241,242,243,2 44,245,246,247,248,249,250,251,252,253,254,255,256 ,257,258,265,259,260,261,262,263,264,266,267,268,2 69,270,271,272,273,274,275,276,277,278,279,280,281 ,282,284,283,285,286,287,288,289,290,291,292,293,2 94,295,296,297,298,299,300,301,302,303,304,305,306 ,307,308,309,310,311,312,313,314,315,316,317,318,3 19,320,321,322,23,24,25,42,39,27,35,36)

AND autogen != 1
GROUP BY zoints_tag.tag
ORDER BY count DESC
LIMIT 30;

MySQL-Fehler : Table 'db111****-****.vb1_zoints_tag' doesn't exist
Fehler-Nr. : 1146
Fehler-Zeit : Saturday, 23.01.2010 @ 16:25:18
Datum : Saturday, 23.01.2010 @ 16:25:18
Skript : http://www.carhifi-lounge.net/tags/

Phaedrus 01-24-2010 10:55 PM

Some portion of the program is left behind. Likely in the php pages that is seeking that line in your database. You'll want to get rid of those. Easiest way would be to redownload the newest version of vbulletin and just uploading any pages that were edited. Make sure all the edits you added to your templates are also removed.

cdesseno 01-24-2010 11:24 PM

I have installed this mod and all is working ok excepts the /archive page. The archive page loads but the links go to inexistents pages. It seems that the rewriting is working everywhere but no in the archive.

uludagforum 02-17-2010 03:11 PM

I'm using zoint seo. Do not have the appropriate version of vbulletin version 4.

ahmad6 02-20-2010 03:02 PM

show this error

Fatal error: Call to undefined function fetch_dynamic_permission_message() in /home/*****/public_html/forum/global.php(607) : eval()'d code on line 196

megamoose 02-20-2010 06:47 PM

Thanks this is just what I wanted.

Cloverfield 03-08-2010 09:02 PM

HELP! Installed and it broke my forum!!

Quote:

Warning: require_once([path]/includes/functions_zseo.php) [function.require-once]: failed to open stream: No such file or directory in [path]/includes/init.php(595) : eval()'d code on line 1

Fatal error: require_once() [function.require]: Failed opening required '/home/******/public_html/includes/functions_zseo.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/******/public_html/includes/init.php(595) : eval()'d code on line 1

metalguy639 03-11-2010 04:21 AM

I'm having an issue with using html in the forum description. I have a link in my description like below:

https://vborg.vbsupport.ru/external/2010/03/54.png

My problem is when I go to click the forum link I get a broken page like this:

https://vborg.vbsupport.ru/external/2010/03/55.png


This also happens on the other SEO C-Logic product as well. I've tried both now and both do the same thing so there is a bug in both products. Does anyone know how to fix this?

Worlocked 04-06-2010 08:33 PM

Would anyone know the rewrite rule syntax to add the forum name to the URL when viewing threads?

For instance, now when you view a forum you get this:

domain.com/forum-name.html

But when you view a thread you just get:

domain.com/thread-name.html

I would like to get this in the thread link:

domain.com/forum-name/thread-name.html

Any ideas? It's probably quite simple, but rewrite rules are not my strong point

Cat333Pok?mon 05-21-2010 06:31 AM

Downloaded it, installed it exactly as the instructions said, and my entire forum broke with 404s. I have 3.8.4.

deni_z 05-26-2010 05:18 PM

Quote:

Originally Posted by Ava-Kyrillos (Post 1888589)
hi
when I tring to edit "showthread_similarthreadbit"
with new value as the attached text file

I get this erro
Parse error: syntax error, unexpected '"', expecting ']' in /home/*********/includes/adminfunctions_template.php(3939) : eval()'d code on line 2

how i solve this
thanks

I have the same problem. Please help!!!

roy1 08-11-2010 10:46 PM

Hi dxlwebs,my forum char set utf 8 but not suported this charakters:şüÜiĞğI
zoints seo supported UTF8 char set?

firattetik 08-11-2010 11:34 PM

hello thank you

moondragon13 11-16-2010 09:50 PM

Two quick questions:

I've used this on 3.7.x with no problems, any reason why you say only use this for 3.8.x

Also, has anyone looked deeper into the infinite loop problem for someone with no cookies? Is this an easy fix?

likaweb 02-15-2011 07:28 PM

Greetings all I wanted to ask how do you use Zoints SEO 2.3.2 for the Blog?

Thanks Lika ;)

I8DAPUC 04-09-2011 11:42 PM

This needs updating to vb4 please.

djbaxter 04-10-2011 12:11 AM

I wouldn't hold your breath. None of the Zoints add-ons have been updated in about two years, before 4.x was even released.

Nisi 05-21-2011 08:52 PM

Quote:

Originally Posted by I8DAPUC (Post 2182804)
This needs updating to vb4 please.

Yeah, it needs! Does it work to the newest version of vBulletin?

need2fart 05-26-2011 07:26 PM

Quote:

Originally Posted by Nisi (Post 2198498)
Yeah, it needs! Does it work to the newest version of vBulletin?

It doesn't. Just 3.8. Some people noted it works on 3.7 tho.

patrixon78 09-17-2011 07:52 AM

Is there any SEO optimisation plugins for 4.1.6 vB PS ?

prandah 10-26-2011 08:32 PM

hello how about lighttpd ?
are you have rewrite url for lighttpd?

ChiNa 09-28-2012 08:51 PM

My honest opinion about this is that, I think all these template edits are a very bad idea. and it takes out lots of the normal options on vBulletin...... Else the idea is ok..

I find it a bit dangerouse for me to use in future because I have already my forum and more than 20.000 links in google! But If I start a new forum then I might use this from the beginning, if it gave good rsults as well

thanks for share

OzgurcaN 12-11-2012 08:06 AM

Hello

www.sevgiforum.net

install zoints seo update error
http://img59.imageshack.us/img59/7159/ekranalntsqe.png

web browser delete forumdisplay.php title no problem

http://img651.imageshack.us/img651/2586/ekran2i.png

Naijasite 03-09-2013 09:23 AM

please update it for vb 4.2

marysnow786 11-18-2013 06:03 PM

any updated version for 4.x.x

djbaxter 11-18-2013 06:18 PM

Quote:

Originally Posted by marysnow786 (Post 2461896)
any updated version for 4.x.x

This project was abandoned a LONG time ago.

muggs72 01-25-2014 12:19 AM

I installed this mod on 3.8.Evrything went well with the hack but after I edited all templates and edited htaacees to rewrite the urls it wasnt going to any thread.I got error saying not found on server when i click every thread.so I removed rewrite urls and all the template edits.I dont know wht was wrong.was hoping this would work because I want my thread titles to show in the urls.Any help is appreciated.Thanks.


All times are GMT. The time now is 01:05 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.01631 seconds
  • Memory Usage 1,831KB
  • 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
  • (1)bbcode_php_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (39)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