Webhosting Solely For Hotlinking
Feb 15, 2009
I am a graphic designer/photographer who creates designs for music artists, producers etc. on Myspace (I know, I know). This obviously involves lots of hotlinking, and that is why I am here.
I provide customers with hosting for their layouts so that they don't have to go out and search for one. I am currently hosting the images on a friends private server, but it's fairly slow and I want something more reliable. One layout usually has around 20 different images (background, headers, banners, etc) and I try to make sure it comes out to a little under 1MB, so I don't need to worry that much about disk space. I'd say bandwidth might be the only issue if anything.
I enjoy the work but it's mostly a side business and doesn't create much revenue, so I'm trying to go for around or under $10 a month. That said, I also want to make sure things are fast enough for the visitors and am willing to up the budget if required. I was going to go with 1and1 or Hostgator but heard alot about overselling.
View 12 Replies
ADVERTISEMENT
May 15, 2007
I've tried a couple of different apps and solutions re hotlinking and IIS w/out finding a real winner. Hoping folks may have some recommendations re apps and/or solutions for dealing w/ hotlinking and IIS 6.
View 0 Replies
View Related
Apr 25, 2005
I am using godaddy hosting, but there is a problem - godaddy allows picture hotlinking by default. So i am loosing a lot of bandwidth.
How can i block this? I have never used .htaccess and don't know how to do it.
View 8 Replies
View Related
Nov 8, 2009
I have found some spammer hotlinking to my images to get his site crawled, I have modified the .htaccess to attempt and serve his hotlinking domain with a warning but it does not work...
My actual .htaccess file is the one below (it was created by wordpress automatically):
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
I am adding these lines right below:
--------------------------------
RewriteEngine On
RewriteCond %{HTTP_REFERER} ^http://(.+.)?spammerdomain.com/ [NC,OR]
RewriteRule .*.(jpe?g|gif|bmp|png)$ /images/nohotlink.jpe [L]
------------------------------------
My questions...
I dont kmow too much what I am doing, following the tutorial here, http://altlab.com/htaccess_tutorial.html but the problem is that my .htacces already contains something created by wordpress that to me looks like garbage as I don't understand the meaning.
I dont know if I should add the lines inside the <IfModule mod_write.c> or outside them as I have done.
I dont know if it is ok to have two times Rewrite Engine On
PS: When I added the lines I describe above, my site also stopped displaying the images, I had stopped everyone including myself from hotlinking them. I only want to stop certain domain. or even better, my ideal solution is to WHITELIST my domain names (I have two using hotlinkg to those images), but I will settle for blacklist if it is easier.
View 9 Replies
View Related
May 15, 2009
I am looking for a content delivery network that will only serve files to a list of allowed hosts. This is such a basic "doh" feature, but nobody seems to have it (Mosso CloudFiles doesn't have it, and even Amazon S3 has no easy-to-use hotlink protection). Has anyone found such a CDN?
View 10 Replies
View Related
Jul 19, 2009
Is there a way to stop hotlinking? I have a client who has a blog. They have post pics of tattoos. Now there are at least 50 tattoo forums, blogs and other sites hotling to the pics. Now his bandwidth usage has skyrocketed. So enable hotlink protection in his cPanel. Just did a redirect to my main hosting site with a nice please stop hotlink image. Now I see all this in my logs. So I then made a 150 x 9000 clear BG gf with the text at the top please stop hotlinking.
My questions is there any way to stop it. If not should I just make a 1x1 clear gif to redirect to? Also is there a way to not have this traffic show in my log files?
View 4 Replies
View Related
Aug 15, 2008
I'm facing some issues with hotlinking here. the htaccess do not work because users can still use their download manager to download the file without going to my site.
I've seen few sites that got tempoary url that changes every X times and that support download manager.
View 4 Replies
View Related
Aug 5, 2007
I moved my website from one server to another just today and my site has a rank on another website. The ranking site lets me display my rank on my website through a hotlink to their site. When I moved my site to the new server, I can't see the image. On the old server, I could always see the image.
This is a strange issue since in Firefox, I see the image load and then it tells me the image is empty. But when I open the image's URL, I can see it just fine. I've reloaded the page over and over again, but I don't get anything. The same applies to IE.
What's even more strange is when I use a proxy, I can see the image just fine through my browser.
View 4 Replies
View Related
Jun 24, 2008
I have a lot of movie clips on my server i think gets hotlinked. Does anyone knows of a good anti hotlinking movie script?
View 4 Replies
View Related
Sep 15, 2007
The images I am trying to block are on page generated by a simple PHP script on my server. The offender has replicated what I am doing with ASP on their server. They are hotlinking to my images for the resulting page. They left my website's name on them, so they must think that giving credit is enough.
I'm going to be contacting them to stop but I also want to see if there is a way for me to prevent it from happening in the first place.
I tried mod_rewrite...
Code:
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^[url].*$ [NC]
RewriteRule .(gif|jpg)$ - [F]
I know mod_rewrite works on my server because I've been using it for some other things.
However, whenever I enable the above code (add it to the directives and restart apache - have also tried just putting it in a .htaccess file in the appropriate directory), I end up with images still being allowed on my domain and the other domain I'm trying to stop from using my images. Do you think it could have to do with an absent referrer? I read that the code doesn't work if the referrer is blank. What else would cause this not to work? Obviously the domain would have to be correct, but it doesn't block from my domain OR the offending domain.
I tried another method:
Code:
<FilesMatch ".(gif¦jpg¦png)$">
SetEnvIfNoCase Referer ^$ allow_image
SetEnvIfNoCase Referer ^[url] allow_image
Order Deny,Allow
Deny from all
Allow from env=allow_image
</FilesMatch>
This one blocked images to the offending domain, but it also blocked mine!
View 3 Replies
View Related
Jan 6, 2007
I have came across site in my statistics that apperantly runs with about 99% of my content flash files. He put adsense all around them, too - sneaky.
I know it is possible to disable hotlinking from other sites using htaccess, but is it possible to disable hotlinking for ONE site? I need to block .swf that come from example.com domain.
View 0 Replies
View Related
May 5, 2008
im currently looking for a mod that can cloak the real url adress to prevent hotlinking and havetempoary links which expires after x min and a new linkupdates
View 2 Replies
View Related
Jan 24, 2009
Anyone on here a client of jbwebhosting.com?
I've been trying to get in touch with them regarding a 4PSA licence I bought from them a while back, but they are not returning any emails to either myself or 4PSA.
View 8 Replies
View Related
Nov 4, 2007
Has anyone used Lunarpages webhosting? How is their support and up time?
View 12 Replies
View Related
Feb 25, 2009
What is the best host that allows adult hosting that is a reputable company with solid uptime. Cheap shared hosting is fine anything other than lunar pages that allows for monthly billing.
View 10 Replies
View Related
Feb 8, 2009
Is there any adult webhostings that you have hosted with or recommed that are reliable and affordable ??
View 10 Replies
View Related
Apr 6, 2009
Can anyone let me know where to look?
View 14 Replies
View Related
Mar 24, 2009
I am planning to host my personal website which will be a bunch of static pages for the time being with the possibility of moving to PHP/Pearl CMS later.
For this, I think that a basic hosting plan of about .5-1GB space and 5-10GB bandwidth would be well enough.
Can you please suggest me a host which would cost around 2-3$/month and has a moderately good service? I came across companies like Umbrahosting and HostPC which are cheap. Do you have anything to say about them?
Moreover, some hosts give combo offers of webspace+domain registration. Is it wise to register the domain through the host or to register it separately through godaddy etc?
View 14 Replies
View Related
Jul 3, 2009
Will there be any web hosting security flaws if I buy hosting straight from the package?
Sorry for the post but I am worried if it will be vulnerable or not.
View 14 Replies
View Related
Jan 4, 2009
I am currently hosted at by a webhotel that does not offer SSL security.
I have purchased a Thawte SSL123 certificate which I need to have installed on my webhost due to security while handling online payments.
What is required is the ability to setup subdomains. Some hosted exchange would be good as well, as to running a smallsized business.
which webhost I could move?
Would it be possible to use Godaddy.com and install the Thawte SSL certificate on their hosting?
How about the requirements for setting up a secure webserver by yourself? Prices for the hardware/software etc.?
View 5 Replies
View Related
May 12, 2009
Both Webhostingchoice.com and Webhosting-10.com
are web hosting reviews websites.
Which one do you favor?
have you had any experiences with them?
positive or negative?
View 10 Replies
View Related
Nov 1, 2008
Im in the process of setting up my ecommerce store selling baby/childrens clothing items etc. But I cant decide what webhosting site to use. Ive heard a lot about hostmonster and 1and1...which one of these are better?
View 14 Replies
View Related
Mar 17, 2008
I've just received my second suspension from them, for having 5 visitors on my website, which was abuse of their resources.
I had issues with them last month, they claimed I was using too much resources and had to upgrade to Business class. I've paid for two years there as it is.
Every time I would get these notices, I'd work with them and it was found that one comment bot was hitting my site repeatedly (one post several times in a row which really shouldn't cause any problems anyway) and would cause things to raise. In their email, their support said:
Quote:
Your account is unsuspended now. Please check and prevent future overloads.
Also we can block ip addresses of your referrals, when all connections is from one ip instead of suspending your account. Should we block 92.48.193.58 and similar?
When I said yes, I was sent this reply:
Quote:
Hello,
IP 92.48.193.58 blocked in our firewall. We'll act similar way, when your account will be leeched from one IP. Now this ticket is being closed.
So tonight, I redo a post, since their hotlink protection isn't stopping hits on the photo being linked to, which involved uploading an image and deleting the old, and shortly thereafter I get this:
Quote:
Dear Customer,
We have suspended your account due to resource abuse. Please find the related information below:
top
top - 20:21:33 up 30 days, 3:26, 5 users, load average: 5.07, 4.89, 5.22
Tasks: 187 total, 1 running, 186 sleeping, 0 stopped, 0 zombie
Cpu(s): 0.5% us, 0.4% sy, 0.2% ni, 70.9% id, 27.9% wa, 0.0% hi, 0.1% si
Mem: 4148484k total, 3998792k used, 149692k free, 130440k buffers
Swap: 2096440k total, 7720k used, 2088720k free, 2881224k cached
PID USER PR NI %CPU TIME+ %MEM VIRT RES SHR S COMMAND
13504 username 20 0 0 0:00.23 0.4 27668 16m 4864 S php
20277 username 20 0 0 0:00.23 0.4 27672 16m 4860 S php
2093 username 20 0 0 0:00.25 0.4 27628 16m 4848 S php
8232 username 20 0 0 0:00.23 0.4 27636 16m 4848 S php
9399 username 20 0 0 0:00.23 0.4 27624 16m 4848 S php
12099 username 20 0 0 0:00.24 0.4 27636 16m 4844 S php
8449 username 20 0 0 0:00.24 0.4 27628 16m 4840 S php
9530 username 20 0 0 0:00.23 0.4 27620 16m 4844 S php
mysqladmin proc stat
+--------+---------------+-----------+-----------------+---------+--------+----------------+---------------
| Id | User | Host | db | Command | Time | State | Info |
+--------+---------------+-----------+-----------------+---------+--------+----------------+----------------
| 50484 | username_wrdp2 | localhost | username_wrdp2 | Sleep | 344568 | | |
| 50537 | username_wrdp2 | localhost | username_wrdp2 | Sleep | 344525 | | |
| 50615 | username_wrdp2 | localhost | username_wrdp2 | Sleep | 344329 | | |
| 77636 | username_wrdp2 | localhost | username_wrdp2 | Sleep | 300652 | | |
| 121657 | username_wrdp2 | localhost | username_wrdp2 | Sleep | 240337 | | |
| 202546 | username_wrdp2 | localhost | username_wrdp2 | Sleep | 154415 | | |
| 306259 | username_wrdp2 | localhost | username_wrdp2 | Sleep | 50092 | | |
+--------------------
All of them supposedly me. But at any rate, only 5 users at namecheap can apparently bring about a suspension. I have never in my life had such treatment by a host. Most of the site is a static site, where most people land. And this is for less than 50 people on a daily basis.
They may have a good reputation as a domain reseller (yes, they're now ICANN registrars, but they haven't switched over yet, they're still reselling for Enom) but they had better rethink their webhosting.
People I know who have WordPress pages at places like Dreamhost, Lunarpages, all the rest have way more traffic than I do and yet they don't have these problems. I'm just sick at they way I've been treated there.
Whatever you do, don't host with namecheap. I'm truly sorry I did. And if anyone wants to verify that I host with them, it's hauntedlights.com, obviously a really exploitable site. It's about haunted lighthouses.
View 14 Replies
View Related
Jun 28, 2008
I'd like to use these guys for shared hosting to host all my Blogs. I have 4. Want to put them on Domains and get hosting.
I was looking at the professional package, and getting it for 24 months:
Quote:
Advanced Hosting Package
$19.99 per month
(payment options) ORDER http://glowhost.com/images/div200ab.jpg HOST 10 DOMAINS
1000 MB / 1 GB DISK SPACE
40000 MB / 40 GB TRANSFER
UNLIMITED EMAIL ACCOUNTS
FREE DOMAIN FOR LIFE
UNLIMITED MySQL DATABASES
FREE NIGHTLY BACKUP
FREE BACKUP RESTORATION
FANTASTICO SCRIPTS
PRE-INSTALLED SCRIPTS
DELUXE FEATURE PACK
how's their service, Uptime? Tech Support?
View 11 Replies
View Related
Sep 23, 2008
Are ALL the names taken ?? I was just messing around to see if there were any available names + "host" or "hosting" word but they're ALL TAKEN
View 14 Replies
View Related
Dec 28, 2008
I have been with web hosting talk for just this month and in the past 8 days I have had down time at least 1 everyday for around 2-3 hours. I just contacted the VPS support to see why I am not even able to start the server using Virtuozzo Control Panel and this is what they said:
'We are facing a network issue at the moment. Our engineers are aware of this problem. Efforts are on to restore service at the earliest. We apologise for the inconvenience.'
And then I ask them the simple question, Why was I not informed about all this downtime and errors on the system - This is what he said to me:
'We have already posted this on our forum. You can have a look at http://www.webhosting.uk.com/forums/network-status/4724-network-issue.html'
So I say to him:
'So I get expected to look at your forums every time I have downtime or any problems with the network'
'I think this will be the last month of me paying for this server.'
Then he says: 'No every time but if there is any major issues, we always keep posted on our forums.'
View 10 Replies
View Related
Mar 28, 2008
We have a webhosting company
our details and our webhosting users is Secure
i don`t like any body else knows our users list
but 2 website is there
1 - webhosting.info 2-domaintools.com
those Show our users and website list to everybody
i am not interest for this service,
how can i Stop this service?
View 5 Replies
View Related
Aug 29, 2008
Does anyone know of a good webhost for ColdFusion MX 7?
I am looking for a webhost I can contact - one with good customer service.
View 3 Replies
View Related
Jan 2, 2008
As generally i stick to hardware...but anyways i have encountered this problem..
I have installed WAMP on my sever
I have opened up Port80 to it(port forwarding)
I can enter both internal address (address of server 192.1068.1.108) and external ips (my external address 220.239.199.48) into my browser on another computer in the network and it works but as soon as you try on a computer outside my network on the internet some where it just times out....
View 8 Replies
View Related
Jul 14, 2008
i have site for php c++ etc and i wanna transfer my host to the best company for webhosting to make site fast easy simple and have great team in seo beacuse am wanna site grow up @ google and search engien optizme etc,,,increase my visitors
View 14 Replies
View Related
Aug 27, 2008
I am doing SEO and Web designing business for past few years.The main problem I faced in my business is with webhosting.
First I bought shared hosting from some less reputed for cheap rates.But they scam me.
Second I bought a VPS, but they don't work or propagate in all areas.
So now I am going to take a well reputed company to host my sites.
View 14 Replies
View Related