vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Board Optimization - FUZZY SEO Booster - increase long tail search traffic AUTOMATICALLY! (https://vborg.vbsupport.ru/showthread.php?t=234192)

RPSmedia 12-29-2010 11:50 PM

right, but I'd rather not be advertising his sites for him like that

RPSmedia 12-30-2010 12:01 AM

I did, but that's not the point. Moot issue, good luck with it. I purchased another license for vbseo.

final kaoss 12-30-2010 12:05 AM

Well now that you've made up your mind about that issue. Back to the one you kept interrupting me on.
https://vborg.vbsupport.ru/showthrea...234192&page=35

The collapsable box issue.

RPSmedia 12-30-2010 12:14 AM

It's not interrupting when you are trying to inform others of actions that could damage their SEO that they are working so hard on getting. Remove the copyright that this guy states you cannot do without paying for it and you are opening yourself up to legal actions. If you are a business, you have something to lose and from the looks of his business practices already he's not out to do the right thing.

Roll your own dice but you should try and keep yourself better informed of what you can and cannot do.

final kaoss 12-30-2010 12:16 AM

Dude there you go again. I'm talking about the collapse button issue. Not what your trying to bring up.

RPSmedia 12-30-2010 12:21 AM

Nope, I'm done.

BTW, while checking out your site I noticed all the keywords that this product is doing for you. Holy crap. I'd be worried about Google dropping you from their Adsense program.

final kaoss 12-30-2010 12:23 AM

I'm sure that if one of the 20,000 plus users got dropped from it, we would've heard about it by now lol. I'm not worried.

RPSmedia 12-30-2010 12:24 AM

I wish you the best, it's definitely breaking Google's TOS :)

final kaoss 12-30-2010 12:26 AM

Enlighten me.

onehost 12-30-2010 12:52 AM

Quote:

Originally Posted by RPSmedia (Post 2141079)
I wish you the best, it's definitely breaking Google's TOS :)

Those words are basicly what people searched for to reach the site, so
what does that have to do with adsense? My question even though you
have a large list of keywords as it really done anything for you other
then just show a huge list? and how come you have 5 times as many
keywords listed then seoforums.org? Interesting.

final kaoss 12-30-2010 01:15 AM

I have "5 times as many" listed because I altered the settings from 20 or whatever it was to something a bit higher.

onehost 12-30-2010 01:21 AM

Quote:

Originally Posted by extreme-gaming (Post 2141102)
I have "5 times as many" listed because I altered the settings from 20 or whatever it was to something a bit higher.

So did he finally get hiw mods sorted out, last I heard, everyone
was pounding down on him for lack of support, maybe not, nothing
has changed with this guy so it seems.

final kaoss 12-30-2010 01:43 AM

Who are you talking about?

Quote:

Originally Posted by onehost (Post 2141105)
So did he finally get hiw mods sorted out, last I heard, everyone
was pounding down on him for lack of support, maybe not, nothing
has changed with this guy so it seems.


Gnoll 12-31-2010 12:39 PM

Still problem with Turkish-Char-Set ( Ğ ğ Ü ü Ş ş İ ı Ö ö Ç ç ) :/

Brandon Sheley 12-31-2010 02:37 PM

Quote:

Originally Posted by extreme-gaming (Post 2141049)
and rps that's one of his sites as you can see in the "footer advertisement" plugin

