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

Reply
 
Thread Tools
Mcafee Site advisor & Norton Safe web valid proof of your web site.[simple html] Details »»
Mcafee Site advisor & Norton Safe web valid proof of your web site.[simple html]
Version: 1.00, by elenh elenh is offline
Developer Last Online: Jun 2010 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 3.8.4 Rating:
Released: 09-04-2009 Last Update: Never Installs: 54
Template Edits
 
No support by the author.

Hi,

I use that for my site and i like to share with the community here.

This is a free valid proof of your web site from McAfee & Norton antivirus systems about virus,spam emails and bla,bla,bla..(etc.) and with this way you can show to your members that you are a secure site and can feel safe surfing to you

The only think you have to do is to upload the images to your forum and edit one template.

INTALATION: (time for install:1 min)

1. Download the zip file.Unzip and upload the images to your server.

2.Open footer template and find:
Code:
<br />
<div class="smallfont" align="center">$vbphrase[all_times_are_gmt_x_time_now_is_y]</div>
Adove please add:
Code:
<div align="center">
<a href="http://safeweb.norton.com/report/show?url=$vboptions[bburl]" target="_blank"><img src="your_server_path/norton.gif" border="0" alt="Yoursite.com tested by Norton Internet Security" title="Yoursite.com tested by Norton Internet Security"></a>
<a href="http://www.siteadvisor.com/sites/$vboptions[bburl]" target="_blank"><img src="your_server_path/mcafee.gif" border="0" alt="Yoursite.com tested by McAfee Internet Security" title="Yoursite.com tested by McAfee Internet Security"></a>
</div>
Replace the words:
1. yoursite.com with your domain name
2. your_server_path with the path you have uploaded the images

Click save and finish.

Thank you simonhind & RTMdotORG for your ideas!

Don't forget to click install.

Download Now

File Type: zip secure_mages.zip (3.6 KB, 334 views)

Show Your Support

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

Comments
  #2  
Old 09-05-2009, 12:21 AM
RTMdotORG RTMdotORG is offline
 
Join Date: Dec 2008
Posts: 282
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks...
one thing...
instead of <center></center> wrapped around it...
Do <div align="center"></div> wrapped around it...
Reply With Quote
  #3  
Old 09-05-2009, 12:35 AM
Manoel J?nior Manoel J?nior is offline
 
Join Date: Feb 2009
Location: SP / Brasil
Posts: 778
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great man!

Thanks
Reply With Quote
  #4  
Old 09-05-2009, 01:15 AM
TheSupportForum TheSupportForum is offline
 
Join Date: Jan 2007
Posts: 1,158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I would suggest you create templateedits.xml file to do this in the footer

however this would require users to have
Template Modification System

i can do this for you if i am included in developement contribution
PM Me if you are interested
Reply With Quote
  #5  
Old 09-05-2009, 12:40 PM
elenh elenh is offline
 
Join Date: Jun 2009
Location: Germany
Posts: 188
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by simonhind View Post
I would suggest you create templateedits.xml file to do this in the footer

however this would require users to have
Template Modification System

i can do this for you if i am included in developement contribution
PM Me if you are interested
Sorry but i'm still beginner on coding.If you want to help how to create the templateedits.xml i will do it.
Reply With Quote
  #6  
Old 09-05-2009, 02:03 PM
enemy@fps enemy@fps is offline
 
Join Date: Jul 2008
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

could be useful to get users trusting you
Reply With Quote
  #7  
Old 09-05-2009, 05:57 PM
TheSupportForum TheSupportForum is offline
 
Join Date: Jan 2007
Posts: 1,158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i thinl this is an interesting mod, but i have a suggestion so that users dont need to add there domain, i've already done it for my own site for my footer

using template modification system, you can change a simple piece of html code from a user typing

domain.com to $vboptions[bburl]

chnage your code to

Code:
 
<center>
<a href="http://safeweb.norton.com/report/show?url=$vboptions[bburl]" target="_blank"><img src="images/10ynzi9.gif" border="0" alt="$vboptions[bburl] tested by McAfee Security" title="$vboptions[bburl] tested by McAfee Security"></a>
<a href="http://www.siteadvisor.com/sites/$vboptions[bburl]" target="_blank"><img src="images/2e2fip2.gif" border="0" alt="$vboptions[bburl] tested by McAfee Security" title="$vboptions[bburl] tested by McAfee Security"></a>
</center>
i have the template.xml file ready for template Modification System if you havent already done so
Reply With Quote
  #8  
Old 09-05-2009, 06:36 PM
s-p0k's Avatar
s-p0k s-p0k is offline
 
Join Date: Jun 2009
Location: S1n C1ty
Posts: 199
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

where do if find this at i look...."your_server_path with the path you have uploaded the images"
Reply With Quote
  #9  
Old 09-05-2009, 06:48 PM
RTMdotORG RTMdotORG is offline
 
Join Date: Dec 2008
Posts: 282
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by s-p0k View Post
where do if find this at i look...."your_server_path with the path you have uploaded the images"
where you uploaded your images...

EXAMPLE:
www.yourforum.com/forums/images/norton.gif

Hope that helps..
Reply With Quote
  #10  
Old 09-05-2009, 07:59 PM
Jon Tolzien Jon Tolzien is offline
 
Join Date: Nov 2008
Location: Grand Forks, ND
Posts: 87
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So has the website been tested by Norton and Mcaffe? What kind of test is done exactly? Because if these tests aren't physically or automatically ran every so often, I would feel that i am lying to my surfers. That would be unethical.
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 01:17 PM.


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.07779 seconds
  • Memory Usage 2,320KB
  • Queries Executed 24 (?)
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
  • (2)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
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (1)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)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