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

Pages: 1 ... 45 46 47 48 49 ... 61
691
HFS ~ HTTP File Server / Re: serving video files
« on: September 09, 2014, 02:36:25 PM »
If you use generator up top and want the "flash players" offline: it is available:

https://drive.google.com/file/d/0B9u5dgydfOEuai1pSEJfMFRDb3M/edit?usp=sharing

---html samble code:


<!-- http://sandbox.thewikies.com/vfe-generator/ -->



<p>Playlist - M3U file</p>
<!-- create a m3u xspf file http://www.xspf.org/xspf-v0.html -->
<br />
<object type="application/x-shockwave-flash" width="700"
height="500" data="player.zip/Players/XSPF/xspf_player.swf?playlist_url=Path to you playlist.xspf">
<param name="bgcolor" value="#E6E6E6"/>
<param name="movie"
  value="xspf_player.swf?playlist_url=playlist.xspf"/>
</object>

<br />
<p>video here</p>
<object type="application/x-shockwave-flash" data="Path to player.zip/flowplayer-3.2.18.swff" width="700" height="500">
   <param name="movie" value="Path to player.zip/flowplayer-3.2.18.swf" />
   <param name="allowFullScreen" value="true" />
   <param name="wmode" value="transparent" />
   <param name="flashVars" value="config={'playlist':[{'url':'Your video here(encoded...)','autoPlay':false}]}" />
<!-- example of encoded 'http%3A%2F%2F192.168.1.254%2Fvideo%2Ftitle.mp4', -->
<!-- example path: 'http://192.168.1.254/video/title.mp4' -->

   <span title="No video playback capabilities, please download the video below">Video</span>
</object>
<br />

692

693
HFS ~ HTTP File Server / serving video files
« on: September 08, 2014, 03:09:50 AM »
Found this cool nifty site that might be of great help to just about any one:

http://sandbox.thewikies.com/vfe-generator/

https://web.archive.org/web/20160122050940/http://v4e.thewikies.com:80/

Fill information at the top left to video / music files you have on you hfs server and chose either "html 5" or "WHAt works for me"
Flash only!

source code and html doc ready... :)

Thank you Generator! and its creator!

694
HFS ~ HTTP File Server / Re: Trendnet tw100-brf214 + hfs(windows)
« on: September 07, 2014, 07:37:46 PM »
Sounds like you need to setup some basic networking to get things running!

-----------------

you will need to double check 3 things to make it use able over the web:

1. Windows side: ( i will assume you are using windows 7 ) at least i will post info link to windows 7...(most likely useable for all windows side os...)

