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.


Topics - slasherx

Pages: 1
1
HFS ~ HTTP File Server / selective ban replies
« on: August 15, 2009, 08:22:50 AM »
can we get an option to no reply for some ips that we ban, but also allow reply for some ip's we ban.

2
HTML & templates / Preview Box Enable & Disable
« on: August 13, 2009, 12:33:38 PM »
I need help disabling preview button. I have two preview buttons one for divx player and one for  VLC player.

I want to only allow preview button to work if it matches the following extentions.
avi,jpg,jpeg,png,gif,bmp,tif,tiff,mp3,flv,mp4,m4a,mov,3gp,aac,avi,divx,wmv,wma,swf

any other extention disable preview button. I tried to follow the rawr template but couldn't get it working.

Here is the [file] code.

Code: [Select]
[file]
<tr>
<td class="iconCol">
<a href="%item-url%">
<div style="background:url('/~img_file') center center no-repeat">

</div>
</a>
</td>
<td class="fileCol{.if not|{.get|can access.}|protected.}">
<div class="fileInfo">
<a href="%item-url%" {.$target.}>%item-name%{.if|{.get|is new.}|&nbsp;-&nbsp;<b class="new">%new%</b>.}</a><br/>
%comment%
<div class="info"><b>{.!Size.}:</b> %item-size%</div>
<div class="info"><b>{.!Hits.}:</b> %item-dl-count%</div>
<div class="age"><b>{.!Age.}:</b> %item-modified%</div>
</div>
</td>
<td class="quickCol">
<div id="s%sequential%" class="quickBtn2"><a href="javascript:void(0);" onclick="initBox('Box-'+(%sequential%+1),this.name)" name="%item-full-url%"><img src="/irresistible/images/divx.png" alt="P" title="{.!Stream with Divx Player.}" align="middle"/></a></div><span id="Box-%sequential%"></span>
<div class="quickBtn {.if not|{.get|can access.}|disabled.}"><a href="#" title="{.!Stream with VLC Player.}" onClick="vlc_controls.play ('%item-full-url%')"><img src="/irresistible/images/vlc.png" alt="Stream"/></a></div>
<div class="quickBtn1 {.if not|{.get|can access.}|disabled.}"><a href="%item-url%" title="{.!Download.}"><img src="/irresistible/images/medDown.png" alt="Download"/>
</td>
</tr>

also attaching full template.

thanks

3
HFS ~ HTTP File Server / Share printer through HFS
« on: July 13, 2009, 08:20:27 AM »
Is it possible to share printer somehow with HFS?

4
RAWR-Designs / Adding Divx Option in TOG
« on: June 17, 2009, 10:42:32 AM »
Can someone help me add option for divx player in TOG?

i need help with the main template, i can add the code to preview box. i think rest needs to be added to the template(.tpl) file. Anyone who can help would be great.

tog_previewbox.js added to line 29
Code: [Select]
else if(ext.match(".avi|.divx")) spawnDIVXBox(target,file);
tog_previewbox.js added to line 117
Code: [Select]
/* Spawn DivX Box */
var volume = 50;
var height, width, aspect;
var playmethod = "single";
var context = "on";
function spawnDIVXBox(target,file) {
height = ext==".divx"?350:350;
width = ext==".divx"&&aspect=="wide"?556:556;
spawnBox(target,width,height);
setTimeout("setDIVXBox(\""+target+"\",\""+file+"\");",300);
}
function setDIVXBox(target,file) {
setName(file);
file = file.replace('+','%2B').replace('&','%26');
volume = getCookie('Volume') ? getCookie('Volume') : volume;
playmethod = getCookie('Method') ? getCookie('Method')+"&mode=full" : "single&mode=full";
if(autoplay == true) playmethod = "single";
gEBI(target+"Content").innerHTML = "<object classid='clsid:67DABFBF-D0AB-41fa-9C46-CC0F21721616' width="+width+" height="+height+" codebase='http://go.divx.com/plugin/DivXBrowserPlugin.cab' id='IE_divx'><param name='custommode' value='none'/><param name='previewImage' value=''/><param name='src' value="+file+"/><!--DivX Web Player code generator (divx.com)--><embed type='video/divx' id='MZ_divx' src="+file+" custommode='none' width="+width+" height="+height+" autoplay='true' previewImage='' pluginspage='http://go.divx.com/plugin/download/ /></object>";
autoplay = true;
}

5
HFS ~ HTTP File Server / Sorting
« on: June 17, 2009, 05:25:14 AM »
How can i set HFS to sort folders by Time/Date but keeps the files sorted by name in the folders.

Also how i can i set different default sorting for different folders?

Thanks

6
HFS ~ HTTP File Server / New File Notification at root
« on: June 07, 2009, 04:00:16 PM »
anyway to make HFS show new files addition at the root directory.

What i mean is if i have a Folder1 and i make another folder inside folder1 called folder2. HFS only shows new logo when i go inside folder1. Possible to show new logo at root at folder 1.


7
HFS ~ HTTP File Server / 2 Ips - load balance
« on: December 20, 2008, 04:07:16 AM »
Hi,

I have two IPs, two cable modem hooked up to dual wan router, i have two ips how can i make it so it load balance between two. I use no-ip but what would be the best way to have both IPs working to load balance. Right now i have no-ip setup in hfs which constantly does dns updates to no-ip.

Also any ways to make hfs show new file sign next to file in folder, right now it only seems to put new file logo on the folder.

Lastly is it possible to send message to connected user?

Thanks

edit: i just realized i posted topic in templates forum, sorry about that

8
HFS ~ HTTP File Server / New File Notification
« on: December 08, 2008, 06:53:00 AM »
Is there a way to make hfs show New icon next to files that are added recently in a folder?


9
RAWR-Designs / divx support
« on: November 26, 2008, 09:18:43 AM »
hi,

how can i add divx support to new rawr template?

currently im using old version of rawr template that supports divx and its working great. Just wondering if possible to add to new version.

thanks

10
HFS ~ HTTP File Server / Web Divx Player
« on: November 25, 2008, 09:38:08 AM »
hi,

has anyone been able to get divx videos to work with web divx player.

i keep getting error 401

please help, using Terayon Theme v1.3.0 Beta 8

HFS 2.3 beta

thanks in advance

Pages: 1