Guest User

Untitled

a guest
Dec 9th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. $HTTPRequest = new HTTPRequest('itschi.net', 'message.php?id=1128');
  2.  
  3. $HTTPRequest->connect();
  4.  
  5. $HTTPRequest->addHeader('Cookie', 'PHPSESSID=!?; username=iSn0w; password=..nana');
  6.  
  7. $HTTPRequest->send('text=Test?', HTTPRequest::POST);
  8.  
  9. $HTTPRequest->send();
  10.  
  11. echo $HTTPRequest->getContent();
Add Comment
Please, Sign In to add comment