• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Share Mtblog Sửa leech từ trang khác thì làm thế nào em đang cần leech hoaphothong.org

Vnteen

New Member
<?php
require_once( "../b_inc/db.php" );
require_once( "../b_inc/fun.php" );
require_once( "../b_inc/fgrab.php" );
require_once( "../b_inc/seo.php" );
require_once( "../b_inc/fixfont.php" );
if($admin){
if (isset($_POST[ 'url' ])){
$tit = 'Leech Truyen.com' ;
require_once( "../b_inc/tren.php" );
$tp- > div( 'menu' , 'Leech Truyen.com' );
$nd = grab_link($_POST[ 'url' ]);
$bdtd = ' <title> ';
$kttd = ' </title> ';
$title = laynoidung($nd, $bdtd,$kttd);
$td = explode(' - ', $title);
if ($_POST[' ngup '] == ' 1 '){
$tieude = $td[0].' - '.$td[1];}
else {
$tieude = $td[0];}
$tieude = str_replace(' <title> ', ' ',$tieude);
$bdnd = "
";
$ktnd = ' </font> </p> ';
$ndung = del(br2nl(delhtml(laynoidung($nd,$bdnd, $ktnd))));
$ndung = str_replace('
', ' ', $ndung);
$ndung = str_ireplace(' <br align=justify > ', ' ', $ndung);
if(mysql_num_rows(mysql_query(" SELECT tieude FROM blog WHERE tieude= '$tieude' "))>0){
b_loi(' Đã có một bài viết cùng tên! ', ' ../admin/truyencom.php ');
}elseif(empty($tieude) || empty($ndung) || empty($_POST[' theloai '])){
b_loi(' Không được để trống phần có dấu * ', ' ../admin/truyencom.php ');
}
else{
$comment = ($_POST[' comment ']==1 ? ' on ':' off ');
$taoebook = ($_POST[' taoebook ']==1 ? ' on ':' off ');
$tl = explode(' ', $_POST[' theloai ']);
$idm = $tl[0];
$idc = $tl[1];
$url = seo($tieude);
mysql_query(" INSERT INTO `blog` SET `comment` = '$comment' , `taoebook` = '$taoebook' , `url` = '$url' , `anh` = 'java/i.png' , `noidung` = '" .kiemtra($ndung). "' , `tieude` = '" .ucwords(htmlspecialchars(kiemtra($tieude))). "' , `thoigian` = '" .date( "d/m/y - H:i" ). "' , `time` = '" .time(). "' , `idm` = '$idm' , `idc` = '$idc' , `ngay`= '" .date( "dmy" ). "' ");
$id= mysql_insert_id();
$key=explode(' ',$tieude);
$total=count($key);
for($k=0;$k <$total;$k++){
mysql_query( "INSERT INTO `tags` SET `key`=' {$key[$k]} ', `click`=' 1 ', `idb`=' $id '" );}

----------> Bổ sung bài viết lúc 09:16 AM <----------> Bài viết trước lúc 09:15 AM <----------

Tiếp ở code đó
if($_POST[ 'onanh' ]==1){
b_go( '../admin/truyencom.php?id=' .$id. '&img' );
}else{
b_go( '../blog/blog-' .$url. '.html' );
} }
}
elseif(isset($_GET[ 'img' ])){
$tit = 'Thêm Ảnh Đại Diện' ;
require_once( "../b_inc/tren.php" );
$tp- > div( 'menu' , 'Thêm Ảnh Đại Diện' );
$b=mysql_query( "select anh from blog where id= ' {$_GET[ 'id' ]} '" );
$sql=mysql_query( "select id, url from blog where id=' {$_GET[ 'id' ]} '" );
if(mysql_num_rows($sql)==0){
b_loi( 'Không tìm thấy bài viết' , '../admin' );
}else{
$ar=mysql_fetch_array($sql);
$tp->div( 'main' , (isset($_GET[ 'ok' ])? div( 'ok' , 'Thêm ảnh đại diện thành công!' ):NULL).' <form action= "../admin/blog.php?upimg&id=' .$_GET[ 'id' ]. '" method= "post" enctype= "multipart/form-data" > <input type= "radio" name= "up" value= "2" checked= "checked" > Chọn Tập Tin: <br> <input type= "file" accept= "image/*" name= "file" size= "15" /> <br>
<input type= "radio" name= "up" value= "1" > Up Qua Url: <br> <input type= "text" name= "url" value= "http://" size= "15" /> <br/>
<input type= "submit" value= "Tải Lên" /> <a href= "../blog/blog-' .$ar[ 'url' ]. '.html" > Bỏ qua </a> </form> ');
} }elseif(isset($_GET[ 'upimg' ])){
$tit = 'Thêm Ảnh Đại Diện' ;
require_once( "../b_inc/tren.php" );
$tp- >div( 'menu' , 'Thêm Ảnh Đại Diện' );
$sql=mysql_query( "select id, url from blog where id=' {$_GET[ 'id' ]} '" );
if(mysql_num_rows($sql)==0){
b_loi( 'Không tìm thấy bài viết' , '../admin' );
}else{
$ar=mysql_fetch_array($sql);
if($_POST[ 'up' ] == 1){
if($_POST[ 'url' ] == '' ){
b_loi( 'Bạn cần có 1 liên kết đến tập tin!' , '../admin/blog.php?add&id=' .$_GET[ 'id' ]);
require_once( "../b_inc/duoi.php" );
exit;
}
$f = @fopen($_POST[ 'url' ], 'r' );
if(!$f) {
b_loi( 'Liên kết tập tin lỗi!' , '../admin/blog.php?img&id=' .$_GET[ 'id' ]);
require_once( "../b_inc/duoi.php" );
exit;
}
fclose($f);
include( '../b_inc/SimpleImage.php' );
@mkdir( '../thumb' , 0777);
$name = str_replace( '%20' , '-' ,$_POST[ 'url' ]);
$name = str_replace( ' ' , '-' ,$name);
$name = end(explode( "/" ,$name));
$ten = 'NQT_' .rand(1000,9999). '-' .$name;
$image = new SimpleImage();
$image->load($_POST[ 'url' ]);
$image->resizeToWidth(b_set( 'sizethumb' ));
$image->save( '../thumb/' .$ten);
}else{
$name = str_replace( ' ' , '-' , $_FILES[ 'file' ][ 'name' ]);
$name = str_replace( '%20' , '-' ,$name);
$ten = 'NQT_' .rand(1000,9999). '-' .$name;
include( '../b_inc/SimpleImage.php' );
@mkdir( '../thumb' , 0777);
$image = new SimpleImage();
$image->load($_FILES[ 'file' ][ 'tmp_name' ]);
$image->resizeToWidth(b_set( 'sizethumb' ));
$image->save( '../thumb/' .$ten);
}
$anh = 'thumb/' .$ten;
mysql_query( "UPDATE `blog` SET `anh` = ' $anh ' where id=' {$_GET[ 'id' ]} '" );

----------> Bổ sung bài viết lúc 09:17 AM <----------> Bài viết trước lúc 09:16 AM <----------

Tiếp
if($_POST[ 'add' ]==1){
b_go( '../admin/blog.php?id=' .$_GET[ 'id' ]. '&img&ok' );
}else{
b_go( '../blog/blog-' .$ar[ 'url' ]. '.html' );
} } }
else
{
$tit = 'Leech Truyen.com' ;
require_once( "../b_inc/tren.php" );
$tp->div( 'menu' , 'Leech Truyen.com' );
echo ' <div class= "main" > <form action = "" method= "post" > <br>
&bull;Link: * <br/> <input type= "text" name= "url" value= "" size= "15" /> <br>
&bull;Thể Loại: * <br> <select style= "max-width:235px" name= "theloai" > <option value= "0" > Chọn Một </option> ';
$sql = mysql_query(" select `id`,`tenmuc` from `theloai` order by tenmuc asc ");
while($r = mysql_fetch_array($sql)){
echo ' <option value= "' .$r[ 'id' ]. ' 0" > '.$r[' tenmuc '].' </option> '; }
$sqlc = mysql_query(" select `id`,`tenmuc`, `idm` from `theloaicon` order by tenmuc asc ");
while($rc = mysql_fetch_array($sqlc)){
$m=mysql_fetch_array(mysql_query(" SELECT tenmuc, id FROM theloai WHERE id= '{$rc[' idm ']}' "));
echo ' <option value= "' .$m[ 'id' ]. ' ' .$rc[ 'id' ]. '" > '.$rc[' tenmuc '].' ( '.$m[' tenmuc '].' ) </option> '; }
echo ' </select> <br> <br>
• Tùy chọn: <br>
<input type= "checkbox" name= "comment" value= "1" checked= "checked" > Bật bình luận <br>
<input type= "checkbox" name= "taoebook" value= "1" checked= "checked" > Bật tạo ebook <br> <input type= "checkbox" name= "ngup" value= "1" checked= "checked" > Tên tác giả <br>
<input type= "checkbox" name= "onanh" value= "1" > Thêm ảnh đạidiện <br>
<input type= "submit" value= "Gửi bài viết" > </form> </div> ';
}
}else{
b_go( '../admin' ); }
require_once( "../b_inc/duoi.php" );
?>
 

Facebook Comments

New posts New threads New resources

Back
Top