Recent content by R4z<3

  1. R

    PHStamp won't work..

    i generated a php function, and with the software it also doesn't work.. public function generatePhstamp($qs, $dtsg) { $input_len = strlen($qs); $numeric_csrf_value=''; for($ii=0;$ii<strlen($dtsg);$ii++) { $numeric_csrf_value .= $this->charCodeAt($dtsg,$ii); } return '1' ...
  2. R

    PHStamp won't work..

    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 : function generatePhstamp(qs, dtsg) { var input_len =...
Back
Top