|
Slookytech |
|
| How-To How-To iTunes Remote via Web Browser HOW-TO: NOTE: YOU CAN USE ANY BROWSER ON ANY OS TO CONTROL iTunes BUT YOU CAN ONLY SET IT UP ON MAC - THIS WILL NOT WORK ON WINDOWS CAUSE YOU DON'T HAVE THE UNIX COMMANDS TO CONTROL IT. WARNING: THIS MAKES SECURITY RISKS ON YOUR COMPUTER! Step 1 - Modify httpd.conf 1) Open Terminal and locate to the patch /etc/httpd type in sudo pico httpd.conf A lot of these things you'll have to find within httpd.conf - but after you do one, it'll be next down the line: Take the # off of LoadModule php4_module libexec/httpd/libphp4.so Take the # off of AddModule mod_php4.c Find: # User www Group www and change it to # User your_short_username #mine is sbarn Group staff Find: DirectoryIndex index.html Add a space after index.html and add index.php Hit Control O to bring up the save file at the bottom, hit enter then control X to exit. Next type: sudo apachectl graceful Now for Step 2 - Creating the PHP File 2)I'm changing this site so you guys can make it just that awesome, here's the code that you place in the index.php - I cut the image from iTunes via Command + Shift + 4 - here's the entire code: |
|
Updated August 9th 2005