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)
-   -   Mini Mods - Hide Version Number. Updated with hiding the version everywhere automatically. (https://vborg.vbsupport.ru/showthread.php?t=235252)

borbole 02-06-2010 10:00 PM

Hide Version Number. Updated with hiding the version everywhere automatically.
 
1 Attachment(s)
This is a small hack that it will allow you to turn off the public display of the version number of your vBulletin forum. You can enable and disable it at the Acp-Options-Forums Home Page Options.

I know that it can be easily done by changing the language phrase but this way is handier in my opinion.

Updated: With hiding the version in the templates automatically with thanks to Boofo.

Update again. Now it hides the version at the archives as well and therefore the version is hidden everywhere.

vb4newb 02-07-2010 06:37 PM

thanks, maybe you should change it from MYBB in description :)

borbole 02-07-2010 06:50 PM

Quote:

Originally Posted by vb4newb (Post 1976838)
thanks, maybe you should change it from MYBB in description :)

I caught that as well and I did change it. Thank you :)

Magnumutz 02-08-2010 04:33 PM

Is this allowed by IB? If yes, you should remove it from the Page's Source as well, if possible.

borbole 02-08-2010 04:37 PM

Quote:

Originally Posted by Magnumutz (Post 1977575)
Is this allowed by IB? If yes, you should remove it from the Page's Source as well, if possible.

I am not sure I know what you mean if it is allowed by IB? Did you mean if vb allows it? if so, then yes. You are allowed to remove the version number.

ragtek 02-08-2010 05:21 PM

You don't hide the version number from the js files.
Code:

<script type="text/javascript" src="clientscript/vbulletin_global.js?v=3612"></script>

mabersoft 02-08-2010 05:29 PM

What is the + side of having this?

borbole 02-08-2010 05:34 PM

It helps a bit on avoiding being targeted by the hackers that hunt for version vulnerabilities by googling for them and hacking forums at random.

mabersoft 02-08-2010 05:37 PM

I see. i wil have to use this then. thanks.

borbole 02-08-2010 06:13 PM

You are welcome.

Magnumutz 02-08-2010 08:27 PM

Ok, thanks for the reply borbole.

ShadowStalker 02-08-2010 10:09 PM

Good hack for people who don't want to deal with changing it manually.

singh9211 02-08-2010 10:12 PM

nice mod, thanxxxxxxx

borbole 02-08-2010 11:10 PM

Quote:

Originally Posted by Magnumutz (Post 1977756)
Ok, thanks for the reply borbole.

You are welcome.

Quote:

Originally Posted by YZFRydn (Post 1977831)
Good hack for people who don't want to deal with changing it manually.

Indeed.
Quote:

Originally Posted by singh9211 (Post 1977836)
nice mod, thanxxxxxxx

You are welcome.

borbole 02-09-2010 01:34 PM

You are welcome.

cardealercheck 02-09-2010 11:56 PM

I'm still showing

Code:

<meta name="generator" content="vBulletin 4.0.1" />
Anyway for your code to remove that?

borbole 02-10-2010 12:22 AM

You can remove that manually at the template where it is defined as my hack doesn''t do that. It simply removes it from the footer.

elwachiman 02-10-2010 12:22 AM

installed tnks man

borbole 02-10-2010 12:23 AM

You are welcome.

cardealercheck 02-10-2010 01:03 AM

Thanks for the info

Juggernaut 02-10-2010 01:54 AM

Thanks, installed :D

daveaite 02-10-2010 01:58 AM

I was one of the first sites to upload to vbulletin 4.0 Beta. I literally went live when vbulletin was in beta. After that my site got hacked a bunch of times...and it was hackers searching for my specific version of vbulletin that targeted my site after looking at the logs.

So good mod.

ChopSuey 02-10-2010 07:59 AM

LOL no point in using this, as you can view page source of your site :)

borbole 02-10-2010 01:20 PM

Quote:

Originally Posted by cardealercheck (Post 1978770)
Thanks for the info

You are welcome.

Quote:

Originally Posted by Destron (Post 1978803)
Thanks, installed :D

Thanks for clicking the Install button.

Quote:

Originally Posted by daveaite (Post 1978807)
I was one of the first sites to upload to vbulletin 4.0 Beta. I literally went live when vbulletin was in beta. After that my site got hacked a bunch of times...and it was hackers searching for my specific version of vbulletin that targeted my site after looking at the logs.

So good mod.

I know what you mean and that is exactly the idea behind the mod although some may argue that it adds security through abscurity.

Quote:

Originally Posted by ChopSuey (Post 1978959)
LOL no point in using this, as you can view page source of your site :)

As stated above, the point for using this mod is to hide the version number when hackers google for outdated version and hack forums at random. It helps a lot in this case, trust me :)

vale4u31 02-15-2010 09:59 AM

well, nice one but let me tell u something , it's not hide the version number in the archive , i hope u will fix this :)

