What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Styles 1.2 (UPDATE)

Pages: (2): « First « 1 [ 2 ] Last »
Styles 1.2 (UPDATE)
Author: Message:
duck!
Senior Member
****

Avatar

Posts: 546
Reputation: 27
– / Male / Flag
Joined: Sep 2006
RE: Styles 1.2 (UPDATE)
make a dulpicate of the script...it might work seems the only sensible way at the moment
QUACK QUACK QUACK

10-04-2006 05:31 PM
Profile E-Mail PM Find Quote Report
Jimbo
Veteran Member
*****

Avatar

Posts: 1650
Reputation: 18
31 / Male / Flag
Joined: Jul 2006
RE: Styles 1.2 (UPDATE)
wot, how can you make a duplicate, how will this work.
is there a command that i can put at the top of the script so that it only displays the script if my email signs in(not my sister's)
10-04-2006 05:33 PM
Profile E-Mail PM Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: Styles 1.2 (UPDATE)
quote:
Originally posted by noodle!
make a dulpicate of the script...it might work seems the only sensible way at the moment

Or make it so that settings are saved on a per user basis... I'm assuming the settings are saved to the registry (I don't have the script). Just change the path to include UserID

This post was edited on 10-04-2006 at 05:34 PM by Spunky.
<Eljay> "Problems encountered: shit blew up" :zippy:
10-04-2006 05:34 PM
Profile PM Find Quote Report
Jimbo
Veteran Member
*****

Avatar

Posts: 1650
Reputation: 18
31 / Male / Flag
Joined: Jul 2006
RE: Styles 1.2 (UPDATE)
quote:
Originally posted by SpunkyLoveMuff

Or make it so that settings are saved on a per user basis... I'm assuming the settings are saved to the registry (I don't have the script). Just change the path to incluse UserID


i'm confused, i dont get how to do this
10-04-2006 05:35 PM
Profile E-Mail PM Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: Styles 1.2 (UPDATE)
just change
code:
var INIFILE = MsgPlus.ScriptFilesPath + "\\conf.ini";

to

code:
var INIFILE = MsgPlus.ScriptFilesPath + "\\"+ Messenger.MyUserID + "\\conf.ini";

It's about the 6th line (1st actual line of code though

PS: I was wrong, it's an ini file, not registry keys

This post was edited on 10-04-2006 at 05:39 PM by Spunky.
<Eljay> "Problems encountered: shit blew up" :zippy:
10-04-2006 05:39 PM
Profile PM Find Quote Report
Jimbo
Veteran Member
*****

Avatar

Posts: 1650
Reputation: 18
31 / Male / Flag
Joined: Jul 2006
RE: Styles 1.2 (UPDATE)
now it wont let me change the style
EDIT:couldn't i just add
code:
if (Email == "myemail@hotmail.com")


to the top of the script so it only worked for me

This post was edited on 10-05-2006 at 06:54 AM by Jimbo.
10-04-2006 05:42 PM
Profile E-Mail PM Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: Styles 1.2 (UPDATE)
what if other users wanted to use the script? Sure, you could enclose certain parts in that if statement, but make sure you get the right parts.

It wouldbe easier for the author to modify the way settings are saved =/

This post was edited on 10-04-2006 at 05:47 PM by Spunky.
<Eljay> "Problems encountered: shit blew up" :zippy:
10-04-2006 05:44 PM
Profile PM Find Quote Report
Jimbo
Veteran Member
*****

Avatar

Posts: 1650
Reputation: 18
31 / Male / Flag
Joined: Jul 2006
RE: Styles 1.2 (UPDATE)
see my above post please EDIT
10-04-2006 05:46 PM
Profile E-Mail PM Find Quote Report
felipEx
Scripting Contest Winner
***


Posts: 378
Reputation: 24
35 / Male / Flag
Joined: Jun 2006
O.P. RE: Styles 1.2 (UPDATE)
thanks for the idea, the problem is solved :)(Y)


http://www.myfilehut.com/userfiles/181714/Styles121.plsc
10-05-2006 12:23 AM
Profile E-Mail PM Find Quote Report
felipEx
Scripting Contest Winner
***


Posts: 378
Reputation: 24
35 / Male / Flag
Joined: Jun 2006
O.P. RE: Styles 1.2 (UPDATE)
hey SpunkyLoveMuff,  nice web: http://spunky.kemixx.net/

I have linked your Web in my blog :)

do you want to translate  "Chat counter" to spanish?i can do it if do you wish..   :)(Y)

greetings
10-05-2006 12:38 AM
Profile E-Mail PM Find Quote Report
Pages: (2): « First « 1 [ 2 ] Last »
« 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