Valhalla Legends Archive

Member Forums => Spht's Forum => Topic started by: WarTanks on May 17, 2006, 09:03 PM

Title: Help with webbot
Post by: WarTanks on May 17, 2006, 09:03 PM
Hi, i'm wanting to know how to just get it to show my Users in Channel. Like whats the link for it. I don't want the whole webbot app to show on my main page of my site. Just the users in channel part.

Title: Re: Help with webbot
Post by: Spht on May 18, 2006, 08:58 AM
Quote from: WarTanks on May 17, 2006, 09:03 PM
Hi, i'm wanting to know how to just get it to show my Users in Channel. Like whats the link for it. I don't want the whole webbot app to show on my main page of my site. Just the users in channel part.

Hi.  Here is the list of user defined URLs:

http://www.valhallalegends.com/spht/webbot/?id=help#UserURL

For Channel name and user count:
http://www.valhallalegends.com/skywing/isapi/BinaryChatISAPI.dll?channelnameex=(registration name)

Replace (registration name) with your WebChannel accout name.

At the moment, there is no way to show just the user count, as far as I know.
Title: Re: Help with webbot
Post by: WarTanks on May 18, 2006, 10:28 AM
Aight cool. yea i thought ClanGnome was some bs person, but now i know its you man i unbanned the name. So feel free to add Clan DG to the list.
Title: Re: Help with webbot
Post by: WarTanks on May 18, 2006, 11:05 AM
Ok i'm having problems. I'm using a Content Managment System on my site. I'm wanting to display the list of ppl in my channel. The the name of channel and users in it.

Trying to get it displayed in a block on my site. Get what i trying to do?
Title: Re: Help with webbot
Post by: WarTanks on May 18, 2006, 11:31 AM
ok you know when you click on the link in available channels page. and it brings up your deal thats showing your channel and stuff. I just want to show the Channel name and users on my main page. Then on another page i gonna make, i want it to show everything like it does when you click on the link on the available channels page.
Title: Re: Help with webbot
Post by: Spht on May 18, 2006, 01:31 PM
http://www.valhallalegends.com/spht/webbot/?id=help#UserURL

For the Channel list:

http://www.valhallalegends.com/skywing/isapi/BinaryChatISAPI.dll?channellistex=(registration name)
Title: Re: Help with webbot
Post by: WarTanks on May 18, 2006, 07:47 PM
Ok. when i just put that url in i still have to click on it. Is there any way i can get it to just automatically appear on my main page with out having to click a link to go see it?
Title: Re: Help with webbot
Post by: Spht on May 18, 2006, 09:01 PM
Quote from: WarTanks on May 18, 2006, 07:47 PM
Ok. when i just put that url in i still have to click on it. Is there any way i can get it to just automatically appear on my main page with out having to click a link to go see it?

You could try using an IFRAME.  Search Google, or look at how other web sites incorporate their channel list.
Title: Re: Help with webbot
Post by: WarTanks on May 19, 2006, 01:52 PM
Ok, thanks. If i dun find anything should i come back here?
Title: Re: Help with webbot
Post by: WarTanks on May 19, 2006, 05:21 PM
Hey Spht. This is what i got so far, check it out here on the right side of site. http://www.thealiasnetworks.net/

How do i get that section to refresh like it does on the page at the link it shows our full deal at? Cause to get the channel list there to refresh i have to reload the page. I'm using the IFRAME, i really liked it. Thanks for telling me about those.
Title: Re: Help with webbot
Post by: Spht on May 19, 2006, 06:32 PM
Looks good.

Simply add this in the <head> section of the frame page:

<META http-equiv=Refresh content="10">

That will refresh every 10 seconds.
Title: Re: Help with webbot
Post by: WarTanks on May 19, 2006, 09:57 PM
aight thanks, btw i don't have a head section but will that work? i'm using a content management system. so that is accually in a block, but it does accept html coding so it should work. thanks.
Title: Re: Help with webbot
Post by: WarTanks on May 19, 2006, 11:12 PM
Ok i got it to refresh and removed borders and got the channel name and user count in there too. Now one other question i got is.

Is there anyway to just get it so that only that block refreshes. Cause right now when it refreshed it appears to be reloading the whole page, hard to tell. Could you take a look at the page, thanks.

http://www.thealiasnetworks.net/

Thanks again Spht you've been a great deal of help and i fully appreciate it.
Title: Re: Help with webbot
Post by: rabbit on May 20, 2006, 10:34 AM
Your CMS is not using a frame, it's placing all that data right into one page, which will make the whole page refresh.
Title: Re: Help with webbot
Post by: WarTanks on May 20, 2006, 01:56 PM
Yes i know my CMS isn't using a frame. The Block i put that info in though is using an IFRAME.
Title: Re: Help with webbot
Post by: rabbit on May 20, 2006, 02:24 PM
Well I hate to break it to you, but it's not in an iframe.
Title: Re: Help with webbot
Post by: WarTanks on May 20, 2006, 04:55 PM
why do u say that? huh??? u wanna see the code i have in there here i'll post it to you:

<head><META http-equiv=Refresh content="60"></head><a href="http://botdev.valhallalegends.com/webbot/webchannel.asp?BotName=Security&ChannelName=Clan%20DG">Live Feed</a>
<iframe frameborder="0" src="http://www.valhallalegends.com/skywing/isapi/BinaryChatISAPI.dll?channelnameex=security" width="80%" height="46"
style="height:1.8em"
marginwidth="0" marginheight="0" align="center">
</iframe>
<iframe frameborder="0" src="http://www.valhallalegends.com/skywing/isapi/BinaryChatISAPI.dll?channellistex=security" width="140%" height="200"
style="height:1.8em"
marginwidth="0" marginheight="0">
</iframe>

Right there IFRAME!!
Title: Re: Help with webbot
Post by: rabbit on May 20, 2006, 05:07 PM
With the refresh outside of it.
Title: Re: Help with webbot
Post by: WarTanks on May 20, 2006, 07:43 PM
ok good observasion. i'll be sure to move it thanks. and to ur point about the IFRAME see i told u had i had one.
Title: Re: Help with webbot
Post by: WarTanks on May 20, 2006, 08:19 PM
Ok sorry for seeming like an @$$. How do i get it so it just freashes the IFRAME? I tried putting it in the iframe itself but that just whites out the iframe.
Title: Re: Help with webbot
Post by: WarTanks on May 27, 2006, 09:51 PM
Spht u out there man read up on my post plz. Need some more help. Thanks. I know u be busy reply when u get the chance, thanks again man.
Title: Re: Help with webbot
Post by: Spht on May 29, 2006, 08:34 AM
Quote from: WarTanks on May 27, 2006, 09:51 PM
Spht u out there man read up on my post plz. Need some more help. Thanks. I know u be busy reply when u get the chance, thanks again man.

After looking at your web site, I'm surprised it even renders because the IFRAME doesn't even look valid.

I suggest making a basic IFRAME (you only really need to define the size) that uses:
http://botdev.valhallalegends.com/webbot/channel.asp?BotName=(registration name)

channel.asp does the channel refreshing, so you don't need to worry about it.

For example:
<iframe src="http://botdev.valhallalegends.com/webbot/channel.asp?BotName=(registration name)" width="200" height="700" frameborder="0" />

(replace (registration name) with your registration name)

That's all you need.