- This topic is empty.
-
AuthorPosts
-
January 6, 2005 at 11:13 pm #659846
Anonymous
InactiveWas I not supposed to post that info Dom?
January 6, 2005 at 11:16 pm #659847Anonymous
InactiveYou only need a .htaccess file.
January 6, 2005 at 11:48 pm #659848Anonymous
Inactivewufu110 wrote:Was I not supposed to post that info Dom?Huh? What info? Did a post get lost?
Please go ahead and post any info you have. Thanks.
January 6, 2005 at 11:50 pm #659849Anonymous
InactiveToBad wrote:You only need a .htaccess file.I am a complete tech idiot.
What’s a .htaccess file ?
January 7, 2005 at 4:14 am #659855Anonymous
InactiveDominique wrote:Huh? What info? Did a post get lost?Please go ahead and post any info you have. Thanks.
Geez I suppose it did :laugh: I posted this much earlier:
When using geektools.com this is the contact info I got, maybe it’ll help although it looks like the records have not been updated for awhile:
Domain name:
leukespelletjes.nl (next domain)Status: active
Registrant:
Taaladviesbureau marc de kok
Van Voorthuijsenhof 39
1391 JS ABCOUDE
NetherlandsDomicile:
N/ACommitted to ADR: no
Administrative contact:
M de Kok
+31 (0)294281210
[email protected]Registrar:
ProServe B.V.
Industrieweg 37
3361 HJ SLIEDRECHT
NetherlandsTechnical contact:
ProServe – Technical Support
+31 (0)184423815
[email protected]Domain nameservers:
ns1.proserve.nl 80.84.224.85
ns2.pro-serve.be 81.4.96.85
ns3.proserve.nl 212.204.198.85Date registered: 23-07-2002
Record last updated: 24-07-2002January 7, 2005 at 6:16 am #659860Anonymous
InactiveCopy the code below to a text file and upload it to your server. Then rename it to “.htaccess” This will not work on windows server.
Start
RewriteEngine on
RewriteCond %{HTTP_REFERER} ^http(s)?
/(www.)?leukespelletjes.nl.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http(s)?
/(www.)?www.leukespelletjes.nl.*$ [NC]
RewriteRule .* http://YourSponsorURL.com [R,L]
End
This .htaccess file will block all traffick from domain leukespelletjes.nl.
So this will help if he link deirctly from his website to your site.
If you want to make money on his traffick you can edit the http://YourSponsorURL.com url you your sponsor url. Thaen all of his traffick
will redirect you your sponsor and your game page your game page will not load.If you want me to test this file on your server first, you can create a folder on your server named “test” and then uppload this file in to the “test” folder. Save this file as “.htaccess
Start
RewriteEngine on
RewriteCond %{HTTP_REFERER} ^http(s)?
/(www.)?tholdem.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http(s)?
/(www.)?www.tholdem.*$ [NC]
RewriteRule .* http://YourSponsorURL.com [R,L]
End
PM me your http://yourdomain.com/test/ location and I try to hotlink in tou your folder.Make a search on google for .htaccess to read more about this protection.
January 7, 2005 at 10:28 am #659865Anonymous
Inactivehey Dominique
Why dont you do what i did. Keep the page the same so they can still get at it, build the game into an iframe and surround it with options to download the games from a few of your affiliate links
Seems a shame to wate free traffic eh!Cheers
Simmo!
January 7, 2005 at 5:04 pm #659876Anonymous
InactiveSomeone did that to me.
I changed the link for the featured item at my own site and then went out and found the raunchiest thing I could find on the Internet and had the original link feature that instead.
Then I went to his/her site and laughed my ass off at the mess I had made out of the site.

I know that sounds sick and demented … but it was such FUN imagining his/her horror when they saw their new more liberal site.
Ho-Hum … it doesn’t take much to spice up another boring day in the life of a webmaster.
January 7, 2005 at 5:15 pm #659878Anonymous
InactiveThanks, guys. Lots of good ideas! :wink-wink
-
AuthorPosts