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.


Topics - kaler

Pages: 1 2
1
Programmers corner / php in template
« on: May 23, 2010, 10:24:04 AM »
hey at all..

i have a question
is it possible to use php in this programm...

or Will it be possible to use php in the near future?

thanks for answer

MfG KaleR

2
Programmers corner / i have a question ... (or an idea)
« on: February 11, 2010, 03:20:41 PM »
i would ask if it is possible, that hfs can use php and mysql because then it would be easy to make a realy god website...

(now it is good also) but then it would be greater :-D

is it possible or not?

3
Programmers corner / folder tree
« on: September 14, 2009, 02:16:39 PM »
hello i have an other question...

is in HFS the addition to add the folder strucur atomatic with the adding of a folder...

ex:

i want to add the drive C:/

when i add the Folder, i want to add the folder structure in HFS...

is that possible?

4
HTML & templates / date stamP
« on: September 14, 2009, 11:11:15 AM »
hello ... my next question is about the %timestamp%

But how can i display only the date without the time?

thx guys...

5
HTML & templates / get folder and user
« on: September 04, 2009, 07:16:05 PM »
is there anyway to get informations about user and folder...

i will explain...

i want to show an form wich creats a folder for the user who active the form, but i want that the form will be 'disabel'
like:
{.if|?????FOLDER?????|<form>......</form>| The folder exist already  .}

like that...

the second is:

can you set variables, that be there for ever (but you can change it(but no delet)
when yes, how can i make this?

6
HTML & templates / add folder (but not to the %folder-resorce%
« on: September 03, 2009, 06:18:57 PM »
I would add a folder (with a macro) in a folder
when i would do this i must use {.mkdir|NAME.}
In the window of HFS i have the folder USER

When sombody reigstred in my site, then should be make a folder into the folder user. i tried it several times, but i don't know how to add a folder, when the directory isn't the same folder.

Please help me.

7
HTML & templates / undersection
« on: September 03, 2009, 03:21:08 PM »
hello i've a question...

you can make sections like "
Code: [Select]
[section1] <html>....</html>
Code: [Select]
[section2] <html>....</html> ...

All you can browse with " /~section1 " or " /~section2  "

but can you make an hfs.diff.tpl with section like " /section/~section3 "
or is it impossible...

8
HTML & templates / java script question
« on: September 01, 2009, 03:51:38 PM »
in my last post i had a script, which deactivate your account, when you put in the rigth code.

Now i have a question:

My script is activate, when you put in the wrong code and then it abort the request
and it is activated, when the user out in the rigth code, and there is an alert : "do you want to delet your account."

But i dont know how i make two butten (ok and reset) i can only one withe he funktion yes or no. can you help me

Here the code:

Code: [Select]
<script type="text/javascript">
function validateCode(form){
if (form.code1.value != form.code2.value){
alert("%user%! The Code is wrong. Please try again.");
return false;
  }
if (form.code1.value = form.code2.value){
alert("%user%! Do you want really to delet your account?");
return true;<-- Here is the button which says jes-->
return false;<--but this bottun don't work-->
  }
return true
}
</script>

9
HTML & templates / script for delet account
« on: August 31, 2009, 03:34:18 PM »
hi

i have written down a section which you can delet an account if you put in the right code:

Code: [Select]
<script>
function validateCode(form){
if (form.code1.value != form.code2.value){
alert("Der Code wurde falsch eingegeben.");
return false;
  }
return true
}
</script>

Code: [Select]
<u><b>Account l&ouml;schen:</u></b>
<form method=post action="/~userloeschen" onsubmit="return validateCode(this);">
<table>
  <tr><td align=left>Code:</td><td><input name="code1" type="text"></td></tr>
  <tr><td align=left><input size="2" readonly name="code2" value="h3q9" type="text"></td><td align=center><input type="submit" value="L&ouml;schen" >&nbsp;<input type="reset" value="Reset"></td></tr>
</table>
</form>

Now i want to have a script which is activated when the "code1=code2" and you must put ok to delet the account...

what i musst add to the script to realise this?

10
F.A.Q.s / ban a user for a period
« on: August 31, 2009, 02:46:26 PM »
i have a question...

is there a function to ban an user atomatic for a timeperiode?

11
HTML & templates / if one special word then
« on: August 30, 2009, 10:33:18 AM »
hello i have a little problem:

i want a marco(or script) that works, when a special word ( phrase) is submited.

then the script must add smething to a '.txt' file... how can i realise this?

12
HTML & templates / event script
« on: August 30, 2009, 08:59:24 AM »
i've seen, that you can make a script, that will be run every hour...

but i dont know what i must write for get that effect.
every hour the log should be saved in a 'log_%timestamp%.txt' file and the shown log (in the hfs window) should be reset.

how can i realise that???

Thank you for help...

13
HTML & templates / replace command
« on: August 29, 2009, 07:19:14 PM »
hello...

when i save a .txt file, then i can say that some codes must be replaced...
so follow code:
Code: [Select]
{.replace
|:)|<img src="/chat/smileys/smiley.gif" alt=""/>
.}
now i want make it, that every smile code will be replaced by the smiley.gif
i thought that i must put this:
Code: [Select]
{.replace
|{.!:).},{.!:-).}|<img src="/chat/smileys/smiley.gif" alt=""/>
.}

But it doesent work...
what must i write so that : ) and :-) will be the 'smiley.gif'???

Thank you

14
HTML & templates / one difficult question
« on: August 28, 2009, 07:38:40 PM »
i tried to make a good template...
it is cofigured for a normal display... but when you have a widescreen you must scroll and this is (for me) not so good....

now can i programm a script, that get the information from the pc if you have an widescreen or not... or can i make it not real?

15
HTML & templates / images and html structur on error page
« on: August 28, 2009, 07:34:09 PM »
i have programmed an error page, but wenn the ip adress is banned, the browser don't load any image or color

only the text and the links where there, but it seems, that the css doesen't load.. but why...

(and if I programm as error page the same page as the mainpage but instead of %list% the comment %comment%
all test an messages and reasons are load... but no color, no images)

but on all other errors... ( like overload or the file could't be find) it works...

what should i do@?

Thank you for helping me...

Pages: 1 2