iGuest 3 Report post Posted November 20, 2004 Big Business is always looking for ways to get more from their advertising dollars. So out comes scumware. Programs that "hijack" key words bought by these companies and steal your visitors by turning them into links to their sites, even by overwriting your links. So here's some things to work around that. <!-- StopText code courtesy SgtSearch.com and Thiefware.com --> <style type="text/css"><!-- span {font-size:1px} --></style> <!-- Stop here and insert into your site head tags --> you can replace the second one with a line in an external .css file span {font-size:1px} (provided curtesy of sgtseach.com, copied with permission) Share this post Link to post Share on other sites
iGuest 3 Report post Posted December 20, 2004 hmmm does this mean like when spyware is installed on someone's computer and that user uses the search engine from the spyware and it brings up your site from the results but has overwritten your links with links with benefit the company of the spyware? i'm not sure if i understand what this is for, also will you please show an example on how do i implement it into my site? thanks Share this post Link to post Share on other sites
iGuest 3 Report post Posted December 20, 2004 sort of, but not quite. when you install a theftware carrying program, what it overwrites the page. for example, lets say that Ford Motors has purchased the word "automobile" from one of these agents, such as Gator. whenever you visit a page, if the word "automobile" appears on it, it is turned into a link to ford's site (even if it was originally one of the designer's links). since there is no way of controlling the existence of this software on a visitor's comp. we, as designers, need to outsmart it. so, if you make your page, and inlude that code into your css, it will effectively prevent the theftware from altering your content, thereby keeping your visitors on your site Share this post Link to post Share on other sites
iGuest 3 Report post Posted December 20, 2004 ah ok, sounds interesting, will you give an example how i would do link(s) on my site with this to prevent the spyware culprits from stealing my links? Share this post Link to post Share on other sites
iGuest 3 Report post Posted December 21, 2004 your links you do exactly as you normally would. this is a CSS addition that prevents their CSS techniques from working. and if you are using an external .css, you can substitue that code by simply adding the line <!-- span {font-size:1px}to it Share this post Link to post Share on other sites
iGuest 3 Report post Posted December 30, 2004 not to be like crude but is that why when you click on a porno link it goes to a completely different porn site? lol Good info but i dont think any business would do that to me, i might still use this though, thanks Share this post Link to post Share on other sites
iGuest 3 Report post Posted January 2, 2005 Hey Thanx 4 Sharing With Us Friend Share this post Link to post Share on other sites
iGuest 3 Report post Posted January 2, 2005 but how can it overwrite the code you made....unless you chmod wrongly... Share this post Link to post Share on other sites
iGuest 3 Report post Posted January 2, 2005 it is previewed by the theftware, which are browser plug-ins, and altered on your local system, so the chmod doesnt affect it, that only affects the permissions of the files on the server Share this post Link to post Share on other sites
iGuest 3 Report post Posted January 3, 2005 i see... ithough the theft ware was server side... Share this post Link to post Share on other sites
iGuest 3 Report post Posted January 3, 2005 it would be so much simpler if it were Share this post Link to post Share on other sites
iGuest 3 Report post Posted January 4, 2005 if it was you would 1st have to hack a coporate server to plant the theftware....lolcrime Share this post Link to post Share on other sites
iGuest 3 Report post Posted January 4, 2005 Thanks for sharing this with us. :DUnfortuantely, if you use spans in your page, it would force you to include a style definition in every span you have. Since spans are the XHTML way of formatting inline text, this would make it most inconvenient if you wanted to write your page in XHTML. But it would still work. Share this post Link to post Share on other sites