Skip to content

Instantly share code, notes, and snippets.

View davehimself's full-sized avatar

David Heath davehimself

View GitHub Profile
dheath@ubuntu:/mnt/hgfs/projects/dropvine/sites/all/modules$ drush status
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" href="/misc/favicon.ico" type="image/x-icon" />
<title>Site off-line | Drupal</title>
<link type="text/css" rel="stylesheet" media="all" href="/modules/system/defaults.css?0" />
<link type="text/css" rel="stylesheet" media="all" href="/modules/system/system.css?0" />
RewriteEngine On
RewriteRule ^att/?.*$ http://www.whitefence.com/company/att/ [L,R=301]
RewriteRule ^bellsouth/?.*$ http://www.whitefence.com/category/home-phone/ [L,R=301]
RewriteRule ^comcast/?.*$ http://www.whitefence.com/company/comcast/ [L,R=301]
RewriteRule ^qwest/?.*$ http://www.whitefence.com/company/qwest/ [L,R=301]
RewriteRule ^verizon/?.*$ http://www.whitefence.com/company/verizon/ [L,R=301]
RewriteRule .* http://www.whitefence.com/category/home-phone/ [R=301]
var TopOffersTable = new Class({
initialize: function(container, datastore, options) {
this.klass = this;
this.options;
this.header;
this.container = container;
this.store = datastore;
var rows = this.container.getElements('tr');
<qscript type="compare" keypath ="name" object="page" compare_constant="ConfirmOrderPage">
<script language="JavaScript" type="text/JavaScript">
function writeBeacons(cat,revenue,ordernum,spnum) {
if (ordernum.indexOf('SP')==0) {
try {
// vertster call
document.write("<iframe src='https://r.vertster.com/views/convert/191' width='0' height='0' frameborder='0'></iframe>");
} catch(err) {}
}
}