This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Delivered-To: [email protected] | |
Received: by 10.76.122.79 with SMTP id lq15csp667373oab; | |
Tue, 16 Oct 2012 08:12:29 -0700 (PDT) | |
Received: by 10.236.76.42 with SMTP id a30mr14371300yhe.50.1350400348665; | |
Tue, 16 Oct 2012 08:12:28 -0700 (PDT) | |
Return-Path: <[email protected]> | |
Received: from barracuda.girtman.com (gmcorp.girtman.com. [66.83.140.178]) | |
by mx.google.com with ESMTP id w47si17527297yhi.75.2012.10.16.08.12.28; | |
Tue, 16 Oct 2012 08:12:28 -0700 (PDT) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
votes: 21, | |
monitor: false, | |
success: true, | |
voters: 2, | |
start_time: 1348246303.613473, | |
polls: [ | |
{ | |
nonce: '8ec402a536549c841b8778a7f8ca2a24', | |
va: 16, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Database Name: | |
acquiadrupal7178 | |
Database User Name: | |
ad7user178 | |
Database Password: | |
z_yIHj-sPO^G | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ext.require('Ext.ux.Cover'); | |
Ext.application({ | |
name: 'Cover', | |
launch: function(){ | |
var cover = new Ext.ux.Cover({ | |
itemCls: 'my-cover-item', | |
//These are just for demo purposes. | |
height: (Ext.os.deviceType !== 'Phone')? 400: undefined, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<configuration> | |
<appSettings file="" /> | |
<system.webServer> | |
<rewrite> | |
<rules> | |
<rule name="Main Rule" stopProcessing="true"> | |
<match url=".*" /> | |
<conditions logicalGrouping="MatchAll"> | |
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$to = "[email protected]"; | |
$subject = "Test mail"; | |
$message = "Hello! This is a simple email message."; | |
$from = "[email protected]"; | |
$headers = "From:" . $from; | |
if(mail($to,$subject,$message,$headers)) { | |
echo "Mail Sent."; | |
} else { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
****** ****** | |
************* ************* | |
****************** ****************** | |
****************************************** | |
****** @ TODD's VIMEO XML SCRAPER @ ****** | |
******************************************** | |
******************************************** |
NewerOlder