Jump to content

people have NO Shame anymore !


joe123

Recommended Posts

Unfortunately, no they don't :(

 

Presumably you have contacted them about it, or their host/isp?

 

In addition there are a number of things you can do to not only help you find people doing this, but also stop them using your imagary.

 

You can use People such as Copyscape, either as a every now and then tool, or as a paid service whioch will actively monitor the web for these types of things - Linky http://www.copyscape.com/

 

With regards to images being stolen, obviously a good code of practice is to not use images within your page, but where possible set them as backgrounds within css. This stops them being 'grabbed' off the web page.

 

You then simply stop people 'hotlinking' to them by setting rules within a htaccess file, something like below:

 

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

 

Obviously this doesn't stop them completely, but it does make it harder for them, and a little bit easier to find the ones that manage it :D

Link to comment
Share on other sites

With regards to images being stolen, obviously a good code of practice is to not use images within your page, but where possible set them as backgrounds within css. This stops them being 'grabbed' off the web page.

Hey that's a great tip! I've just been disabling the right click and didn't realise that css background images were tight. ;)
Link to comment
Share on other sites

Unfortunately there is nothing you can do to protect the images , absolutely nothing .

every windows system have a "snipping tool" and many free ones out there , even the toolbar that i make have one .

 

Because this user is using whmcs as well so i was hoping he will see this post and remove all images and text from his website .

Link to comment
Share on other sites

Because this user is using whmcs as well so i was hoping he will see this post and remove all images and text from his website .

Don't count on it. Send a DMCA to them, and send one to the provider as well. This is how you resolve rips these days.

 

BTW, the CSS bg image tip? A ripper can take them just as easily, trust me. I've had them do it, and a site downloader will grab it all. ;)

Link to comment
Share on other sites

I've just been disabling the right click and didn't realise that css background images were tight. ;)

 

If they can see it in a browser, they have a local copy of it anyway ... so all this disable right-click etc is pointless to the determined scum and annoying for those who might want to learn a little from your code etc

Link to comment
Share on other sites

Disabling right click also causes issues for left handed users that have reversed mouse buttons. ;)

Very good point that! As othellotech says really then. Absolutely pointless attempting to prevent it all. He was right to use the word, "scum", too! ;)

Link to comment
Share on other sites

a lot of the time sites don't copy others intentionally.

 

SO many webhosts use poor quality templates for their site that are sold and distributed on hundreds of different sites it is simply basic math to work out that some sites will look the same.

Link to comment
Share on other sites

BTW, the CSS bg image tip? A ripper can take them just as easily, trust me. I've had them do it, and a site downloader will grab it all. ;)

 

True, but as said it just makes them have to go that extra little bit....

 

at the end of the day, a print screen and photoshop job can do it, as can the above mentioned fire bug, but to quote a leading supermarket.....

 

every little helps :)

Link to comment
Share on other sites

I had no idea what you guys were on about. Seriosly, i thought a "silver PLEN" was hillariously fummy. So I thought I'd ccheck out what all the fuss is about.

 

2 thoughts came to mind.

1. Q What does this guy know about SEO that we don't

2. A Not a damn thing

 

ROTFROL

Link to comment
Share on other sites

I think he may be on to something........

 

We are all always trying to find a niche with seo, maybe bad spelling is the way :D

 

Im off to set up some more packages of my own, to take advantage of this new craze and capture even more customers...

 

So, whos up for? :-

 

Cool-location

A, Dedicated Severe

Some, Domination names

A, Web Hosing Service

 

or are you perhaps just after signing up to our Affliate Sechme ?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated