rejetto forum

Software => HFS ~ HTTP File Server => HTML & templates => Topic started by: prem on October 11, 2006, 12:13:56 PM

Title: want to add shoutbox
Post by: prem on October 11, 2006, 12:13:56 PM
can i add shoutbox into my template.. plzz help me out
Title: Re: want to add shoutbox
Post by: rejetto on October 11, 2006, 12:47:33 PM
you can use an iframe, and in the iframe run a shoutbox.
hfs can't run a shoutbox itself.
Title: Re: want to add shoutbox
Post by: prem on October 11, 2006, 01:10:05 PM
could u explain more detailly... im a noob. thankx alot
Title: Re: want to add shoutbox
Post by: prem on October 11, 2006, 01:40:55 PM
does hfs support php and asp
Title: Re: want to add shoutbox
Post by: rejetto on October 11, 2006, 04:30:03 PM
could u explain more detailly... im a noob. thankx alot

if (you find or create another server that furnish the shoutbox alone) {
  you can do it
}
else {
  you can't
}

does hfs support php and asp

no. you could find this answer in the FAQ as well.
Title: Re: want to add shoutbox
Post by: prem on October 11, 2006, 05:48:50 PM
final question, do u know any php server which able to run while http file server is running?
Title: Re: want to add shoutbox
Post by: rejetto on October 11, 2006, 06:07:50 PM
any server.
you just have to use different ports.
Title: Re: want to add shoutbox
Post by: prem on October 11, 2006, 06:16:07 PM
i cant do that because im hosting it in my college LAN. we only can use port 80
Title: Re: want to add shoutbox
Post by: rejetto on October 11, 2006, 06:24:33 PM
you may put it on another computer, with another address.

i know another solution but it is quite complicated and you need some php knowledge.
Title: Re: want to add shoutbox
Post by: prem on October 11, 2006, 06:35:32 PM
running on anther computer is imposible. Could u plz briefly explain ur alternative solution.
Title: Re: want to add shoutbox
Post by: rejetto on October 11, 2006, 07:31:16 PM
ok, here it goes:
you make your apache (other server) on port 80, while HFS on 81.
on the apache you make a php tunnel that read all things from localhost:81.
i'm not sure this can be done, but probably you can't be a php-newbie.
Title: Re: want to add shoutbox
Post by: prem on October 12, 2006, 10:07:47 AM
i get the idea.. neway thankx rejetto for all the help
Title: Re: want to add shoutbox
Post by: moondog on October 25, 2006, 06:20:47 PM
i cant do that because im hosting it in my college LAN. we only can use port 80

hey did u try using port 81 as on my hfs I use port 81. Port 80 my router hates.
Title: Re: want to add shoutbox
Post by: TSG on October 28, 2006, 09:23:55 AM
Yes this port issue is a problem for me aswell. I have a D-Link 604G 4 routerm and port 80 is used by my ISP as a service port or something funky, so i use port 100 for my server, anything about port 80 should work no problems, i have found.