Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

This is Chris Ellis beginning an investigation on Moolah.io
-----BEGIN PGP SIGNATURE-----
Version: Keybase OpenPGP v1.1.3
Comment: https://keybase.io/crypto

wsBcBAABCgAGBQJURDjWAAoJEOw2pfEsR+bQVnsH/jGFqWofJ21RmjZquxeVJNf+
TA+/yj3AC0zJ1pjOC9HQp/EdDF1TffAfZTuepkso/G2jwUfES1P1+jF+RFzPsXMo
0BnngqzlkCHeWePdZFyGBmGn/ArDxh8rTFdpNV5ytoN9iwf22d0k8FULeJGZOqNu
5RntAEWNlFq2vf0W3bL6WZ6gZoowElYk8wR+dqfY4DCe9rcHg0PJy3cCYA7WQ3M8
t48R/rYaTEAg8BU2457T6OECkSSFVA1Oc4e+1oTmmegTJLK5T9KFN57FDvVtGlvT
hTRDAGPojt4wjXKCY2VZKVwOER5fzyL5uFWa/8T2qBFg/90WHoCTG70VIMeJUyQ=
=IFb8
-----END PGP SIGNATURE-----
  • Loading branch information
MrChrisJ committed Oct 19, 2014
0 parents commit 4c8d1c6
Show file tree
Hide file tree
Showing 87 changed files with 7,822 additions and 0 deletions.
1,357 changes: 1,357 additions & 0 deletions Exhibit_A/LiveLeak.com - LIES EXPOSED!! Leaked Moolah Video.html

Large diffs are not rendered by default.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
function load_document_ready_functions()
{
$(".top_user_menu_link").mouseover(function()
{
$(this).css('background-color','#666');
$(this).css('cursor','pointer');
});

$(".top_user_menu_link").mouseout(function(){ $(this).css('background-color',''); });

$(".top_user_menu_link").click(function(e)
{
if(!$("#top_user_menu").is(':visible'))e.stopPropagation();
$('#top_user_menu').show('slow');
});

$(".user_popup_menu_link").click(function(e)
{
if(!$(this).parent().find(".user_popup_menu").is(':visible'))e.stopPropagation();
$(this).parent().find(".user_popup_menu").show('slow');
});
} //end function load_document_ready_functions() {


$(document).click(function (e) {
$('#top_user_menu').hide('slow');
$(".user_popup_menu").hide('slow');
});

//async script loading to prevent a script on the cdn from stalling the rest of the page (in case cdn has issues)
$(document).ready(function(){
$.getScript("http://edge.liveleak.com/80281E/u/u/ll2_j/jquery.prettyLoader.js", function(data, textStatus, jqxhr) {
$.prettyLoader();
$(document).ajaxComplete(function() { $.prettyLoader(); });
});
$.getScript("http://edge.liveleak.com/80281E/u/u/ll2_j/jquery.prettyPhoto.js", function(data, textStatus, jqxhr) {
$("a[rel^='prettyPhoto']").prettyPhoto({allow_resize: false});
$(document).ajaxComplete(function() { $("a[rel^='prettyPhoto']").prettyPhoto({allow_resize: false}); });
});
$.getScript("http://edge.liveleak.com/80281E/u/u/ll2_j/jquery.ba-bbq.min.js", function(data, textStatus, jqxhr) {
if(typeof execute_bbq_code == 'function')execute_bbq_code();
});

load_document_ready_functions();
});

$(document).ajaxComplete(function() { load_document_ready_functions(); });
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
window._taboola = window._taboola || [];
window._taboola.push({
"throttle_pub" : { "mangareader-mangapanda" : 10, "mangareader-mangareader" : 10, "mangareader-network" : 10}
});

Large diffs are not rendered by default.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

0 comments on commit 4c8d1c6

Please sign in to comment.