Well, yesterday my freind gave me a list of 500k facebook accounts, 7.5k from them are working and i tried to make my own AutoLiker, and etc and i found out the problem is the PHSTAMP, i googled a little bit.. and i found this code :
but it won't work.. any suggestions ?
PHP:
function generatePhstamp(qs, dtsg) { var input_len = qs.length; numeric_csrf_value='';
for(var ii=0;ii<dtsg.length;ii++) { numeric_csrf_value+=dtsg.charCodeAt(ii); } return '1' + numeric_csrf_value + input_len;}