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 - meph++

Pages: 1 2
1
Beta / Re: Testing build #272
« on: January 16, 2011, 02:27:51 PM »
in the same computer and in local lan with other pc upload work ok, the problem is only when try upload from internet

2
Beta / Re: Testing build #272
« on: January 14, 2011, 11:12:49 AM »
Hi rejetto, for the problem of uploading to the version 272 I isolated the problem a bit..

I use hfs 272 on 2k3 server SP2

if I try to upload from the same computer is http://127.0.0.1 all ok
if I try to upload from a machine on the same network http://192.168.0.1 (ip of hfs server) is all ok

but when I try from Internet router "http://name.dyndns.com" with nat then me "Error not allowed"

I state that with the same router works with other versions

why?? NAT is working properly I can access and download file but not uploads..



news.. news..

I try to set in hfs upload folder the permission in "Access" and "Upload" @anonimous and from internet work ok, then the problem is on the permission.. but why do they still on local network works without any user @anonimous???

I hope I was helpful

regards

3
Beta / Re: Testing build #272
« on: January 14, 2011, 08:41:58 AM »
i need someone to tell me how to reproduce the bug,
or someone who's willing to test some special versions that i will build to find a clue.
anyone?

Hi rejetto, for the problem of uploading to the version 272 I isolated the problem a bit..

I use hfs 272 on 2k3 server SP2

if I try to upload from the same computer is http://127.0.0.1 all ok
if I try to upload from a machine on the same network http://192.168.0.1 (ip of hfs server) is all ok

but when I try from Internet router "http://name.dyndns.com" with nat then me "Error not allowed"

I state that with the same router works with other versions

why?? NAT is working properly I can access and download file but not uploads..

4
RAWR-Designs / DivxWebPlayer-->ToGWebPlayerLite
« on: November 15, 2010, 03:45:12 PM »
Hi at all in particular christopher, after many test with DivXWebPlayer (all version) on ToG template, the preview of the files will not work if the folder is set a password protected... the only version of the player that works is 1.3.1.10
I created a minisetup called togwebplayer kind of a plugin, the setup creates under %windir%\TogWebPlayer 3 files: npdivx32.dll, npdivx32.tlb and npdivx32.xpt
and after register a npdivx32.dll

the mini setup work perfectly, just run it does it all

p.s .mkv in this version not work

for download: http://www.2shared.com/file/IfO9mh_Y/ToGWebPlayerInstaller.html
password for .zip file is: david

greetings

5
RAWR-Designs / Make simple login page for ToG v4.0.3 suggestions...
« on: November 09, 2010, 03:31:36 PM »
Hi all I created a simple login page for tog 4.0.3 template in html file, I put this under the root of hfs, when load this "index.html" and click the "login" link this opens a folder called "Server" (under password) that contains the list of files and folders..
I did some testing and it works fine.. I post the code..

tell me if there are any errors or can be optimized

Quote
<html>
<head>
  <title>HFS - Agostino FileServer - LOGIN</title>
</head>

<body bgcolor="#ECF0F6">
  <br>

  <table bgcolor="#003366" bordercolor="#336699" cellspacing="1"
  cellpadding="10" width="50%" align="center" border="2">
    <tr>
      <td>
        <div align="center">
          <h1><font color="#ECF0F6">Agostino FileServer</font></h1>

          <h3><font color=
          "#ECF0F6">xxxxxxx.gotdns.com</font></h3><font color=
          "#ECF0F6"><img src=
          "/template/login/login-logo.jpg"></font>

          <h4><font color="#ECF0F6"><a href=
          "/Server">LOGIN</a></font></h4><font color="#ECF0F6"><br>
          <img src="/~img_graph320x80xx003366x004480"></font>
        </div>
      </td>
    </tr>
  </table>

  <div align="center">
    <h6><font color="#003366">HomeServer Powered By Agostino
    &#169;2010</font></h6>
  </div>
</body>
</html>


thanks in advance :)

6
RAWR-Designs / Re: ToG 4.0.2 How to add custom logo
« on: March 29, 2010, 11:18:01 AM »
Yes yes Stevens now work  ;)

T H A N K S

7
RAWR-Designs / Re: ToG 4.0.2 How to add custom logo
« on: March 29, 2010, 08:57:07 AM »
Wont this work:
Code: [Select]
/* this is layer 0 */
#header {
color:#FFF;
height:100px;
background:url('/~img_graph300x100xx003366x004480') right center no-repeat #003366;
border-bottom:0;
}
/* this is layer 1 */
#header div {
height:100px;
font-size:20px;
line-height:35px;
padding-left:150px;
background:url('/images/myPersonalLogo.jpg') left center no-repeat transparent;
}

