Chào mừng!

Bằng cách đăng ký với chúng tôi, bạn sẽ có thể thảo luận, chia sẻ và nhắn tin riêng tư với các thành viên khác trong cộng đồng của chúng tôi.

Đăng ký ngay!
  • Chào Khách,
    Bạn cần liên hệ với admin ??? ZALO & TELEGRAM

Cần giúp Cần người edit code

Tham gia
8/4/19
Bài viết
155
Lượt Thích
15
Coins
2,150
Như tiêu đề e cần người edit code bot cmt và viết thêm vài tính năng nữa. bác nào kiêm được thì zalo cho e ạ: 0794479333
 
Sửa lần cuối:

tôm

Nhân vật hư cấu
Thành viên BQT
Administrator
Tham gia
14/6/19
Bài viết
534
Lượt Thích
288
Coins
33,570
tính năng về cái j
 
Tham gia
8/4/19
Bài viết
155
Lượt Thích
15
Coins
2,150
bác nào giúp em edit đoạn cmt với. em chạy link cron mà k hoạt động k load gì cả


[CHARGE=]
<?php
error_reporting(0);

$db = mysqli_connect('localhost', 'linhchii_cmt', 'Habeo123!@#!@#', 'linhchii_cmt');
mysqli_set_charset($db, 'UTF8');
date_default_timezone_set('Asia/Ho_Chi_Minh');

$result = mysqli_query($db,"SELECT * FROM idtt ORDER BY RAND() LIMIT 10"); // chạy 3 uid mỗi lần cron
while($ro = mysqli_fetch_assoc($result))
{
$cookie = $ro['cookie']; // get cookie
$iduser = $ro['idfb'];
$cx = $ro['cx'];
$user = $ro['username'];
$tti = $ro['time']+900;
$ttii = time();
$date = date('d/m/Y H:i:s');
if($ttii > $tti){ //15p 1 lần chạy
$content = auto('https://mbasic.facebook.com/', $cookie);

preg_match('#target" value="(.+?)"#is', $content, $id_user);

$id_user = $id_user['1'];

preg_match('#fb_dtsg" value="(.+?)"#is', $content, $fb_dtsg);

$fb_dtsg = $fb_dtsg['1'];

if (preg_match_all('#ft_ent_identifier=(.+?)&#is', $content, $story)) {


$count = count($story['1']) > 5 ? 5 : count($story['1']) ;
for ($i=0; $i<count($story['1']); $i++) {
echo count($story['1']);
$id_stt = $story['1'][$i];

$comment = $ro['comment'];
$b = explode("\n",$comment);
$c = json_encode($b);
$e = json_decode($c, TRUE);
$d = count($e);
$d = $d-1;
$f = rand(0,$d);
$cmt = $e["$f"];
$b = explode("|",$cx);
$c = json_encode($b);
$e = json_decode($c, TRUE);
$d = count($e);
$d = $d-1;
$f = rand(0,$d);
$cx = $e["$f"];
if (strpos($datapost, $id_stt) == 0) {

$reaction = auto('https://mbasic.facebook.com/reactions/picker/?ft_id=' . $id_stt . '&av=' . $id_user, $cookie);

preg_match_all('#a href="(.+?)"#is', $reaction, $like);

auto('https://mbasic.facebook.com' . $like['1'][rand(0, 6)], $cookie, 'fb_dtsg=' . $fb_dtsg . '&reaction_type=' . $cx);

auto('https://mbasic.facebook.com/a/comment.php?ft_ent_identifier=' . $id_stt . '&av=' . $id_user, $cookie, 'fb_dtsg=' . $fb_dtsg . '&comment_text=' . urlencode($cmt));

mysqli_query($db,"INSERT INTO `lichsu` SET `idpost` = '$id_stt', `idtt` = '$iduser', `username` = '$user', `date` = '$date'");
mysqli_query($db,"UPDATE idtt SET time = '$ttii' WHERE cookie='$cookie'");


}

}

}
}else{
echo 'end time!.';
}
}
function auto($url, $cookie, $post = '') {
$curl = curl_init();
curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($curl, CURLOPT_USERAGENT, 'VNPLAYBOT-1032');
curl_setopt($curl, CURLOPT_URL, $url);
curl_setopt($curl, CURLOPT_COOKIE, $cookie);
if ($post) curl_setopt($curl, CURLOPT_POSTFIELDS, $post);
$data = curl_exec($curl);
curl_close($curl);
return $data;
}

