This file contains hidden or 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
#!/bin/bash | |
ps aux | grep dispatch.fcgi | egrep -v grep | awk '{print $2}' | xargs kill -9 |
This file contains hidden or 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
<div class='moonray_forms moonray_smart_form'> | |
<form action="https://forms.moon-ray.com/v2.4/form_processor.php?" id="moonray_forms_706" method="post" data-captcha="false"> | |
<input type="hidden" name="uid" value="p2c6505f6" /> | |
<input type="hidden" name="contact_id" id="contact_id_706" value="" /> | |
<input type="hidden" id="afft_706" name="afft_" value="" /> | |
<input type="hidden" id="aff_706" name="aff_" value="" /> | |
<input type="hidden" id="sess_706" name="sess_" value="" /> | |
<input type="hidden" id="ref_706" name="ref_" value="" /> |
This file contains hidden or 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
<script type="text/javascript"> | |
var _kmq = _kmq || []; | |
function _kms(u){ | |
setTimeout(function(){ | |
var s = document.createElement('script'); var f = document.getElementsByTagName('script')[0]; s.type = 'text/javascript'; s.async = true; | |
s.src = u; f.parentNode.insertBefore(s, f); | |
}, 1); | |
} | |
_kms('//i.kissmetrics.com/i.js');_kms('//doug1izaerwt3.cloudfront.net/322c363303b1d52a87bc56e33ec1a6a798d128fc.1.js'); | |
</script> |
This file contains hidden or 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
<div class='moonray_forms moonray_smart_form'> | |
<form action="https://forms.moon-ray.com/v2.4/form_processor.php?" id="moonray_forms_364" method="post" data-captcha="false"> | |
<input type="hidden" name="uid" value="p2c6505f6" /> | |
<input type="hidden" name="contact_id" id="contact_id_364" value="" /> | |
<input type="hidden" id="afft_364" name="afft_" value="" /> | |
<input type="hidden" id="aff_364" name="aff_" value="" /> | |
<input type="hidden" id="sess_364" name="sess_" value="" /> | |
<input type="hidden" id="ref_364" name="ref_" value="" /> |
This file contains hidden or 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
$('#jq_form_update_address').submit(function(e) { | |
e.preventDefault(); | |
is_valid = $(this).valid(); | |
if(is_valid == true) { | |
var data = new Array(); | |
data.push({ | |
"name" : "email", |
This file contains hidden or 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
function merge_participant_to_sendpepper($id) { | |
$detail = $this -> get_participant_detail($id); | |
$email = $detail['email']; | |
$options['fname'] = $detail['fname']; | |
$options['lname'] = $detail['lname']; | |
$options['address'] = $detail['address']; | |
$options['address2'] = $detail['address2']; |
This file contains hidden or 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
function update_send_pepper($email = FALSE, $options = array()) { | |
$data = '<contact><Group_Tag name="Contact Information">'; | |
$data .= '<field name="E-Mail">' . $email . '</field>'; | |
if (isset($options['fname'])) { | |
$data .= '<field name="First Name">' . $options['fname'] . '</field>'; | |
} | |
if (isset($options['lname'])) { | |
$data .= '<field name="Last Name">' . $options['lname'] . '</field>'; | |
} |
This file contains hidden or 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
<div class='moonray_forms moonray_smart_form'> | |
<form action="https://forms.moon-ray.com/v2.4/form_processor.php?" id="moonray_forms_788" method="post" data-captcha="false"> | |
<input type="hidden" name="uid" value="p2c6505f4" /> | |
<input type="hidden" name="contact_id" id="contact_id_788" value="" /> | |
<input type="hidden" id="afft_788" name="afft_" value="" /> | |
<input type="hidden" id="aff_788" name="aff_" value="" /> | |
<input type="hidden" id="sess_788" name="sess_" value="" /> | |
<input type="hidden" id="ref_788" name="ref_" value="" /> |
This file contains hidden or 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
<div class="rss_container"> | |
<?php include dirname(__FILE__).'/inc/RSSReader/GammaRSSReader.class.php'; ?> | |
<div class="column column_1"> | |
<?php $rss = new GammaRSSReader('http://gammalabs.net/lifestyles/?feed=rss2&cat=6', 2); ?> | |
<?php foreach($rss->get_entries() as $item): ?> | |
<div class="entry"> | |
<a class="image-container" href="<?=$item['link']?>"> | |
<?php if($item['image'] != ''): ?> | |
<img src="<?=$item['image']?>" alt="thumbnail for <?=$item['title']?>" /> |
OlderNewer