Download from a paypal sites without paying a penny!
Just a little basic html tip for those who are trying to download software from
sites which has an paypal order page & link to start you off.
1) Rightclick your mouse (ctrl+click) viewsource and open the source of the
site in an a texteditor
2) Search for the word "return"
3) Next to it you can find the url for the thank you page
4) Copy the url and paste it in your browser and you will see the download link
This works only if you can download instantly after payment, it will not work
if the link needs to be emailed to you.
You can try it here to start with:
Code:
Code:
http://www.ramphelp.com/halfpipe.html
About half way down the page you will find:
<input type="hidden" name="return" value="http://www.ramphelp.com/65984523/thanks/689 12hp654/26865thankyouhp08363215423.html ">
Copy the link into your browser and download.
You'll have the "thanks for paying" please click here for download page!
That's the upside. There is a downside and l'll spell out the bottom line for
any idiots. Your IP address will doubtless be logged, so if you were thinking
of using this information then ensure you go through a series of proxy servers
or use a very private single encrypted VPN like proxy. If you don't then you
could be getting a knock on the door a few weeks afterwards.
How to find the real return address.
O Download EditPlus 2 (shareware). It's an easy HTML editor.
O Go to the encrypted page (e.g.<<font color=#3A4F6C><b> http://www.stockmusic.net/LiquidLounge.htm...t;</f ont> and save it to your disk.
O Open it with edit plus.
O Locate the part that looks like...</b>
Code: CODE
<script language=JavaScript> /* Generated using LinkLock PayPal Encryptor v1.0 (
Code:
www.tunza-products.com
) */d=decode('17600021800015900014800023400022500022 20 00213000185000203000199000','16801102190110168011 ........
</script>
O Copy this snippet!
O Press Ctrl+Shift+N in EditPlus2. This will make a new HTML page.
O Paste the snippen under the
CODE
<body>
tag.
O Press Ctrl+F (locate) to find
CODE
return nchars;
O Just before this statement, INSERT this code...
CODE
alert(nchars);
O Press Ctrl+B. You 'll get a popup with the decrypted content
Cheers