473,779 Members | 1,867 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

PERL/CGI Programmer Wanted

We're looking for CGI/PERL programmer who can help us integrate CamFrogWeb's
video conferencing software
with our site's user management system (login system)

Our site uses customized vesrion of BAC software for our backend, see
www.buildacommunity.com
video chat software we license :
http://www.camfrogweb.com/
(see attched file "programmer 's guide to the integration of camfrogweb")

Here is the detailed description of the script's requirement:

-We have licensed a videoconferenci ng software (camfrogweb active X Control)
that needs to be integrated with our site's logon and password system.

-Our goal is to integrate video chat room into our site so that our members
would not have to login twice (first time ... to the site, second time... to
the videochat).

-The videochat software will be hosted on a separate server
we lease from EV1Servers.Net
- The Camfrog software will be installed by camfrog programmers on
EV1Servers.Net server.
- The Camfrog software will be hosted on a Windows 2003 server but
our web page can run on buildacommunity .com's server (unix)
- The script that you write should help CamfrogWeb software recognize who is

1) free member (Privilege Group 0 )
2) premium member (Privilege Group 3)
3) free member who paid an entrance fee to participate in "pay-per-
play" game (Privilege Group 5)
Three above mentioned statuses can be determined depending on what directory
the members are using to access the Camfrogweb's videochat software.
Therefore, we should have 3 directories:

1) www.oursite.com/free-directory for free members
2) www.oursite.com/premium-directory for premium members (monthly paid)
3) www.oursite.com/pay-per-play-games-directory for free members while
they're playing a "pay-per-play" game.

-People coming from www.oursite.com/free-directory will have a
"time-out" video features (camfrogweb's configuration is adjustable)

-People coming from www.oursite.com/premium-directory will have no
limitations on video features, 100% access to all features, all the time.
(camfrogweb's configuration is adjustable)

-People coming from www.oursite.com/pay-per-play-games-directory will have
no "video time-out" limitations while they're playing a pay-per-play game
(for the duration of the PPP game).

When a free member pays an entrance fee for the ppp game your script would
have to temporarily move that player (username) from
www.oursite.com/free-directory to
www.oursite.com/pay-per-play-games-directory . That player will be in
www.oursite.com/pay-per-play-games-directory for the duration of the PPP
game. When the game is over or shortly after your script would have to move
him back to www.oursite.com/free-directory.

Basically the script upon the confirmation of payment via ccbill.com and/or
paypal.com moves a free member from one privileged group (group zero) to
another privilege group (group 5).

Our goal is to allow free members - who normally have a restricted use of
video feed - to have a full 100% use of video-feed during the PPP game for
which they paid an entrance fee. Once the ppp game is over your script
should move them back to www.oursite.com/free-directory which allows them a
restricted use of video (video feed times out in 60 seconds; this is
configured via camfrogweb settings).

Please, contact Greg or Alex at

ggendel{@}shaw. ca

remove brackets to make a proper email address


Oct 31 '05 #1
0 4726

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

13
1940
by: Wildpeaks | last post by:
My brain must be running slow because of New Year, but I'm missing the trick to define fields for a package. In php, I'd do: ---- <?php class MyObj{ var $param1; function MyObj(){$this->param1 = "Hello";} function Hello(){echo $this->param1;}
31
4807
by: surfunbear | last post by:
I've read some posts on Perl versus Python and studied a bit of my Python book. I'm a software engineer, familiar with C++ objected oriented development, but have been using Perl because it is great for pattern matching, text processing, and automated testing. Our company is really fixated on risk managnemt and the only way I can do enough testing without working overtime (which some people have ended up doing) is by automating my...
7
1695
by: Miguel Manso | last post by:
Hi, list. I'm into a psicological doubt that I would like to share with you (you'll know why later on this mail). I'm a programmer with 5 year of experience into Perl. I'm on that point where you resolve problems without thinking on HOW you'll do it with that language but only on the problem itself. Since Perl 6 started I've been following it. The conclusion I have is
1
1974
by: Adam Barr | last post by:
For a book I am working on, I have written a brief (13 page) summary of Perl. The intent of this is that an experienced programmer who did not know Perl would be able to get enough information to read and understand Perl programs. It is not meant to be a 100% complete summary of the language, but everything in there should be correct. If anyone is interested, please feel free to read it and send me comments. Note that the material is...
9
1788
by: peter | last post by:
Hi, this is not stinky bait. If you take it that way, please dont respond.. I have been away from UNIX software for quite awhile and want to get back into it. I liked "C" but Java seems like the way to go for compiled langs, now days so I will learn that. At one time, I did a bit of perl but now I see php alot. I was wondering what you guys thinks of the pros/cons of perl and php.
21
34439
KevinADC
by: KevinADC | last post by:
Note: You may skip to the end of the article if all you want is the perl code. Introduction Uploading files from a local computer to a remote web server has many useful purposes, the most obvious of which is the sharing of files. For example, you upload images to a server to share them with other people over the Internet. Perl comes ready equipped for uploading files via the CGI.pm module, which has long been a core module and allows users...
6
2986
by: Pat | last post by:
I have a regexp in Perl that converts the last digit of an ip address to '9'. This is a very particular case so I don't want to go off on a tangent of IP octets. ( my $s = $str ) =~ s/((\d+\.){3})\d+/${1}9/ ; While I can do this in Python which accomplishes the same thing: ip = ip ip =+ '9'
1
47487
KevinADC
by: KevinADC | last post by:
Note: You may skip to the end of the article if all you want is the perl code. Introduction Many websites have a form or a link you can use to download a file. You click a form button or click on a link and after a moment or two a file download dialog box pops-up in your web browser and prompts you for some instructions, such as “open” or “save“. I’m going to show you how to do that using a perl script. What You Need Any recent...
0
9636
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9474
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10306
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10138
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9930
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8961
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6724
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
4037
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3632
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.