vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced CMPS > vBa CMPS v1.x (Archive - Closed for Posting) > Add-On Modules & Modifications

 
 
Thread Tools Display Modes
  #1  
Old 06-13-2004, 08:12 PM
58sniper 58sniper is offline
Member
 
Join Date: Apr 2004
Posts: 80
Default Module: Virus Map

This will add a virus map module to your CMPS...

In your Admincp - Styles & Templates - Style Manager - Add a new template called "adv_portal_virusmap".

Insert this code into the template:

Code:
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
	<tr>
		<td class="tcat"><span class="smallfont"><b>$vboptions[blockbullet] Virus Map</b></span></td>
	</tr>
	<tr>
		<td class="alt2"><script type="text/javascript" language="JavaScript1.1" src="http://www.trendmicro.com/syndication/wtc/wtc_applet_js.asp"></script></td>
	</tr>
</table>
<br />
Save the template!

Still in your Admincp - vBa CMPS - Add Module

- Module Title - Virus Map
- Module Identifier - Leave blank
- OR Template to Include - virusmap
- Activate and select the column you want it in.
- Save and you are done.


Note: This is a fairly wide module, and is best suited in the center.
Attached Images
File Type: jpg virusmap.jpg (85.9 KB, 481 views)

Last edited by 58sniper; 06-14-2004 at 02:03 PM. Reason: Added screenshot
  #2  
Old 06-14-2004, 11:06 AM
Lurk Lurk is offline
Junior Member
 
Join Date: Feb 2004
Posts: 17
Default Re: Module: Virus Map

screenshot please?
  #3  
Old 06-14-2004, 02:04 PM
58sniper 58sniper is offline
Member
 
Join Date: Apr 2004
Posts: 80
Default Re: Module: Virus Map

Added screenshot
  #4  
Old 06-15-2004, 11:19 PM
kafi kafi is offline
Junior Member
 
Join Date: Apr 2004
Posts: 29
Default Re: Module: Virus Map

Can you write me how to include regular html page, not JS? I need to include specific whole site. thank you
  #5  
Old 08-24-2004, 12:36 PM
Bridger Bridger is offline
Junior Member
 
Join Date: Aug 2004
Posts: 1
Default Re: Module: Virus Map

I have changed this line so the graphic is centered on higher resolution displays:

Code:
<td class="alt2" align="center"><script type="text/javascript" language="JavaScript1.1" src="http://www.trendmicro.com/syndication/wtc/wtc_applet_js.asp"></script>
Hope you dont mind.

Nice module
  #6  
Old 02-12-2005, 12:07 AM
Gizmo[5h1t3] Gizmo[5h1t3] is offline
Junior Member
 
Join Date: Feb 2005
Posts: 6
Default Re: Module: Virus Map

works like a charm mate.....and looks the dogs as well!!
  #7  
Old 02-12-2005, 06:03 PM
TTG's Avatar
TTG TTG is offline
Senior Member
 
Join Date: May 2004
Posts: 157
Default Re: Module: Virus Map

Works well .. thanks for the addition.
__________________


  #8  
Old 05-20-2005, 12:34 PM
freebase69 freebase69 is offline
Junior Member
 
Join Date: May 2005
Location: St. Louis MO
Posts: 7
Default Re: Module: Virus Map

I edited 58sniper's code to use the feed from Panda Antivirus since they have some really great feeds. It's really simple jsut in case anyone else wanted to use Panda or use some other company's feeds.

Code:
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
	<tr>
		<td class="tcat"><span class="smallfont"><b>$vboptions[blockbullet] Virus Map</b></span></td>
	</tr>
	<tr>
<td class="alt2">
<!-- Begin -- Virus Map Code --><script>function abrirMapa(){ window.open("http://www.pandasoftware.com/virus_info/flash/mapa_popup.asp?idioma=2&color=FFFFFF", "mapavirus", "toolbar=no,width=613,height=377,resizable=no")}</script><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="163" HEIGHT="134" id="mapa_webmasters" ALIGN=""> <PARAM NAME=movie VALUE="http://www.pandasoftware.com/virus_info/flash/mapa_webmasters.swf?idiom=2&dir=http://www.pandasoftware.com/virus_info/exports/"> <PARAM NAME=menu VALUE=false> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="http://www.pandasoftware.com/virus_info/flash/mapa_webmasters.swf?idiom=2&dir=http://www.pandasoftware.com/virus_info/exports/" menu=false quality=high bgcolor=#FFFFFF  WIDTH="373" HEIGHT="189" NAME="mapa_webmasters" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>	</OBJECT><!-- End -- Virus Map Code --></td>	
</tr>
</table>
<br />
The italic code is from Panda and from what I gathered all you do is replace the lines from trend micro or whomever else and insert your own. I added it tot he top left of my portal. Attached is a screenie.
Attached Images
File Type: jpg pgz_virusmap.jpg (73.2 KB, 50 views)
__________________
Bones Heal, Chicks Dig Scars, Pain is Temporary, Glory is Forever.
  #9  
Old 05-21-2005, 12:15 AM
Judge Ruckus's Avatar
Judge Ruckus Judge Ruckus is offline
Justa Dude
 
Join Date: Oct 2004
Location: Maryland
Posts: 115
Default Re: Module: Virus Map

Just installed the Panda version as a side block and works good, thanks!
  #10  
Old 06-05-2005, 05:14 AM
michael5472 michael5472 is offline
Junior Member
 
Join Date: Mar 2004
Posts: 14
Default Re: Module: Virus Map

cheers
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Weather Module cLord Add-On Modules & Modifications 157 09-08-2006 07:50 PM
Basic Module cLord Add-On Modules & Modifications 55 04-24-2006 08:45 AM
Module: Countdown to certain date 58sniper Add-On Modules & Modifications 36 10-26-2005 01:57 PM
Symantics Virus Alerts Chuckie Add-On Modules & Modifications 13 07-30-2005 06:49 PM
Google Module cLord Add-On Modules & Modifications 22 05-03-2005 04:49 PM


All times are GMT -4. The time now is 04:50 PM.

Forums Powered by vBulletin, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
Please note that vBadvanced is in no way affiliated with Jelsoft Enterprises Ltd, nor will Jelsoft be able to provide any support for our products.