thetgc 02-15-2010 02:07 PM

Quote:

Originally Posted by borbole (Post 1977625)
It helps a bit on avoiding being targeted by the hackers that hunt for version vulnerabilities by googling for them and hacking forums at random.



Your wrong... this mod only removes the version number, but its useless because you would still appear on google because this is coded into one of the templates:

Code:

<meta name="generator" content="vBadvanced, vBulletin 4.0.1" />
Obviously you can take it out if you find the template (not changable in general settings), but you would have to do this every time you upgrade...

Doesnt help at all because google checks the meta rather than content in 99.99% of all cases...

borbole 02-15-2010 03:10 PM

Quote:

Originally Posted by thetgc (Post 1982961)
Your wrong... this mod only removes the version number, but its useless because you would still appear on google because this is coded into one of the templates:

Code:

<meta name="generator" content="vBadvanced, vBulletin 4.0.1" />
Obviously you can take it out if you find the template (not changable in general settings), but you would have to do this every time you upgrade...

Doesnt help at all because google checks the meta rather than content in 99.99% of all cases...

I am not wrong at all. If you search at google for, Powered by vBulletin? Version 4.0.1, for ex, your forum will not come up in the search results, if the version number is hidden. And that is the wole idea of the mod as stated above numerous times.

Jabong82 02-15-2010 10:31 PM

Installed great mod!

One question though. This hack removes it from the forum area, but my version of Vbulletin still shows up on the CMS homepage? Is there anyway to remove that number too?

borbole 02-15-2010 10:49 PM

It should be a way to remove it from the cms homepage but to be honest I don''t know vb''s cms as I have never used it. Sorry that I can''t be of help.

steve1966 02-16-2010 08:42 AM

Quote:

Originally Posted by Jabong82 (Post 1983331)
Installed great mod!

One question though. This hack removes it from the forum area, but my version of Vbulletin still shows up on the CMS homepage? Is there anyway to remove that number too?

it is not showing up on my cms homepage with the older version but the new update it does so just use the previous version if you have not got it i can pm you it

Allan 02-16-2010 03:48 PM

This hack delete our french copyright, a suggestion:
  • In "Hide Version" pluginn find:
PHP Code:

$vbphrase['powered_by_vbulletin'] = 'Powered by <a href="http://www.vbulletin.com" id="vbulletinlink">vBulletin&trade;</a><br />Copyright &copy; vBulletin Solutions, Inc. All rights reserved.'

  • Replace with:
PHP Code:

$vbphrase['powered_by_vbulletin'] = preg_replace("/Version [\d\.]+/",""$vbphrase['powered_by_vbulletin']); 


borbole 02-16-2010 04:22 PM

I hadn''t thought of other languages to be honest as I use only english at my forum. Thanks for reminding me and for posting the code. I am sure it will come in handy to a lot of people who use another language other than english.

ascott 02-16-2010 08:57 PM

Uploaded it and turned it on in admin CP but it never worked for me :(

sd2310 02-17-2010 09:22 AM

Quote:

Originally Posted by ascott (Post 1984067)
Uploaded it and turned it on in admin CP but it never worked for me :(

Only the display of the translation copyright or the hack himself ?

sKippah 02-17-2010 09:56 AM

Nice one but does not really help. Just open the Source Code and u will find at the very top
Code:

<meta name="generator" content="vBulletin 4.0.1" />
Would be nice if u would do a recode, that will hide the whole Version Numbers

ascott 02-17-2010 08:46 PM

Quote:

Originally Posted by sd2310 (Post 1984422)
Only the display of the translation copyright or the hack himself ?

It was still showing the 4.0.1 but now that I've updated to 4.0.2 it's working correctly now :up:

thetgc 02-18-2010 01:01 AM

Quote:

Originally Posted by sKippah (Post 1984445)
Nice one but does not really help. Just open the Source Code and u will find at the very top
Code:

<meta name="generator" content="vBulletin 4.0.1" />
Would be nice if u would do a recode, that will hide the whole Version Numbers

#

Thats what I said. As long as this is in the source code, google and other search engines will always show your website... regardless of it been removed from the bottom of the footer... please research how google uses the meta tags...

kho91 02-18-2010 09:12 PM

its not working in the cms page

borbole 02-18-2010 09:49 PM

Sorry about that but I don''t have a cms that I could test it.

sd2310 02-19-2010 08:33 AM

Quote:

Originally Posted by kho91 (Post 1985937)
its not working in the cms page

Definitely, this CMS causes a lot of issues. It only remains to edit directly the phrase: remove Version {1} from powered_by_vbulletin. I didn't find others methods.


All times are GMT. The time now is 11:20 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.01367 seconds
  • Memory Usage 1,826KB
  • 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
  • (6)bbcode_code_printable
  • (2)bbcode_php_printable
  • (16)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
  • (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