b374k
m1n1 1.01
Apache
Linux webd001.cluster107.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
uid=2234(oyaide) gid=100(users) groups=100(users)
server ip : 213.186.33.18 | your ip : 216.73.216.159
safemode OFF
 >  / home / oyaide / www / balrusse.be / bal2008 / res /
Filename/home/oyaide/www/balrusse.be/bal2008/res/embedguestbook.js
Size675
Permissionrw-r--r--
Owneroyaide : users
Create time03-Nov-2008 15:31
Last modified22-Feb-2008 20:55
Last accessed28-Jan-2009 20:48
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
function embedGuestbook(src, width, height, flashvars) {
if (navigator.appName.indexOf('Explorer') != -1) {
document.write('<object classid="CLSID:D27CDB6E-AE6D-11CF-96B8-444553540000" ');
document.write('codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" '); }
else
document.write('<object type="application/x-shockwave-flash" data="' + src + '" ');

document.write('width="' + width + '" height="' + height + '" id="GuestBook" align="middle" />\n');
document.write('<param name="flashvars" value="' + flashvars + '"/>');
document.write('<param name="movie" value="' + src + '"/>');
document.write('<\/object>');
}