?>

[/CHARGE]
 

Đức Sexy

Thành viên SCAM
Tham gia
26/11/18
Bài viết
648
Lượt Thích
138
Coins
1,050
bác nào giúp em edit đoạn cmt với. em chạy link cron mà k hoạt động k load gì cả


[CHARGE=]
<?php
error_reporting(0);

$db = mysqli_connect('localhost', 'linhchii_cmt', 'Habeo123!@#!@#', 'linhchii_cmt');
mysqli_set_charset($db, 'UTF8');
date_default_timezone_set('Asia/Ho_Chi_Minh');

$result = mysqli_query($db,"SELECT * FROM idtt ORDER BY RAND() LIMIT 10"); // chạy 3 uid mỗi lần cron
while($ro = mysqli_fetch_assoc($result))
{
$cookie = $ro['cookie']; // get cookie
$iduser = $ro['idfb'];
$cx = $ro['cx'];
$user = $ro['username'];
$tti = $ro['time']+900;
$ttii = time();
$date = date('d/m/Y H:i:s');
if($ttii > $tti){ //15p 1 lần chạy
$content = auto('https://mbasic.facebook.com/', $cookie);

preg_match('#target" value="(.+?)"#is', $content, $id_user);

$id_user = $id_user['1'];

preg_match('#fb_dtsg" value="(.+?)"#is', $content, $fb_dtsg);

$fb_dtsg = $fb_dtsg['1'];

if (preg_match_all('#ft_ent_identifier=(.+?)&#is', $content, $story)) {


$count = count($story['1']) > 5 ? 5 : count($story['1']) ;
for ($i=0; $i<count($story['1']); $i++) {
echo count($story['1']);
$id_stt = $story['1'][$i];

$comment = $ro['comment'];
$b = explode("\n",$comment);
$c = json_encode($b);
$e = json_decode($c, TRUE);
$d = count($e);
$d = $d-1;
$f = rand(0,$d);
$cmt = $e["$f"];
$b = explode("|",$cx);
$c = json_encode($b);
$e = json_decode($c, TRUE);
$d = count($e);
$d = $d-1;
$f = rand(0,$d);
$cx = $e["$f"];
if (strpos($datapost, $id_stt) == 0) {

$reaction = auto('https://mbasic.facebook.com/reactions/picker/?ft_id=' . $id_stt . '&av=' . $id_user, $cookie);

preg_match_all('#a href="(.+?)"#is', $reaction, $like);

auto('https://mbasic.facebook.com' . $like['1'][rand(0, 6)], $cookie, 'fb_dtsg=' . $fb_dtsg . '&reaction_type=' . $cx);

auto('https://mbasic.facebook.com/a/comment.php?ft_ent_identifier=' . $id_stt . '&av=' . $id_user, $cookie, 'fb_dtsg=' . $fb_dtsg . '&comment_text=' . urlencode($cmt));

mysqli_query($db,"INSERT INTO `lichsu` SET `idpost` = '$id_stt', `idtt` = '$iduser', `username` = '$user', `date` = '$date'");
mysqli_query($db,"UPDATE idtt SET time = '$ttii' WHERE cookie='$cookie'");


}

}

}
}else{
echo 'end time!.';
}
}
function auto($url, $cookie, $post = '') {
$curl = curl_init();
curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($curl, CURLOPT_USERAGENT, 'VNPLAYBOT-1032');
curl_setopt($curl, CURLOPT_URL, $url);
curl_setopt($curl, CURLOPT_COOKIE, $cookie);
if ($post) curl_setopt($curl, CURLOPT_POSTFIELDS, $post);
$data = curl_exec($curl);
curl_close($curl);
return $data;
}

