293521
vladimir
Re: News bug and a typo
  • 2003/1/22 11:31

  • vladimir

  • Just popping in

  • Posts: 1

  • Since: 2003/1/18


hi, i back to the session problem, i test the default session time out and later change ir just at middle but still not working, if i leave the browser open, can back several ours later and my user is still leged. any idea?
i test it under mozilla and ie6 sp1
thanks
vlad



293522
Catzwolf
Re: Streaming Audio Mod
  • 2003/1/21 23:14

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


Thanks for the info m8

I am sure that this info can be used to have streaming audio embedded into your webpages with some ease, I believe this can be used for other media? Such as mp3 or WMA files?



293523
kitsou
Re: Streaming Audio Mod
  • 2003/1/21 21:37

  • kitsou

  • Just popping in

  • Posts: 50

  • Since: 2002/3/19


Hi to all Streamers !
I don't know exactly what you need, but if you want to have a block with a nice little player and a radio station to stream then just make a custom html block in the admin section and paste this code in....and then basta!

<center>
<object id="NSPlay" width="150" height="50" classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject" align="middle">
<param name="AudioStream" value="-1">
<param name="AutoSize" value="0">
<param name="AutoStart" value="-1">
<param name="AnimationAtStart" value="-1">
<param name="AllowScan" value="-1">
<param name="AllowChangeDisplaySize" value="1">
<param name="AutoRewind" value="0">
<param name="Balance" value="0">
<param name="BufferingTime" value="5">
<param name="ClickToPlay" value="-1">
<param name="CursorType" value="0">
<param name="CurrentPosition" value="-1">
<param name="CurrentMarker" value="0">
<param name="DisplayBackColor" value="0">
<param name="DisplayForeColor" value="16777215">
<param name="DisplayMode" value="0">
<param name="DisplaySize" value="4">
<param name="Enabled" value="-1">
<param name="EnableContextMenu" value="-1">
<param name="EnablePositionControls" value="-1">
<param name="EnableFullScreenControls" value="0">
<param name="EnableTracker" value="-1">
<param name="Filename" value="http://www.crossrhythms.co.uk/radio/radio.asx">
<param name="InvokeURLs" value="-1">
<param name="Language" value="-1">
<param name="Mute" value="0">
<param name="PlayCount" value="1">
<param name="PreviewMode" value="0">
<param name="Rate" value="1">
<param name="SelectionStart" value="-1">
<param name="SelectionEnd" value="-1">
<param name="SendOpenStateChangeEvents" value="-1">
<param name="SendWarningEvents" value="-1">
<param name="SendErrorEvents" value="-1">
<param name="SendKeyboardEvents" value="0">
<param name="SendMouseClickEvents" value="0">
<param name="SendMouseMoveEvents" value="0">
<param name="SendPlayStateChangeEvents" value="-1">
<param name="ShowCaptioning" value="0">
<param name="ShowControls" value="-1">
<param name="ShowAudioControls" value="-1">
<param name="ShowDisplay" value="0">
<param name="ShowGotoBar" value="0">
<param name="ShowPositionControls" value="0">
<param name="ShowStatusBar" value="-1">
<param name="ShowTracker" value="0">
<param name="TransparentAtStart" value="0">
<param name="VideoBorderWidth" value="0">
<param name="VideoBorderColor" value="0">
<param name="VideoBorder3D" value="0">
<param name="Volume" value="-890">
<param name="WindowlessVideo" value="0">
<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/" filename="http://www.crossrhythms.co.uk/radio/radio.asx" src= showcontrols="1" showdisplay="0" showstatusbar="1" width="150" height="50" align="middle">
</embed>
</object>
</center>

If you want to add another radio station:
watch out for the 2 lines of code above were you find

http://www.crossrhythms.co.uk/radio/radio.asx

(this is a christian POP/ROCK Radiostation)

and replace these by the URL of your station and that's it.

Naturally you could also make a php block and put variables as the URL's of the radiostation and select the stations from a little menu or even the main menu. But if 1 station is enough for you then it is not necessary to make a module just to make it complicated and put a copyright note under the player....LOL !!!

Otherwise you could use the excellent french TV Module as a Radio Module: Watch it here:

http://www.backnang-online.info/modules/tv/

Select Antenne Düsseldorf Radio and listen german radio !!!!



293524
Neon
Re: Streaming Audio Mod
  • 2003/1/21 20:14

  • Neon

  • Not too shy to talk

  • Posts: 138

  • Since: 2002/2/8 6


I don't know if this would be any help but there is a mod by the Inconnue Team calles Kwat-TV that is suppost to have streaming vid &/or sound, thier site is down atm but I have a version (may not be the latest) from my site ModsCentral that you might be interested in, => HERE <=
enjoy



293525
Vchat20
Re: Streaming Audio Mod
  • 2003/1/21 18:57

  • Vchat20

  • Just popping in

  • Posts: 2

  • Since: 2002/12/27


no, im talking about the Internet Radio v2.0 module for phpnuke. all it is is a block with from what I can tell an <embed> tag which plays a streaming radio station. I have it on my site now, which is in phpnuke, but my friend wants something similar on his, but he uses xoops. my site is athttp://radio.tsohq.com/ . that block is located on the left towards the bottom.



293526
gstarrett
Re: after update cvs blank screens
  • 2003/1/21 17:50

  • gstarrett

  • Friend of XOOPS

  • Posts: 174

  • Since: 2002/3/12


I'm seeing the same thing on mine. Looks like they were in the middle of refactoring getcss() to xoops_getcss(), change that back in XOOPS_ROOT\header.php to revert so it sort-of works. My setup still has a bad home page, but I'm not going to worry about it until the next CVS update (shows menu, login, blocks, but not formatted).

On the positive side, I VERY much like the new administrative section. Nice job!



293527
BDW
Re: Streaming Audio Mod
  • 2003/1/21 17:17

  • BDW

  • Quite a regular

  • Posts: 280

  • Since: 2002/9/28


I am also looking for an Audio module.

Doesnt have to be Streamable, just one that lists the audio like the way that www.sonicfury.net has.

They dont use xoops, but i'm sure that someone on here knows how to create a module that looks similar to what they have done.

Can you?



293528
UNREGISTRED
Re: after update cvs blank screens

thanx



293529
onokazu
Re: after update cvs blank screens
  • 2003/1/21 16:18

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


Yes, sorry but the CVS codes currently do not work, but they are there for the developers to see what have been changed. We will be updating the codes in a very short time.



293530
UNREGISTRED
after update cvs blank screens

after last update cvs blank screens
and after fuul reinstall too
(localhost win98se2 apache1.3.12 php4.3.0 mysql-max-3.23.41)







Login

Who's Online

74 user(s) are online (41 user(s) are browsing Support Forums)


Members: 0


Guests: 74


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits