![]() |
Eonpal?? WTF is this?
Does anyone know what this site is http://www.eonpal.com/ ?
They are showing up in my refferal stats, and something just seems odd to me. http://groups-beta.google.com/group/eonpal/ Maybe I'm just paranoid, but are they doing me any favors? |crazy| |
I know what you mean. I've had them start to show up in my stats this last month too. Seems they have a very poorly written spider which is showing up as a referring url of their root domain. They really need to get someone to rewrite their little tool.
|
Same here. They show up in my domain stats but I have no idea who they are and if it's all good or not. |huh
|
Are they spidering, or are they hitting our sites so that we will look them up and possibly sign on as affiliates? What's that called, referral spamming or something like that?
They certainly don't give off and an aura of trustworthiness. |
Eonpal crawling
hello,
we (eonpal) crawl sites for adult content. more info can be found here: http://www.eonpal.com However, If you want to be excluded from it, please send us list of domains and we'll block our crawler from going there. or simply just block traffic coming with http referrer *.eonpal.com (this is what you referred as referral spam) good or bad? your content might appear in search engine so I guess is good. if it's not, send us list of domains, we'll exclude them immediately. I'll be around post to answer your questions, if any cheers, |
Quote:
If you are listing our URLs - why? Are you overriding our affiliate codes with your own? Explain to us why we want you to crawl our sites. |
It looks like they give you a fake Thumbnail TGP that links to other peoples galleries in a frame, so their ads are on top.
|
Bingo
They are not the first ones to pull this sh*t |
Quote:
If your site doesn't contain original content, you should exclude it from crawling (by sending us email or simply blocking the bot) If you do host original content, then it is your best interest to be crawled. |
Quote:
Any more questions? |
Quote:
|
Ok, thanks everyone for the replies, questions, and answers. So it's prettymuch a worthless piece of shit to us? But are the refs, real or fake as UW asked? I mean... are the thumbs they are scraping (or crawling as he put it) linking back to our sites? I'm still a bit confused after ivko999's replies..
|huh |
Quote:
Should we assume that your bot will ignore robots.txt, so we must use .htaccess to completely block you from showing our pages in your site's frames? Code:
RewriteCond %{HTTP_REFERER} eonsex\.com [NC] |
Quote:
|
Just what I needed to do today, edit htaccess codes, stupid fucks
Thanks UW |thumb |
Since they have refused to reign in their bot and now are referral spamming childrens sites I would recommend that you just get ahold of their hosting company at Columbus Network Access Point Inc.
abuse at ee dot net is the best place to report them. Seems they are coming real close to breaking the new law passed last year with the porn referrals to childrens sites even if its just their bot doing it. I know the issue has been brought up with google already due to the scraping but more importantly they are just a fusker site with an affiliate program - they fusker your galleries so that another webmaster can make cents for clicks |
Thanks Linkster,
I wasn't sure what they were doing exactly, but now I understand. How can it be legal for them to scrape our galleries and make money on it? The nerve some people have... |
Quote:
Thumbnails link back to you. Think of google images except this is specialized for adult content. |
Quote:
http://www.eonpal.com/ Blocking the bot won't help you because content is overly duplicated on the Internet, so you'll just miss the chance of receiving free search engine traffic. We do exactly the same what Google images does, except we're specialized in adult content. If user clicks the thumbnail, goes back to your site - so you make money of it. Thanks everybody, for any further questions, send me an email (found on eonpal.com) |
You dont do exactly what google images does - you hotlink content inside your frame to build your site - and so far the only traffic anyone seems to get is bot traffic
Here's an example of how this site works - with one of Danger Daves galleries hotlinked amd framed: http://www.eonsex.com/details.php?br...9FBE32351CDD92 It shows up on a search for greenguy since the words are on that gallery - note that I dont ever remember google putting ads for their own affiliate links at the top of an image page like you do - and then running an affiliate program to provide more traffic to your pages takes the final step to being a scam artist |
OMFG! that is an oooold! gallery :)
.. and as always Linkster is right.... These fucks are just lowlife leeches. Don't support them! htaccess/framebust your Galls! They will be gone soon enuff... :D DD _______________________________ No Nats - Find programs that DON'T use NATS Old Dollars - Selling older women via CCBill for longer than NATS has been around |
Quote:
Just another cockholster. |
Quote:
|
...and supported by our friends at AVN Ads..
http://www.avnads.com/mb/commerce/pu...php?opid=98286 Now you can pay AVN for your own traffic back... fuckers! DD |
fuckers
|
Quote:
RewriteCond %{HTTP_REFERER} eonsex\.com [NC] RewriteRule .* - [F] |
I'm thinking we need to kill both of their domains in order to block as much of their slime as we can.
RewriteCond %{HTTP_REFERER} eonpal\.com [NC,OR] RewriteCond %{HTTP_REFERER} eonsex\.com [NC] RewriteRule .* - [F] If anyone has something a better than that - or corrections - let us know. Every htaccess site I go to gives me a something different from the last. ;) EDIT- Remember to test your site immediately after editing your .htaccess file. LadyD - I don't know of any frame killing methods with .htaccess. I think the standard javascript framebuster is all we have at our disposal. |
Thanks guys. I guess I'll be editing htaccess files in the morning. :(
|
Since my fusker saga from last spring I block first and ask questions later. Thanks everyone for heads up! :)
|
Quote:
Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, postmaster@planet-xxx.com and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. |shocking| |
Lowry - I haven't seen your htaccess file to know what's already in there, but you may need to add this above the first RewriteCond:
RewriteEngine on Some (few?) servers may need both of these lines added above the first RewriteCond: RewriteEngine on Options +FollowSymlinks That second line would be used if your server isn't configured with FollowSymLinks in its ~~ Another option could be to use something like this: order allow,deny deny from . eonpal.com deny from . eonsex.com allow from all The denied users in this case will get a 403 error saying something like "You do not have permission to access this site." Or if you configure a custom error page for 403 errors, you can show them whatever you like. |
Thank You Simon!!
That worked. Here is my htaccess, it's basic but it should do the job. RewriteEngine on RewriteCond %{HTTP_REFERER} eonpal\.com [NC,OR] RewriteCond %{HTTP_REFERER} eonsex\.com [NC] RewriteRule .* - [F] ErrorDocument 400 http://www.triplexworld.com/ ErrorDocument 401 http://www.triplexworld.com/ ErrorDocument 403 http://www.triplexworld.com/ ErrorDocument 404 http://www.triplexworld.com/ ErrorDocument 500 http://www.triplexworld.com/ AddHandler server-parsed .htm .html |
Quote:
|
I noticed these guys in my stats as well - Do I need to block them from each freesite that I have created.
How easy is it it to edit my htaccess file? I know zip about it! |
I figured something like that was going on because no gives you something for nothing.
I have been doing alot of seo research on my sites stats as of late and that source was next on the list to find out about. Thanks for making my job alot easier guys |thumb |
Quote:
First, check out if you already have .htaccess file on your server. If you do, download it locally. Note the dot at the beginning of file name - it needs to be there. Use simple text editor, copy/paste the code posted by UW, upload that file and you're set. Remember to test several of your sites if everything is working. If something is wrong you can just undo the changes you made. |
Thanks Johnybg - sounds reasonably idiot proof.
|
I wanted to change the .htaccess on cumshotspecialist but I did not make this one.
Normaly I use this one for fusker: AuthUserFile /dev/null AuthGroupFile /dev/null RewriteEngine On ErrorDocument 400 http://www.cumshotspecialist.com/ ErrorDocument 403 http://www.cumshotspecialist.com/ ErrorDocument 404 http://www.cumshotspecialist.com/ ErrorDocument 500 http://www.cumshotspecialist.com/ ErrorDocument 501 http://www.cumshotspecialist.com/ ErrorDocument 503 http://www.cumshotspecialist.com/ RewriteCond %{HTTP_REFERER} !^http://www.cumshotspecialist.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.cumshotspecialist.com/:80/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.cumshotspecialist.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.cumshotspecialist.com/:80/.*$ [NC] ReWriteRule .*\.(JPG|jpg|JPg|Jpg|GIF|gif|GIf|Gif)$ http://www.mlilahsporndimension.com/hotlink.htm [R,L] But when I opened the .htaccess on cumshotspecialist there is this: # -FrontPage- IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti* Options +Includes XBitHack on order deny,allow deny from all allow from all order deny,allow deny from all AuthName www.cumshotspecialist.com AuthUserFile /home/cumshots/public_html/_vti_pvt/service.pwd AuthGroupFile /home/cumshots/public_html/_vti_pvt/service.grp I am not sure what do, I don't know shit about .htaccess. Can I use just the first or do I have to adjust the last one |huh DangerDave made my link list 4 years ago and I don't know if he wrote it. Can anyone please help me with this? |
All times are GMT -4. The time now is 09:16 AM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc