Search results

  1. A

    SSL Certs

    You can get a free one from here. http://www.startssl.com/?app=1 It's valid for a year, after that, you just request a new one.
  2. A

    Club Uptime feedback anyone?

    Well, I can't give you a review, since I just signed up yesterday. But I do want to say thanks for the link. :)
  3. A

    what program is this?

    That appears to be Eclipse. I'm basing this simply on the fact that the icons look similar.
  4. A

    html problemo

    You're either going to have to change update.php to redirect back to index.php, or use AJAX. Here's how to do it with AJAX and the jQuery framework. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script> <script type="text/javascript">...
  5. A

    Flash applet to play .wav files

    I don't think Flash can play WAV files natively. If you need to play WAV, check these links out. http://richapps.de/?p=97 http://code.google.com/p/popforge/source/browse/#svn/trunk/flash/PopforgeLibrary/src/de/popforge/format/wav Here's a code snippet that may help you use the PopForge library...
  6. A

    list number of accounts on server?

    Use the cPanel API. http://docs.cpanel.net/twiki/bin/view/AllDocumentation/AutomationIntegration/ListAccounts Here's a PHP class to help with this. http://www.phpclasses.org/package/4150-PHP-Manipulate-Cpanel-WHM-accounts-using-its-XML-API.html Using the above class, you can do something...
  7. A

    Apache mod_rewrite not escaping ?

    You can't escape the ? because it's not there. The data available in the rewrite rule does not include the query string. You can only compare against the query string using a rewrite condition and the query string variable. Here's the code you want: RewriteEngine on RewriteCond...
  8. A

    Apache mod_rewrite not escaping ?

    EDIT: I'm sorry, I misunderstood your post. I don't think you can match the query string that way. Use a rewrite condition, like this: RewriteCond %{QUERY_STRING} ^/forums/viewforum/([^/\.]+)/?$ Read this for some more information...
  9. A

    Streaming my music library on the go

    I know there are various applications that let you stream your iTunes library to wherever you may be in the world. But are there any good ones that let you do it that do not rely on iTunes? More importantly, I'm looking for one with a slick interface like grooveshark.com? I particularly like the...
  10. A

    How can I do an FTP batch rename?

    Well, I'm not sure if you know how to run PHP scripts, but here's one I wrote for you right quick. :D This will rename files and directories so that they're all lowercase. <?php // The directory that contains the files that you want to rename to lowercase $directory =...
  11. A

    Content Advisor Password :: Is it recoverable?

    It's not a big school, so probably can't afford Cisco or Websense. They've used OpenDNS in the past; I'm not sure why they stopped. I guess I'll just tell them of my theory that the content advisor password can be recovered and let them go from there. Thanks anyway for your time.
  12. A

    Content Advisor Password :: Is it recoverable?

    Well, not actually prove it. I'm not asking how to do it. I just want to know if it can be done, so I can backup my claim. I think some of the computers have a local admin password that's the same, which would mean that the hash can be acquired pretty easily. However, since the password has a...
  13. A

    Content Advisor Password :: Is it recoverable?

    My school uses the same password for the content advisor as they do for the server's administrator account. I want to report the security risk in doing this, but I want to be able to back up my claim that the password can be obtained from the local computers, rather than just say "it's good...
  14. A

    Content Advisor Password :: Is it recoverable?

    Well, as the title says, I'm wondering if it's possible to recover the content advisor password. There are a thousand and one articles on how to remove it, but none (that I can find) on how to get the current one. I know that it's stored in...
  15. A

    Where is a Good, Free, Uptodate, PHP webserver (Win32)

    They don't "talk" to each other until you tell them to. :D (They're good, obedient puppies) Read this. It shows you how to configure PHP and Apache. http://www.thesitewizard.com/php/install-php-5-apache-windows.shtml
  16. A

    Friend wants remote access to her home computer running XP Pro; RealVNC or RDP?

    Dropbox is nice and it's convenient, but if she wants more than 2gb of space, she could use SkyDrive. It offers up to 25gb of space for free. And you can make SkyDrive a bit more easily accessible using SkyDrive Explorer. BTW, I vote for RDP. It's what I use and it works just fine.
  17. A

    Question regarding webcam streaming and bandwidth

    What makes you say that?
  18. A

    Question regarding webcam streaming and bandwidth

    I was beginning to think I was the only one that caught that. From what it sounds like, he's got a dedicated server. So, just setup VLC on the server to rebroadcast the stream.
  19. A

    Open NAT

    Well, it should give you the basic idea of things. 1) Setup your xbox with a static IP address. (manually configure it in the network settings on the console if your router doesn't support static DHCP leases) 2) Forward the following ports to that IP address. * TCP 80 * UDP 88 *...
  20. A

    Open NAT

    Here you go: http://www.portforward.com/english/routers/port_forwarding/Dlink/DIR-615/Xbox_Live_360.htm ^^^ DIR-615 ^^^^ http://www.portforward.com/english/routers/port_forwarding/Dlink/DIR-615v2/Xbox_Live_360.htm ^^^^ DIR-615 v2 ^^^^^ There's also a bunch of other guides for other programs...
  21. A

    Duh

    I'd make a hammock. :D
  22. A

    So who will be using Googles new public DNS service?

    I'll probably just stick with OpenDNS. There's no need to switch.
  23. A

    Simple Font Color Question (HTML)

    You would use the <span> tag. http://www.w3schools.com/TAGS/tag_span.asp
  24. A

    List the programs you use.

    I use phpDesigner2008 for all of my web coding. Netbeans for java. Flash CS3 for flash/actionscript.
  25. A

    domain name

    I use domain.com. I've never had any problems with them. I don't really like the interface used for DNS management, but that's not that big of a problem.
  26. A

    Encrypted proxy?

    You could use SSH. Then you would be able to tunnel any traffic (http, ftp, etc) over it and it would be secure between you and the "proxy" server. Here's a little guide I found with a nice wholesome google search. http://wiki.freaks-unidos.net/weblogs/azul/firefox-ssh-tunnel EDIT: Here's one...
  27. A

    Post your pc screen shots!

    That's the screenshot. Do you have a link to just the wallpaper?
  28. A

    Post your pc screen shots!

    Link to wallpaper, pls? :D
  29. A

    IPCOP can't connect to https://192.168.0.1:445 web interface

    I don't have any experience with IPCop, but I'm guessing it probably has the netstat utility. Use that to see if it's listening on port 445. Make sure the http daemon is running.
  30. A

    Motel wants to have a disclaimer page come up after you connect to wifi; easy to do?

    Sounds like what you want is a captive portal. Google it, there are tons of tutorials on how to set it up. http://lmgtfy.com/?q=captive+portal+tutorial
  31. A

    Customer site has thousands of .HTML pages... CAN this be CMS driven?

    You can also make Apache send HTML pages to be parsed by PHP. RemoveHandler .html .htm AddType application/x-httpd-php .php .htm .html
  32. A

    I can't take it anymore! Phone knocks out my cable internet all the time.

    If that's the case, try changing the wireless channel in your router's settings.
  33. A

    Login to the server with an ip address not assigned to it ?

    I can see where you got confused, but "Destination Address" in that case isn't where you want it forwarded, but where the traffic was actually being sent.
  34. A

    allocating network bandwidth?

    Did you try limiting it to 1/2 total in utorrent, or with your router's QoS settings?
  35. A

    Login to the server with an ip address not assigned to it ?

    Well, then something really funky is going on. That screenshot of the port forwarding page tells me that it is configured to forward traffic, from any source and interface, that is destined to the IP address 192.168.1.2, to the server that is there, which you blanked out the first part of it's...
  36. A

    Login to the server with an ip address not assigned to it ?

    If you're going crazy, then so am I.
  37. A

    A Practical Joke

    Now that's just epic. I had thought about doing something with squid, but it hadn't occurred to me to flip images and stuff like that. (I was thinking more devious, like replacing google's logo with a porn-ified version)
  38. A

    A Practical Joke

    You could just set her computer's DNS servers to the OpenDNS servers, instead of setting the router's.
  39. A

    Conficker- It was real?...

    I'm sad to hear this. I've always been a big AVG Free user. I didn't even abandon it after it let that virus slip by that completely disabled it and forced me to format. I suppose I'll take your advice then.
  40. A

    Conficker- It was real?...

    I'm surprised I haven't caught it from using my flash drive at my school. My school doesn't know a thing about security. :D ......or maybe I do have it, and AVG hasn't picked it up. >_>
Back
Top