• Welcome to Valhalla Legends Archive.
 

Help with webbot

Started by WarTanks, May 17, 2006, 09:03 PM

Previous topic - Next topic

WarTanks

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.


Spht

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.

WarTanks

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.

WarTanks

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?

WarTanks

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.


WarTanks

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?

Spht

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.

WarTanks

Ok, thanks. If i dun find anything should i come back here?

WarTanks

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.

Spht

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.

WarTanks

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.

WarTanks

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.

rabbit

Your CMS is not using a frame, it's placing all that data right into one page, which will make the whole page refresh.
Grif: Yeah, and the people in the red states are mad because the people in the blue states are mean to them and want them to pay money for roads and schools instead of cool things like NASCAR and shotguns.  Also, there's something about ketchup in there.

WarTanks

Yes i know my CMS isn't using a frame. The Block i put that info in though is using an IFRAME.