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

Pages: 1
1
HFS ~ HTTP File Server / Re: Upload script
« on: March 10, 2017, 09:16:19 AM »
hello,


Thank you for your answer.
Maybe I'm wrong are explained, for example, I have an existing website: www.website.nl. That would put an upload feature so people can upload anything. Now I wanted file upload will be placed on my hard drive.

For that I am looking for something a script or what I need to make.

Johannnes

2
HFS ~ HTTP File Server / Upload script
« on: March 09, 2017, 10:26:58 AM »
Hello,,

Maybe a stupid question, but it is possible only to set an upload script on your regular website and then upload it to HFS server so that members can upload. Who can possibly help me with this.

thank you in advance


Johannnes

3
HFS ~ HTTP File Server / Online & Offline server on website
« on: January 31, 2017, 08:17:15 PM »
Put this on your website :

<script type="text/javascript">
   var url = "http://www.yourprivateserver.com/foo.gif";
   var img = new Image();
   img.src = url;

   img.onload = function()
   {
      // If the server is up, do this.
      alert("Server is up!");
   }

   img.onerror = function()
   {
      // If the server is down, do that.
      alert("Server is down!");
   }
</script>


and works great

4
HFS ~ HTTP File Server / Re: simultaneously download
« on: September 11, 2015, 10:10:53 AM »
hello,

thanks for the explanation again'm happy with it.  ;D ;D

5
HFS ~ HTTP File Server / simultaneously download
« on: September 09, 2015, 09:35:22 PM »
hello

I have a question, where can I set that only one can be simultaneously downloaded. Everything else works great.

Thanks in advance

Johannes

6
HFS ~ HTTP File Server / Re: On - Off Script on website
« on: July 08, 2015, 11:20:59 AM »
Hello

Many thanks for your good script and explanation, and it works perfectly just need just a picture online and it all works.

I hope that more members have fun at it because really top


Johannes  ;D ;D ;D

7
HFS ~ HTTP File Server / Re: On - Off Script on website
« on: July 03, 2015, 11:51:09 AM »
Hello,

Many thanks for your quick response, and thank you for a new challenge for me, I will try what I can do everything myself. I am a beginner in scripts and go to battle.

Many thanks for your advice and time

Johannes

8
HFS ~ HTTP File Server / Re: On - Off Script on website
« on: July 03, 2015, 11:10:38 AM »
Thank you for your clear explanation, but I do not really like I have in my mind. I have therefore made a picture how it should be.

Johannes ;) ;)

9
HFS ~ HTTP File Server / Re: On - Off Script on website
« on: July 02, 2015, 03:35:44 PM »
thnx for help, i have to try this script, but don't work.

Try to make it a little clearer

I just have a website, I want to show on the website or the server off or on state. Here I actually looking for a script that I can put on the website so that members can see if the server on or off

Is this possible and where can I find such a thing.

Johannes

10
HFS ~ HTTP File Server / Re: On - Off Script on website
« on: June 11, 2015, 06:41:22 PM »
thanks for your answer,

I turn an ordinary website. through an iframe you can on the website come on the HFS server. Now I would like my regular website will show whether the server on or offline state.

Can this be made with a script and where can I find it? Maybe I did not properly explains.


Johannnes

11
HFS ~ HTTP File Server / On - Off Script on website
« on: June 11, 2015, 04:49:02 PM »
Hello,

Is it possible to automatically create a script on and off at HFS server. I have a website where you can go to the HFS server, but no one can see if he is on or off. I can through a script on my website which then shows that it is on or off by a plate of On and Off. I am really a beginner, but would like to learn. sorry for my bad English

Is there anyone who can help me with it.

thanks

Johan

Pages: 1