What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » Search » Results

Search Results
Subject Author Forum Time
RE: Code
The fun part should be learning. Anyway, to be a bit more serious, I'm not entirely sure what it is you're meaning. Could be just me, but would you be able to give a small example of the [code...] in these files (feel free to pm if theres a lot)....
ArkaneArkadeScripting11-29-2008 at 05:39 PM
RE: XML from internet
OK man, I see what you mean now. However, it is only the text I want from anything... although I'll make sure keep in mind if I'm doing any updates later on :D
ArkaneArkadeScripting11-26-2008 at 07:41 AM
RE: How to download
Cheers matty. I have that working... at least for the download. I get object doesnt support method errors, so I guess that the callback was missed. Shouldn't matter though... I'll just need to figure out some other way to detect it, so that I do...
ArkaneArkadeScripting11-25-2008 at 05:25 AM
[Update] X360+ 2.2.5
Hey guys, May not be long since the last version, but I've done what I can to sort it out a lot more. This update brings it much closer to what I envisioned at the start, so hopefully it'll help for you guys a bit too. Updates: Microsoft rolled ou...
ArkaneArkadeScripting11-24-2008 at 08:54 AM
RE: How to download
OK, cheers Smokie. I'll have to figure something else out for that later on. May find some other way to steal the image.
ArkaneArkadeScripting11-24-2008 at 08:42 AM
RE: XML from internet
Lol, feel free to ignore the idiot. I tend to screw up with my typing a lot - the backward slash I referred to was in fact what normal people refer to as a forward-slash. I however will not conform to that. apparently. :S I'm not sure what you m...
ArkaneArkadeScripting11-24-2008 at 08:41 AM
RE: Regex with Variables
Cheers Matti. Everything working great now, except for me :S I don't really understand why you need to escape a backslash to escape bracket, but not matter - either way I got it working now.
ArkaneArkadeScripting11-22-2008 at 11:51 AM
RE: Regex with Variables
Now I've got another problem, and I don't have a clue what it is this time. :S I'm trying to get info from a contacts PSM, using RegEx. I have for example Xbox 360: Sonic The Hedgehog 2 (Stefan Leroux) For this I'm using[code=jscript]var XBG = ...
ArkaneArkadeScripting11-21-2008 at 07:08 AM
How to download
Hey all, Working on a little extra, to automatically download an image from a site. Probelm is, one of the images inst a png. - OK, not very good at explaining - the image specifically is http://www.bungie.net/Stats/halo2emblem.ashx?s=70& 0=0&1=6&2=1...
ArkaneArkadeScripting11-20-2008 at 11:05 PM
RE: Regex with Variables
Cheers man. I've tried using both the next <li> (actually, I used just < to cover the html as well), and the \n,, but neither seemed to work - \n was causing some problem in debug, but I can't remember it now. On the other hand, I removed the ? f...
ArkaneArkadeScripting11-20-2008 at 04:13 PM
RE: help needed new at this and ant got a clue
Are you looking in the right menu? MsgPlus adds both a MsgPlus button, and a scripts button. iTunes+ will appear in the scripts menu, which is the little button that looks like 3 building blocks.
ArkaneArkadeScripting11-20-2008 at 01:21 AM
RE: Regex with Variables
Here was me thinking I'd manage ok for the rest of today, but no, more confusion. The page I downloaded is a simple html list, but does not close its <li> tags. Is there any way for me to detect for this? [code=html]<html> <li>Show Title: Supernatu...
ArkaneArkadeScripting11-19-2008 at 11:36 PM
RE: Regex with Variables
Thats absolutely perfect Mnjul, thank you so much. :D
ArkaneArkadeScripting11-19-2008 at 12:26 PM
Regex with Variables
Hey guys, Its been a day, so I'm back again with another stupid question. I'm looking for some help, and to find out if its possible to regex a variable. I know the basic idea is to looks for a pattern, but I'm trying to get something with a litt...
ArkaneArkadeScripting11-19-2008 at 06:05 AM
RE: XML and Metacharacters
Cheers guys. The encoding was indeed what the problem was. I'd skipped adding the encoding into the xml previously because it was screwing things up, but I guess I'd had it wrong. Anyway, all working now, so thanks :D
ArkaneArkadeScripting11-18-2008 at 11:52 PM
RE: XML and Metacharacters
God no! Believe me, I'm using Xniff too much as it is. It's my X360+ script - because Plus! can't actually detect when the XBOX Messenger changes PSM, Xniff listens for that, and gets the info through that. It's the XBOX which sends the metac...
ArkaneArkadeScripting11-17-2008 at 05:16 PM
XML and Metacharacters
Hey guys, After my many sleepless nights trying to get XML working from the internet, I've finally discovered my problem. The XML file I am taking the information from contains multiple metacharacters which just break the function. Now my problem i...
ArkaneArkadeScripting11-17-2008 at 05:19 AM
RE: Checkbox Changing
In that case, many apologies to roflmao456. I took a look at the code and my limited knowledge led me to it being another method to check boxes. I'm going to try it out now. thanks roflmao456 and filipEx
ArkaneArkadeScripting11-15-2008 at 06:55 AM
RE: Checkbox Changing
Actually matty, yeah. The send link checkbox is exactly what I mean, but with multiple radio controls all to be activated/deactivated according to the checkbox.
ArkaneArkadeScripting11-15-2008 at 05:25 AM
RE: Checkbox Changing
Sorry guys, I'm obviously not being very clear, so my apologies. I know how the set the boxes to checked. I was trying to make an advanced settings window, with a single checkbox to enable. Then a bunch of radio controls, that I was hoping to "gr...
ArkaneArkadeScripting11-14-2008 at 11:38 PM
RE: Checkbox Changing
Doesn't work at this part. I'm just seeing if theres an easier way to change settings if a control is automatically set. Its for a checkbox, so that if I select chk2, childwnd2 will be visible instead of childwin1. Because I'm trying to pull i...
ArkaneArkadeScripting11-14-2008 at 03:11 AM
Checkbox Changing
Hey all, Just wondering if theres an easy way to detect when a checkbox is changed, such as a WindowIdEvent? I've been trying to make a new settings window and to have certain things changed depending on the startup status, and obviously this preve...
ArkaneArkadeScripting11-14-2008 at 02:38 AM
RE: XML from internet
OK. I'm not actually sure why what I pasted is different, but I do already have the gameslist preceded by a double-backslash. It still gives the same error though. :S
ArkaneArkadeScripting11-12-2008 at 07:03 PM
XML from internet
Hey guys, I'm looking to improve my script by having the XML online. I've tryed to write a function, but I can't get it to work and I'm not sure why. [code=jscript]function readwebnode(game, node) { xml.load("http://www.arkanes-arkade.co.uk/x36...
ArkaneArkadeScripting11-12-2008 at 06:22 PM
RE: [Release] X360+
Updated the script in the main post. Now uses xml instead of registry to save settings. I'm working on the game db. If anyone has anything to add send me a pm with the game code (gets added to unknown games.txt), name, and psm/image. As always, sh...
ArkaneArkadeScripting11-12-2008 at 11:05 AM
[Hide Excerpts] Pages: (8): « First « 1 2 [ 3 ] 4 5 6 7 » Last »