Demo vuductrung.info
Để sử dụng tool các bạn cần phải có email của blogger. Nếu chưa có hãy đăng nhập vào blogger > Cài đặt > Điện thoại di động và email. Tại ô gửi bài qua email chúng ta hãy điền 1 dãy ký tự nào đó dễ nhớ với mình và đừng để cho ai biết và lưu. Như vậy là chúng ta đã có 1 email cho blogger dạng username.***@blogger.com. Hãy nhớ lấy nó vì chúng ta post bài qua mail này. Code viết để leech từ 24h, anh em tự thêm nhé. đơn giản thôi
Để sử dụng tool các bạn cần phải có email của blogger. Nếu chưa có hãy đăng nhập vào blogger > Cài đặt > Điện thoại di động và email. Tại ô gửi bài qua email chúng ta hãy điền 1 dãy ký tự nào đó dễ nhớ với mình và đừng để cho ai biết và lưu. Như vậy là chúng ta đã có 1 email cho blogger dạng username.***@blogger.com. Hãy nhớ lấy nó vì chúng ta post bài qua mail này. Code viết để leech từ 24h, anh em tự thêm nhé. đơn giản thôi
PHP:
<?php
session_start();
header('Content-Type:text/html; charset=UTF-8');
if (isset($_POST['submit'])){
$mail = $_POST['myemail'];$to = $_POST['emailblogger'];
$post = $_POST['text'];
$check = $_POST['check'];
if($check == 0){
function mail_utf8($to, $subject = '(Không có tiêu đề)', $message = '', $header = '') {
$header_ = 'MIME-Version: 1.0' . "\r\n" . 'Content-type: text/html; charset=UTF-8' . "\r\n";
if(mail($to, "=?UTF-8?B?".base64_encode($subject).'?=', $message, $header_ . $header))
return true;
return false;
}
$guitoi= $to;
$tieude= $_POST['tieude'];
$noidung= $post;
if(mail_utf8($guitoi,$tieude,$noidung))
echo "Gửi thành công";
else
echo "Gửi thất bại";
}else{
$con = file_get_contents($post);
if ($check == 1)
{
preg_match('#<p>(.*?)</div>#is',$con,$loz);
$name = explode('<title>',$con);
$name = explode('</title>',$name[1]);
$name = $name[0];
$name = explode('-',$name);
$name = $name[0];
$name = str_replace('\n','',$name);
$name = str_replace('|','',$name);
$name = str_replace('"','',$name);
$name = str_replace(' ',' ',$name);}
$text = $loz[1];
$text = preg_replace('#<div class="link(.*?)</div>#is','',$text);
$text = preg_replace('#<div(.*?)>#i','',$text);
$text = preg_replace('#<DIV(.*?)>#i','',$text);
$text = str_replace('</div>','',$text);
$text = str_replace('*','',$text);
$text = str_replace('*','',$text);
$text = str_replace('</DIV>','',$text);
$text = htmlspecialchars_decode($text,ENT_QUOTES);
function mail_utf8($to, $subject = '(Không có tiêu đề)', $message = '', $header = '') {
$header_ = 'MIME-Version: 1.0' . "\r\n" . 'Content-type: text/html; charset=UTF-8' . "\r\n";
if(mail($to, "=?UTF-8?B?".base64_encode($subject).'?=', $message, $header_ . $header))
return true;
return false;
}
$guitoi= $to;
$tieude= $name;
$noidung= $text;
if(mail_utf8($guitoi,$tieude,$noidung))
echo "Gửi thành công";
else
echo "Gửi thất bại";
}}
echo '<br/>
<!--Xóa thì xóa nhưng đừng edit!!-->
Tool leech for blogger';
echo '<form action="index.php" method="post">Địa chỉ email blogger:<br/><input type="text" name="emailblogger" value="'.$to.'"><br/>Tiêu đề bài viết : (để trống nếu dùng leech)<br/><input type="text" name="tieude"><br/>Nội dung: (nhập link dạng http:// nếu dùng leech)<br/><input type="text" name="text"><br/><input type="radio" checked name="check" value="0" id="check" />Không dùng leech<br/><input type="radio" name="check" value="1" id="check"/><a href="http://m.24h.com.vn">m.24h.com.vn</a><br>
<input type="submit" name="submit" value="Xác nhận"/></form>';
?>