Webcam and Voice.

Support for IntegraMOD 141

Moderator: Integra Moderator

Webcam and Voice.

PostAuthor: Joshie » Sun Jul 01, 2007 10:20 pm

I came to an amazing idea about this to be integrate into web camming, and as well voice! Is there available for this kind of mod?

If not, can any one try to integrate this - http://www.userplane.com/webchat/ and give me the files/instruction on how to integrate.

Thanks.
Last edited by Joshie on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[url=http]KillYourBoredom.com[/url]
[url=http]Pay-Infinity-Links.com[/url]
[url=http]JustAFreeLancer.com[/url]
User avatar
Joshie
Integra Member
Integra Member
 
Posts: 138
Likes: 0 post
Liked in: 0 post
Joined: Wed Apr 25, 2007 7:49 pm
Cash on hand: 0.00

PostAuthor: Joshie » Sun Jul 01, 2007 10:46 pm

http://www.userplane.com/support/downloads/webchat/

I found phpbb plug-in. And I opened instruction -

Code: Select all
################################################################ MOD Title]http://www.phpbb.com/mods/#[/url]# for the latest version of this MOD. Although MODs are checked## before being allowed in the MODs Database there is no guarantee## that there are no security problems within the MOD. No support## will be given for MODs not found within the MODs Database which## can be found at [url=http://www.phpbb.com/mods/#]http://www.phpbb.com/mods/#[/url]############################################################### Author Notes:################################################################## MOD History:####   2005-11-15 - Version 1.0.0################################################################## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD##############################################################  ##-----[ COPY ]------------------------------------------#copy userplane_link.php to includes/userplane_link.php  ##-----[ OPEN ]------------------------------------------#includes/page_header.php  ##-----[ FIND ]------------------------------------------#//// Login box?//if ( !$userdata['session_logged_in'] )  ##-----[ BEFORE, ADD ]------------------------------------------#include('userplane_link.php');  ##-----[ OPEN ]------------------------------------------#templates/subSilver/overall_header.tpl  ##-----[ FIND ]------------------------------------------#<BEGIN>    ##-----[ BEFORE, ADD ]------------------------------------------#<BEGIN><script></script> </script><a>Launch webchat</a><END>  <BEGIN><a>Launch Webchat (invisible)</a><END>  <BEGIN><a>Launch Webchat</a><END>  <BEGIN><script></script> </script><a>Launch webchat</a><END>    ##-----[ SAVE/CLOSE ALL FILES ]------------------------------------------## EoM


And I read the instruction it don't looks like any where to put in integratmod files since they're different. I need some instruction on how to make it work on integramod 141, this is importantly that I need to get it done because my members has been begging me for that kind of program so they could have more fun on it. So please make it possibility for me on this one.
Last edited by Joshie on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[url=http]KillYourBoredom.com[/url]
[url=http]Pay-Infinity-Links.com[/url]
[url=http]JustAFreeLancer.com[/url]
User avatar
Joshie
Integra Member
Integra Member
 
Posts: 138
Likes: 0 post
Liked in: 0 post
Joined: Wed Apr 25, 2007 7:49 pm
Cash on hand: 0.00

Re: Webcam and Voice.

PostAuthor: Helter » Sun Jul 01, 2007 11:13 pm

not sure I can make it any more clear than the instructions to posted, but you need to rename "userplane_phpbb_plugin.php" to "userplane_link.php" and upload it to root/includes/

open overall_header

FIND

Code: Select all
{CALENDAR_BOX}


after, add

