Pseudomizer, have you done any work towards integrating Hubz with the VB user base? I've been looking, and trying, but I can't seem to find anything that will allow my Hubz to draw vb names out, as you've so successfully done with Digichat.
Here's one attempt (relevant parts of java script code only):
Quote:
document.write("<APPLET CODEBASE=http://x.russbo.com/xx/xxxxx/hubz/");
document.write(" CODE=com.diginet.hubz.applet.Hubz.class ");
document.write(" WIDTH=100 ");
document.write(" HEIGHT=100 ");
document.write(" MAYSCRIPT ");
document.write(" ARCHIVE=HubzApplet.jar ");
document.write(" name=Hubz> ");
document.write(" <param name = cabbase value = HubzApplet.cab>");
document.write(" <param name = nickname value = '$fileusername'>");
document.write(" <param name = profileURL value = 'http://x.russbo.com/vb/member.php?&action=getinfo&userid=$fileuserid'>");
document.write(" <param name = editProfile value = no>");
document.write(" <param name = persistent value = yes>");
document.write(" <param name = autoStartup value = no>");
document.write(" <param name = webpageimg value = webpageStatsImg.gif>");
document.write(" <param name = webpageChannelLoc value = '65,24'>");
document.write(" <param name = webpageSiteLoc value = '65,40'>");
document.write(" <param name = chatroomURL value = 'http://x.russbo.com/digichat.html'>");
document.write(" <param name = passProfileChatroom value = true>");
document.write(" <param name = chatEmptyColor value ='218,218,218'>");
/*
|
This is based off of Pgowder's post, which can be found here:
https://vborg.vbsupport.ru/showpost....60&postcount=8
Thanks!
rich