timelf123 Posted March 24, 2007 Share Posted March 24, 2007 Hey all! I run a blog about the Wii and would like to do several things to integrate it with my current Jinzora streaming music install. So far I have made the code for a form that uses php get to log the user in, with one drawback... it is in plaintext... I will have to mess around with sessions and cookies later, but for now the following method with suffice: Code: <form action="http://www.hackmiiwii.com/music/index.php" method="get"> Username: <input type="text" name="user" /> Password: <input type="text" name="pass" /> <input type="submit" /> I do not know the inner workings of Wordpress well enough to do this any other way, but what I really want to do is either use the php session or add some code to the wp-login form that also logs in the user in Jinzora... I know this is possible, as it has been integrated with Joomla, xoops, etc. Is anyone familiar with Jinzora and/or Wordpress? What I want to do now is implement http://www.hackmiiwii.com/test/window_store.html my version of the XSPF player into my standard jinzora install (mine uses a lightbox like effect to pop the player up, instead of a new window, which means that users on the Wii can leave the page open with the player on top), which is using a Wii Opera friendly theme, but the code is way above my current level... Anyone have ideas? Attached is the code that calls the player Even if you do not know any of this, a response is appreciated! Thanks! Tim [attachment deleted by admin] Link to comment https://forums.phpfreaks.com/topic/44068-wii-music-streamer/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.