Code: Select all
 <BEGIN><script><!--function makecontent(){myWindow = window.open("", "Userplane_Chatlite_Medallion", "width=438,height=350,toolbar=0,directories=0,menubar=0,status=0,location=0,scrollbars=0,resizable=1");if ((myWindow.X == 1)&&(myWindow.closed == false))    {myWindow.X=0; myWindow.close();           myWindow = window.open("", "Userplane_Chatlite_Medallion", "width=438,height=350,toolbar=0,directories=0,menubar=0,status=0,location=0,scrollbars=0,resizable=1");          };myWindow.document.writeln("<body>");myWindow.document.writeln('{WCII_WELCOME}');myWindow.document.writeln('<script><!-- ');myWindow.document.writeln('   function up_submitForm(theForm)  ');myWindow.document.writeln('   {  ');myWindow.document.writeln('      myWindow = window.open("", "Userplane_Chatlite_AdminWindow", "width=738,height=550,toolbar=0,directories=0,menubar=0,status=0,location=0,scrollbars=0,resizable=1");  ');myWindow.document.writeln('      theForm.submit();  ');myWindow.document.writeln('      myWindow.focus();  ');myWindow.document.writeln('   }  ');myWindow.document.writeln('--></script>  ');myWindow.document.writeln('<form name="up_loginForm" action="http]

open, root/includes/page_header.php

find

[code]  //// Login box?//  [/code]

before, add

[code]  include('userplane_link.php');    
Last edited by Helter on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
"Success is getting what you want. Happiness is wanting what you get." - Dale Carnegie
User avatar
Helter
Administrator
Administrator
 
Posts: 4554
Likes: 40 posts
Liked in: 116 posts
Images: 0
Joined: Sat Mar 11, 2006 4:46 pm
Cash on hand: 1,959.15
Location: Seattle Wa
IntegraMOD version: phpBB2x

PostAuthor: Joshie » Mon Jul 02, 2007 1:13 am

I don't like this mod.<img> Do you know another mod that really integrated onto the .script from here that will be able to get on web cam. I am looking for a web cam that can be integrated into database, so user won't have to log in, and use their login information through it.
Last edited by Joshie on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[url=http]KillYourBoredom.com[/url]
[url=http]Pay-Infinity-Links.com[/url]
[url=http]JustAFreeLancer.com[/url]
User avatar
Joshie
Integra Member
Integra Member
 
Posts: 138
Likes: 0 post
Liked in: 0 post
Joined: Wed Apr 25, 2007 7:49 pm
Cash on hand: 0.00

PostAuthor: Michael Lundie » Mon Jul 02, 2007 10:01 am

This seems like a neat idea. Interested to see what it is like.

Thanks Helter for taking the time to post that up btw. Take care folks!
Last edited by Michael Lundie on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
Michael Lundie [aka: Mongoose]
[url=http]MCDesign and Graphic Studio Networks[/url]
Web Developer, Legendary Mongoose Studios.
User avatar
Michael Lundie
Newbie
Newbie
 
Posts: 19
Likes: 0 post
Liked in: 0 post
Joined: Fri May 12, 2006 9:25 am
Cash on hand: 0.00

Re: Webcam and Voice.

PostAuthor: .QUACK.Major.Pain » Tue Jul 10, 2007 2:15 pm

This would be a super add-on to site. I would keep it just that, an add-on for those who wish it.
Hope someone can come up with a decent webchat.

Would be ok I guess if it could be added to the chat feature. Have the webcam appear inside the chat screen.

Anyone know of a webchat that could be used seperate from the website.
I have someone who wants to do a webcam at a daycare with picture and sound. They also would like a chat area beside the picture.

I know the adult sites that do this is exactly the sort of thing they are looking for where a parent can view several areas like class, gym, playground, etc and be able to chat with an administrator. They would have to register for access of course.
Last edited by .QUACK.Major.Pain on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

.QUACK.Major.Pain
Sr Integra Member
Sr Integra Member
 
Posts: 986
Likes: 0 post
Liked in: 0 post
Joined: Sat Jan 27, 2007 11:15 am
Cash on hand: 0.00


Return to IntegraMOD 141

Who is online

Registered users: App360MonitorBot, Bing [Bot], Google [Bot], Majestic-12 [Bot]