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

Pages: 1 2 3 ... 7
1
Programmers corner / Re: php in template
« on: May 23, 2010, 12:21:00 PM »
ok thanks :-D

i hope it would be possible to use php in this programm because than u have more possibilities :-D


2
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

3
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?

4
HFS ~ HTTP File Server / Re: Help with folders read it plz
« on: September 19, 2009, 07:22:46 PM »
jeah i know...

its so simlpe...

when do zou come online in msn???

and whats about my template????

thx when you write me:)

5
HTML & templates / Re: Changes How ?
« on: September 19, 2009, 12:29:58 PM »
jeah bacter you are right...

And SmasHinG

i have programmed for you a template, wich works 100%...

when you can delet a folder, you cant change theri name etc... I have ttold you, that the user MUST can DELET AND UPLOAD

When you can't understand it, then u aren't right in thsi forum....

In my first message i have told you, where you can change the color of the Table, but when you can't read the answers of you question, then nobody would help you anymore...

Please MODERATOR close this Topic...

6
HTML & templates / Re: Changes How ?
« on: September 19, 2009, 07:50:49 AM »
arg.. there is no logout button.

and the delet and serch funktion works...;) i have tested it...

do you have enabeld the macros?

And... only the user who can delet and upload to the folder, kan delet folder,etc...

But when you want, i change the template into the version, and everybody who enter your site can delet and rename etc...


7
HTML & templates / Re: Changes How ?
« on: September 18, 2009, 08:02:00 PM »
... not my problem...

do u use the newest build?

8
HTML & templates / Re: Changes How ?
« on: September 18, 2009, 03:29:05 PM »
yeah i'm ready.. you can download your template

when the user can download and delet in the folder, then he can rename and delet and create folders...

... when you have questions then ask me :)

9
HTML & templates / Re: Changes How ?
« on: September 18, 2009, 02:27:06 PM »
i will try just a moment...

