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

Pages: 1 2 3 4 5 6 ... 54
46
RAWR-Designs / Re: Terayon 1.3.0.8 template is scrambled
« on: July 17, 2008, 05:33:43 AM »
The cause is that the css file isnt being downloaded most probably because it cannot be found by the browser.

by the picture of your vfs it appears that you have added the template folder as a virtual folder? you should change it to be a real folder of the terayon template folder.

47
HTML & templates / Re: Logout
« on: July 10, 2008, 03:05:49 AM »
rejetto, is there any reason you havent added these 2 features to HFS? Or are they already on the cards for future versions?

I believe the logout would actually be the harder one to do because http authentication doesnt support a logout option and so hfs would need some serious work so that it uses cookies instead.

Deletion should be very easy to create from what rejetto posted in his previous post.

48
HTML & templates / Re: Live 2 (Project Suspended)
« on: July 07, 2008, 02:19:05 AM »
add to root means adding the folder that contains all the template images, etc. to the root of the virtual file system in hfs.

49
router & port problems / Re: not working...
« on: July 06, 2008, 03:28:54 PM »
there is 2 possible reasons that I can think of.
1. Your isp is blocking incoming connections on port 80.
or
2. There is some form of firewall blocking the connection reaching hfs, whether it is software on your computer or in your router.

50
Bug reports / Re: Macro Bug??
« on: July 06, 2008, 12:52:23 PM »
have you checked macros.log to see which part of the macro is failing?

51
HTML & templates / Re: Bytes to kilobytes?
« on: July 06, 2008, 12:49:33 PM »
I could not figure out too well on how to make the size change depending on the current display size.

I achieved that for my apche style template by creating a macro for each size B, KB, MB, etc.

Code: ('Apache style template') [Select]
{{set| size-B |{{\{{if|{{>=|$1|1024}}|{{^size-K|{{div|$1|1024}}}}|{{^sizeb|$1|4}}}}/}}}}
{{set| size-K |{{\{{if|{{>=|$1|1024}}|{{^size-M|{{div|$1|1024}}}}|{{^size|$1K|4}}}}/}}}}
{{set|size-M|{{\{{if|{{>=|$1|1024}}|{{^size-G|{{div|$1|1024}}.{{cut|1|1|{{mod|$1|1024}}}}}}|{{^size|$1M|4}}}}/}}}}
{{set|size-G|{{\{{if|{{>=|$1|1024}}|ERROR|{{^size|$1G|4}}}}/}}}}

aslong as you set the template to output the file sizes as bytes and send it as the parameter of size-B it should work.

But why do you need a macro to do that? the symbol %item-size% does that automatically for you.

52
HTML & templates / Re: Bytes to kilobytes?
« on: July 05, 2008, 01:04:58 PM »
yeah, have a look in the wiki for the section about template macros. The link for it is in the template section.

Use the div macro to divide the amount of bytes by 1000 to get the amount in kilobytes.

By using the macro system in the template everything is evaluated at the server and there wont be any compatibility issues for javascript being enabled, etc.

53
RAWR-Designs / Re: Tog 4 + Login window
« on: July 01, 2008, 11:22:01 AM »
yes, it would be possible but you will have to hack the template quite a bit.

54
RAWR-Designs / Re: error in RAWR-Template [solved]
« on: July 01, 2008, 11:20:41 AM »
  • Upgrade your hfs to the latest beta, you can find it in the beta board
  • Make sure that the template folder is in the root of the vfs inside hfs
  • Make sure that the template folder is in the same folder as the hfs.exe on your hard drive

55
... ::)Can HFS to create previews using Java or HFS?
HFS detects if there is a preview image available and displays it if there is but the Thumbnail and Preview generator creates the preview images.

56
lol, we could do that but I think BoneMan wants to keep it simple ;)
how about
set a default html file that contains the header, etc. replace the files div in it with an iframe and ten you only have to have %files% in the main section of the template.
simple enough

Simple or hard I'm up for any ideas.
I think it should be easy enough to accomplish.
My school holidays start next week so I will be able to look at it closer then until then I cant do much I'm afraid.

57
RAWR-Designs / Re: Tog 3.0.0 Readme
« on: July 01, 2008, 07:58:50 AM »
this is the 2.9.0 readme if that is any help

------------------------------------------------------------------------------------------
          --------------------THUNDERCHICKEN OF GLORY README--------------------
------------------------------------------------------------------------------------------
Authors:
That_Stevens_Guy
Giant Eagle
Flynsarmy

Locations: Australia and Netherlands

Version: 2.9.0


This template is an entirely new template, based loosely on http://www.isohunt.com
All respects go to the creators of that godly site, also thanks to all my mates and
all the good help on the forum to get this template done.

There is 2 versions of this template. One has a login screen and One has no login
screen, you can choose between either one.


