Created
May 25, 2012 15:53
-
-
Save matthewryanscott/2788909 to your computer and use it in GitHub Desktop.
https://my.webfaction.com/make-payment source - locks up on Chrome version 21.0.1150.3 (Official Build 138970) canary
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
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8" /> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> | |
<title>WebFaction Control Panel</title> | |
<meta name="description" content="The WebFaction control panel. This site allows WebFaction customers to manage their accounts and websites." /> | |
<link href="https://my.webfaction.com/media/css/screen.r1337180865.css" rel="stylesheet" type="text/css" /> | |
<script type="text/javascript"> | |
var _gaq = _gaq || []; | |
_gaq.push(['_setAccount', 'UA-6977482-8']); | |
_gaq.push(['_trackPageview']); | |
(function() { | |
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; | |
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; | |
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); | |
})(); | |
</script> | |
</head> | |
<body> | |
<div class='fixed_width columns'> | |
<div id="notify"> | |
<ul id="messages"> | |
</ul> | |
</div> | |
<div id='content'> | |
<div> | |
<h1>Make a payment</h1> | |
<table border="0" cellspacing="0" cellpadding="0" id="payment_options"> | |
<tr> | |
<td width="10"> </td> | |
<td>You currently owe $2.08. Please make a payment before 05 Jun 2012 to avoid your account being disabled. Thank you.<br /><br /> | |
<form id="make_payment" action="" method="POST"><div style='display:none'><input type='hidden' name='csrfmiddlewaretoken' value='a9960bb5e26962c99cc15c44ce2e30ac' /></div> | |
<p id="p_period_choice"> | |
Please choose the payment period and amount: <ul> | |
<li><label for="id_period_choice_0"><input type="radio" id="id_period_choice_0" value="9.50" name="period_choice" /> | |
<span class="label">1 Month</span><span class="label"></span>$9.50</label></li> | |
<li><label for="id_period_choice_1"><input type="radio" id="id_period_choice_1" value="28.50" name="period_choice" /> | |
<span class="label">3 Months</span><span class="label"></span>$28.50</label></li> | |
<li><label for="id_period_choice_2"><input type="radio" id="id_period_choice_2" value="57.00" name="period_choice" /> | |
<span class="label">6 Months</span><span class="label"></span>$57.00</label></li> | |
<li><label for="id_period_choice_3"><input type="radio" id="id_period_choice_3" value="102.00" name="period_choice" /> | |
<span class="label">1 Year</span><span class="label"> <span style="text-decoration: line-through; color: #C0C0C0;">$114.00</span></span>$102.00 <b>(save $12.00)</b></label></li> | |
<li><label for="id_period_choice_4"><input type="radio" id="id_period_choice_4" value="180.00" name="period_choice" /> | |
<span class="label">2 Years</span><span class="label"> <span style="text-decoration: line-through; color: #C0C0C0;">$228.00</span></span>$180.00 <b>(save $48.00)</b></label></li> | |
<li><label for="id_period_choice_5"><input type="radio" id="id_period_choice_5" value="234.00" name="period_choice" /> | |
<span class="label">3 Years</span><span class="label"> <span style="text-decoration: line-through; color: #C0C0C0;">$342.00</span></span>$234.00 <b>(save $108.00)</b></label></li> | |
<li><label for="id_period_choice_6"><input type="radio" id="id_period_choice_6" value="330.00" name="period_choice" /> | |
<span class="label">5 Years</span><span class="label"> <span style="text-decoration: line-through; color: #C0C0C0;">$570.00</span></span>$330.00 <b>(save $240.00)</b></label></li> | |
<li><label for="id_period_choice_7"><input type="radio" id="id_period_choice_7" value="Other" name="period_choice" /> Other</label></li> | |
</ul> | |
</p> | |
<p id="p_other_amount"> | |
Other amount in USD: <input type="text" name="other_amount" id="id_other_amount" /> | |
</p> | |
<p id="p_payment_type"> | |
Payment type: <select name="payment_type" id="id_payment_type"> | |
<option value="Visa/MasterCard">Visa/MasterCard</option> | |
<option value="American Express, Discover, Delta, Electron">American Express, Discover, Delta, Electron</option> | |
<option value="PayPal">PayPal</option> | |
</select> | |
</p> | |
<p id="p_amount"> | |
<input type="hidden" name="amount" id="id_amount" /> | |
</p> | |
<p id="paypalmessage">Clicking make payment will take you to the PayPal website to complete the payment.</p> | |
<div style="padding: 10px 0 0 40px;"> | |
<input type="submit" value=" Next step " /> | |
</div> | |
</form> | |
</td> | |
</tr> | |
</table> | |
</div> | |
</div> | |
<h2>Navigation</h2> | |
<ul id='nav'> | |
<li><h3 class="address accordion">Account</h3> | |
<div> | |
<ul> | |
<li><a href="/">Dashboard</a></li> | |
<li><a href="/contacts">Contacts</a></li> | |
<li><a href="/account_service/list">Services</a></li> | |
<li><a href="/upgrades/">Upgrade / downgrade</a></li> | |
<li><a href="/migrate">Server migration</a></li> | |
<li><a href="/message/list">Messages</a></li> | |
<li><a href="/make_payment">Make a one-off payment</a></li> | |
<li><a href="/transactions">Payment transaction history</a></li> | |
<li><a href="/user_/list">SSH/sftp users</a></li> | |
<li><a href="/change_password/create">Change panel<br>password</a></li> | |
<li><a href="/change_ssh_password/create">Change SSH/FTP password</a></li> | |
<li><a href="/cancel_account">Cancel account</a></li> | |
<li><a href="http://www.webfaction.com">Back to<br>WebFaction.com</a></li> | |
</ul> | |
</div> | |
</li> | |
<li><h3 class="address accordion">Affiliate program</h3> | |
<div> | |
<ul> | |
<li><a href="/affiliates">Affiliates</a></li> | |
<li><a href="/affiliate_payment/list">Affiliates payments</a></li> | |
<li><a href="/affiliate_setting/list">Affiliates settings</a></li> | |
<li><a href="/affiliate_clicks">Affiliate click stats</a></li> | |
</ul> | |
</div> | |
</li> | |
<li><h3 class="address accordion">Usage</h3> | |
<div> | |
<ul> | |
<li><a href="/disk_usage">Disk usage</a></li> | |
<li><a href="/bandwidth_usage">Bandwidth usage</a></li> | |
<li><a href="/usage_setting/list">Usage settings</a></li> | |
</ul> | |
</div> | |
</li> | |
<li><h3 class="address accordion">Domains / websites</h3> | |
<div> | |
<ul> | |
<li><a href="/domains">Domains</a></li> | |
<li><a href="/applications">Applications</a></li> | |
<li><a href="/site/list">Websites</a></li> | |
<li><a href="/dns/list">DNS overrides</a></li> | |
</ul> | |
</div> | |
</li> | |
<li><h3 class="address accordion">Email</h3> | |
<div> | |
<ul> | |
<li><a href="/mailboxes">Mailboxes</a></li> | |
<li><a href="/emails">Email addresses</a></li> | |
<li><a href="https://webmail.webfaction.com">Webmail</a></li> | |
</ul> | |
</div> | |
</li> | |
<li><h3 class="address accordion">Databases</h3> | |
<div> | |
<ul> | |
<li><a href="/database/list">Databases</a></li> | |
<li><a href="/database/create">Create new database</a></li> | |
<li><a href="/change_database_password/create">Change database password</a></li> | |
<li><a href="https://web7.webfaction.com/static/phpMyAdmin/index.php">MySql phpMyAdmin interface</a></li> | |
<li><a href="https://web7.webfaction.com/static/phpPgAdmin/index.php">PostgreSQL<br>phpPgAdmin interface</a></li> | |
</ul> | |
</div> | |
</li> | |
<li><h3 class="address accordion">Support</h3> | |
<div> | |
<ul> | |
<li><a href="http://statusblog.webfaction.com/">Status blog</a></li> | |
<li><a href="http://docs.webfaction.com/">Official documentation</a></li> | |
<li><a href="http://community.webfaction.com/">Q&A community</a></li> | |
<li><a href="https://help.webfaction.com/index.php?_m=core&_a=login&loginemail=ostpvt&loginpassword=08e2f809b18a11ccd16dea5cfaba71c0">Open a ticket</a></li> | |
</ul> | |
</div> | |
</li> | |
</ul> | |
<ul id="sub-nav"> | |
</ul> | |
</div> | |
<div id='toolbar'><div class='fixed_width'> | |
<a id='masthead' href="/">Return to home page</a> | |
<ul class="menu_bar"> | |
<li><h2><a href="/do_logout">Logout (ostpvt)</a></h2></li> | |
</ul> | |
<ul class="menu_bar" id="last_menu_bar"> | |
<li> | |
<h2><a href="/feedback" id="show-feedback" >Feedback</a></h2> | |
</li> | |
</ul> | |
</div></div> | |
<!-- Javascript at the bottom for fast page loading --> | |
<script type="text/javascript" src="https://my.webfaction.com/media/js/all.r1336992324.js" charset="utf-8"></script> | |
<div id="feedback-dialog"></div> | |
<div id="change-password-dialog"></div> | |
<div id="ip_key"> | |
<p>† Server's primary shared IP address<br> | |
‡ Server's secondary shared IP address</p> | |
</div> | |
</body> | |
</html> | |
<!-- Version: 20120518093231-r22164 --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment