This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$filename = $_GET['url']; | |
$file = file_get_contents($_GET["url"]); | |
header('Content-Type: image/jpeg'); | |
echo $file; | |
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$filename = $_GET["url"]; | |
$fsize = getSizeFile($filename); | |
header("Content-Type: image/jpeg"); | |
header("Content-Length: ".$fsize); | |
readfile($filename); | |
function getSizeFile($url) { | |
if (substr($url, 0, 4) == "http") { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<? for ($i=0; $i < 30; $i++): ?> | |
<iframe src="https://www.facebook.com/LuizPauloVellozo/app_190322544333196"></iframe> | |
<? endfor; ?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8" /> | |
<title></title> | |
<meta name="author" content="" /> | |
<script type="text/javascript" src="jquery-1.8.2.min.js"></script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:var x=document.getElementsByTagName("input");for(var i=0;i<x.length;i++) {if (x[i].type == 'checkbox') {x[i].click();}}; alert('Done, all your friends have been selected'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:var x=document.getElementsByTagName("input");for(var i=0;i<x.length;i++) {if (x[i].type == 'checkbox') {x[i].click();}}; alert('Done, all your friends have been selected'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT pid, caption, aid, owner, link, src_big, src_small, created, modified FROM photo WHERE aid IN ( | |
SELECT aid FROM album WHERE owner IN ( | |
SELECT uid2 FROM friend WHERE uid1=me() | |
) | |
AND ( | |
(type = 'app' AND name = 'Camera Photos') | |
) | |
) | |
AND created > 1353867084 ORDER BY created DESC | |
LIMIT 30000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
require_once("deathbycaptcha.php"); | |
require_once("request.php"); | |
require_once("lib/curl.php"); | |
require_once("lib/curl_response.php"); | |
$captcha_link = 'http://www.telexfree.com/plugins/securimage/securimage_show.php?sid=0.6981127592734993'; | |
$auth_link = 'http://www.telexfree.com/bo/app/config/Authentic.php'; | |
$ref_link = 'http://www.telexfree.com/index.php'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ITS A CAR |
OlderNewer