• 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.

congdongnet

New Member
Cũng đơn giản thôi.

Hình gốc:
medium-d014f9bfcc9f4aae9ae1c9a5816ac7d8-400.jpg


Hình sau khi xóa:

Bnx7Bo2.jpg

Anh em có thể thêm con dấu của mình vào thì ngon ngay. Code kia chỉ làm sơ xài chạy thử thôi.
Cách dùng:
chạy
Code:
haivl.php?i=<link_ảnh_trực_tiếp_tại_haivl>
Tải xuống xoa-dau-haivl.zip (329 B)
Code by kenh48.com
 
Last edited:
Dán luôn code ra đây cho anh em, đề phòng link die
PHP:
<?
$url = $_GET['i'];
$kt = getimagesize($url);
$im=imagecreate($kt[0],35);
ImageColorAllocate($im,255,255,255);
$image = ImageCreateFromJpeg($url);
$imagesx = imagesx($image);
$imagesy = imagesy($image);
$imsx = imagesx($im);
$imsy = imagesy($im);
imagecopy($image,$im,($imagesx-$imsx),($imagesy-$imsy),0,0,$imsx,$imsy);
header('Content-type:image/jpeg');
imagejpeg($image);
imagedestroy($image);
?>
 
Dán luôn code ra đây cho anh em, đề phòng link die
PHP:
<?
$url = $_GET['i'];
$kt = getimagesize($url);
$im=imagecreate($kt[0],35);
ImageColorAllocate($im,255,255,255);
$image = ImageCreateFromJpeg($url);
$imagesx = imagesx($image);
$imagesy = imagesy($image);
$imsx = imagesx($im);
$imsy = imagesy($im);
imagecopy($image,$im,($imagesx-$imsx),($imagesy-$imsy),0,0,$imsx,$imsy);
header('Content-type:image/jpeg');
imagejpeg($image);
imagedestroy($image);
?>
Anh xem cái này
Error 403 (Forbidden)!!1
5 bài đăng - - Bài đăng mới nhất: 7 Tháng Mười 2013
Có gì đó sai sót.
 

Facebook Comments

New posts New threads New resources

Back
Top