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 2 3 4 ... 36
16
If you used one of our templates as a preset for the TPGen (Assuming you are using v3), it should automatically hide those folders.

BUT! The folders are still visible for users who have 'Show hidden files and folders' enabled in their folder options. If you disable this, they wont appear on your file listings.

17
RAWR-Designs / Re: Terayon "Show page as a filelist" Question
« on: December 07, 2008, 07:36:30 PM »
You will have to modify the highlighted line in the following section.

Quote
[FolderOptions]
            <div class="Module" id="ModuleBox" align="left">
            <div class="ModuleRow1">
               <span class="ModuleTitle">Folder options</span>
               <a href="javascript:pinModule('FolderOptions')" class="ModuleLink" id="FolderOptions_Link"><div class="hid">&nbsp;</div></a>
            </div>
            <div class="nav1"></div>
            <div class="ModuleRow2" id="FolderOptions">
               <span id="specialBox"></span>
               <div class="ModuleText">
                  This folder contains:<br/>
                  <div class="Arrow"><span class="Response">[%number-folders%]</span> Folder(s), <span class="Response">[%number-files%]</span> File(s)</div>
                  <div class="Arrow">Total size: <span class="Response">[%total-size%]</span></div>
                  <br/><hr size=1>
                  <div style="margin-top:9px">Sort files by:</div>
                  <div class="Arrow float" style="width:70px"><a href="{.get|url|sort=n|rev={.and|{.?sort=n.}|{.not|{.?rev.}.}.}.}" class="Response">Name</a></div>
                  <div class="Arrow float"><a href="{.get|url|sort=s|rev={.and|{.?sort=s.}|{.not|{.?rev.}.}.}.}" class="Response">Size</a></div><br/>
                  <div class="Arrow float" style="width:70px"><a href="{.get|url|sort=d|rev={.and|{.?sort=d.}|{.not|{.?rev.}.}.}.}" class="Response">Hits</a></div>
                  <div class="Arrow float"><a href="{.get|url|sort=t|rev={.and|{.?sort=t.}|{.not|{.?rev.}.}.}.}" class="Response">Date</a></div><br/>
                  <div class="Arrow float"><a href="{.get|url|sort=e|rev={.and|{.?sort=e.}|{.not|{.?rev.}.}.}.}" class="Response">Type</a></div></br/><br/>
                  <br/><hr size=1>
                  <div style="margin-top:9px">Page extras:</div>
                  <div class="Arrow"><a href="?tpl=list&amp;folders-filter=%5C{.if|{.get|can recur.}|&amp;recursive.}" class="Response">Show page as a filelist</a></div>
                  {.if|{.get|can upload.}|<div class="Arrow"><a href="~upload" class="Response" title="Upload files">Upload files</a></div>.}
                  {.if|{.get|can archive.}|<div class="Arrow"><a href="%folder%~folder.tar{.if|{.get|can recur.}|?recursive.}" class="Response">Download this folder</a></div>.}
                  <br/><hr size=1>
                  <form action="/" method="get" style="padding:5px 0px 0px;margin:0px" name="simpleSearch"><input type="text" name="search" value="{.$search-data.}" onclick="if(this.value=='{.$search-data.}')this.value=''"style="width:100px"/> <input type="submit" value="Search"/></form>
                  <div class="Arrow" style="margin-top:3px"><a href="javascript:initPreviewBox('specialBox','search')" class="Response">Advanced search</a></div>
               </div>
            </div>
            <div class="ModuleRow3">&nbsp;</div>
         </div>

18
RAWR-Designs / Re: Thumbnail and Preview Generator v3.0.0 Released!
« on: December 07, 2008, 07:31:05 PM »
I love this T&P generator.  It rocks!

Is there a way to chage the Preview from 320x220 to 640x480?

Ofcourse!

- In the Welcome Screen, deselect "Simple mode"
- Go the the "Conversion setings" tab and change the preview size to "Large previews"

