PDA

View Full Version : Brand spanking new NSV News


ken52787
26th July 2004, 02:23
My crappy free host finally cancelled my account without notice, thus causing all of the last site to die. Luckily I periodically backed up the user database, so everyone who registered before July 8th is still a member.

Anyways, now that I have good hosting (kindly provided by www.winamptv.net) I plan to take this site to places never even dreamt about (ie. a little farther than it was before, then getting lazy).

So stop by and check it out http://nsv.no-ip.com

PS: after a reformat, and my two backups of files dying (web site and ipod), I've lost my Nowplay program. Does anyone happen to have the installer stored away somewhere? Contact me if you do.

PPS: Still looking for volunteers to help out with the station. Contact me if you want to.

Inedible Bulk
26th July 2004, 03:24
i signed up as iBulk.

Jeeper One
26th July 2004, 08:29
Hi everyone:

Not to add salt to your wound Ken BUT it just seems TOO FUNNY that THE CREATOR of NowPlay would SOMEHOW LOSE the installer. :) :LOL: :LOL: :LOL:

I always thought programmers & beta testers ALWAYS back up their data. :) :LOL:

Seriously though, I just checked my unzipped folder and I don't have it. Sorry Ken. :(

Sankt, you got that thing mirrored on your site?

Cheers for now everyone :)

ken52787
26th July 2004, 11:48
Well I did kind of back up my data (put it on my ipod) but that went south. I lost most of my source codes as well :) forces me to redo it and make it better.

Inedible Bulk
26th July 2004, 23:22
that happens to most programmers, even the maker of college alarm clock.

Linus Torvalds once said...
"Only wimps use tape backup: real men just upload their important stuff on ftp, and let the rest of the world mirror it." (source (http://groups.google.com/groups?selm=Pine.LNX.3.91.960720095713.20645F-100000%40linux.cs.Helsinki.FI) (place i found it (http://en.wikiquote.org/wiki/Linus_Torvalds)) )

ken52787
27th July 2004, 01:29
words of a wise man: http://bash.org/?96486

Emerica
28th July 2004, 08:12
Ok whos running the list?
I'll send you thw php script which parses the m3u file, then you can just update the hand list with a m3u file save from winamp. The source should still be on my site, have to double check that.

Anyways the new xplayer is actually an app, it loads, nsv activex, wmp, real and quicktime, and has a slidout window with the library.
I started a database list where you can add new stations,
You just add the link in the right player box and it will load in that player.
Might be something you would be interested in. Pm me if you want to check it out, builds are somewhat underground until completed a bit more, the add form needs field checking ect before i make it public.



<?php
//Change your default playlist here.
$playlist = "http://www.yourdomain.com/xplayer.m3u";
echo "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr>";
//Scripting addition provided by Smelter c/o forums.winamp.com
//Made Parsing the M3u file a snap, thanks alot.
//Code takes current playlist, parses the title and url of the stream
$data=file($playlist);
foreach($data as $line=>$info){$stop=$line;}
$line=1;
while ($line<$stop){
$newtitle=explode(":", $data[$line]);
if ($newtitle[0]="#EXTINF"){$name=explode(",", $data[$line]); $title=$name[1];
$line+=1;
$url=$data[$line];
?>
<td><?php echo "$title"; ?></font></td></tr>
<tr>
<td><a href="http://www.projectxnetwork.com/player2.php?xplayer=<?php echo "$url"; ?>&currentcodec=VP3Mp3">V3M</a>
<a href="http://www.projectxnetwork.com/player2.php?xplayer=<?php echo "$url"; ?>&currentcodec=VP6Mp3">V6M</a>
<a href="http://www.projectxnetwork.com/player2.php?xplayer=<?php echo "$url"; ?>&currentcodec=VP3Acc">V3A</a>
<a href="http://www.projectxnetwork.com/player2.php?xplayer=<?php echo "$url"; ?>&currentcodec=VP6Acc">V6A</a>
</font></td>
<tr>
<td height="10">&nbsp;</td>
<tr>
<td height="5"></tr></tr>
<?php
}
$line+=1;
}
?>
</table>

sankt
28th July 2004, 08:58
Good One,

I will update your listing on scvi.net :)

Inedible Bulk
29th July 2004, 00:02
hey emerica, do you have a way i can contact you outside of the forums, meaning AIM or somethin? I run winamptv.org btw. ken helps.

Emerica
29th July 2004, 09:23
www.projectxnetwork.com
aim Emericaxbox (its on a hiptop, so umm be patient and sorry about typos , damn 3 inch keyboard)