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

Pages: 1 2 3 ... 5
1
Beta / Re: version 2.4
« on: June 03, 2020, 02:45:33 PM »
When you move mouse to file's icon at list of VFS

2
HFS ~ HTTP File Server / Re: New version: 2.3j
« on: February 18, 2017, 01:20:41 PM »
I have some problem in this build with loading error pages like (/~deny (/ /~unauthorized /~ban)! Very very long loading on these pages. Build 297 hasn't this problem.

3
HFS ~ HTTP File Server / Disabled users page
« on: May 26, 2015, 05:12:53 PM »
Hi all, how can I create a special page for which users whom I disabled will redirect to that page? If such features aren't present, I hope it will appear in future releases.

After login, if users account was disabled, user just can't enter to server via his login without any explanation.

4
HTML & templates / Some problems
« on: January 08, 2015, 06:29:52 PM »
Hello, rejetto!  :) I have some question. Why doesn't work - {.load|set.txt|special:strings.} - simultaneously two or more such structures. And how to make upload the contents .txt's of all files from one folder to another place template, how it's done on example - {.load|.}

5
HTML & templates / Re: File upload with drag and drop
« on: January 08, 2015, 02:58:13 PM »
Nice, but I have same questions. How to tie it with confirmation button upload? And russian characters aren't supported, how to fix it? And else - Need to show - my [upload-results], not to "Alert" list. Thank you.

6
Beta / Re: Testing build #287
« on: November 27, 2014, 05:48:21 PM »
Rejetto, how about to add "target="_blank" to "Link" in HFS?  :) Will able to choose between a simple link and a "target_blank" link.

7
Programmers corner / Re: add folders
« on: April 02, 2014, 03:55:03 PM »
this should work
{.add folder|real|C:\test|/another-folder/test.}

Thanks, it's work  8)

8
HTML & templates / Re: exists
« on: March 20, 2014, 08:38:05 AM »
{.if|{.postvar|name.}={.exists|template/users/{.postvar|name.}.}
the logic of "if" is incoherent, compare text to a boolean value can not function, the syntax is completely revise

you writesomething as:  IF (string=boolean) wihout then (and) else end

would not you rather that you are looking to get
to verify if is defined name and exists folder with same name?
{.if|{.and|{.postvar|name.}|{.exists|template/users/{.postvar|name.}.}|  true |  false /if.}


Yes, thank you very much!!!  :) It works as I wanted  ;)

9
HTML & templates / exists
« on: March 18, 2014, 05:01:10 PM »
Code: [Select]
{.if|{.postvar|name.}={.exists|template/users/{.postvar|name.}.}
why doesn't work? It's works like {.if|{.{.postvar|name.}={.postvar|name.}, but necessary to check folder path.

10
Programmers corner / add folders
« on: March 16, 2014, 11:16:35 AM »
I have 1 question. How can I add folder to sub folder via scripting commands?
{.add folder|real|test.}

I want {.add folder|real|test|path=/id/test.}

Help plz.

11
HTML & templates / Re: Multiple templates (based on browser)
« on: March 12, 2014, 09:43:48 PM »
As I know these pages created in new template must be without design.
I mean if I write

Code: [Select]
[Not found]
Test

that page must have only text, but my second template automatically loads css from main template and I think so should not be.
If I'm wrong, sorry  :)

12
HTML & templates / Re: Multiple templates (based on browser)
« on: March 11, 2014, 01:36:12 PM »
thanks for reporting.
if you don't want to wait for the day a new version is officially published ou can find a temp version at http://ge.tt/4NZ1LjP1/v/0

nice  :) But these pages (not found, deny, overload...etc) load css from the main template, others normally works  :)

13
HTML & templates / Re: Multiple templates (based on browser)
« on: March 08, 2014, 07:53:08 PM »
I've done the same in "event" -
Code: [Select]
[+request]
{.if|{.pos|iPhone|{.header|User-Agent.}.}|
{:{.load tpl|d:\Server\mobile\iPhone\iPhone.tpl .}:}.}

Everything works, but why if I add new page, for example [not found] - doesn't work? But [not found] page works from main template. Help plz

14
HTML & templates / Copy
« on: September 14, 2013, 09:12:23 AM »
Hello, there is a problem with the function copy a file to another folder, I ask you to write a modest example of this function, for example - {.copy|/Language.jpg|/Download.} It for some reason doesn't work

15
HTML & templates / Re: Ban
« on: August 25, 2013, 07:14:05 PM »
Can you write to me an example? :)

Pages: 1 2 3 ... 5