Jump to content

Deathdefyer2002

Active Members
  • Posts

    66
  • Joined

  • Last visited

Everything posted by Deathdefyer2002

  1. Radius authentation??? with a portal page??
  2. Simple... A couple things to keep in mind when designing a WiFi System 1) You need some kind of source to the Internet... In Experience I would have to say STAY AWAY FROM DSL and T1's. Ideally go for a cable connection OR FIOS Connection. 2) Once you have a connection there are many ways you can move it from place to place! If you live in a small town, you could install a DSLAM and attempt to provide DSL over the existing Phone Wires run throughout the neighborhood. If there was only a couple people you wanted to connect up, you could easily do a couple Point-To-Point Links from your house to theirs. If there were many people like a whole Neighborhood system you ideally would go with several optimal Locations and broadcast using an Omni Antenna. You would then connect the locations together using Point-To-Point Links. Keep in mind to can have up to 4 Watts for a Point-to-point but only 1 Watt for an on-mi. 3) After the Basic Infrastructure is in place, you now have to think about Authentication unless you plan on providing the service for free. This is typically accomplished by using a RADIUS Server. There are several free options or you can purchase a commercial solution. Once Radius is in place, you also need a Web server to serve the "Portal" Page. Basically a web page you design that allows people to log in/ pay for service. If you still have any questions feel free to ask. I'm a Wireless Network Engineer and I design and Install systems like this ALL the TIME!
  3. All- Does anyone have any experience using Astaro USG? They have a free home version that works up to 50 IP's. I was using IPcop for the longest time as Smoothwall wasn't hardware compatible with my computer. IpCop worked rather well but had a very plain interface and didn't seem to be updated much any more. Comming across Astaro, it looks like this is a very full featured Firewall and is recommended by the podcast "Security Now" Just wondering what everyone's thoughts were? -Defyer
  4. All- I'm currently working on a Streaming Website. So far, it looks VERY PROMISING. I have Learned alot about streams and how to go about creating them. If any one has any questions as to how I did it, Feel free to ask away :)
  5. Awesome.. That does work... But I was looking at this script to pull all the files recursively. So in other words open up all the folders within that folder and display those files. I noticed if I change it to 'content' it will give me a bunch of Arrays again. I assume that I need to do another for loop to see the files in there.. but how do I do it? Also if I change the code to this $fileselection = scan_directory_recursively('/var/www/Movies/', 'mp4'); $count = count($fileselection); for ($i = 0; $i < $count; $i++) { $extractedArray = $fileselection[$i]; print_r($extractedArray['content']); echo "<br>"; } It seems to display the full array. If I use an echo instead of a print_r it says array 3 times... the same number of folders i have. I assume I need to do another for loop. But how would I code it? Any ideas? I just need to pull the Name Multidimensional array out!
  6. Yeah that is right.. Is there a way to do this with the Echo command?
  7. All- Here is the simple script I am trying to use : http://lixlpixel.org/recursive_function/ph...directory_scan/ How do I pull the data out of there? Looks like it is being stored in an array. I have tried many variations. Here is some of what I have tried. $filestructure = scan_directory_recursively('/var/www/'); echo $filestructure['content'{1}]; Can someone please please help me? Thanks Defyer!
  8. What ever happened to this project? are people still actively working on it?
  9. I am currently working on an open source Version of the media stuff. I have a very primiliar version working but have a few flaws. Once I Work things out ill post the source... Or better yet... IF anyone has extensive linux experience... or coding... perhaps they could assist.
  10. Here ya go! http://www.governmentsecurity.org/forum/in...showtopic=10524
  11. Yeah, I have something very similiar to that. I am using $cmd = "/usr/bin/vlc --daemon -I http FILENAME --sout '#transcode{vcodec=h264,vb=512,acodec=mp3}:duplicate{dst=std{access=udp,mux=t s,dst=$ip:1234}}}'"; Think yours would work any better? Also one problem I am currently having is that in PHP when I use shell_exec to start up a stream, I can't start a 2nd one until I either KILL the first one or wait for it to finish. Any suggestions on how I can fix that? ArkNinja Proposed that start the stream on a 2nd php page. Haven't had time to test that yet though.
  12. I found a pretty good solution actually. Ended up installing PHPfileNavigator. http://pfn.sourceforge.net/ So far seems to be working pretty well!
  13. All, I have been developing a front end that uses PHP and JavaScript to far to parse a directory then setup a RTP Stream using Darwin Streaming Server and VLC to encode on the fly. So far I have the Web front end working in a very very early beta. I was just wondering if anyone was interested in helping me develop this? I have searched the internet for a while and have not yet found any FOS program that allows you to do this. My goal in the end is to develop a program in-depth enough to be included with myth-tv or any other multimedia programs. In the end, i would like all code to be FOS of course with credit given to the original developers. Anyone with any coding experience would be helpful! Might be a great way for some eager novice programmers to develop their skills. -Defyer
  14. I Figured it out. If anyone else had the same idea, let me kno and I can post the code!
  15. Hey, I have been trying to code something that allows me the ability to run a server side script by clicking on a button. Ideally I am using PHP to list the files in a directory then store these into an array. Now when I output the array, I can easily add a Javascript button using the echo command in PHP. What I would like to do is enable that button to run Shell EXEC. Any ideas? Just need to run a server SIde file by pressing a button. -Defyer
  16. Made it myself. OW, O, GW, B, BW, G, WB,B Straight through. I beleive this is the B spec. I have made thousands of cables and also tested the cable with a cable tester. All came out perfect. Plus the Switch is telling me I have a Gigabit Link.
  17. Hey, Figured since HAK5 mess's with their own video alot, They might have a solution for me. First off Here are my Specs Streaming Server Specs: Quad Core Intel CPU Gigabit Nic Running Ubuntu Server 64 bit Serving the stream using UDP vlc MovieTitle --sout='#standard{mux=ts,access=udp,dst=IP:Port}' Receiving Computer Speds: Dual Core E8400 Intel Chip Gigabit Nic Running XP 64 Bit Gigabit Switch Connecting the two. Now when I start up the stream on the server, I can receive it on the desktop computer but I noticed using TOP that the CPU is only pegging out at maybe 45% and the transfer really doesn't ever peak past 1Mbit. Now on the receiving computer, the stream does come in, but at times is blocky. Assuming a Gigabit Link, why can't I get the stream to go any faster then about 1 Mbit or 1% of my available Bandwidth? I know that the network can handle more because I started up a couple streams going together and monitored the bandwidth usage on the server using both BWM-ng and Iftop. When I had 2 HD streams going, I noticed that there was about 2-3 Mbits going out of the network card. Now one thought I had was that the Hard drive can't keep up but if that's the case, then why was I able to start up 2 different streams and push close to 3 Mbits across it on peak? Another though was that the Receiving computer couldn't decode it fast enough but taking a look at resources, when playing the streamed video, my CPU doesn't peak about 40%. Any Suggestions? I would really like to be able to stream HD video across my Gigabit Wired Network. -Deathdefyer
  18. Yeah newegg ROCKS. One of my FAV. Sites!
  19. Hey, Just trying to change the port that Phpmyadmin runs on so that I can block it from my firewall. currently it is running on port 80 and I want to change it to something else. I'm running Ubuntu server and I found the Apache Files to be under /etc/phpmyadmin/apache.conf. In here I tried to add a Virtual server and it appears to be working on the specified port yet it still works on port 80. # phpMyAdmin default Apache configuration listen 8050 Alias /phpmyadmin /usr/share/phpmyadmin NameVirtualHost *:8050 <VirtualHost *:8050> <Directory /usr/share/phpmyadmin> Options Indexes FollowSymLinks DirectoryIndex index.php <IfModule mod_php5.c> AddType application/x-httpd-php .php php_flag magic_quotes_gpc Off php_flag track_vars On php_flag register_globals Off php_value include_path . </IfModule> </Directory> </VirtualHost> # Authorize for setup <Directory /usr/share/phpmyadmin/setup> <IfModule mod_authn_file.c> AuthType Basic AuthName "phpMyAdmin Setup" AuthUserFile /etc/phpmyadmin/htpasswd.setup </IfModule> Require valid-user </Directory> # Disallow web access to directories that don't need it <Directory /usr/share/phpmyadmin/libraries> Order Deny,Allow Deny from All </Directory> <Directory /usr/share/phpmyadmin/setup/lib> Order Deny,Allow Deny from All </Directory> Thanks Defyer
  20. Hey, If you are comfortable with PHP and AJAX, Something I thought would be pretty cool would be to add ZIP file functionality to http://ecosmear.com/relay/. Relay is a Web based File sharing site. Whats nice about it is that it looks Very WEB 2.0 Ish. Actually a very cool project. They have a live demo online. The one thing that would be nice would be a way to zip a folder before downloading it. Think your up for the challenge? I know this can be done with Jinzora when downloading a full album so its def. possible.
  21. I am looking to run something similar to rapid share but for personal use. Basically depending on the permissions i allow on a specific user account, once they log in, they will be able to either download, upload, or browse depending on their permissions. It would be nice to be able to incorporate some kind of statistics into it as well such as what files have been viewed, whats been downloaded, who uploaded what and so forth. Looking around I found this project right here http://zeldaweb.com/PHP_File_Sharing.html but I would be kinda skeptical to give them access to my server to install it. I also found http://file-sharing.arpanet.ro/ but the live demo is broken so im unsure of what it can and can't do
  22. I know there are a TON of scripts out there that will accomplish this but I was wondering which one everyone thought was the best and most secure.
  23. Hey All, Just wondering if there was a script out there or if someone could give me some pointers on creating a script that would log when a user is online and when they aren't. I tried looking through the myspace.com source code and nothing really jumped out at me. does anyone have any suggestions? My first idea was to use Wget to download the HTML file and then scan through it to see if anything changed when someone was online to when they weren't. Defyer!
×
×
  • Create New...