PHP Code:

 if ($vbulletin->options['seofq_auto_link_pos'] == 2){
                
$footer_link '';
                switch( 
THIS_SCRIPT ){
                    case 
'index':
                        
$footer_link 'FuzzySEO by <a href="http://seoforums.org" title="SEO Forum" target="_blank">SEO Forum</a>.org<br />';
                    break;
                    case 
'forumdisplay':
                        
$footer_link 'FuzzySEO by <a href="http://pokerforums.co" target="_blank">Pokerforums.co</a><br />';
                    break;
                    case 
'showthread':
                        
$footer_link 'FuzzySEO by <a href="http://seoforums.org/google/" title="SEO Blog" target="_blank">Google SEO</a><br />';
                    break;
                }
                
$vbulletin->options['copyrighttext'] .= $footer_link


hm, nice find
I didn't mind promoting his seo site, but I'm not risking the quality of my site to promote his poker site

[high]* Brandon Sheley uninstalled :down:[/high]

final kaoss 12-31-2010 04:19 PM

1 Attachment(s)
Ok, finally I've fixed the issue with the showthread & forum home collapsible boxes. Only tested with the latest upgrade of this mod, use at your own risk if using a lower version.
only problem that I've found is what's in the attachment (only seems to affect the homepage)

First open up your skin then head over to f_seo_plugin_home and replace everything with

PHP Code:

<style type="text/css">
                 
#wgo_events div.inner *{background:none;display:inline;border:none;color:black;padding:0px 0px 0px 0px;-webkit-border-top-right-radius:0px;-webkit-border-top-left-radius:0px;-webkit-box-shadow: none;font-weight:normal;}
                 #wgo_events div.inner h2{font-size: 130%;font-weight: bold;}
                 #wgo_events div.inner h3{font-size: 120%;font-weight: bold;}
                 #wgo_events div.inner h4{font-size: 120%;}
                 #wgo_events div.inner h5{font-size: 110%;}
                 #wgo_events div.inner strong{font-size: 100%;}
                 #wgo_events a.seoq{margin:5px 0px 0px 20px;}
                 
</style>

<
div class="collapse"> <class="collapse" id="collapse_homepage" href="{vb:raw relpath}#top" ><img src="{vb:stylevar imgdir_button}/collapse{vb:raw vbcollapse.collapseimg_info_options}_40b.png" alt="Collapse this box." /></a>
    <
div id="wgo_events" class="wgo_subblock section">
            <
h3 class="blocksubhead"><img src="{vb:stylevar imgdir_misc}/forum_stats.png" alt="{vb:rawphrase seofq_title}" />{vb:rawphrase seofq_title}</h3></div>
            <
div class="inner" id="homepage">
                <
vb:each from="keywords" key="wordid" value="word">
                    {
vb:var tag_fix}{vb:var word.tag}>{vb:var word.term_value}</{vb:var word.tag}><vb:if condition="$wordid != $tagscount">,&nbsp;</vb:if>
                </
vb:each>
            </
div>
        </
div








Next head over to f_seo_plugin_thread and again replace the entire contents with

PHP Code:

<style type="text/css">
                 
#seofq_list_cell *{background:none;display:inline;border:none;color:black;padding:0px 0px 0px 0px;-webkit-border-top-right-radius:0px;-webkit-border-top-left-radius:0px;-webkit-box-shadow: none;font-weight:normal;}
                 #seofq_list_cell h2{font-size: 130%;font-weight: bold;}
                 #seofq_list_cell h3{font-size: 120%;font-weight: bold;}
                 #seofq_list_cell h4{font-size: 120%;}
                 #seofq_list_cell h5{font-size: 110%;}
                 #seofq_list_cell strong{font-size: 110%;}
                 #seof_queries_list a.seoq{margin:0px 0px 0px 0px;font-size: 100%;}
                 
</style>
<
div class="collapse"> <class="collapse" id="collapse_seof_queries_list" href="{vb:raw relpath}#top" ><img src="{vb:stylevar imgdir_button}/collapse{vb:raw vbcollapse.collapseimg_info_options}_40b.png" alt="Collapse this box." /></a>

    <
h4 class="threadinfohead"><span class="optiontitle">{vb:rawphrase seofq_title}</span></h4></div>
    <
div id="seof_queries_list" class="thread_info_block">
        <
div class="inner_block">
            <
div id='seofq_list_cell'>
            <
vb:each from="keywords" key="wordid" value="word">
                {
vb:var tag_fix}{vb:var word.tag}>{vb:var word.term_value}</{vb:var word.tag}><vb:if condition="$wordid != $tagscount">,&nbsp;</vb:if>
            </
vb:each>
            </
div>
        </
div>
    </
div


rmd708 01-04-2011 08:20 AM

My server load is above 20 with this installed and below 1 with it uninstalled. This is with a very powerful server.

hany_c_v 01-04-2011 10:20 AM

Thanks

Installed
http://www.mngol.com/en/

final kaoss 01-04-2011 11:07 AM

I find that hard to believe. My server load barely rises above 4 percent with this mod enabled plus all the others. This is with shared hosting.;)

Quote:

Originally Posted by rmd708 (Post 2143758)
My server load is above 20 with this installed and below 1 with it uninstalled. This is with a very powerful server.


denman75 01-04-2011 11:40 AM

i used this mod ,but i dont like it to be for poker advert
is only way to remove this ,uninstall this mod completly ?

final kaoss 01-04-2011 12:04 PM

nope, he posted a few posts back to "buy a gold version" which doesn't have backlinks. Then again just add rel=nofollow to the links and it's all good.

denman75 01-04-2011 12:19 PM

thank you for the answer

rmd708 01-08-2011 03:34 AM

Quote:

Originally Posted by extreme-gaming (Post 2143824)
I find that hard to believe. My server load barely rises above 4 percent with this mod enabled plus all the others. This is with shared hosting.;)

My board has over 2 million threads, and received 50,000 people a day from google searches. After a year this causes the Fuzzy SEO plugin to create a huge database of search terms, and now when the script is enabled the server load immediately jumps to 20. As soon as it is disabled it immediately goes down to 1.

The script is nice and I like it, but I cant use it as long as the code is not efficient.

denman75 01-08-2011 06:43 AM

why was it in quarantaine first and now restored ,something happend

StarBuG 01-08-2011 08:28 AM