10
HTML & templates / Re: Changes How ?
« on: September 18, 2009, 01:34:59 PM »
hello i have see where you can change the color:
[style]
body, th { font-family:tahoma, verdana, arial, helvetica, sans; font-weight:normal; font-size:9pt; }
body { margin:0; background-color:#0080FF; padding:10px; }
p { margin:0 }
a { text-decoration:none;  background-color:Transparent; color:#7E2217; }
a:visited { color:#2EFE9A; }
a:hover { background-color:#87AFC7; }
img { border-style:none }
td { font-size:10pt; background:#FFFF00; border:1px solid #58FA58 }
td img { vertical-align:top }
th, th a, th a:visited { color:#8D38C9; font-size:13pt; font-weight:bold; padding-bottom:0; }
#foldercomment { font-size:10pt; color:#FF0000; background:#FFF380; padding:3px; border:1px solid #045FB4; border-bottom:3px solid #045FB4; margin-top:2px; }
#tools { text-align:right; font-size: 8pt; }
#folder, .big { font-size:14pt; font-weight:bold;  }
#folderlabel, #folderstats, #footer { font-size: 8pt; }
#body {
  border-bottom: 4px solid #045FB4;
     border-top: 4px solid #045FB4;
    border-left: 1px dotted #045FB4;
   border-right: 1px dotted #045FB4;
  background:#FE9A2E;
  padding:15px;
  margin:15px;
}
.comment { font-size:7pt; color:#DF01D7; background:#FFFF00; padding:3px; border:1px solid #DF01D7; margin-top:2px; }
.button { float:right; padding:5px; padding-top:7px; margin:15px; border:2px solid black; background:white; font-size:8pt; font-weight:bold; }
.button img { vertical-align:text-bottom; }
.flag { font-weight:bold; font-size:8pt; background:white; color:red; text-align:center; border:1px solid red; }



The RED one you must change into your color you want to have...

I'm sorry there is no loggout button...

The Search button is this one:
<form id="search" action="/" name="search" method="get">
         <input type="text" name="search" maxlength="32" value="{.if not|{.?search.}|search|{.?search.}.}" onclick="if(this.value=='{.if not|{.?search.}|Search|{.?search.}.}')this.value=''"/>
      </form>

You must add it where you want...


When you want to rename and delet files and folders, you can use this one... (with my version, you can also create a folder...)

The Special beginn you musst add how i write down...:

Blue is the old version from you, and the red things I have added...

[special:begin]
{.if|{.and| {.get|can upload.} | {.urlvar|createfolder.} .}|{:
{.mkdir|%folder-resource%\{.urlvar|fldname.}.}
:}/if.}
{.if|{.and| {.get|can upload.} | {.urlvar|deletefolder.} .}|{:
{.delete|%folder-resource%\{.urlvar|fldname.}.}
:}/if.}
{.if|{.and| {.get|can delete.} | {.urlvar|createroot.} .}|{:
{.{.add folder.}|%folder-resource%\{.urlvar|fldname.}.}
:}/if.}
{.if|{.and| {.get|can delete.} | {.urlvar|deleteroot.} .}|{:
{.delete|%folder-resource%\{.urlvar|fldname.}.}
:}/if.}
{.if|{.and| {.get|can upload.} | {.urlvar|renamefile.} .}|{:
{.rename|%folder-resource%\{.urlvar|oldname.}|%folder-resource%\{.urlvar|newname.}.}
:}/if.}



[]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
  <style type="text/css">
  %style%
  </style>
  <title>SmasHinG %folder%</title>
  <link rel="shortcut icon" href="favicon.ico" />
</head>
 <body background="/background.jpg">
</body>
<body>
%login-link%
%loggedin%
%upload-link%


<table>
<tr>
<td>
<b>Create Folder:</b>
{.if|{.get|can delete.}
      |<form method='get'>
      <input class="toolsinput" type='text' alt="File/Folder Name" name='fldname' maxlength="100"
      size="23" value="{.!File/Folder Name.}" onclick="if(this.value=='{.!File/Folder Name.}')            this.value=''"/><input class="toolsbutton" type='submit' name='createfolder' value='OK' ></form>.}
</td>
<td>
<b>Delet Folder:</b>

{.if|{.get|can delete.}|
      <form method='get'>
      <input class="toolsinput" type='text' alt="Type File/Folder Name" name='fldname' maxlength="100"       size="23" value="{.!File/Folder Name.}" onclick="if(this.value=='{.!File/Folder Name.}')               this.value=''"/><input class="toolsbutton" type='submit' name='deletefolder' value='OK' ></form>.}
</td>
<td>
<b>Rename File/Folder:</b>
{.if|{.get|can delete.}|
      <form method='get'>
      <input class="toolsinput" type='text' name='oldname' maxlength="50" size="18" value="Old Name.."       onclick="if(this.value=='Old Name..')this.value=''"/>
      <input class="toolsinput" type='text' name='newname' maxlength="50" size="18" value="New Name.."       onclick="if(this.value=='New Name..')this.value=''"/>
      <input type='submit' name='renamefile' value='ok' class="toolsbutton">
</form>
</td>
</tr>
</table>



<div id=folderlabel>folder</div>
<div id=folder>%folder%</div>
<div id=body>
%folder-comment%
%up%
%files%
</div>
<div id=footer>
<center><b><a href="http://server.langame.org:69/">SmasHinG File Server</a></center></b>
<br /><center><b>ServerTime: %timestamp%</center></b>
<br /><center><b>UpTime: %uptime%</center></b>
<br /><center><b>Build-Time: %build-time%</center></b>
<br/><center><b>Admin Contact: bodushki@gmail.com</center></b>
<br/><center><b>Powered By SmasHinG</center></b>
</div>
</div>
</body>
</html>

YOUR REST OF THE TEMPLATE




When you have question, please ask:)

11
HTML & templates / Re: Changes How ?
« on: September 18, 2009, 04:52:05 AM »
nooo.. i need the template... in the template there is a part called [folder] and a part called [files] these i need to see, the structur of your table... Thanks...

12
HTML & templates / Re: Changes How ?
« on: September 17, 2009, 11:35:32 AM »
... no please post your folder and files view...

Bsp:[folder][file]-.-

thanks...


13
HTML & templates / Re: Changes How ?
« on: September 16, 2009, 01:53:07 PM »
i think that arent images...

please post you Code for this tabel (table ) i dont' know the spelling;)

14
jeah.. it was the short form... sorry... but i have understand it now, because i have work with them;)

15
HTML & templates / Re: Changes How ?
« on: September 15, 2009, 09:29:28 PM »
sorry i forgott...;) :D

Pages: 1 2 3 ... 7