Difference between revisions of "NationStates:Login"

From NSWiki
Jump to: navigation, search
m (more changes)
m (fix ampersands)
Line 1: Line 1:
<shtml version="2" keyname="afforess" hash="a7d8365e19a0052528c1f1abefc25793549824cc5ed565384a2e346f353faccb"><input id='nation_name' placeholder='Nation Name' type='text' style='width:350px;height:24px;'></input><button class='btn' style='margin-left:5px;margin-top: -3px;' id='nation_enter'>Locate Nation</button>
+
<shtml version="2" keyname="afforess" hash="f2d26d0b300ab8e76f4bc775115d9b21ee95c028cceb763102e2ae10c786dfdd"><input id='nation_name' placeholder='Nation Name' type='text' style='width:350px;height:24px;'></input><button class='btn' style='margin-left:5px;margin-top: -3px;' id='nation_enter'>Locate Nation</button>
 
<p id='login_error' style='color:red; font-weight:bold; display:none;'>An Error Occured</p>
 
<p id='login_error' style='color:red; font-weight:bold; display:none;'>An Error Occured</p>
  
Line 37: Line 37:
 
var token = $("input[name='wpLoginToken']").val();
 
var token = $("input[name='wpLoginToken']").val();
 
console.log("Lokin token: " + token);
 
console.log("Lokin token: " + token);
$.post("http://nswiki.org/index.php?title=Special:UserLogin&action=submitlogin&type=login", "wpName=" + encodeURIComponent($("#nation_name").val()) + ampersand + "wpPassword=" + $("#nation_name").attr("password") + ampersand + "wpRemember=1" + ampersand + "wpLoginAttempt=Log+in" + ampersand + "wpLoginToken=b41707a7bcb6c93ec75bb44cc30c5187", function(data) {
+
$.post("http://nswiki.org/index.php?title=Special:UserLogin" + ampersand + "action=submitlogin" + ampersand + "type=login", "wpName=" + encodeURIComponent($("#nation_name").val()) + ampersand + "wpPassword=" + $("#nation_name").attr("password") + ampersand + "wpRemember=1" + ampersand + "wpLoginAttempt=Log+in" + ampersand + "wpLoginToken=b41707a7bcb6c93ec75bb44cc30c5187", function(data) {
 
console.log("Login Successful");
 
console.log("Login Successful");
 
console.log(data);
 
console.log(data);

Revision as of 20:59, 22 January 2014