New Trust Seal Code
The "old" code made use of a javscript file which was loaded from our website to produce the seal. Now things changed
The use of javascript produced the seal in two steps. (1) A 1x1 pix picture was entered into the target site, and than (2) the script made shure that this picture was availible on the right before the seal was transfered.
Now things are different. The new code looks like that:
var refdom=escape(location.href);
document.write(`[a href=``/seal/`+refdom.replace(///g,`@F@`)+`/link/1/38b3eff8baf56627478ec76a704e9b52/redirect.php`` target=``_blank``]
[img src=``/seal/`+refdom.replace(///g,`@F@`)+`/display/1/38b3eff8baf56627478ec76a704e9b52/seal.jpg`` border=``0`` alt=```` /][/a]`);
And this is very straight forward, it just prints a link and a picture, and encludes the referer site into the path of the URL.
One other advantage of the new code is that hosts are automaticly encluded:
yourdomain.com => registered
www.yourdomain.com => automatically encludes
shop.yourdomain.com => automatically encludes
ftp.yourdomain.com => automatically encludes