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

Search Results
Subject Author Forum Time
RE: The data necessary to complete this operation is not yet available
I've set it up so people have to register, however I'll probably remove that. Thanks though, I had extra characters in my php file, I'm terrible at this coding :P
citricsquidScripting11-16-2008 at 03:42 PM
RE: The data necessary to complete this operation is not yet available
Any ideas why it adds a gap to the message? If I typed "+1" it returns the success message, but like so: person says: Success! Someone else: What's with the gap? I've checked the code and I've not got anything there that should cause it, however...
citricsquidScripting11-16-2008 at 03:03 PM
RE: The data necessary to complete this operation is not yet available
Thankyou :D What I had above was copy and pasted together with guessing included, I've never used any of this before so outside of the PHP I was lost :P Thanks though, much appreciated. Now to complete it :)
citricsquidScripting11-16-2008 at 02:03 PM
RE: The data necessary to complete this operation is not yet available
Sure thing. Bear in mind it's only basic at the moment and very insecure :) There probably has been a major oversight on my part, the script is being hacked together with guesses of how Jscript works when I don't have the code from that tutorial :...
citricsquidScripting11-16-2008 at 11:34 AM
RE: The data necessary to complete this operation is not yet available
I figured the problem :) xmlhttp.send(data); doesn't appear to work :| Well, it sends the data, but it doesn't retrieve what the file outputs. Debug.Trace(xmlhttp.readyState); shows "1" so the connection's been opened but no data sent, but the ...
citricsquidScripting11-15-2008 at 08:40 PM
The data necessary to complete this operation is not yet available
Sorry for the double topic, I've spent ages trying to figure this out and a search yields no results :( I'm using [url=http://shoutbox.menthix.net/showthread.php?ti d=82911]this[/url] and I've got everything working and modified to my needs; The sc...
citricsquidScripting11-15-2008 at 08:02 PM
RE: # of characters in a message?
:o) Cheers, I'll try and remember that :D
citricsquidScripting11-15-2008 at 05:43 PM
RE: # of characters in a message?
Cheers :D I was sure I read somewhere what MSGPLUS used wasn't Javascript, maybe I'm going mad :D :$ Thanks, should be easy to do this now.
citricsquidScripting11-15-2008 at 05:30 PM
# of characters in a message?
Hi, I have a string called "Something" and I want to check what the first # of characters are, for example 3. I then want to strip the first # (for example, 2) characters from the string. How would I go about doing this? I don't know much of the l...
citricsquidScripting11-15-2008 at 04:53 PM
RE: Confused by the documentation... bear with me.
arrr, okay, I'll check that out :D ty. I can't find anything about this in the documentation? Are you sure it's the correct function?
citricsquidScripting09-24-2008 at 08:10 PM
Confused by the documentation... bear with me.
I've read through the documentation, but I can't find a clear example of what I want. I type /hello something and then it runs the function hello and the variable words are assigned "something" so, /hello starts the command, I know how to do tha...
citricsquidScripting09-24-2008 at 07:51 PM
RE: Communicating with an external site / PHP.
Brilliant! Very helpful posts, thankyou. I like this place now, I'll stick around ;D
citricsquidScripting09-08-2008 at 04:27 PM
Communicating with an external site / PHP.
So I have an interesting idea on something I'd like to create. I'm not new to PHP, which means I can create the php side of it perfectly, I am however totally inexperience with javascript, which is what I believe plugins are programmed with, correc...
citricsquidScripting09-08-2008 at 04:01 PM
[Hide Excerpts]