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

Pages: 1
1
HTML & templates / New Sort Of Template
« on: September 01, 2015, 02:13:28 PM »
Hi Guys,

wondering if anyone can be bothered finishing off a project :) its all done, you just need to convert it to HFS. Its taken a good time to code it but satisfied what it looks like tested :)

Let me know whats you think, and if so, ill release some older stuff cool stuff!


2
HFS ~ HTTP File Server / code for forum
« on: August 31, 2015, 05:14:24 PM »
with some other files, could forums be possible with ghp instead of php?

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML dir=ltr>
<HEAD>
<TITLE>%forumname - powered by Colossus</TITLE>
<!-- no cache headers -->
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="no-cache">
<meta http-equiv="Expires" content="-1">
<meta http-equiv="Cache-Control" content="no-cache">
<!-- end no cache headers -->
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">

<link rel="stylesheet" href="/efs.css" type="text/css">

<script language="javascript" type="text/javascript">
<!--
function input(ok){ return true;}function ReadCookie(dcname) {var dcexist = dcname + "="; var Dc0 = "Unregistered";if (document.cookie.length > 0) {offset = document.cookie.indexOf(dcexist);if  (offset != -1) {offset += dcexist.length; end = document.cookie.indexOf(";", offset);if (end == -1) { end = document.cookie.length; } return unescape(document.cookie.substring(offset,end));} else { return Dc0; } } else { return Dc0; }};

function emoticon(text) {
var txtarea = document.post.content;
text = ' ' + text + ' ';
if (txtarea.createTextRange && txtarea.caretPos) {
var caretPos = txtarea.caretPos;
caretPos.text = caretPos.text.charAt(caretPos.text.length - 1) == ' ' ? caretPos.text + text + ' ' : caretPos.text + text;
txtarea.focus();
} else {
txtarea.value  += text;
txtarea.focus();
}
}

function deletetopiccontent(url)
{
   if(!confirm("Do you really want to delete this reply?")) return;
   window.top.location.href = url;
}

// -->
</script>

<META content="MSHTML 6.00.2800.1106" name=GENERATOR></HEAD>
<BODY text=#000000 vLink=#587ea5 link=#587ea5 bgColor=#b8d0dc><A name=top></A>
<TABLE cellSpacing=0 cellPadding=10 width="100%" align=center border=0>
  <TBODY>
  <TR>
      <TD class=bodyline> <TABLE cellSpacing=0 cellPadding=2 border=0>
          <TBODY>
            <TR>
              <TD vAlign=top noWrap align=middle><SPAN class=mainmenu> &nbsp;<IMG
                  height=13 alt="Forums list" hspace=3
                  src="/forum.gif" width=12
                  border=0><A
                  class=mainmenu
                  href="/forum.ghp">Forums</A>&nbsp; &nbsp;<IMG
                  height=13 alt="Virtual Folders list" hspace=3
                  src="/vfolder.gif" width=12
                  border=0><A class=mainmenu
                  href="/vfolder.ghp">Virtual Folders</A><!--chat-->&nbsp; &nbsp;<IMG
                  height=13 alt="Users setting" hspace=3
                  src="/user.gif" width=12
                  border=0><A class=mainmenu
                  href="/users.htm">User Setting</A>&nbsp; &nbsp;<IMG
                  height=13 alt="Log out" hspace=3
                  src="/logout.gif" width=12
                  border=0><A class=mainmenu
                  href="/login.htm">Log out
<script language="javascript" type="text/javascript">
<!--
function ReadUsername() {var dcexist = "UserID" + "="; var Dc0 = "";if (document.cookie.length > 0) {offset = document.cookie.indexOf(dcexist);if  (offset != -1) {offset += dcexist.length; end = document.cookie.indexOf(";", offset);if (end == -1) { end = document.cookie.length; } if(unescape(document.cookie.substring(offset,end))=="") return ""; else return "[ "+unescape(document.cookie.substring(offset,end))+" ]";} else { return Dc0; } } else { return Dc0; }};
document.write(ReadUsername());
// -->
</script>
</A></SPAN>&nbsp; </TD>
            </TR>
          </TBODY>
        </TABLE>

        <div align="center"><BR>
          <a href="/forum.ghp?forumid=%forumid" class="cattitle">%forumname</a><BR>
        </div>

      <TABLE cellSpacing=2 cellPadding=2 width="100%" border=0>
        <TBODY>
            <TR>
            <TD vAlign=bottom noWrap align=left><SPAN class=nav><a href="/upload.ghp?forumid=%forumid"><IMG src="/upload.gif"
            alt="Upload a file to this topic" 
            border=0 align=middle></a>&nbsp;&nbsp;&nbsp;<A
            href="#reply"><IMG src="/reply.gif"
            alt="Reply to topic"
            border=0 align=middle></A></SPAN></TD>
              <TD vAlign=center align=left width="100%"><SPAN
            class=nav>&nbsp;&nbsp;</SPAN></TD>
            </TR></TBODY></TABLE>
        <TABLE class=forumline cellSpacing=1 cellPadding=3 width="100%"
        border=0>
        <TBODY>
           
            <TR>
              <TH class=thLeft noWrap width=150 height=29>Author</TH>
              <TH class=thRight noWrap>Message</TH>
            </TR>
            <TR>
              <TD class=row1 vAlign=top align=left width=150>
              <SPAN class=name><B>%author</B></SPAN><br>
              <SPAN class=postdetails><br>
                %avatar<br><br>
                Joined: %joined<br>
                Posts: %topics <br>
              </SPAN><br>
              </TD>

              <TD class=row1 vAlign=top width="100%" height=28>

<table width="100%">
<tr>
<td>
              <SPAN class=postdetails>Posted: %time</SPAN> <SPAN class=postbody><b>%title</b><br></SPAN>
</td>
<td align=right valign="top">
       <SPAN class=gen><!--edit--></SPAN>
       <SPAN class=gen><!--delete--></SPAN>
</td>
</tr>
</table>
              <hr>

              <SPAN class=postbody><br>%content</SPAN>
              </TD>

            </TR>
            <TR><TD class=spaceRow colSpan=2 height=1><IMG height=1 alt="" src="/spacer.gif" width=1></TD></TR>                       


3
Programmers corner / Integration Of Other Software
« on: July 31, 2015, 04:30:34 PM »
Hi Guys,

Thanks for having me here @ the HFS Forum its a pleasure to be apart of the project, i indicated that i have some big plans for HFS and i do, albeit, my own side projects, or ones im willing to share with you and this is where the post comes into play!

Two things i wanted to ask, the first one was around an integrated mailserver.
Is there someway that later down the track, its worth integrating a Mailserver, or a webmail server, and i understand that this may require PHP, but does it?!!! Im not a programmer, im a Network Administrator - I bring to the table much knowledge on server administration, security, network solutions and more, i also bring onto the table FULL HTML - which is the project im working on at the moment, im still working on having a fully integrated HTML site on HFS that brings as much as possible without the other jargen which i will give out to the HFS world. BUt for the moment - Is there a possibility in the future to maybe have this as an option? using HTML only maybe?!

Not so much a Chat feature, or Chat System - But a full blown MailServer in JS? ;)

One for you to think about if you havent already guys!

I hope you are all well,

Im from Adelaide, Australia but my heart and soul lies in Rhodes, Greece!

Its a pleasure to meet you all and look forward to future dealing with everyone!

Pages: 1