You could also create another surrounding div with the same properties, however I am fairly certain the above will work.
Code: [Select]
/* this is layer 0 */
#header {
color:#FFF;
height:100px;
background:url('/~img_graph300x100xx003366x004480') right center no-repeat #003366;
border-bottom:0;
}
/* this is layer 1 */
#header div {
height:100px;
font-size:20px;
line-height:35px;
padding-left:150px;
}
/* this is layer 2 */
#header div div {
height:100px;
background:url('/images/myPersonalLogo.jpg') left center no-repeat transparent;
}


Thanks Stevens & Rejetto.

In all cases if I put background: url ('/images logo does not appear
it'd work background: url ('../images


I did both tests but did not work as expected:

1
Code: [Select]
#header {
color:#FFF;
height:100px;
background:url('/~img_graph300x100xx003366x004480') right center no-repeat #003366;
border-bottom:0;
}
#header div {
height:100px;
font-size:20px;
line-height:35px;
padding-left:150px;
[color=red]background:url('../images/mylogo.jpg') left center no-repeat transparent;[/color]
}

logo appears twice as photos


2
Code: [Select]
#header {
color:#FFF;
height:100px;
background:url('/~img_graph300x100xx003366x004480') right center no-repeat #003366;
border-bottom:0;
}
#header div {
height:100px;
font-size:20px;
line-height:35px;
padding-left:150px;
}
[color=red]#header div div {
height:100px;
background:url('../images/mylogo.jpg') left center no-repeat transparent;[/color]
}

the logo appears on the address line

 ??? suggestions

thanks always

8
RAWR-Designs / Re: ToG 4.0.2 How to add custom logo
« on: March 28, 2010, 10:07:33 AM »
remove background:url('/~img_graph300x100xx003366x004480') right center no-repeat #003366;

I tried myself but if I remove the line no longer displays the graph on the right, there is a way to see both

the url should not be "../images" but "/images"

thanks Rejetto, I copied the row from another template (RAWR-Template) which has the logo on the left and tried to adapt the ToG css file, however with (../) logo appears but covers the entire frame, then the graph is that the information the server does not appear..


9
RAWR-Designs / Re: ToG 4.0.2 How to add custom logo
« on: March 26, 2010, 03:12:21 PM »
I try to change in tog.css this:

an I create a logo and put it under image folder

Code: [Select]
#header {
color:#FFF;
height:100px;
[color=red]background:url('../images/myPersonallogo.jpg') left center no-repeat;[/color]
background:url('/~img_graph300x100xx003366x004480') right center no-repeat #003366;
border-bottom:0;
}
#header div {
height:100px;
font-size:20px;
line-height:35px;
[color=red]padding-left:150px;[/color]
}


the secon option work, move the 3 lines on the right (150px) but the first row not work.. the logo not show

any suggestion

Thanks

10
RAWR-Designs / ToG 4.0.2 How to add custom logo
« on: March 24, 2010, 11:24:28 AM »
Hi, TSG & Giant Eagle  I always appreciate your work  ;)

I wanted to ask how can I add a custom logo (exsample 120x100) in the upper left of the template as the photos, and moving 3 lines to the right

nameserver
DATE
Current Directory:Home

the screenshot was created with the paint


I tried to add some parameters on the file tog.css under folder code but not working properly  ???

Many thanks

11
HTML & templates / Re: Admin Panel : Creating a proper admin panel.
« on: May 14, 2009, 02:37:15 PM »
ManyThanks, Mars
But I use a customized template "RAWR-Template" and after I replace the .tpl with new "RAWR-Template-0.1.1 With Admin Panel.tpl"

your mods are for the standard template ?? right

it's possible load your "hfs with admin panel and self set password.tpl"  on another folder (Diff. Template) only for change password by user and for the all rest I use RAWR-Template.tpl (original)  ???


or it is difficult to integrate your changes into RAWR-Template.tpl ??????????



would be fantastic

regards..

12
HTML & templates / Re: Admin Panel : Creating a proper admin panel.
« on: May 14, 2009, 01:12:35 PM »
Thanks mars,

please you can indicate this evolute template.. I'm italian and my english is poor  :(


13
HTML & templates / Re: Admin Panel : Creating a proper admin panel.
« on: May 14, 2009, 11:56:59 AM »
I have read all question and try the "admin panel" of Ryan J

but in this case if I set all user with "admin" (for operate in the admin panel) in the file "adminpanel.txt" user "aaa" can change password to the user "bbb"

it's possible with a mod, or any idea.. exsample user  "aaa" can change ONLY his password.

thanks at all


14
Thanks Stevens :)

your all template are the best  ;)

15
Hi rejetto, and many thanks for reply

I have read and try this for the question of "admin panel"
http://www.rejetto.com/forum/index.php?topic=6498.0

but in this case if I set all user with "admin" (for operate in the admin panel) in the file "adminpanel.txt" user "aaa" can change password to the user "bbb"

it's possible with a mod, or any idea.. exsample user  "aaa" can change ONLY his password.

thanks




Pages: 1 2