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

Pages: 1
1
HFS ~ HTTP File Server / Re: Allowed referrer question
« on: March 01, 2019, 06:46:43 PM »
The reason I'm still on an older version is I sometimes like to have 2 independent instances of hfs running on different ports but last time I upgraded that was not possible, the 2nd opened hfs would swap the html with the 1st or visa versa, somehow they were intertwined instead of independent of each other. I forget now but it was a nuisance I couldn't tolerate. As far as adding the robot file to the root, that's something I'm not familiar how to execute & not sure if the mentioned effects are what I really am after. Modifying the html is as far as I'm savvy enough to go with it right now. Appreciate the feedback.

2
HFS ~ HTTP File Server / Allowed referrer question
« on: March 01, 2019, 06:11:28 AM »
I'm using 2.2f as a traffic monitor for another site I have that links to my hfs to show me what pages of my site are getting accessed. I see visitors on the log when they go thru my site but I also see web crawlers just sweeping ip's for open ports that I want to keep out of hfs. I can plug my front page addy into the allowed referrer but that will only show me when my front page is accessed & I have dozens of other pages on that site that get ignored using just the main page addy. Is there a way to get the allowed referrer to recognize all addy extensions of my site similar to ip blocking where you can block a string with the asterisk? A search of your forum didn't give any results on this topic so I hope this isn't a redundant question.

3
I looked at the template & it indicates the progress meter it part of the hidden background programming code that I don't know how to access. All I'm capable of is to modify the css & html but thx for the reply.

4
Programmers corner / Changing upload progress meter to horizontal?
« on: June 12, 2015, 07:05:57 AM »
Hi all, I couldn't find anything in search on this so here's my ?.... Is it possible to switch the upload progress meter to horizontal rather than it's current vertical positioning? I'm using 2.2f. Another problem I have with it is on firefox it'll load the progress interface but won't allow updating it & found no settings in firefox options to allow it. I'd prefer just having a permanent css/html based bandwidth monitor on the upload page if possible but was unable to find one anywhere. thx

5
I'm using hfs as a personal website & use 1 episode of it for a front page then have another episode of hfs for an expanded main page on a different port. My old version works great, on the new version, trying to change the template on the 2nd episode won't take. I paste the template for it & save it but it grabs the template from the 1st episode & replaces it. Am I missing something?

6
HFS ~ HTTP File Server / Re: opening hfs files in a new window?
« on: August 20, 2013, 05:15:07 AM »
Lol, I came here to answer my own ? and found the answer I came up with posted but for anyone else looking to do the same this is how the code looks

[file]
<tr><td>%new% %protected% <a href="%item-url%" target="_blank">

"target=_blank" was added to the line.

did the same thing for the folder line so both folders & files open in a new window

7
HFS ~ HTTP File Server / opening hfs files in a new window?
« on: August 18, 2013, 08:03:03 PM »
I know the html command target=_blank to open something in a new window but can't figure out where on the template to put it to open hfs's files & folders, anyone got an idea for that, didn't find anything about that in the forum search either.

8
HFS ~ HTTP File Server / Re: Can an swf file be uploaded to hfs?
« on: August 17, 2013, 10:56:28 PM »
thx for that tip, it worked in a roundabout way, I was looking to mount the players on the page but instead  created an image button pop up link for the players then loaded the html file with it's swf & js sub folders for the player into the file folder, copied the url it created for the player html file to the button link & bingo it pops up in a new window.
But on IE the player pops up & for some reason doesn't work & locks up the pop up, no big deal, IE is a crappy browser anyways but maybe the the code I used isn't IE freindly, if anyone can suggest a better code, I'll give it a try. I used this.
<a href="http://my url/Boss%202/Boss%202%20player.html" onclick="javascript:void window.open('http://my url/Boss%202/Boss%202%20player.html','1376777662531','width=550,height=400,toolbar=0,menubar=0,location=0,status=1,scrollbars=1,resizable=1,left=0,top=0');return false;"><img src="http://my url/Boss%202%20player.jpg" border="0" /></a>

Did a similar thing to change the favicon with
<link rel="shortcut icon" href="http://your url to favicon file/favicon.ico" />
much thx for the assist!

9
HFS ~ HTTP File Server / Can an swf file be uploaded to hfs?
« on: August 07, 2013, 01:19:45 AM »
I'm using hfs as a website for my radio station & been having fun decking it out but ran into a problem trying to add a player for guests to hear the station which requires an swf file be uploaded to it. Does anyone know if this can be done & how to do it? I'd pay someone to get this done for me if there's any takers, this is a bit over my ability. I'd also like to change the favicon to a custom one, is that possible too? thx

Pages: 1