Server 1 Pings/Request URL http://website.com/page.php?code=NeedThat
Server 2 “page.php” grabs “NeedThat” and execute img src or JavaScript on server side
Image Code on page.php
Thanks a lot forr the help got it!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Executing
gotit.phpis easy. You just use curl or (if allowed) file_get_contents to download the image src. For the JavaScript, you need to figure out what network requests that causes, then do them manually.EDIT: If gotit needs to keep outputting that image, then you can have page.php parse the HTML, then do its own request to the resulting src (which will be website.com/sale.php…).