What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [WIP] Msn StatusBar.

[WIP] Msn StatusBar.
Author: Message:
m0nst3rkill3r
Junior Member
**

Avatar

Posts: 51
Joined: Sep 2009
O.P. [WIP] Msn StatusBar.
False Name entered:
[Image: index.php?name=test]
Right Name entered;
[Image: index.php?name=m0nst3rkill3r]
code:
<?xml version="1.0" encoding="UTF-8"?>
<Profile type="array">
    <look>
        <name>p3acemak3r</name>
        <status>1</status> <!--    0 Offline    1 Online    2 Away    3 Busy    -->
        <stat>Small Message to Test my Script :D YAYAYAYAY</stat>
        <music>ololo</music>
    </look>
</Profile>

Hey.
I want to make a New script for Msn.
I thought i make a StatusBar, for Boards and so on.
The base works with PHP and XML
Here you can find it,
http://psyke-gaming.de/area51/index.php?name=test
All i have to do is, make a Plus Script for it.
If anyone could say me how i can write a Xml file, you're Welcome :D

greetigns*

This post was edited on 09-24-2009 at 08:49 PM by m0nst3rkill3r.
09-24-2009 02:03 PM
Profile E-Mail PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: [WIP] Msn StatusBar.
There are a couple ways. You could create a local XML file and upload it to the site. Or you could post to a php page to create the XML file for you. It is all up to you.
09-24-2009 02:09 PM
Profile E-Mail PM Find Quote Report
m0nst3rkill3r
Junior Member
**

Avatar

Posts: 51
Joined: Sep 2009
O.P. RE: [WIP] Msn StatusBar.
That will be Difficult, i see :D
I have to make a Login System, that people are not allowed to change the status from other people.
I could do that easy with htaccess or?
09-24-2009 02:17 PM
Profile E-Mail PM Find Quote Report
MeEtc
Patchou's look-alike
*****

Avatar
In the Shadow Gallery once again

Posts: 2200
Reputation: 60
38 / Male / Flag
Joined: Nov 2004
Status: Away
RE: [WIP] Msn StatusBar.
The way I did it with my script, is that each person is given a random passkey each time they sign in to their account. This passkey is needed each time info is sent to the server. The user does not need to know what this key is, as it happens behind the scenes. I do not use XML at all, instead everything is stored in a MySQL database on the server.

Full source code available if you want some insight.
[Image: signature/]     [Image: sharing.png]
I cannot hear you. There is a banana in my ear.
09-24-2009 04:17 PM
Profile PM Web Find Quote Report
m0nst3rkill3r
Junior Member
**

Avatar

Posts: 51
Joined: Sep 2009
O.P. RE: [WIP] Msn StatusBar.
Hey, Yea Mysql i like it, but i dont want to use sql for that, this time.
Everything Works now, only the Online-Offline function not.
But I'm happy that everything else works ^^

okay.
My Pictre looks now:
[Image: index.php?name=m0nst3rkill3r]

How can i get just the Title i hear? Not the other things?
Messenger.MyCurrentMedia gives out the wrong.

This post was edited on 09-24-2009 at 06:19 PM by m0nst3rkill3r.
09-24-2009 06:02 PM
Profile E-Mail PM Find Quote Report
ArkaneArkade
Full Member
***

Avatar
The One and Only

Posts: 193
Reputation: 5
38 / Male / Flag
Joined: Mar 2007
RE: RE: [WIP] Msn StatusBar.
quote:
Originally posted by m0nst3rkill3r
How can i get just the Title i hear? Not the other things?
Messenger.MyCurrentMedia gives out the wrong.


It's not actually giving it out wrong, just in the format it actually is.  To get them correct just use ".split("\\0")" on the currentmedia string.  that'll return it to an array, just take the field, or fields you want.  I'm not quite sure which field holds the title, but that should be pretty quick to test.
[Image: adsig.jpg]
09-24-2009 07:26 PM
Profile E-Mail PM Web Find Quote Report
m0nst3rkill3r
Junior Member
**

Avatar

Posts: 51
Joined: Sep 2009
O.P. RE: [WIP] Msn StatusBar.
YAY, Thank you !
As you see, i got it workin'. it was the 3rd, between.
09-24-2009 08:10 PM
Profile E-Mail PM Find Quote Report
m0nst3rkill3r
Junior Member
**

Avatar

Posts: 51
Joined: Sep 2009
O.P. RE: [WIP] Msn StatusBar.
If my script is totally finished, i will release it.
In the next Days, i make a new Design for the Statusimage.
Now, as it is, it sucks.

-- Update, The On-Offline function works now pretty good.
-- The PHP script checks if the Minutes/hour are the same with the server.

This post was edited on 09-24-2009 at 09:26 PM by m0nst3rkill3r.
09-24-2009 08:51 PM
Profile E-Mail PM Find Quote Report
m0nst3rkill3r
Junior Member
**

Avatar

Posts: 51
Joined: Sep 2009
O.P. RE: [WIP] Msn StatusBar.
After Some Works, School things and so on, i'm back :D
So, New things. I programmed a Programm (lol) that works like the Msn, it sends a "heartbeat" to the "database" and you see... My Pc Is On or Offline. Its Written in Visual Basic and looks:
[Image: vbprog.png]
As i wrote already, i will make everything Public when im finished. Exept the Sourcecode of the Program For "Someone Made a Program, that can only be a Virus"- People.
Anyway. Yay... a new way to know that I'm online. :D


Okay. The Prog is very bugged xD
My music function in the Stats died : (

This post was edited on 10-12-2009 at 06:59 PM by m0nst3rkill3r.
10-12-2009 06:52 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On