Yes that would be an important information.

There was no update of the product file so if it was quarantined for security purposes please let us know.

Also this information would be very important for the "Gold" owners which payed for their version but don't get support in any way.
If there was a security issue we have to compare the "free" version with our "exactly the same gold" version to fix the issue.

salvador21 01-08-2011 09:07 AM

Quote:

Originally Posted by StarBuG (Post 2145874)
Yes that would be an important information.

There was no update of the product file so if it was quarantined for security purposes please let us know.

This is all the answer I could get , though I did not specify the actual mod:

https://vborg.vbsupport.ru/showthrea...40#post2145640

sticky 01-08-2011 09:43 AM

Quote:

Originally Posted by denman75 (Post 2145857)
why was it in quarantaine first and now restored ,something happend

Yes, can anyone explain with cliff notes?

Not sure what is going on as well and I use this so I'm interested.

GamerPerfection 01-08-2011 12:09 PM

One minute quarantined the next minute unquarantined, and no answer or explanation.

Ah well, .... uninstalled.

final kaoss 01-08-2011 01:16 PM

Why uninstall?

GamerPerfection 01-08-2011 01:26 PM

Quote:

Originally Posted by extreme-gaming (Post 2145943)
Why uninstall?

No explanation of quarantine. plus i never saw it benefit my site anyway.

final kaoss 01-08-2011 01:42 PM

You gotta give it a little bit of time for the search engines to recognize it. If you have the bots set to crawl at 6 requests per second, you might see the seo change within 1-2 weeks. But not messing with the webmaster tools, it'll probably take 4-8 weeks before you see noticable changes.

kall 01-08-2011 02:22 PM

Maybe it was to do with those links that get added to the bottom of every page, I am pretty sure I hadn't seen the bold green mention of it in the first post.

GamerPerfection 01-08-2011 02:53 PM

Quote:

Originally Posted by extreme-gaming (Post 2145958)
You gotta give it a little bit of time for the search engines to recognize it. If you have the bots set to crawl at 6 requests per second, you might see the seo change within 1-2 weeks. But not messing with the webmaster tools, it'll probably take 4-8 weeks before you see noticable changes.

I've had this mod for the best part of a year.

cdoyle 01-08-2011 03:18 PM

I've asked the mod maker this question, but never got a response.

How is this mod any different from me manually going into a page, and stuffing it with keywords? Doesn't this basically do the same thing? It takes the search query and inserts it into the page. I thought Search Engines look for this type of behavior on pages and I thought it had a negative impact in SEO

OldSchoolDSL 01-08-2011 11:01 PM

I'm wondering why this was removed from the mod graveyard. The developer seems not to answer anything here and there is a long list of bugs.

Still getting odd entries: 페르시아어의 섹스 이야ê

(example above)

StonePilot 01-09-2011 08:27 PM

What does this do? I can't see that it added anything to my site.

cdoyle 01-09-2011 08:37 PM

It will add the search terms that people used on the search engine to find your site. If will add the terms to your main forum on forumhome. If they found a thread via a search engine, it will add the search term to the thread.

I'm still not convince this actually does help your search rankings. I had it installed for about 4 months, and didn't see any thing different. I uninstalled it because of the back links back to the developers sites.

OldSchoolDSL 01-09-2011 09:26 PM

Quote:

Originally Posted by cdoyle (Post 2146633)
It will add the search terms that people used on the search engine to find your site. If will add the terms to your main forum on forumhome. If they found a thread via a search engine, it will add the search term to the thread.

I'm still not convince this actually does help your search rankings. I had it installed for about 4 months, and didn't see any thing different. I uninstalled it because of the back links back to the developers sites.

Looking at the back links, it tells Google Bot and others to follow it. So in a since, it's like we're giving the developer a high SEO rating. :rolleyes:

No support seems to be provided.

No updates provided.

No questions answered.

And this seems to add 1 or 2 queries


Thinking I'll un-installed this.

OldSchoolDSL 01-09-2011 09:38 PM

Quote:

Originally Posted by OldSchoolDSL (Post 2146666)
Looking at the back links, it tells Google Bot and others to follow it. So in a since, it's like we're giving the developer a high SEO rating. :rolleyes:

No support seems to be provided.

No updates provided.

No questions answered.

And this seems to add 1 or 2 queries


Thinking I'll un-installed this.

Un-installed

1st thing I noticed was my site got noticeable faster. :eek:

I'll report back on my SEO rating in 1 week or so.

usdan 01-10-2011 04:49 PM

I've uninstalled this mod, however I still have a section in siteadmin "SeoForum Queries plugin" that gives a database error when I click on any of the links (because everything else on the mod was uninstalled).

Did I miss anything to unistall it?


All times are GMT. The time now is 07:46 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.02832 seconds
  • Memory Usage 1,870KB
  • 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
  • (3)bbcode_php_printable
  • (12)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