( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ HEX
HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux mail.thebrand.ai 6.8.0-107-generic #107-Ubuntu SMP PREEMPT_DYNAMIC Fri Mar 13 19:51:50 UTC 2026 x86_64
User: www-data (33)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/www/html/tmpr/../tmpr/..//tmpr/..//tmpr/../tmpr/../js/wall.js
// wall.js



  

	  
$(document).ready(function() 
{
 	

    $('#scrollable').slimScroll({
        height: 'auto',size: '6px',wheelStep: 1
    });
 $('#scrollable2').slimScroll({
        height: 'auto',size: '6px',wheelStep: 1
    });

 $('#scrollable0').slimScroll({
        height: 'auto',size: '6px',wheelStep:1
    });
	
	 $('#scrollable3').slimScroll({
        height: 'auto',size: '6px',wheelStep: 1
    });
 $('#scrollable4').slimScroll({
        height: 'auto',size: '6px',wheelStep:1
    });


 $('#scrollable5').slimScroll({
        height: 'auto',size: '6px',wheelStep:1
    });
 $('#scrollable6').slimScroll({
        height: 'auto',size: '6px',wheelStep:1
    });

 $('#scrollable1').slimScroll({
        height: 'auto',size: '6px',wheelStep: 1
    })
	
	
 



		

  
  
var auto_refresh = setInterval(
function ()
{
		
	var ID = $('.total').attr("id");	
 
var catalogid5 = $("#catalogid5").val();
 
var me = $("#me").val();
 
/*$('#liveupdate').load("mytv/moreupdates_ajax.php?push="+ID+"&catalogid5="+catalogid5+"&me="+me+"").fadeIn("slow");*/
$('#check').load("mytv/moreupdates_ajax.php?check="+ID+"&catalogid5="+catalogid5+"&me="+me+"").fadeIn("slow");
}, 1000);




$('.reload').live("click",function() 
{

var ID = $(this).attr("id");
  
 var catalogid5 = $("#catalogid5").val();
 
var me = $("#me").val();

 

$('#liveupdate').load("mytv/moreupdates_ajax.php?push="+ID+"&catalogid5="+catalogid5+"&me="+me+"").fadeIn("slow");




 $("#check").html('Successfully Updated');
  $("#blinkit").html('');
 
});














$("a.topLink").click(function() {
		$("html, body").animate({
			scrollTop: $($(this).attr("href")).offset().top + "px"
		}, {
			duration: 500,
			easing: "swing"
		});
		return false;
	});

 	
	


	

$("a.timeago").livequery(function () { $(this).timeago(); });
$("div.stcommenttime").livequery(function () { $(this).timeago(); });
// URL Tool Tips	    
$(".stdelete").livequery(function () { $(this).tipsy({gravity: 's'}); });
$(".stcommentdelete").livequery(function () { $(this).tipsy({gravity: 's'}); });
$("#camera").livequery(function () { $(this).tipsy({gravity: 'n'}); });
$("#webcam_button").livequery(function () { $(this).tipsy({gravity: 'n'}); });

$('a[rel*=facebox]').livequery(function () { $(this).facebox({
        loadingImage : 'https://lh4.googleusercontent.com/-0T3KAcZex9M/UBj88s_1P4I/AAAAAAAAGXU/PAjxaw9lGOs/s32/loading.gif',
        closeImage   : 'https://lh5.googleusercontent.com/-nO7rZLm1MMw/UBj88iQyB5I/AAAAAAAAGXY/klP350hHDX0/s8/closelabel.png'
      }); });
 
$("#update").focus();
var webcamtotal=2; // Min 2 Max 6 Recommended 
// Update Status
$(".update_button").click(function() 
{
var updateval = $("#update").val();

var uploadvalues=$("#uploadvalues").val();

var X=$('.preview').attr('id');
var Y=$('.webcam_preview').attr('id');
if(X)
var Z= X+','+uploadvalues;
else if(Y)
var Z= uploadvalues;
else
var Z=0;
var dataString = 'update='+ updateval+'&uploads='+Z;
if($.trim(updateval).length==0)
{
alert("Please Enter Some Text");
}
else
{
$("#flash").show();
$("#flash").fadeIn(400).html('Loading Update...');



var catalogid5 = $("#catalogid5").val();
var me = $("#me").val();

$.ajax({
type: "POST",
url: "mytv/message_ajax.php?catalogid5="+catalogid5+"&me="+me+"",
data: dataString,
cache: false,
success: function(html)
{
$("#webcam_container").slideUp('fast');
$("#flash").fadeOut('slow');
$("#liveupdate").prepend(html);
$("#update").val('');	
$("#update").focus();
$('#preview').html('');
$('#webcam_preview').html('');
$('#uploadvalues').val('');
$('#photoimg').val('');


  }
 });
 $("#preview").html();
$('#imageupload').slideUp('fast');
}
return false;
	});
	
//Commment Submit

$('.comment_button').live("click",function() 
{

var ID = $(this).attr("id");

var comment= $("#ctextarea"+ID).val();
var dataString = 'comment='+ comment + '&msg_id=' + ID;

if($.trim(comment).length==0)
{
alert("Please Enter Comment Text");
}
else
{
$.ajax({
type: "POST",
url: "mytv/comment_ajax.php",
data: dataString,
cache: false,
success: function(html){
$("#commentload"+ID).append(html);
$("#ctextarea"+ID).val('');
$("#ctextarea"+ID).focus();
 }
 });
}
return false;
});
// commentopen 
$('.commentopen').live("click",function() 
{
var ID = $(this).attr("id");
$("#commentbox"+ID).slideToggle('fast');
$("#ctextarea"+ID).focus();
return false;
});	

// Add button
$('.addbutton').live('click',function() 
{
var vid = $(this).attr("id");
var sid=vid.split("add"); 
var ID=sid[1];
var dataString = 'fid='+ ID ;

$.ajax({
type: "POST",
url: "mytv/friendadd_ajax.php",
data: dataString,
cache: false,
beforeSend: function(){$("#friendstatus").html('<img src="mytv/icons/ajaxloader.gif"  />'); },
success: function(html)
{	
if(html)
{
$("#friendstatus").html('');
$("#add"+ID).hide();
$("#remove"+ID).show();
}
}
});
return false;
});

// Remove Friend
$('.removebutton').live('click',function() 
{

var vid = $(this).attr("id");
var sid=vid.split("remove"); 
var ID=sid[1];
var dataString = 'fid='+ ID ;

$.ajax({
type: "POST",
url: "mytv/friendremove_ajax.php",
data: dataString,
cache: false,
beforeSend: function(){$("#friendstatus").html('<img src="icons/ajaxloader.gif"  />'); },
success: function(html)
{	
if(html)
{
$("#friendstatus").html('');
$("#remove"+ID).hide();
$("#add"+ID).show();
}
}
});
return false;
});


//WebCam 6 clicks
$(".camclick").live("click",function() 
{
var X=$("#webcam_count").val();
if(X)
var i=X;
else
var i=1;
var j=parseInt(i)+1; 
$("#webcam_count").val(j);

if(j>webcamtotal)
{
$(this).hide();
$("#webcam_count").val(1);
}

});

// delete comment
$('.stcommentdelete').live("click",function() 
{
var ID = $(this).attr("id");
var dataString = 'com_id='+ ID;

if(confirm("Sure you want to delete this update? There is NO undo!"))
{

$.ajax({
type: "POST",
url: "mytv/delete_comment_ajax.php",
data: dataString,
cache: false,
beforeSend: function(){$("#stcommentbody"+ID).animate({'backgroundColor':'#fb6c6c'},300);},
success: function(html){
// $("#stcommentbody"+ID).slideUp('slow');
$("#stcommentbody"+ID).fadeOut(300,function(){$("#stcommentbody"+ID).remove();});
 }
 });

}
return false;
});


// Camera image
$('#camera').live("click",function() 
{
$('#webcam_container').slideUp('fast');
$('#imageupload').slideToggle('fast');
return false;
});

//Web Camera image
$('#webcam_button').live("click",function() 
{
$(".camclick").show();
$('#imageupload').slideUp('fast');
$('#webcam_container').slideToggle('fast');
return false;
});

// Uploading Image

$('#photoimg').live('change', function()			
{ 
var values=$("#uploadvalues").val();
$("#previeww").html('<img src="mytv/icons/loader.gif"/>');
$("#imageform").ajaxForm({target: '#preview'  }).submit();

var X=$('.preview').attr('id');
var Z= X+','+values;
if(Z!='undefined,')
$("#uploadvalues").val(Z);

});


// delete update
$('.stdelete').live("click",function() 
{
var ID = $(this).attr("id");
var dataString = 'msg_id='+ ID;

if(confirm("Sure you want to delete this update? There is NO undo!"))
{

$.ajax({
type: "POST",
url: "mytv/delete_message_ajax.php",
data: dataString,
cache: false,
beforeSend: function(){ $("#stbody"+ID).animate({'backgroundColor':'#fc63c8'},300);},
success: function(html){
 //$("#stbody"+ID).slideUp();
 $("#stbody"+ID).fadeOut(300,function(){$("#stbody"+ID).remove();});
 }
 });
}
return false;
});
// View all comments
$(".view_comments").live("click",function()  
{
var ID = $(this).attr("id");

$.ajax({
type: "POST",
url: "mytv/view_ajax.php",
data: "msg_id="+ ID, 
cache: false,
success: function(html){
$("#commentload"+ID).html(html);
}
});
return false;
});


//autoload comments
	var ID = $('.total').attr("id");	
 
var catalogid5 = $("#catalogid5").val();
 
var me = $("#me").val();
 
$('#liveupdate').load("mytv/moreupdates_ajax.php?push="+ID+"&catalogid5="+catalogid5+"&me="+me+"").fadeIn("slow");


//end autoload comments


$('#scrollable1').scroll(function(){
			if  ($('#scrollable1').scrollTop() == $(document).height() - $(window).height()){
				
				
				
		 var ID = $('.more').attr("id");		
				
				
				
	
 
			}
		});	







// Load More

$('.more').live("click",function() 
{

var ID = $(this).attr("id");
if(ID)
{
	
	 var catalogid5 = $("#catalogid5").val();
 
var me = $("#me").val();
	
$.ajax({
type: "POST",
url: "mytv/moreupdates_ajax.php?check="+ID+"&catalogid5="+catalogid5+"&me="+me+"",
data: "&lastid="+ ID, 
cache: false,
beforeSend: function(){ $("#more"+ID).html('<img src="mytv/icons/ajaxloader.gif" />'); },
success: function(html){
$("div#liveupdate").append(html);
$("#more"+ID).remove();
}
});

}
else
{
$("#more").html('The End');// no results
}

return false;
});

$("#searchinput").keyup(function() 
{
var searchbox = $(this).val();
var dataString = 'searchword='+ searchbox;

if(searchbox.length>0)
{

$.ajax({
type: "POST",
url: "mytv/search_ajax.php",
data: dataString,
cache: false,
success: function(html)
{
$("#display").html(html).show();
}
});
}return false; 
});

$("#display").mouseup(function() 
{
return false
});

$(document).mouseup(function()
{
$('#display').hide();
$('#searchinput').val("");
});

// Web Cam-----------------------
var pos = 0, ctx = null, saveCB, image = [];
var canvas = document.createElement("canvas");
canvas.setAttribute('width', 320);
canvas.setAttribute('height', 240);
if (canvas.toDataURL) 
{
ctx = canvas.getContext("2d");
image = ctx.getImageData(0, 0, 320, 240);
saveCB = function(data) 
{
var col = data.split(";");
var img = image;
for(var i = 0; i < 320; i++) {
var tmp = parseInt(col[i]);
img.data[pos + 0] = (tmp >> 16) & 0xff;
img.data[pos + 1] = (tmp >> 8) & 0xff;
img.data[pos + 2] = tmp & 0xff;
img.data[pos + 3] = 0xff;
pos+= 4;
}
if (pos >= 4 * 320 * 240)
 {
ctx.putImageData(img, 0, 0);
$.post("mytv/webcam_image_ajax.php", {type: "data", image: canvas.toDataURL("image/png")},
function(data)
 {
 
 if($.trim(data) != "false")
{
var dataString = 'webcam='+ 1;
$.ajax({
type: "POST",
url: "mytv/webcam_imageload_ajax.php",
data: dataString,
cache: false,
success: function(html){
var values=$("#uploadvalues").val();
$("#webcam_preview").prepend(html);
var X=$('.webcam_preview').attr('id');
var Z= X+','+values;
if(Z!='undefined,')
$("#uploadvalues").val(Z);
 }
 });
 }
 else
{
  $("#webcam").html('<div id="camera_error"><b>Camera Not Found</b><br/>Please turn your camera on or make sure that it <br/>is not in use by another application</div>');
$("#webcam_status").html("<span style='color:#cc0000'>Camera not found please reload this page.</span>");
$("#webcam_takesnap").hide();
	return false;
}
 });
pos = 0;
 }
  else {
saveCB = function(data) {
image.push(data);
pos+= 4 * 320;
 if (pos >= 4 * 320 * 240)
 {
$.post("mytv/webcam_image_ajax.php", {type: "pixel", image: image.join('|')},
function(data)
 {
 
var dataString = 'webcam='+ 1;
$.ajax({
type: "POST",
url: "mytv/webcam_imageload_ajax.php",
data: dataString,
cache: false,
success: function(html){
var values=$("#uploadvalues").val();
$("#webcam_preview").prepend(html);
var X=$('.webcam_preview').attr('id');
var Z= X+','+values;
if(Z!='undefined,')
$("#uploadvalues").val(Z);
 }
 });
 
 });
 pos = 0;
 }
 };
 }
 };
 } 


$("#webcam").webcam({
width: 320,
height: 240,
mode: "callback",
 swffile: "mytv/js/jscam_canvas_only.swf",
onSave: saveCB,
onCapture: function () 
{
webcam.save();
 },
debug: function (type, string) {
 $("#webcam_status").html(type + ": " + string);
}

});
//-------------------
});
 /**
Taking snap
**/
function takeSnap(){
//console.log(webcam.getCameraList());
webcam.capture();
 }