A Step-by-Step approach to implementing the ToG:
------------------------------------------------------------------------------------------
Step-1:
Extract the archive into a folder near your hfs.exe, personally we like to keep it all
together but it is up to you.

Step-2:
Open HFS and then right click on the Virtual File System (left side of hfs). Go to
'Add folder from disk...', locate and select the 'template' folder that was extracted
from the archive, click 'Ok'. HFS will then ask if you want to import it as a 'Real' or
'Virtual' folder, select 'REAL'.

Step-3:
Next we need to import the template that will use the resources that we have just imported.
Go to, Menu > Edit HTML template... > then select 'Import', locate the prefered .tpl file in
the same place that you found the 'template' folder. Then hit 'Open'.

NOTE: If the template does not import, open the template with notepad or wordpad and
copy/paste it into the template editor of HFS.

Step-4:
Once you have successfully imported the code, go through it and look for
**** SOMETHING **** fill in these areas with the required personal info. Then hit 'Apply'
then 'Ok' and test it in your browser. Simply hit 'Open in browser' next to the address
bar of HFS.

Step-5:
Now that you know the template is working fine, simply right click on the 'template'
folder in hfs and locate 'Hide', this will make the folder name italics and HFS will hide
it from the webpage so the users cannot see the stuff that makes up the template.

- You may also right click and select 'don't log' to hide the loading of these resources
  from the log.


Some extra information:
------------------------------------------------------------------------------------------
--Thumbnails and Previews:
By default there is a no-thumbnail image. To acheive thumbnails and image previews. You
Must use the Thumbnail and Preview Generator provided with the ToG.

Follow the Instructions in the readme of the Thumbnail and Preview Generator archive for
more information.

------------------------------------------------------------------------------------------
--Media Previews:
This is a fairly complex new feature. It is not recommended that you edit this. It allows
people to preview your Images and other compatible web content. It will ensure that only
one object can be previewed at once and will also automatically open/close the previews
between all preview types.

--New Feature--
Draggable Previews -
Users can now drag your preview box around the page to move them out of the way.

------------------------------------------------------------------------------------------
--Mp3 Player:
Linked with the above Media Previews, This should be already set up from the previous
steps. If you would like to remove the autoplay, open 'script.js' in dreamweaver, or
notepad and wordpad. Locate what currently looks like this, &autoplay=1. Change it to 0
or delete it entirely, We dont recommend editing this unless you have at least some
knowledge of javascript, because the javascript file is quite complex.

------------------------------------------------------------------------------------------
--Upload Section:
This has now been made more intuitive using javascript. You can now Add and Remove Input
fields. You can also now cancel the upload. And reset the form contents. This should be
all you need to know about the upload form.

------------------------------------------------------------------------------------------
--Shoutbox:
TSG has left the code of from his own shoutbox in the ToG. All you must do is go to,

http://www.myshoutbox.com

And sign up for a shoutbox account. Then follow the steps to create your own shoutbox.

Packaged in the template resources is the css required to make it look like the ToG.
The url on the iframe link is already set for that file.

------------------------------------------------------------------------------------------
--Logo:
Should be set up from the previous steps, it's simply a transparent .gif image with some
css opacity.

Please display this logo to support the team. ^_^

------------------------------------------------------------------------------------------
--Check for template updates feature:
This is a complex little feature that allows That_Stevens_Guy to notify everyone using the
template that a new build has been released.

All the you need to do is click on the link in the box, and it will link off to the ToG
host server and find out what build is current.

--New Feature--
Hide for External Access-
This feature should only be visible to testing through 127.0.0.1, 10.1.1.XX
or 192.168.

- Please notify TSG of any other network Ip's that need to be added to this feature.

------------------------------------------------------------------------------------------

You should have no problems implementing this template.


Tested and works in IE, Firefox and Opera

------------------------------------------------------------------------------------------
This template is entirely open source, we only ask that you support the team leave the
'The ToG Team' over state and commented credits in the template, Thanks.

------------------------------------------------------------------------------------------
Any comments or ideas? please go to:
http://www.rejetto.com/forum/index.php?topic=3896.0

------------------------------------------------------------------------------------------
          --------------------THUNDERCHICKEN OF GLORY README--------------------
------------------------------------------------------------------------------------------

58
I think he forgot...

Crap sorry, I did forget. Just been very busy with school and work lately.

59
HFS ~ HTTP File Server / Re: PLEASE HELP
« on: June 27, 2008, 08:06:55 AM »
I dont quite understand what your problem is, can you please post some more details

60
HFS ~ HTTP File Server / Re: Specific item download count
« on: June 27, 2008, 08:05:46 AM »
short of creating your own macro driven hits counter I cannot think of anyway of making it work, but someone else might

Pages: 1 2 3 4 5 6 ... 54