Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
justalinko authored Apr 2, 2017
1 parent b027dc7 commit f67b1bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions avb.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ public function bannerX(){

if($makan == "1"){
@system('clear');
echo "+---=== [[ isikan alamat blog anda. cth : www.alinko.jp ]] ===---+";
echo "url blog <GakUsahPakeHttp> : "; $xurl = trim(fgets(STDIN));
$url = $avb->GrabUrl($xurl);
$urls = array_unique($url[0]);
Expand All @@ -92,9 +93,12 @@ public function bannerX(){
echo "$u \n";
}
}
echo "+---=== [[ Anda telah Mendapatkan kumpulan url ]] ===---+"
echo "+----==== [[ Selanjutnya Buka Kembali AVB lalu pilih opsi nomer \"2\" ]] ====----+";
}elseif($makan == "2"){
@system('clear');
if(!file_exists('/opt/avb/url/'.date('dmY').'.txt')){
echo "+---=== [[ isikan file yang berisi kumpulan alamat blog. ]] ===---+";
echo "list url blog : "; $l = trim(fgets(STDIN));
}
echo "berapa banyak : "; $b = trim(fgets(STDIN));
Expand Down

0 comments on commit f67b1bb

Please sign in to comment.