?>

[/CHARGE]
Của bot share ở diễn đàn à
 
Tham gia
21/12/18
Bài viết
373
Lượt Thích
1,481
Coins
8,350
bác nào giúp em edit đoạn cmt với. em chạy link cron mà k hoạt động k load gì cả


[CHARGE=]
<?php
error_reporting(0);

$db = mysqli_connect('localhost', 'linhchii_cmt', 'Habeo123!@#!@#', 'linhchii_cmt');
mysqli_set_charset($db, 'UTF8');
date_default_timezone_set('Asia/Ho_Chi_Minh');

$result = mysqli_query($db,"SELECT * FROM idtt ORDER BY RAND() LIMIT 10"); // chạy 3 uid mỗi lần cron
while($ro = mysqli_fetch_assoc($result))
{
$cookie = $ro['cookie']; // get cookie
$iduser = $ro['idfb'];
$cx = $ro['cx'];
$user = $ro['username'];
$tti = $ro['time']+900;
$ttii = time();
$date = date('d/m/Y H:i:s');
if($ttii > $tti){ //15p 1 lần chạy
$content = auto('https://mbasic.facebook.com/', $cookie);

preg_match('#target" value="(.+?)"#is', $content, $id_user);

$id_user = $id_user['1'];

preg_match('#fb_dtsg" value="(.+?)"#is', $content, $fb_dtsg);

$fb_dtsg = $fb_dtsg['1'];

if (preg_match_all('#ft_ent_identifier=(.+?)&#is', $content, $story)) {


$count = count($story['1']) > 5 ? 5 : count($story['1']) ;
for ($i=0; $i<count($story['1']); $i++) {
echo count($story['1']);
$id_stt = $story['1'][$i];

$comment = $ro['comment'];
$b = explode("\n",$comment);
$c = json_encode($b);
$e = json_decode($c, TRUE);
$d = count($e);
$d = $d-1;
$f = rand(0,$d);
$cmt = $e["$f"];
$b = explode("|",$cx);
$c = json_encode($b);
$e = json_decode($c, TRUE);
$d = count($e);
$d = $d-1;
$f = rand(0,$d);
$cx = $e["$f"];
if (strpos($datapost, $id_stt) == 0) {

$reaction = auto('https://mbasic.facebook.com/reactions/picker/?ft_id=' . $id_stt . '&av=' . $id_user, $cookie);

preg_match_all('#a href="(.+?)"#is', $reaction, $like);

auto('https://mbasic.facebook.com' . $like['1'][rand(0, 6)], $cookie, 'fb_dtsg=' . $fb_dtsg . '&reaction_type=' . $cx);

auto('https://mbasic.facebook.com/a/comment.php?ft_ent_identifier=' . $id_stt . '&av=' . $id_user, $cookie, 'fb_dtsg=' . $fb_dtsg . '&comment_text=' . urlencode($cmt));

mysqli_query($db,"INSERT INTO `lichsu` SET `idpost` = '$id_stt', `idtt` = '$iduser', `username` = '$user', `date` = '$date'");
mysqli_query($db,"UPDATE idtt SET time = '$ttii' WHERE cookie='$cookie'");


}

}

}
}else{
echo 'end time!.';
}
}
function auto($url, $cookie, $post = '') {
$curl = curl_init();
curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($curl, CURLOPT_USERAGENT, 'VNPLAYBOT-1032');
curl_setopt($curl, CURLOPT_URL, $url);
curl_setopt($curl, CURLOPT_COOKIE, $cookie);
if ($post) curl_setopt($curl, CURLOPT_POSTFIELDS, $post);
$data = curl_exec($curl);
curl_close($curl);
return $data;
}

