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> </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.
<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> </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.


Comment