Apps Home
|
Create an App
CG Test1
Author:
cgconfessions
Description
Source Code
Launch App
Current Users
Created by:
Cgconfessions
// JavaScript source code //Show that you are in debg mode cb.log("DEBUGGING CODE..."); var total_tipped = 0; var tipper; var msg; cb.onTip(function (tip) { //var xhttp = new XMLHttpRequest(); total_tipped += parseInt(tip['amount']) tipper = tip['from_user'] cb.chatNotice("Total Tipped: " + total_tipped); cb.chatNotice("Tip From: " + tipper + "\n" + "Amount: " + total_tipped); //message for debug log msg = "Tip From: " + tipper + "\n" + "Amount: " + total_tipped; cb.log(msg); //XHTTP data //We want to save this to a file that OBS can read from //xhttp.open("GET", "http://jaredphelps.dyndns.org/~Evelyne/images/receive-tip.txt", true); //xhttp.setRequestHeader("Content-tyle", "application/x-www-form-urlencoded"); //xhttp.send(tip); });
© Copyright Chaturbate 2011- 2025. All Rights Reserved.