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

Pages: 1
1
Bug reports / Re: Bug found Beta 2.3 (build 248)
« on: November 10, 2009, 07:29:12 AM »
1. are you using original english HFS, or a translated version?
if you are unsure about the answer to my question, please post a screenshot of your HSF window (not the browser).

of cause i use original HFS



2. could you translate the unreadable (third) line? you can see a readable version by opening your exceptionlog.txt

############# ERROR ON: 04.11.2009 15:31:02
this message my system code page in russian language
this message mean - Dont have memory

3. your log file is growing bigger and bigger over months.
suggestion: rename it to exceptionlog.txt.old

ok.

2
Bug reports / Re: Bug found Beta 2.3 (build 248)
« on: October 29, 2009, 11:44:28 AM »
I saw that your server run with the beta 244.

All your "home" (/) is archivable ... this is really what you want?
Your files are not protected ... everyone can access it.

some of my file set hidden status
archivable mean all files may be in achrive or not?


I downloaded some files:
http://93.92.xxx.xx/Pixel-faq/base_anim_persons_v1_2.rar
Your server seems not to have "crashed".
Maybe your server is overloaded when users use download managers softwares.
Try enabling the following option in HFS (Expert mode):

Menu > Limits > Prevent leeching (download accelerators)


Leeching already set
one ip set 1 connect

this bug only bring error window but if i press Close button server stay online.
today i press may be 20 or 30 close buttons :)



3
Bug reports / Re: Bug found Beta 2.3 (build 248)
« on: October 28, 2009, 09:41:17 PM »
i have many file share, avi and mp3.
my friend download them and i have this error.
after many downloads this link http://93.92.xxx.xx/Pixel-faq/base_anim_persons_v1_2.rar hfs crash
this virtual ling to real file.

4
Pусский / Re: HFS с множеством портов
« on: October 27, 2009, 11:02:34 AM »
можно если у тебя есть роутер с возможностью редиректа обращений по портам.

6
RAWR-Designs / Re: MOD S3M XM IT player for Terayon template
« on: December 09, 2008, 04:51:14 PM »
Hi guys, are new on the forum and I gather the occasion to greet all and particularly rejetto.   
   
I use for a long time hfs with the Terayon template... I have wanted to follow here the contained indications: http://www.rejetto.com/forum/index.php?topic=6087.msg1036294#msg1036294   
http://www.rejetto.com/forum/index.php?topic=6251.0

you have full code to your adaptation JavaMOD ?

7
RAWR-Designs / Re: Help with
« on: August 15, 2008, 06:24:51 PM »
by the way
add code to template file section

Code: [Select]
[file.mod = file.it = file.xm = file.s3m = file.nst ]
<tr>
<td class="row1" align="center" valign="middle" width="64"><a href="%encoded-folder%%item-url%" class="messageimagelink"><img src="/template/icons/%item-ext%.gif" class="noIcon" alt=""/></a></td>
<td width="100%"><div class="forumlink fileLink"><a href="%folder%%item-url%">%item-name%</a>%new%</div><span class="genmed" style="width:85%;">%comment%</span><div class="minHeight"></div>
<div class="gensmall fileStats"><span style="width:125px;float:left;"><b>File Size:</b> %item-size%</span><span style="width:65px;float:left;"><b>Hits:</b> %item-dl-count%</span><span style="width:200px;float:left;"><b>Date:</b> %item-modified%</span></div></td>
<td nowrap="nowrap" class="qrow"><div class="quicklinks"><div class=q1><a href="%item-url%" title="Download this song"><div class="dow-a">&nbsp;</div></a></div><div class=q2 name=><a href="javascript:void(0);" onClick="initPreviewBox('Box-' + (%sequential% + 2), 'MOD', this.name);" name="http://%host%%encoded-folder%%item-url%" title="Play this file with the JavaMod Media Player"><div class="fla" id="%sequential%" style="filter:alpha(opacity=100);opacity:1;">&nbsp;</div></a><span id="Box-%sequential%"></span></div></div></td>

