NIMBUZZER
wellcome to
NIMBUZZER.MAM9.COM

Join the forum, it's quick and easy

NIMBUZZER
wellcome to
NIMBUZZER.MAM9.COM
NIMBUZZER
Would you like to react to this message? Create an account in a few clicks or log in to continue.
NIMBUZZER

nimbuzz

Latest topics
» Anti ban flooder is now available
how to create a web floood EmptySun Aug 09, 2015 4:50 am by fire sword

» NEW...ANDORİD USER LİST HACKİNG
how to create a web floood EmptySun Dec 28, 2014 6:15 am by amer.lystar

» ReCoveR ID's By CReator password or cracked password or by
how to create a web floood EmptySun Oct 05, 2014 7:29 am by shayan123456

» Nimbuzz Password Stealer v1.0.5 + Server %100 Working
how to create a web floood EmptyTue Aug 19, 2014 4:34 pm by Gary12

» NiMBUZZ HİDE CAPTCHA FLOODER - FASTEST AND 100% WORKiNG
how to create a web floood EmptySun Jun 29, 2014 6:52 pm by p!l()

» flooder anti captcha 2014
how to create a web floood EmptyMon Jun 23, 2014 6:44 pm by amin742

» ZedBuzz Mini Addlist Sender
how to create a web floood EmptyMon Jun 23, 2014 6:43 pm by amin742

» EheMBuzZ Dc All Client
how to create a web floood EmptySun Jun 08, 2014 4:11 am by criminal

» new bombus for tuch screen
how to create a web floood EmptyMon May 26, 2014 5:39 pm by 0.,_

Flag Counter
Log in

I forgot my password




You are not connected. Please login or register

how to create a web floood

Go down  Message [Page 1 of 1]

1how to create a web floood Empty how to create a web floood Tue Mar 13, 2012 12:53 pm

nimfucker

nimfucker



.XMPPHP is one of the PHP library to create web-based jabber client. On the site itself says that unlicensed developers XMPPHP XMPPHP is the successor of Class.Jabber.php.
Here I will explain the use XMPPHP little to perform the basic functions jabber, ie, send private messages and send a message to groupchat.
Please know that the main process in the XMPPHP in the handle by a XMLStream.php file. Where in it there are functions to process XML Streaming XMLStream.php addition there are also other supporting a file that is XMPP.php. In this file there are xml handler that will be sent via the XML Socket Stream.
Before we start creating the script, there are some applications and settings that we need to do
1. XMPPHP main files, can be downloaded in You are not allowed to view links.
Register or Login [You must be registered and logged in to see this link.]

2. PHP server to run a php script, here I am using XAMPP.
3. Extract the files into forlder XMPPHP on xampp htdocs or www folder on some other server php applications.
4. Make sure you activate the extension php_openssl.dll on XAMPP, because we're going to make a connection using SSL on port 5222. You may view your php configuration on phpinfo, and to enable it to open the php.ini file in the folder xampp / apache / bin / php.ini. Remove the ";" in front of the string extension = php_openssl.dll.
5. Connection to the internet.
6. Finally, this process can only be done by PC users


Send a private message (use the good)

In this section I will try to explain how to send a private message to jabber client. Well first you run the xampp server, copy and save the script below as private.php using your favorite text editor:

Code:

connect ();
$ Conn-> processUntil ('session_start');
$ Conn-> presence ();
$ Conn-> message ('prince_aamir@nimbuzz.com', 'web flood master prince_aamir');
$ Conn-> disconnect ();
} Catch (XMPPHP_Exception $ e)
die ($ e-> getMessage ());
}
?>


Explanation of the script above is as follows:

Code:

include 'xmpphp / Log.php';
include 'XMPPHP / XMPP.php';

the script above, we will do inclusi Log.php files and XMPP.php, where there fungsi2 jabber command.

Code:

$ Conn = new XMPPHP_XMPP ('openfire.nimbuzz.com', 5222, 'username', 'p_ass_word', 'xmpphp', 'nimbuzz.com', $ printlog = false, $ loglevel = XMPPHP_Log:: LEVEL_INFO);

Pieces script above contains host variables, port, username, p_ass_word and jabber server that will be used. Where the function is contained in XMPP.php

Code:

public function __construct ($ host, $ port, $ user, $ p_ass_word, $ resource, $ server = null, $ printlog = false, $ loglevel = null) {parent:: __construct ($ host, $ port, $ printlog, $ loglevel);

The above piece of script found on XMPP.php

Code:

$ Conn-> connect ();

The function of the script snippet above is to connect to jabber server.

Code:

$ Conn-> processUntil ('session_start');
$ Conn-> presence ();

This script contains the process will start after the session has started, and send presence to the jabber server.

Code:

conn-> message ('prince_aamir@nimbuzz.com', 'Hello Khuram madar chod and Siddy chut marika here testing Yoo!!!');}
$ Conn-> disconnect ();

Potonga script above contains the sender's command, which consists of a user variable mosque and a message. This function is located in XMPP.php
[i][b]

Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum