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 - caimin

Pages: [1]
1
Installation, Update & Configuration / Changing Time...
« on: February 13, 2003, 09:09:06 AM »
Hi,

I have maybe a really stupid question: I'm setting up a imagegallery BUT the time doesn't display Holland's time.. I think it's the worldtime or something.. But it's 6 hours earlier at the imagegallery then it's in holland..

Does anybody know how to change it?

2
Installation, Update & Configuration / does geocities support 4images ?
« on: February 13, 2003, 09:06:04 AM »
They don't support PHP and MySql so 4Images won't work. Try Lycos, in Holland they do support 4Images.. http://www.tripodnet.nl

They give you at least 50mb..

3
Installation, Update & Configuration / Anti Rechtsklickscript entfernen?
« on: February 09, 2003, 07:09:00 PM »
Open the header.html file in the templates/default directory and delete exactly this:

Code: [Select]
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;


When you don't delete more, or less it should work. It works with my version (1.7)

Greetz,
Caimin

Pages: [1]