add java code to RAWR-Previebox.js
Code: [Select]
// --Spawn an MOD box.---------------------------- //
function spawnMODBox(target,content,name) {
  spawnBox(target,120,50);
  setTimeout("setMODBox(\""+target+"\",\""+content+"\",\""+name+"\");",300);
}
function setMODBox(target,content,name) {
setName(name=="undefined"?content:name);
content = "<applet code='de.quippy.javamod.main.applet.JavaModApplet.class' archive='http://"+infoHost+"/Mod/javamod.jar' width='120' height='40'><param name='file' value='"+content+"'><param name='i' value='2'><param name='s' value='+'><param name='w' value='-'><param name='n' value='+'><param name='m' value='+'><param name='b' value='16'><param name='r' value='44100'> --></applet>";
  gEBI(target+"Content").innerHTML = content;

place JavaMOD to http://Host/Mod/javamod.jar

now you can listen your collection old MOD music  :)

and of cause you needed icon to .xm .s3m .it .mod files

PS thx RAWR team & HFS  :))

8
RAWR-Designs / MOD S3M XM IT player
« on: August 15, 2008, 07:14:03 AM »
Yahoo!!! i think i found way

9
Beta / Re: Testing build #167
« on: January 02, 2008, 08:48:21 AM »
latest link update down. pls fix it.

10
RAWR-Designs / HFS Terayon v1.1
« on: January 18, 2007, 01:16:06 AM »
little more
i add flyAdmin message
features drag&drop
every 15 sec update seek new admin message :) without main page reload

11
HTML & templates / Re: page in hfs
« on: January 15, 2007, 01:29:42 PM »
I wanna make site with hfs interface(no folders) with some information. Can i create section in html templte and folder? And then I wanna edit html design in section. Any ideas?

why not
use one of this http://www.boutell.com/newfaq/creating/include.html metod

or use this
all java script possible use like this
Code: [Select]
document.write('your HTML-code');

inside JS file HTML

Code: [Select]
document.writeln('<head>');
document.writeln('<style type="text/css">');
document.writeln('A {text-decoration:underline}');
document.writeln('.menu {       textalign: left; font-size: medium; fontsize: medium;   font-weight: bold; fontweight: bold}');
document.writeln('.menu1 {text-align: left; textalign: left; font-size: small; fontsize: small; font-weight: bold; fontweight: bold}');
document.writeln('</style></head>');

create all needed HTML like this and save to whatyouwantname.js
at last include to TPL
<script language="JavaScript" src=whatyouwantname.js></script>

12
RAWR-Designs / HFS Terayon v1.1
« on: January 15, 2007, 09:22:11 AM »
TBH, i dont like mouseover actions at all, a simple mouseclick shud do it :P but thats just me..
There are some things i want to point out though.
1. You've disabled the pngfix script
Code: [Select]
<!-- <script defer type="text/javascript" src="/template/pngfix.js"></script> -->This makes the icons look grey'ish in IE. I dont know if this script isnt compatible with the pic viewer..
i dont know why? but pngfix and ImagePopUpII scripts conflict. :(
i dont find where.

2. The text next to the item-name saying that the icon shows the preview is somewhat long
Code: [Select]
| icon show preview mouseover reaction if you want | Anyway, i've implemented the pic preview function in v1.2, because i still think its a nice idea ;D
But its not triggered by a mouseover function. Its linked by a small icon in the new QuickLinks tab.
yes i have think like this.

13
RAWR-Designs / HFS Terayon v1.1
« on: January 14, 2007, 08:05:20 PM »

But TBH, i think that a link will do just fine, a mouseover can be triggered accidently and be annoying sometimes. :)
[/quote]

http://195.131.164.128/Picture%201/
what you say about new mouse reaction on icon?

14
RAWR-Designs / HFS Terayon v1.1
« on: January 13, 2007, 10:10:39 PM »
Quote
Giant Eagle

wow !
i have two word to you - great template!

i work more to this damn script.

15
RAWR-Designs / HFS Terayon v1.1
« on: January 13, 2007, 09:42:20 PM »
of couze :)
but i have one computer, one configuration, and tree brousers ... small statistics  :)) you dont that thing?


Pages: 1