70470 Posts in 6879 Topics - by 687 Members - Latest Member: Laricwashere

Author Topic: Web Tech Help...MIrc  (Read 3266 times)

Offline .:F3ar0n:.

  • Staff
  • Godlike Gamer
  • *
  • Posts: 2093
  • Karma: 0
  • https://www.youtube.com/watch?v=uIOqrfeC1Q4#t=20
  • Steam ID: H4xz0rsaurusRX
  • XBox Gamer Tag: F3ar0n8
Web Tech Help...MIrc
« on: March 09, 2006, 02:25:50 PM »
K,

I'm working on a website just for fun for my shoutcast server. So I wish to launch a live update to tell my website users what song is currently being played in live broadcast. I was told of a nifty winamp plugin (there are so many, they're great) called AMIP. Pretty much your suppost to configure it to a MIRC client and it'll auto update back. I guess I would then embed this into my website homepage a vela...I get what song's being played.

Bad news for me is that I have no clue about setting up MIRC, IRC's for that matter or much into embedding this script into my site. If anyone has any web help or a howto guide for this,please let me know. I figured I'd asked because I don't feel like wasting another 6 hours woeking on web scripts and trying to figure them out on my own (just embedded a flash webscript which plays mp3's on my site, pretty sweet but took a while to config)

Anyway, thanks in advanced. I know someone knows how to do some of this stuff

F3ar0n

Offline Pride

  • Administrator
  • Godlike Gamer
  • *
  • Posts: 4714
  • Karma: 0
Web Tech Help...MIrc
« Reply #1 on: March 09, 2006, 02:31:12 PM »
"supposed"

I know nothing about Mirc as well... good luck!
Insert witty signature here...

Offline .:F3ar0n:.

  • Staff
  • Godlike Gamer
  • *
  • Posts: 2093
  • Karma: 0
  • https://www.youtube.com/watch?v=uIOqrfeC1Q4#t=20
  • Steam ID: H4xz0rsaurusRX
  • XBox Gamer Tag: F3ar0n8
Web Tech Help...MIrc
« Reply #2 on: March 09, 2006, 02:35:29 PM »
I would assume it would be easier to just import the info from the shoutcast ip (since it auto updates and displays the current song)

I don't know the code that winamp uses to display that information however onto the local shoutcast homepage. It seems it would be a lot easier finding this code and scripting it directly into the site instead of using a plugin, a irc server and the mirc client to update. If anyone comes acrossed it, let me know...I'm gonna google it know

So exicting learning new stuff

TekieB

  • Guest
Web Tech Help...MIrc
« Reply #3 on: March 09, 2006, 02:37:18 PM »
goto http://yourserverip:shoutcastport and it will show you song and such, could be a start

Offline Pride

  • Administrator
  • Godlike Gamer
  • *
  • Posts: 4714
  • Karma: 0
Web Tech Help...MIrc
« Reply #4 on: March 09, 2006, 02:59:07 PM »
Quote from: "TekieB"
goto http://yourserverip:shoutcastport and it will show you song and such, could be a start

Link Broken! :snicker:
Insert witty signature here...

Offline .:F3ar0n:.

  • Staff
  • Godlike Gamer
  • *
  • Posts: 2093
  • Karma: 0
  • https://www.youtube.com/watch?v=uIOqrfeC1Q4#t=20
  • Steam ID: H4xz0rsaurusRX
  • XBox Gamer Tag: F3ar0n8
Web Tech Help...MIrc
« Reply #5 on: March 09, 2006, 04:11:13 PM »
heh, tekie of course means the actuall ip of the shoutcast server followed by the shoutcast port being used....

Example: mine would be...

http://68.83.146.232:8000

Of course u can't grab code being used from that. Its like asp, it doesn't display the actual code itself, but a dup whenu viewsource

Offline sully!

  • Administrator
  • Godlike Gamer
  • *
  • Posts: 4997
  • Karma: 16
  • If the future is now, where's my jetpack?
  • Steam ID: sully213
  • XBox Gamer Tag: FITESully
Web Tech Help...MIrc
« Reply #6 on: March 10, 2006, 03:08:50 AM »
http://www.shoutcast.com/download/serve.phtml

Very bottom of page....

Shoutcast already outputs the info you are looking for to a log file. You can then use an iframe with a meta refresh tag to automatically update the info on the page without reloading the entire page.

I just glanced over it briefly but that looks like what you need.
Please just walk away. I don't want to have to stand here and say something so awesome that I'll have to remember it the rest of the day. Thank you!