You might need to set the "hfs machine" to a static ip address (this way when you open ports or use web traffice it has a "definite path"

windwos comand prompt:
cmd > "ipconfig /all"(<=command) has all the network info you need:
http://windows.microsoft.com/en-us/windows/change-tcp-ip-settings#1TC=windows-7

ip address is the machine address
subnet depends on your network most likely "255.255.255.0"
gateway is your router's ip adress most likely "192.168.1.1"

you will need to allow hfs thorugh your firewall
http://www.sevenforums.com/tutorials/542-windows-firewall-add-remove-exception.html

2. Router/(intranet) network side
you router will need the port you chose in hfs (say you set the port to 8080 go to you router- in a web browser typ in the ip address of your gateway)

enable "port forward" to your machine and the router to the same port ie port (starting port) 8080 to port (ending port) 8080
http://www.wikihow.com/Set-Up-Port-Forwarding-on-a-Router

*note some router don't allow you to use your "public" ip address to view inside, so while your at home your webpage is accessible via the ip address you set to the machine earlier

(if your router supports it you can have it memorize you "hfs" machine "network address (known as a mac address) and assign it a specific ip address so it will always be "192.168.1.x" x being the number you set i chose 254 as it is the last number dhcp will use...

3. Internet/Modem side
go to http://www.ipchicken.com/
This is your public ip adress so when you are not at home you will go to this ip adress (xxx.xxx.xxx.xxx) what is shown at the website above one of many website that can tell you your public ip adress...

You should now have hfs viewable form the outside world via:
http://xxx.xxx.xxx.xxx:8080
(xxx your public ip address)

Since modems can be dynamic ip adress you can opt to get a "dns name so instead of typing xxx.xxx.xxx.xxx you type a predefined word such as mywebsite.(frre public domain).org

DNS free domains names:
either by adding it into the router or have it client side, or even pre-setup in a dns online website..

I'm having good luck with http://freedns.afraid.org/ using mooo.com as my public domain...(website presetup)

695
RAWR-Designs / Re: How can i make VLC work in HFS please?
« on: September 07, 2014, 07:34:44 PM »
I perfer the live tpl that uses flash, flash makes it more seemless...(to me atleast...)

Your browser will require the vlc player plugin however i prefer the HTML 5 Players But Its Up To You.

http://www.w3schools.com/html/html5_video.asp

Google is your friend:
https://forum.videolan.org/viewtopic.php?f=14&t=34152
here...
------
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Simple VLC activeX page playing Nasa stream</title>
</head>

<body>
<!--
Insert VideoLAN.VLCPlugin.2
-->
<div>
<OBJECT classid="clsid:9BE31822-FDAD-461B-AD51-BE1D1C159921"
codebase="http://downloads.videolan.org/pub/videolan/vlc/latest/win32/axvlc.cab#Version=0,8,6,0"
width="640"
height="480"
id="vlc"
events="True">
<!--below you can put your url to the video the current one is the NASA stream-->
<param name="MRL" value="THIS IS YOU VIDEO PATH!!!" />
<param name="ShowDisplay" value="True" />
<param name="AutoLoop" value="False" />
<param name="AutoPlay" value="True" />
<param name="Volume" value="50" />
<param name="StartTime" value="0" />
<EMBED pluginspage="http://www.videolan.org"
type="application/x-vlc-plugin"
progid="VideoLAN.VLCPlugin.2"
width="640"
height="480"
name="vlc">
</EMBED>
</OBJECT>
</div>
<INPUT type=button id="Play" value=" Play " onClick='document.getElementById("vlc").playlist.play();'>
<INPUT type=button id="Stop" value="Stop" onClick='document.getElementById("vlc").playlist.stop();'>

<!--Script to detect if vlc 0.8.6a is installed-->
<script language="javascript">

try{
if (document.getElementById("vlc").VersionInfo!="0.8.6 Janus")
{
alert("Download and install the VLC player")
window.navigate("http://www.videolan.org")
}

}
catch(e)
{
alert("Download and install the VLC player")
window.navigate("http://www.videolan.org")
}   
</script>
</body>

</html>
------------

696
HFS ~ HTTP File Server / Re: For testing purpose (HFS including SSl tools)
« on: September 07, 2014, 12:28:41 AM »

[!] Error binding service [https] to 127.0.0.1:443
[!] bind: Permission denied (WSAEACCES) (10013)
[ ] Closing service [https]
[ ] Sessions cached before flush: 0
[ ] Sessions cached after flush: 0
[ ] Service [https] closed

[!] Server is down

Не подскажите в чём тут ошибка?

This is where your error begins...

open the stunel config

look for:
---------
[https]
accept = 0.0.0.0:443                                // open to the world (any ip can come in, use https wellknow port
connect = 192.168.1.254:4430                // hfs port and your computer ip
TIMEOUTclose = 0


-------------
double check previous post for more help:
http://www.rejetto.com/forum/hfs-~-http-file-server/stunnel-and-hfs-(securing-your-hfs)/

697
RAWR-Designs / Re: When Will The Rawr Designs Website Be Back Online?
« on: September 06, 2014, 03:43:17 PM »
The site is down for good i thought..
this is more a question for user tsg...

He has the links and data stored on google source code, search the forum for...
possible path:

http://www.rejetto.com/forum/rawr-designs/latest-releases/

http://www.rejetto.com/forum/html-templates/hfs-templates-vars-and-section-help/

http://www.rejetto.com/forum/html-templates/shared-templates/

etc...

698
router & port problems / Re: Problem with ip and port
« on: September 02, 2014, 06:34:40 PM »
CAn't.. its how "web" adress works... see topic:
http://computer.howstuffworks.com/web-server8.htm

Quote:

If the server machine accepts connections on a port from the outside world, and if a firewall is not protecting the port, you can connect to the port from anywhere on the Internet and use the service. Note that there is nothing that forces, for example, a Web server to be on port 80. If you were to set up your own machine and load Web server software on it, you could put the Web server on port 918, or any other unused port, if you wanted to. Then, if your machine were known as xxx.yyy.com, someone on the Internet could connect to your server with the URL http://xxx.yyy.com:918. The ":918" explicitly specifies the port number, and would have to be included for someone to reach your server. When no port is specified, the browser simply assumes that the server is using the well-known port 80.

699
HFS ~ HTTP File Server / Re: Custom IP Address For One Folder
« on: August 27, 2014, 10:16:19 PM »
So I was trying to find a way to get one folder to have a different Port Number so if I purchase 3 different domains I can have them route to the same HFS.exe program but each of them could be different depending on the URL. Would this be possible. I have typed and example so if I am not making myself clear enough.

Three websites: Site1, Site2 and Site3
Three folders in HFS.exe: Folder1, Folder2 and Folder3

I want to link Site1 to Folder1 on the Port "80"
I want to link Site2 to Folder2 on the Port "8080"
I want to link Site3 to Folder3 on the Port "1337"

Is this passable to do without launching more than one HFS.exe program?

You have to run multiple version of HFS....
set one version of HFS up and copy it...

700
HFS ~ HTTP File Server / Re: Deconfiguring template
« on: August 27, 2014, 10:14:10 PM »
if the "hfs tpl worked in 2.2f then use that html code...

701
HTML & templates / Re: Move panel
« on: August 27, 2014, 10:10:39 PM »
you will have to search the code (admin pannel) for "shoutbox" where it says right, replace right with left...

other wise you will need to setup "div" and html layouts...

702
HFS ~ HTTP File Server / Re: HTTP Share a Network Folder?
« on: August 27, 2014, 10:08:06 PM »
...old post---

Install (LAMP) - Apache and setup a webshare...

703
When running a program as  a service, windows looks for an "ini" file to start it off...
take a look at rejeto's wiki for ini files setting to "stream line" the vfs...

http://www.rejetto.com/wiki/index.php?title=HFS:_Command_line_parameters

704
http://www.tldp.org/HOWTO/TransparentProxy-6.html

This is normaly due to how you setup "squid"
AS it is acting as your "router"

Setup static routes on the linux box...
"iptables..."

also, to help you more ont he hfs side, you might need to setup "bans", ie conection time out...

Hfs:
Menu > Limits > Max conections

705
HFS ~ HTTP File Server / Re: New version: 2.3b
« on: August 26, 2014, 02:25:26 AM »
Lolz.. Really!...

:)

well, rejeto, i thnk it time to :
Code-Lock:

http://download.cnet.com/Code-Lock/3000-2216_4-10071448.html

-----
Actualy its quite intresting code behind it...

assumed to be using net frame work debug utilites.../ python code he created...


Startes by opening hfs framwork terminal...

opening up the faramwork side on the hfs program. Ie the console temial that runs the hfs code..:

using comands:
Eith scripted progams he created/and or farmework debnug code to enter into and use:
In a python code terminal window:

use frmwrk/froesencisc/stoplog

Supplying the "ip adress of the machine runnign hfs
and Port http is running on

---to stop loggin...(so you can't track it back down...---

use frmwrk/exploits/deface

Supplying the "ip adress of the machine runnign hfs
and Port http is running on
THen the texzt info ie the name...

--THen to deface its http side and replace it with a new out goin text page..
with an overline...
(using secondary scripts)- unknown
----


Pages: 1 ... 45 46 47 48 49 ... 61