Sha256: 2a982f150980d1fa3c0d5868d2b39d99d184c4d72490c7429db5634b27329bc8
Contents?: true
Size: 1.82 KB
Versions: 2
Compression:
Stored size: 1.82 KB
Contents
# coding: ascii-8bit # frozen_string_literal: true ## # This file is part of WhatWeb and may be subject to # redistribution and commercial restrictions. Please see the WhatWeb # web site for more information on licensing and terms of use. # http://www.morningstarsecurity.com/research/whatweb ## WhatWeb::Plugin.define "samPHPweb" do @author = "Brendan Coles <bcoles@gmail.com>" # 2010-06-29 @version = "0.1" @description = "samPHPweb is a web feature that is included with the installation of SAM Broadcaster. It allows you to run a PHP driven site from your web host that communicates with your SAM Database." @website = "http://www.spacialaudio.com/?page=sam-broadcaster&tab=tab-sam-broadcaster-overview" @matches = [ # 334 results @ 2010-06-29 { certainty: 75, ghdb: '"This page was produced using SAM Broadcaster" "Copyright Spacial Audio Solutions"' }, # loading page { certainty: 75, text: '<meta HTTP-EQUIV="REFRESH" CONTENT="0;url=playing.html">' }, # powered by links { text: '<a href="http://www.spacialaudio.com/products/sambroadcaster/" target="_blank"><img src="images/sam-bc.gif" border="0" alt="Powered by SAM Broadcaster" width="120" height="60" />' }, { text: '<a href="http://www.spacialaudio.com/products/sambroadcaster/" target="_blank"><img src="images/sam-bc.gif" width="120" height="60" border="0" alt="Powered by SAM Broadcaster">' }, { text: 'This page was produced using <a target="_blank" href="http://www.spacialaudio.com/products/sambroadcaster/">SAM Broadcaster</a>. © Copyright <a target="_blank" href="http://www.spacialaudio.com">Spacial Audio Solutions, LLC</a>' }, # default javascript { text: ' songwin = window.open("songinfo.php?songid="+songid, "songinfowin", "location=no,status=no,menubar=no,scrollbars=yes,resizeable=yes,height=400,width=650");' }, ] end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
simple_whatweb-0.2.0 | lib/whatweb/plugins/samphpweb.rb |
simple_whatweb-0.1.0 | lib/whatweb/plugins/samphpweb.rb |