Offline The Shoctor

  • Administrator
  • Godlike Gamer
  • *
  • Posts: 5803
  • Karma: 17
  • Steam ID: shadohawk@shadoworks.net
  • XBox Gamer Tag: TheShoctor
  • XFire: shadoworks
Web Tech Help...MIrc
« Reply #7 on: March 10, 2006, 07:13:35 AM »
Sully is soooo smart!

Support LAN Play!
ლ(ಠ益ಠლ) "I have more than 20 friends EA!" --FITES.NET
(╯°□°)╯︵ ┻━┻
"Close enough." --UGC League

Offline .:F3ar0n:.

  • Staff
  • Godlike Gamer
  • *
  • Posts: 2093
  • Karma: 0
  • https://www.youtube.com/watch?v=uIOqrfeC1Q4#t=20
  • Steam ID: H4xz0rsaurusRX
  • XBox Gamer Tag: F3ar0n8
Web Tech Help...MIrc
« Reply #8 on: March 10, 2006, 07:14:17 AM »
sully...your a genious....Thanks so much..problem solved

Offline sully!

  • Administrator
  • Godlike Gamer
  • *
  • Posts: 4997
  • Karma: 16
  • If the future is now, where's my jetpack?
  • Steam ID: sully213
  • XBox Gamer Tag: FITESully
Web Tech Help...MIrc
« Reply #9 on: March 10, 2006, 10:55:12 PM »
No problem. Just another case of
Please just walk away. I don't want to have to stand here and say something so awesome that I'll have to remember it the rest of the day. Thank you!

Offline xankriz

  • These tits are on FIRE!
  • Tournaments
  • Elite Gamer
  • *
  • Posts: 547
  • Karma: 0
  • Steam ID: xankriz
  • XBox Gamer Tag: xankriz
Web Tech Help...MIrc
« Reply #10 on: March 11, 2006, 01:37:25 PM »
Quote from: "sully"
No problem. Just another case of



Anonymous

  • Guest
Web Tech Help...MIrc
« Reply #11 on: March 11, 2006, 11:29:18 PM »
heh...

Well I know the script...but still can't figure out how to embed it. I feel like I have to point the script to the server address...but I can't find out what I need to do this into the script. Anyone help me by pointing out the obvious (not on the shoutcast website)

Offline .:F3ar0n:.

  • Staff
  • Godlike Gamer
  • *
  • Posts: 2093
  • Karma: 0
  • https://www.youtube.com/watch?v=uIOqrfeC1Q4#t=20
  • Steam ID: H4xz0rsaurusRX
  • XBox Gamer Tag: F3ar0n8
Web Tech Help...MIrc
« Reply #12 on: March 12, 2006, 11:36:23 AM »
Quote from: "Anonymous"
heh...

Well I know the script...but still can't figure out how to embed it. I feel like I have to point the script to the server address...but I can't find out what I need to do this into the script. Anyone help me by pointing out the obvious (not on the shoutcast website)


heh...me....forgot to log in..sorry

Offline The Shoctor

  • Administrator
  • Godlike Gamer
  • *
  • Posts: 5803
  • Karma: 17
  • Steam ID: shadohawk@shadoworks.net
  • XBox Gamer Tag: TheShoctor
  • XFire: shadoworks
Web Tech Help...MIrc
« Reply #13 on: March 13, 2006, 08:35:26 AM »
Quote from: "xankriz"
Quote from: "sully"
No problem. Just another case of







HAHAHAHA! Just messing with you!

Support LAN Play!
ლ(ಠ益ಠლ) "I have more than 20 friends EA!" --FITES.NET
(╯°□°)╯︵ ┻━┻
"Close enough." --UGC League

Offline _!Rathe!_

  • Master Sergeant Shooter Sergeant Person
  • Godlike Gamer
  • *
  • Posts: 2296
  • Karma: 0
  • XFire: rathewin2k
Web Tech Help...MIrc
« Reply #14 on: March 13, 2006, 11:37:54 AM »
Quote from: "F3ar0n"
Quote from: "Anonymous"
heh...

Well I know the script...but still can't figure out how to embed it. I feel like I have to point the script to the server address...but I can't find out what I need to do this into the script. Anyone help me by pointing out the obvious (not on the shoutcast website)


heh...me....forgot to log in..sorry


You need to tell the script to access the local file.  Or configure Shoutcast to place the log file somewhere in your website directory so your script can see it.
Never, but never question the engineers judgement.