Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - The Sailor

Pages: 1 2 3 4 [5] 6
61
Mods & Plugins (Requests & Discussions) / Adding DHTML Filters to images
« on: October 31, 2002, 07:35:43 AM »
i think you have to change in header.html file any DHTML effects try to use
this great random effects after <head>
Quote

<META http-equiv="Page-Enter" CONTENT="RevealTrans(Duration=4,Transition=23)">

62
pleazzzzzzzzzzz can any one help :(

63
did i do any mistake in all that ? i did't see any comment's :?:

64
i find a simple javascript and i think its more useful that the javascript
in header.html becuase when you click (F10) you well disable the Right-Click
protection and you can save any image by Right-Click.
but with this you can not do that.

Please try it to be sure

go to template=>defualt => header.html

Find this code :
Quote

<script language="javascript" type="text/javascript">
<!--
  function opendetailwindow() {
    window.open('','detailwindow','toolbar=no,scrollbars=yes,resizable=no,width=680,height=480');
  }
 
  function right(e) {
    if (navigator.appName == 'Netscape' && (e.which == 2 || e.which == 3)) {
      alert("© Copyright by {site_name}");
      return false;
    }
    else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button==2 || event.button == 3)) {
      alert("© Copyright by {site_name}");
      return false;
    }
    return true;
  }
  document.onmousedown=right;
  if (document.layers) window.captureEvents(Event.MOUSEDOWN);
  window.onmousedown=right;
// -->
</script>

Replace it with this :
Quote

<script language=JavaScript>
var message="© Copyright by {site_name}";
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function("alert(message);return false")
// -->
</script>

65
Discussion & Troubleshooting / Right Click and XP
« on: October 26, 2002, 11:07:34 PM »
thanks again i well check the link and thanks for your advice. (^_^)

66
Can any one help me please (^_^)

67
Discussion & Troubleshooting / Right Click and XP
« on: October 26, 2002, 10:24:41 PM »
thanks Chris i understand it now , but i think it still other way to save
image from the page by useing Save as.. in  Inernet Explorer browser. is there any way to disable this feature also (^_^) ?...

68
Discussion & Troubleshooting / Right Click and XP
« on: October 26, 2002, 10:54:14 AM »
:?: Can i know what is "drag'n drop" feature please?

69
Discussion & Troubleshooting / Right Click and XP
« on: October 26, 2002, 10:53:58 AM »
Can i know whats is "drag'n drop" feature please?

70
Discussion & Troubleshooting / Right Click and XP
« on: October 26, 2002, 01:34:36 AM »
Thanks very much (^_^) it's working well now

71
Discussion & Troubleshooting / Right Click and XP
« on: October 26, 2002, 12:27:38 AM »
How can we keep useing the right click protect in 4image if we know
this feature in WindowsXP in this sample:


i think we have to disable this feature if we want all visitors to register
befor saving any pic's...

72
Can I make these Counters it my 4images Gallery in home.html:
1- counter of all eCard has been sent.
2- counter of all members.
3- counter of all downloads.
4- counter of all comments.

73
Discussion & Troubleshooting / Validation error pleazzzzzz help me
« on: October 23, 2002, 10:08:50 AM »
Yes Yes thanks Jan really U r great , when i transfer all folder i dont think that i need to change the permissions in all folder even that's new folders in media and thumbnails, becuase  i think it's enough to set only media+thumbnails. its work well now (^_^)

thank again

74
Discussion & Troubleshooting / Validation error pleazzzzzz help me
« on: October 23, 2002, 09:39:11 AM »
Quote
but Mr. Jan the permissions of all folder in data->media-> is 755

Yes, thats exactly what i mean. Set the permissions to 777. The same for "thumbnails".

Jan

75
Discussion & Troubleshooting / Validation error pleazzzzzz help me
« on: October 23, 2002, 09:08:33 AM »
am sure about all folder permissions check for many times its right but proplem still  :(

Pages: 1 2 3 4 [5] 6