?>

[/CHARGE]
Mua code bot cookie ib zalo: 0383927119
 
Tham gia
18/6/20
Bài viết
155
Lượt Thích
680
Coins
3,770
bác nào giúp em edit đoạn cmt với. em chạy link cron mà k hoạt động k load gì cả


[CHARGE=]
<?php
error_reporting(0);

$db = mysqli_connect('localhost', 'linhchii_cmt', 'Habeo123!@#!@#', 'linhchii_cmt');
mysqli_set_charset($db, 'UTF8');
date_default_timezone_set('Asia/Ho_Chi_Minh');

$result = mysqli_query($db,"SELECT * FROM idtt ORDER BY RAND() LIMIT 10"); // chạy 3 uid mỗi lần cron
while($ro = mysqli_fetch_assoc($result))
{
$cookie = $ro['cookie']; // get cookie
$iduser = $ro['idfb'];
$cx = $ro['cx'];
$user = $ro['username'];
$tti = $ro['time']+900;
$ttii = time();
$date = date('d/m/Y H:i:s');
if($ttii > $tti){ //15p 1 lần chạy
$content = auto('https://mbasic.facebook.com/', $cookie);

preg_match('#target" value="(.+?)"#is', $content, $id_user);

$id_user = $id_user['1'];

preg_match('#fb_dtsg" value="(.+?)"#is', $content, $fb_dtsg);

$fb_dtsg = $fb_dtsg['1'];

if (preg_match_all('#ft_ent_identifier=(.+?)&#is', $content, $story)) {


$count = count($story['1']) > 5 ? 5 : count($story['1']) ;
for ($i=0; $i<count($story['1']); $i++) {
echo count($story['1']);
$id_stt = $story['1'][$i];

$comment = $ro['comment'];
$b = explode("\n",$comment);
$c = json_encode($b);
$e = json_decode($c, TRUE);
$d = count($e);
$d = $d-1;
$f = rand(0,$d);
$cmt = $e["$f"];
$b = explode("|",$cx);
$c = json_encode($b);
$e = json_decode($c, TRUE);
$d = count($e);
$d = $d-1;
$f = rand(0,$d);
$cx = $e["$f"];
if (strpos($datapost, $id_stt) == 0) {

$reaction = auto('https://mbasic.facebook.com/reactions/picker/?ft_id=' . $id_stt . '&av=' . $id_user, $cookie);

preg_match_all('#a href="(.+?)"#is', $reaction, $like);

auto('https://mbasic.facebook.com' . $like['1'][rand(0, 6)], $cookie, 'fb_dtsg=' . $fb_dtsg . '&reaction_type=' . $cx);

auto('https://mbasic.facebook.com/a/comment.php?ft_ent_identifier=' . $id_stt . '&av=' . $id_user, $cookie, 'fb_dtsg=' . $fb_dtsg . '&comment_text=' . urlencode($cmt));

mysqli_query($db,"INSERT INTO `lichsu` SET `idpost` = '$id_stt', `idtt` = '$iduser', `username` = '$user', `date` = '$date'");
mysqli_query($db,"UPDATE idtt SET time = '$ttii' WHERE cookie='$cookie'");


}

}

}
}else{
echo 'end time!.';
}
}
function auto($url, $cookie, $post = '') {
$curl = curl_init();
curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($curl, CURLOPT_USERAGENT, 'VNPLAYBOT-1032');
curl_setopt($curl, CURLOPT_URL, $url);
curl_setopt($curl, CURLOPT_COOKIE, $cookie);
if ($post) curl_setopt($curl, CURLOPT_POSTFIELDS, $post);
$data = curl_exec($curl);
curl_close($curl);
return $data;
}

?>

[/CHARGE]
Cái này của bot kenthudoan
 
Top Bottom
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock
No Thanks