Availability Script Needed - Programmers Help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • PSSuperstars
    Confirmed User
    • Jan 2006
    • 1477

    #1

    Availability Script Needed - Programmers Help

    I am currently with a call center (for phone sex) that has the indicators built in... This allows the girls that are logged in to show up as images on my site.. The script looks something like this:


    <SCRIPT LANGUAGE="JavaScript" SRC="h t t p://xxxxxxxx.com/xxxxxxx/myvpcstatus.php?
    status=online,busy&group=GroupName&sort=name"></SCRIPT>
    <SCRIPT LANGUAGE="JavaScript">
    numperrow = 3;
    for (var i=0; i<personalities.length; i++) {
    if (i%numperrow == 0) {
    document.writeln(i ? "</tr><tr>" : "<tr>");
    }
    document.writeln("<td align='center'>");
    document.writeln("<a href=\"" + personalities[i].name + ".htm\"><img border=\"0\" src=\"h t t p://domain.com/" + personalities
    [i].name + ".jpg\">")
    document.writeln("</td>");
    }
    if (i > numperrow) {
    for (; i%numperrow; i++) { document.writeln("<td>&nbsp;</td>"); }
    }
    document.writeln("</tr>");
    </SCRIPT>

    I'm going to be switching to a more reliable call center (uptime and everything) in the next week... they have no indicators...

    I was just wanting someone who could build the script into my own database on my site? I know it can be done because other phone sex companies have their own.. To rent them it's about $10.99/mon... So I'd be willing to pay someone $50-100 for it.... because I'm sure its some common PHP.. I'm just not smart enough to handle it.

    Thanks.
    Porn's Best Kept Secret : PSOCash.com : Make Money Promoting Phone Sex in Members Areas, TGPs, and MORE! : Lifetime 30% Payout
    Best Webcam Referral Payouts
  • nolaman
    Confirmed User
    • Mar 2004
    • 1001

    #2
    Let me know if you still need this done.
    PHP Programmer ICQ 215-504-788

    Comment

    Working...