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

Pages: 1 2 3 ... 10
1
HTML & templates / Re: New and Needs help :/
« on: December 24, 2009, 03:21:30 PM »
sorry for the late reply.
as far as i know, using the RAWR template with TPgen should be fine.
http://www.rejetto.com/forum/index.php/topic,7269.0.html

And also a good starting point to learn HTML/CSS and if you want, a little bit of java as well. My advice is that you start fondling with the code and see what effect it takes on the webpage, and when in doubt google is your friend ;), at least that's how I learned.

2
Beta / Re: stability
« on: December 24, 2009, 03:16:40 PM »
I will try the new [overload] section when I return from holidays, sorry for the previous late reply rejetto (didn't remember the topic). I will give more info afterwards.

3
Beta / Re: stability
« on: December 23, 2009, 12:28:13 AM »
No, it's not due to the overload page, because it's outside the users browser (connections are coming from the download manager and not the browser). At least I don't think you send html code from the [overload] section to the download manager.

4
HFS ~ HTTP File Server / Login option?
« on: December 04, 2009, 06:03:06 PM »
When someone does a login in a lower folder of the hfs tree ie. http://localhost/1/2/ and then returns to http://localhost/1/ he will not be logged in the upper case folder. I quite understand why this might have been done this way, but an option in the hfs menu which would allow full site login wherever a user is would be nice. Anyway it's just a suggestion and not that urgent :).

5
HFS ~ HTTP File Server / Re: Authorization vs restriction
« on: November 30, 2009, 11:14:36 PM »
Try placing an access limit on the root of the HFS tree instead of the files. That way you will need to grant 'access' to one or more account as you wish.

ps. hfs tree root = /

6
HFS ~ HTTP File Server / Re: Hosting
« on: November 23, 2009, 02:51:20 PM »
Why not simply use a remote viewer of the computer that hosts the website? i for example use radmin to access the computer and update the files, even while HFS is running. All you have to do is fixate the computer IP and configure it on the remote viewer program.

7
HFS ~ HTTP File Server / Re: speed test
« on: November 21, 2009, 03:50:44 PM »
Wouldn't that be more influenced by the newer ethernet card than the processor? OS wise, I might concur with that idea

8
HTML & templates / Re: File with Asian language name cannot be displayed
« on: November 19, 2009, 05:28:43 PM »
I believe that template wise you would need to change the charset (it's in the <head>...</head> section) of the webpage in order to view the names correctly. If the file size is 0, then rejetto might have a better idea about what's going on.

9
HTML & templates / brightness
« on: November 15, 2009, 04:22:41 PM »
Or hook-up the monitor to a bicycle  ;D

10
HFS ~ HTTP File Server / Re: New user looking for some help
« on: November 15, 2009, 04:09:41 PM »
For the search part this is the code I use (I only did a quick search since I did this a long time ago, and didn't test this in a new RAWR template)

------------------------------------------------------------------------
Search Issue

JavaScript Code:
Code: [Select]
/* Search Form. */
function folderQuery() {
frm = document.folderForm;
if(frm.query.value.length < 3) {alert(lv_searchAlert);} else {
document.location.href = "http://"+serverHost+"?folders-filter=*"+frm.query.value+"*&recursive&files-filter=%5C";
}

Template Code:
Code: [Select]
...
<div class="modContent" id="Folder_Tasks">
{.if|{.{.!mod_search.}=on.}|
<form action="javascript:folderQuery();" name="folderForm" method="get">
...

------------------------------------------------------------------------
Stats/IP/Connection Issue

Template Code:
Code: [Select]
[stats = stats.htm|no log]
<span>[%time%]</span>{.!lv_time.}:<br/>
<span>[{.replace|/|-|%date%.}]</span>{.!lv_date.}:<br/>
<span>[%uptime%]</span>{.!lv_uptime.}:<br/><div class="divide"></div>
<span>[%number-addresses-downloading%]</span>{.!lv_connections.}:<br/>
<span>[%speed-out%KB/s]</span>{.!lv_outbound.}:<br/>
<span>[%total-out%]</span>{.!lv_totalOut.}:<br/>
<span>[%total-downloads%]</span>{.!lv_totalDownloads.}:<br/><div class="divide"></div>

11
HFS ~ HTTP File Server / Re: rejetto, can you make an limit option?
« on: November 15, 2009, 02:13:18 AM »
How about encouraging download managers?

12
HTML & templates / Re: my website
« on: November 15, 2009, 02:10:55 AM »
lol, copyrighted means that somebody owns that software, to which it's illegal to freeshare it without the owners consent, thus the link being removed for this forum to avoid association with such activity.

13
HTML & templates / Re: my website
« on: November 11, 2009, 10:46:58 PM »
Maybe try something like this:



This is what I have using the same template, i'll post the code if you encounter difficulties. Just a heads up, if you do like I suggested be aware that for small resolution users the image might get cut underneath the graph so the image resolution is kind of important.

14
HTML & templates / Re: Bandwith Meter Help
« on: November 09, 2009, 03:26:36 PM »
I believe he meant the graph as in the RAWR templates are displayed. Anyway I Believe TSG and GE made a module (Statistics I believe) in their template's that would refresh each 10 secs? This (code) might be a good starting point to which you can apply it to the graph which is displayed on you hfs web-page.

15
Beta / stability
« on: November 05, 2009, 07:03:41 PM »
Not wanting to takeover this topic but i'll just leave this here: http://www.rejetto.com/forum/index.php?topic=7730.0

In the link I further explain the ban page issue, and make a suggestion to rejetto which might be quite simple to do.  :)

PS. tks mars, i'm trying some stuff with your macro's instructions

Pages: 1 2 3 ... 10