rejetto forum

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

Pages: 1
1
HTML & templates / Re: Disable Right Click in template
« on: April 08, 2016, 04:44:48 AM »
Tried that and all I get when I load up a page is "Jquery will work better with HFS "


Thanks anyway



2
HTML & templates / Re: Disable Right Click in template
« on: April 07, 2016, 02:08:19 PM »
Thanks for the quick reply.

I followed your instructions to the letter posting the code as indicated below.   When I open the site (localhost) it will open the page without anything showing on the page other than the header.

<script language="javascript">
document.onmousedown=disableclick;
status="Right Click Disabled";
Function disableclick(e)
{
  if(event.button==2)
   {
     alert(status);
     return false;   
   }
}
</script>



I am obviously missing the point somewhere :-(


Thanks

3
HTML & templates / Disable Right Click in template
« on: April 06, 2016, 05:58:56 PM »
Hi All,

Been a while since I have been on, and some fantastic work been done in the that time.

I am hoping someone can point me in the right direction.   I want to be able to disable RIGHT mouse click when the web page for HFS is running, to prevent the users from doing anything than clicking on the file to open/download.

Hoping someone might have an answer.


Thanks

4
HFS ~ HTTP File Server / Multiple Instance of HFS
« on: March 31, 2014, 01:40:51 PM »
Hi,

I have a requirement to supply access to two separate area's using HFS, which will mean running two instances of HFS on the same machine.  They will both be on different ports so no conflict there, but was wondering if anyone else has run two instances and did you have any issues with it.


Many thanks

5
HFS ~ HTTP File Server / Re: Urgent Help please.
« on: January 07, 2014, 08:00:00 PM »
Thanks for the help, I resolved it by removing the special characters from the French Lang, which resolved it.......not the best way but under the circumstances the only way.

Thanks

6
HFS ~ HTTP File Server / Re: Urgent Help please.
« on: January 06, 2014, 07:51:10 PM »
It's running the English version, but we are displaying French titles for some visitors.  My only option I guess would be to remove the special characters, and explain why.

Thanks for taking the time to respond.

Graeme

7
HFS ~ HTTP File Server / Urgent Help please.
« on: January 06, 2014, 05:51:11 PM »
Currently running HFS 2.3beta

Getting on great guns with it and all is working well, however, in one of the areas we use it, where instructors access various powerpoints, we have some files with French Titles, ie:  FCPA SYST̀MES DE ŚCURITÉ INCENDIE  ET SAUVETAGE
when this is viewed through the link to HFS which is hosting it, the user is presented with "404 - File Not Found"

On investigating (as the file is there) it would appear that one or several of the special characters in the title.  Now we can go through and strip out the special characters but then its makes the title all wrong.   The better option for me would be to try and correct it so we can use the special characters, after all it is part of the language.

Can anyone advise or help on this please.


Regards

Graeme

8
FHFS / Re: Problems getting FHFS running
« on: November 28, 2013, 11:19:01 AM »
Firewall and AV disabled and I can confirm that FHFS is running.   It states the service is installed, it then states that the server appears to be unconfigured, then opens IE and goes to: http://127.0.0.1/   and the page displays HTTP 404 Not Found.

My system is Windows 7 Pro 64 bit, running Internet explorer version 9

Baffling to say the least

9
HFS ~ HTTP File Server / Folder Names not being shown
« on: November 28, 2013, 10:17:49 AM »
Hi,
Relatively new user to HFS and seem to falling at the first hurdle.   Running version 2.2F

I have a custom template that runs fine with the exception of one thing.  It wont show any folder names unless I add these in the "Comments" on HFS.  The folders have sub-folders and these are the same; Folder Icon is shown but not the folder title.

Been through all the obvious settings and cannot see anything to turn folder names on or off.

I dont fancy having to label all the folders through the comments box, as there is going to be a good few folders.

Any pointers would be very welcome.


Thanks

10
FHFS / Problems getting FHFS running
« on: November 26, 2013, 07:10:44 PM »
Hi All,

downloaded the latest release (2.1) of FHFS, extracted the files from the zip, and ran the file FHFS_Launcher and then select START SERVER.

FHFS starts up fine and minimises to the task bar, but gives me the following message "your server appears to be unconfigured and you must run the installer (opened automatically) to complete initial setup.

A web pages opens to the address: http://127.0.0.1/  but only displays "The web page cannot be found".

Tried reading any notes, but cannot seem to pinpoint where I am going wrong.......and its going to drive me nuts :-)

Excellent work, and I will be even happier once this is running and I can then rest in peace.

Oh...Important stuff.  I am running Windows 7 Pro 64bit.

Regards to all

Graeme

Pages: 1