If you don't want to repeat above steps every time you launch the tpgen, simply save your changes. They will automatically be applied the next time you run the application.

19
RAWR-Designs / Re: divx support
« on: December 01, 2008, 08:20:30 AM »
Nope, we deliberately left that function out because 75% of the time it did not function properly. You could try adding it yourself if you have a fair knowledge of javascript, but we stopped supporting it.

20
HFS ~ HTTP File Server / Re: adding a search option in HFS
« on: November 24, 2008, 08:54:46 AM »
Do as rejetto said, update to a newer template. They all have this built-in.

21
HFS ~ HTTP File Server / Re: Image hosting and viewing
« on: November 22, 2008, 09:18:31 PM »
Install the RAWR-Template on your hfs, then apply the following code as the 'Diff Template' on "Image Hosting".

Code: [Select]
[]
{.if|%user%|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
{.$disclaimer.}
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="robots" content="noindex,nofollow"/>
<title>{.!lv_title.} - {.!lv_home.}%folder%</title>
<script type="text/javascript" src="/template/rawr_default/code/rawr_main.js"></script>
<script type="text/javascript" src="/template/rawr_default/code/rawr_previewbox.js"></script>
<link rel="stylesheet" type="text/css" href="/template/{.!theme.}/code/{.!theme.}_main.css"/>
<script type="text/javascript">
var serverFolder="%folder%";
var serverHost="%host%";
var theme="{.!theme.}";
var mod_folder_tasks="{.!mod_folder_tasks.}";
var mod_statistics="{.!mod_statistics.}";
var mod_shoutbox="{.!mod_shoutbox.}";
//Language Strings
var lv_loading="{.!lv_loading.}";
var lv_advSearch="{.!lv_advSearch.}";
var lv_search="{.!lv_search.}";
var lv_searchAlert="{.!lv_searchAlert.}";
var lv_files="{.!lv_files.}";
var lv_folders="{.!lv_folders.}";
var lv_both="{.!lv_both.}";
var lv_recursive="{.!lv_recursive.}";
var lv_current="{.!lv_current.}";
var lv_root="{.!lv_root.}";
var lv_hideTitle="{.!lv_hideTitle.}";
var lv_showTitle="{.!lv_showTitle.}";
</script>
<noscript><style type="text/css">.hide{display:none}</style></noscript>
<!--[if lte IE 6]><style type="text/css">#mainInner{width:980px}</style><![endif]-->
</head>
<body>
<div id="mainOuter">
<div id="mainInner"><div id="mainInner1"><div id="mainInner2"><div id="mainInner3">
<div id="header">
<div><div id="bCrumbs">{.breadcrumbs|{:<a href="%bread-url%">{.or|%bread-name%|{.!lv_home.}.}/</a>:}.}</div></div>
</div>
<div id="content">
<div id="navbar">
{.if not|%user%|<div class="bigBtn"><a href="~login"><span>{.!lv_login.}</span></a></div>.}
<div class="bigBtn">
<a href="javascript:openTransfers()" class="hide"><span>{.!lv_transfers.}</span></a>
<noscript><a href="/~progress" target="_blank"><span>{.!lv_transfers.}</span></a></noscript>
</div>
{.if|{.get|can upload.}|<div class="bigBtn"><a href="~upload" title="{.!lv_uploadTitle.}"><span>{.!lv_upload.}</span></a></div>.}
{.if|{.{.!btn_back.}=on.}|{.if not|{.%folder%=/ .}|<div id="backBtn"><a href=".."><span>{.!lv_back.}</span></a></div>.}.}
</div>
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td width="100%" valign="top" id="tableCol">
%folder-comment%
{.$files.}
</td>
{.if|{.match|{.!mod_folder_tasks.};{.!mod_statistics.};{.!mod_shoutbox.}|on.}|
<td width="175" valign="top" id="moduleCol">
<span id="specialBox"></span>
{.if|{.match|127.*;10.*;192.168.*|%ip%.}|
<div class="module">
<div class="modHeading">
<span><img src="/template/rawr_default/images/spacer.gif" width="8" align="top" alt=""/></span>
{.!lv_check.}
</div>
<div class="modContent">
{.if|{.?updates.}|
{:
{.set|new_build|{.load|http://rawr-designs.com/updater.php?project=template&ext=.txt.}.}
<span>[{.!build.}]</span>{.!lv_currentBuild.}:<br/>
<span>[{.^new_build.}]</span>{.!lv_latestBuild.}:
<div class="divide">
<center>
<a href="http://rawr-designs.com/?page=template" target="_blank">
-
{.if|{.{.^new_build.}={.!build.}.}|{.!lv_homepage.}|{.!lv_download.} {.^new_build.}.}
-
</a>
</center>
</div>
:}
|<center><a href="http://%host%%encoded-folder%?updates=1">- {.!lv_checkNow.} -</a></center>.}
</div>
</div>
.}
{.if|{.{.!mod_folder_tasks.}=on.}|
<div class="module">
<div class="modHeading">
<span>
<a href="javascript:pinModule('Folder_Tasks')" id="Folder_Tasks_Link" title="{.!lv_hideTitle.}"><img
class="hide" src="/template/{.!theme.}/images/hide.gif" align="top" alt=""/>
<noscript><img src="/template/rawr_default/images/spacer.gif" width="8" align="top" alt=""/></noscript>
</a>
</span>
{.!lv_folderTasks.}
</div>
<div class="modContent" id="Folder_Tasks">
{.if|{.{.!mod_search.}=on.}|
<form action="/" name="simpleSearch" method="get">
<input class="formInput" type="text" name="search" size="13" maxlength="32" value="{.$search-data.}" onclick="if(this.value=='{.$search-data.}')this.value=''"/>
<input type="submit" value="Go"/>
</form>
<a href="javascript:initPreviewBox('specialBox','search')" class="hide">{.!lv_advSearch.}</a>
.}
{.if|%number%|
<div {.if|{.{.!mod_search.}=on.}|class="divide".}>
{.!lv_sortBy.}:<br/>
<a href="{.get|url|sort=t|rev={.and|{.?sort=t.}|{.not|{.?rev.}.}.}.}">{.!lv_age.}</a>,
<a href="{.get|url|sort=d|rev={.and|{.?sort=d.}|{.not|{.?rev.}.}.}.}">{.!lv_hits.}</a>,
<a href="{.get|url|sort=n|rev={.and|{.?sort=n.}|{.not|{.?rev.}.}.}.}">{.!lv_name.}</a>,
<a href="{.get|url|sort=s|rev={.and|{.?sort=s.}|{.not|{.?rev.}.}.}.}">{.!lv_size.}</a>,
<a href="{.get|url|sort=e|rev={.and|{.?sort=e.}|{.not|{.?rev.}.}.}.}">{.!lv_type.}</a>
</div>
<div class="divide">
<span>[%number-files%]</span>{.!lv_files.}:<br/>
<span>[%number-folders%]</span>{.!lv_folders.}:<br/>
<span>[%number%]</span>{.!lv_totalObjects.}:<br/>
<span>[%total-size%]</span>{.!lv_totalSize.}:
</div>
<div class="divide">
&nbsp;&#8226;<a href="?tpl=list&amp;folders-filter=%5C{.if|{.get|can recur.}|&amp;recursive.}" target="_blank" title="{.!lv_fileListingTitle.}"> {.!lv_fileListing.}</a>
{.if|{.get|can archive.}|<br/>&nbsp;&#8226;<a href="%folder%~folder.tar{.if|{.get|can recur.}|?recursive.}" title="{.!lv_archiveTitle.}"> {.!lv_archive.}</a>.}
{.if|{.get|can upload.}|<br/>&nbsp;&#8226;<a href="~upload" title="{.!lv_uploadTitle.}"> {.!lv_upload.}</a>.}
</div>
.}
</div>
</div>
.}
{.if|{.{.!mod_statistics.}=on.}|
<div class="module">
<div class="modHeading">
<span>
<a href="javascript:pinModule('Statistics')" id="Statistics_Link" title="{.!lv_hideTitle.}"><img
class="hide" src="/template/{.!theme.}/images/hide.gif" align="top" alt=""/>
<noscript><img src="/template/rawr_default/images/spacer.gif" width="8" align="top" alt=""/></noscript>
</a>
</span>
{.!lv_statistics.}
</div>
<div class="modContent" id="Statistics">
<div id="stats">{.$stats.}</div>
{.if|{.{.!sym_ip.}=on.}|<br/><span>[%ip%]</span>{.!lv_yourIp.}:<br/>.}
{.if|%user%|<span>[%user%]</span>{.!lv_yourId.}:.}
</div>
</div>
.}
{.if|{.{.!mod_shoutbox.}=on.}|
<div class="module">
<div class="modHeading">
<span>
<a href="javascript:pinModule('Shoutbox')" id="Shoutbox_Link" title="{.!lv_hideTitle.}"><img
class="hide" src="/template/{.!theme.}/images/hide.gif" align="top" alt=""/>
<noscript><img src="/template/rawr_default/images/spacer.gif" width="8" align="top" alt=""/></noscript>
</a>
</span>
{.!lv_shoutbox.}
</div>
<div class="modContent" id="Shoutbox">
<iframe src="/template/rawr_default/shoutbox/display_posts/?sort=t&rev=1" height="240" width="153" frameborder="0"></iframe>
</div>
</div>
.}
</td>
.}
</tr>
</table>
</div>
<div id="footer">
<br/>
<div>{.!lv_poweredBy.}: <a href="http://www.rejetto.com/hfs">rejetto HFS</a> (%version%, build %build%) &amp; <a href="http://rawr-designs.com">RAWR-Designs</a>.</div>
{.!lv_buildTime.}: %build-time%sec
</div>
</div></div></div></div>
</div>
<script type="text/javascript">pageLoad()</script>
</body>
</html>
|
<html><head></head><body>
<h1>Authorization Required</h1>
<p>This server could not verify that you
are authorized to access the document
requested.</p>
<hr>
<p>Please <a href="/">go back</a> and
provide valid login credentials.</p>
</body></html>
.}

The RAWR-Template works a bit different than the default template, but this should work. ;)

22
RAWR-Designs / Re: Thumbnail and Preview Generator v3.0.0 Released!
« on: November 22, 2008, 09:13:26 PM »
I use W2K I doenload NET Framework 3.5 but not work ,so I can't use this software
It's a pity.

It doesn't?? It should be platform independant as long as the .NET framework is installed..

Does it even launch? Does it give an error? Please provide more details so i can work on a possible fix.

This is a great tool!!

Thank you ;D

23
RAWR-Designs / Re: RAWR Template, upload question
« on: November 22, 2008, 09:11:20 PM »
Unfortunately no. Although it is not a limitation of the template. It is just the limited upload method HFS uses (default html upload).

However.. due to the new event macro's it should be possible to unzip a compressed zip or rar file upon upload. Meaning you can upload an entire folder as a zip file. But this has not been done yet.

24
HFS ~ HTTP File Server / Re: Image hosting and viewing
« on: November 21, 2008, 10:06:57 PM »
Ah can't believe the simple < that I missed!

Thanks a ton Eagle! It works exactly the way I want it now. User can upload images and give out the links w/o exposing any other pics they uploaded.

Great, and you're welcome ;D

Quote from: DNic41
Where can I find out more info about the diff template section?

There is not much to it.
Everything you enter in the diff template box will 'overwrite' the main template. Meaning you can choose to only overwrite one [section], or the whole template. This effect only takes place on the folder you used the diff template on and all the underlying sub folders.

Quote from: DNic41
Also when I do use a different template style will this affect the diff template section of "Image Hosting"?

Yes, you will need to copy the main section (Either the [] section or the most top part) of the new template and place that in the diff template box of the "Image Hosting" folder.

25
HFS ~ HTTP File Server / Re: Image hosting and viewing
« on: November 21, 2008, 09:06:41 PM »
I'm using the default template (haven't played with this yet).

I posted your code and what I think to be the first section of the template. I get the 401 msg if I click on Image Hosting w/o signing in and if I sign in I can get to the folder.

However on the top of the users folder I have this:

Code: [Select]
!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">

so I must've not copied the exact right amount or too much.

It seems you are missing a "<" thats supposed to be in front of the !DOCTYPE thingy. Just insert a "<" to fix this.

Quote
Also I tried using a link to an uploaded image and it still asks for a password.

Ok, i forgot to mention that :P. Go to the properties page of a user folder and check the 'anonymous' box in the 'access' tab. This makes it so that everyone who is NOT loggedin will have access to that folder. You will have to do this for every user folder.

A different user who is also logged in will NOT see the folder of other users because of the anonymous checkbox (cause he is not anonymous). If he, however, clicks on a direct image link, he will still be able to download the image.

Hope it works now :P

26
HFS ~ HTTP File Server / Re: Image hosting and viewing
« on: November 21, 2008, 08:45:27 PM »
Quote from: DNic41
On the part where it says

Code: [Select]
<<Place the original template code here>>

do you mean whats listed in the entire hfs.tpl?

Not the entire template, only the main part. Either the [] section or the most top part of the template (until a new section starts), this depends on the template you are using.

Quote from: DNic41
Oh and if someone goes to "Image Hosting" (as it sits right now) they can see no user folders. When they sign in they can only see theirs.

With the method i gave you, a regular visitor will see the 401 error page. A loggedin user will only see his or her folder.

27
HFS ~ HTTP File Server / Re: Event scripts!
« on: November 21, 2008, 06:37:49 PM »
Yes! I tried it and it works a charm. Thank you.

28
HFS ~ HTTP File Server / Re: Image hosting and viewing
« on: November 21, 2008, 06:26:40 PM »
Wouldn't this solve your problems:

Users have to go to the root of your website and login there. They then have to browse their way to their own folder to upload / delete images.
Anyone who tries to view the folder contents without being logged in would see a 401 unauthorized page.

To achieve this, you need to right click the main folder that contains all the sub folders for your users (I believe you called it "Image Hosting") and select properties. Go to diff template and paste there the main section of the template you are using (the section called []).

Now modify the text you just pasted so it looks like this:

Code: [Select]
{.if|%user%|
<<Place the original template code here>>
|
<html><head></head><body>
<h1>Authorization Required</h1>
<p>This server could not verify that you
are authorized to access the document
requested.</p>
<hr>
<p>Please <a href="/">go back</a> and provide valid login credentials.</p>
</body></html>
.}

It basically checks if a user is logged in before showing the template. If a user is not logged in, it shows a custom 401 error page.
If a user or someone else from the internet requests an image download, it simply shows the image.

Note: be sure to disable file listing, as anyone would be able to request and view it.

29
RAWR-Designs / Re: uploading with teryon?
« on: November 18, 2008, 02:10:09 PM »
Version v1.2.0: Located in the button bar below the header
Version v1.3.0: It's located in the folder options bar on the right side (inside a module)
Version v1.3.2: Located in both the button bar and folder options module

30
HFS ~ HTTP File Server / Re: HFS on a webhost server
« on: November 03, 2008, 05:07:22 PM »
I understand that. Is there anyway to make it work on a webhost server though? Like, any way what so ever?

You should ask hackers, cause running .exe's is not allowed on web hosts. What you are searching for is, as rejetto said, to rent a dedicated server where you can remote in and install applications (exe) like HFS.

Pages: 1 2 3 4 ... 36