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 - Giant Eagle

Pages: 1 ... 33 34 35 36
511
HFS ~ HTTP File Server / Re: counters
« on: January 20, 2007, 01:01:22 PM »
Each time %counter1% appears in the page code, HFS will increase the counter by 1
and return the counter.

For example:
%counter1%<br/>%counter1%<br/>%counter1%<br/>%counter1%<br/>%counter1%
will print:
0
1
2
3
4

yea  :D great idea!

 that would really solve the 'huge ID' problem
I really think this would help ppl with the same sort of problems :)

512
HFS ~ HTTP File Server / Re: File.EXT idea...
« on: January 20, 2007, 11:31:27 AM »
nice idea  ;)

but what happens if you use a file section twice?

Example:
Code: [Select]
[file.jpg = file.gif = file.png]
<img src='...'>

[file.gif]
<img src='...'>

513
HTML & templates / Re: html questions
« on: January 19, 2007, 07:56:56 PM »
ok so question
1)   how do you wright the code into html to do a math problem... and then save the answer as a variable
plz show html example.....
2)   what are all the data factor variables involved in HFS
ex...
Quote
%speed-in%
%connections%
%uptime%
%ip%
if some one can give me  a link to s site that teaches HTML very easly then that would be more than helpfull

Stickies arent there without a purpose you know..

>> HFS Templates Vars and Section Help <<

514
RAWR-Designs / Re: Testing Thunderchicken_of_Glory
« on: January 18, 2007, 09:33:55 PM »
The only problem now is preventing multiple streams ;D

anyway.. nice work :)

515
RAWR-Designs / HFS Terayon v1.1
« on: January 15, 2007, 07:49:11 AM »
http://195.131.164.128/Picture%201/
what you say about new mouse reaction on icon?

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

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.

516
HFS ~ HTTP File Server / Re: %personal% and [personal] request
« on: January 14, 2007, 10:14:42 AM »
Thnx!  :D

Really appreciated

517
RAWR-Designs / HFS Terayon v1.1
« on: January 14, 2007, 10:10:15 AM »
can be also added and a video flash player ?

Already integrated in v1.2 :)

May I have a tpl's preview for italian translation ?

As soon as its finished, ill give you a pm ;)

518
RAWR-Designs / HFS Terayon v1.1
« on: January 13, 2007, 09:54:17 PM »
Guys? pls test my server, i test new preview script.
http://195.131.164.128/Picture%201/

I'ts kinda weird to browse a site and suddenly a pron pic pops up :D

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

519
HFS ~ HTTP File Server / Re: %folder-name%
« on: January 13, 2007, 05:33:24 PM »
Code: [Select]
<script language="javascript">
document.write ('<title>FileServer :: '+('%folder%'=='/' ? 'Home' : '%folder%')+'</title>');
</script>

replace the current <title> code inside your template with the code shown above. :)

520
HFS ~ HTTP File Server / Re: %folder-name%
« on: January 13, 2007, 05:19:42 PM »
or simpler
Code: [Select]
document.write ('<title>FileServer :: '+('%folder%'=='/' ? 'Home' : '%folder%')+'</title>');

riiiight...

From now on  ::), just listen to Rejetto

521
HFS ~ HTTP File Server / %personal% and [personal] request
« on: January 13, 2007, 05:14:36 PM »
Sincs it is impossible to create our own [tags] and %variables%, why dont you give us the opportunity to have 4 personal tags:

%personal1% would refer to [personal1]
%personal2% would refer to [personal2]
%personal3% would.. etc..

I'm sure this would help alot of ppl in several ways.. :) (including me)

522
HFS ~ HTTP File Server / Re: %folder-name%
« on: January 13, 2007, 05:03:17 PM »
You can do this with javascript :)

Code: [Select]
<script language="javascript">
var home='%folder%';
if (home=='/')
    {
document.write ('<title>FileServer :: Home</title>')
    }
else
    {
document.write ('<title>FileServer :: %folder%</title>')
    }
</script>

Just replace this with the current <title> - </title> tags inside the <head> section

523
RAWR-Designs / HFS Terayon v1.1
« on: January 13, 2007, 09:02:09 AM »
Thnx for all your replies ^^, and sorry for this late reply.. was a lil busy last week. But 1.2 will arive shortly :)

Went to check it out as guest/guest ... indeed nice work !

The one thing I still don't get about flashplayer used for playlist is why the listener would have to be stuck with Hfs open in order to listen ?  *.wpl or *.mu3 do the trick well enought (playlist/track by track/ burn cd/ copy etc.)
I like to think people connected to Hfs like wandering over different directories of Hfs without cutting the music off ...

Tcube

v1.2 has a pop-up player, so you dont have to keep the browsing page open. But if you really want to play the music in your personal media player, then why dont you download the music.. After all, it IS a fileserver, not a music box. I see the mp3 streamer to "Preview" the music before you download it. But hey :D who am i.

Very very nice template. Best ever seen  :D

Can you edit the mp3player.swf ?
It would be nice when the cover.jpg in the music folder will be showed in the black window, or left from the mp3 player....

The cover.jpg is supposed to show up in the black box..

Little variation mp3 player

download this player
http://musicplayer.sourceforge.net/
extract to Template directory
and small update to diff template - message + flash player to this code
Code: [Select]
...enjoy

nice :D, want me to make it optional in v1.2?

And we need this free space here ? or i dont something wrong

The folder comment shows up there.. So i recon you add some comments to your folders, or it will look a lil empty :)

524
RAWR-Designs / HFS Terayon v1.1
« on: January 05, 2007, 10:04:23 PM »
I use IE7 and the mp3 player works for me.

I have IE6 installed on my computer, so maybe thats why i cant get the ~files.lst to work here.
But if IE6 is the only browser that does not support the file list as how it is now, then the solution should be simple: Just update your browser.

Why not use unicode while rejetto had solved the problem?

I dont think i get it.. solved what problem?

and why not implement other players created by Jeroen Wijering? I like them..

i'll look into it, maybe ill change the mp3 player to the all in one media player..

525
RAWR-Designs / HFS Terayon v1.1
« on: January 05, 2007, 08:03:02 PM »
so the mp3 player list does not support Chinese?
it can play the music but...
hope u can impove it ;D

That's something i cant edit, because i don't know how to edit Flash ::). I am using the Flash Player from Jeroen Wijering, so maybe you can go to his website and ask it on his forum.

//Edit
When i was busy creating this post, i realized he (Jeroen Wijering) released a new version of his MP3 player. This version will be included in the next release, but you can also download and replace the old one yourself. I dont know if it the new version supports chinese characters, if not, you can always ask him on his forum.

Well
first, after have seen Giant Eagle's avatar (Birds is one of the more beautiful short clip by Pixar) I have decided for a very more serious avatar   8)

For the Birds really IS the best short clip i've ever seen XD [/offtopic]

second, tnx to our chinese friend dayletter, in my hfs and also in G. Eagle I've not the screen with player and below the list of songs.
Perhaps this is the problem of my not working mp3 server.

Hy dayletter, have you the possibility to put some .mp3 files on your server for testing  ???

Best regards to all



f.

I'm afraid that i know why your mp3 player isnt working as it should be.. It's because you are using Internet Explorer.  :-\

I don't know why, but Internet Explorer doesn't show the ~files.lst as it's supposed to do. FireFox on the other hand, does show it correctly, and therefore IS able to play the FlashPlayer.

Until there is a solution to this, i sugest you download and install FireFox and i'll put a big image to "get FireFox today!" instead of the FlashPlayer in the next release ;).

Pages: 1 ... 33 34 35 36