Nimbuzzmasters forum
nwlve HI   GUEST nwlve
WELCOME TO NIMBUZZ MASTERS FORUM
PLEASE   REGISTER

TO
Dzs HAVE FULL ACCESS TO THE FORUM AND BE ABLE TO DOWNLOAD STUFF Dzs
Grp
STAY WITH US THANK YOU
Forum management ©️
Mzs
Nimbuzzmasters forum
nwlve HI   GUEST nwlve
WELCOME TO NIMBUZZ MASTERS FORUM
PLEASE   REGISTER

TO
Dzs HAVE FULL ACCESS TO THE FORUM AND BE ABLE TO DOWNLOAD STUFF Dzs
Grp
STAY WITH US THANK YOU
Forum management ©️
Mzs
Nimbuzzmasters forum

The forum of the nimbuzz forums


You are not connected. Please login or register

 
 

help to check creation date of nimbuzz id by c# program

Message (Page 1 of 1)

#1

Broken Angel

Broken Angel
 
Designer
Designer

Posted Tue Nov 11, 2014 8:23 am

 
try this .


Code:
using Microsoft.VisualBasic;
using agsXMPP;
using agsXMPP.Xml.Dom;
using agsXMPP.protocol.client;
using agsXMPP.protocol.x.muc;


x.OnReadXml += Xml;

HttpWebRequest request;
        string str2;
       

private void Xml(object sender, string xml)
        {
            if (base.InvokeRequired)
            {
                base.BeginInvoke(new XmlHandler(this.Xml), new object[] { RuntimeHelpers.GetObjectValue(sender), xml });
            }
            else
            {
                try
                {
                    xml = xml.Replace("\"", "'");
                    if (Strings.InStr(xml, "from='token.nimbuzz.com'", CompareMethod.Text) != 0)
                    {
                        if (Strings.InStr(xml, "id='N-World'", CompareMethod.Text) != 0)
                        {
                            string str1 = xml.Substring(xml.IndexOf("token'>") + 7);
                            str1 = str1.Substring(0, str1.IndexOf("</")).Replace("amp;", "");
                            request = (HttpWebRequest)WebRequest.Create(str1);
                            HttpWebResponse response2 = (HttpWebResponse)request.GetResponse();
                            str2 = request.Address.ToString();
                            str2 = str2.Substring(str2.IndexOf("ID=") + 3);
                        }
                    }
                }
                catch { }
            }
        }

private void timer1_Tick(object sender, EventArgs e)
        {
            this.timer1.Interval = 60000;

            try
            {
                x.Send("<iq xmlns='jabber:client' type='get' id='code123' to='token.nimbuzz.com'><query xmlns='nimbuzz:token'><type>shop</type><branch>J2ME</branch><version><major>2</major><minor>1</minor></version><category /></query></iq>");
            }
            catch { }
        }


private void button2_Click(object sender, EventArgs e)
        {
            request = (HttpWebRequest)WebRequest.Create("http://shop.nimbuzz.com/social/contact?user=" + textBox3.Text + "&list=profile&PHPSESSID=" + str2);
            HttpWebResponse response = (HttpWebResponse)request.GetResponse();
            string str = new StreamReader(response.GetResponseStream()).ReadToEnd();
            string since = str.Substring(str.IndexOf("Nimbuzz user since") + 61);
            since = since.Substring(0, since.IndexOf("</strong></td>"));
           textBox5.Text = since;
        }
Mzs





#2

Spelling-mistake

Spelling-mistake
 
Supper mod
Supper mod

Posted Tue Nov 11, 2014 8:00 pm

 
Post



http://Www.n-team.tk


#3

Danger~king

avatar
 
Member
Member

Posted Wed Nov 12, 2014 6:45 am

 
Post





#4

Sara Amreen

Sara Amreen
 
Management team
Management team

Posted Sun Nov 16, 2014 10:28 am

 
Post





#5

Sponsored content


 

Posted

 





Message (Page 1 of 1)

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


  • Total Posts:
  • Total Members:
  • Newest Member:
  • Most Online: Most users ever online was 583 on Thu Oct 14, 2021 1:28 am

In total there is 0 user online :: 0 Registered, 0 Hidden and 0 Guests
Users browsing this forum: None