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

Search Results
Subject Author Forum Time
RE: Oulook for Messenger
It could be done through scripting and a skin. Get the script to create a menu entry and then create a skin to change the email button's cmdid to the menu entry's.
davidpolitisSkype & Live Messenger05-18-2009 at 01:26 AM
RE: Subsection in Scripting: Completed scripts
Second time he's recreated a thread when he hasn't gotten an answer he has liked. (N)
davidpolitisForum & Website05-16-2009 at 04:49 AM
RE: Further PHP / MySQL Help
Would something like this start you off? [code=php]<?php $id = "blah1" // Replace with Flight ID being viewed $rank = "blah2"; // Replace with logged in user's rank $rs = mysql_query("SELECT rank FROM itzeddie_flights WHERE id='{$id}'"); if(...
davidpolitisTech Talk05-01-2009 at 02:26 PM
"Save Steve's Place" Petition
[url=http://www.savestevesplace.com/index.php#sign up]Sign Petition[/url]
davidpolitisGeneral Chit Chat04-20-2009 at 02:48 PM
RE: [Help] Messenger.MyContacts.GetContact
Problems: 1. You're setting the variable "Message", which is already set by OnEvent_ChatWndSendMessage 2. You aren't returning anything at the end of the event 3. Script commands should not start with an uppercase character (although they will s...
davidpolitisScripting04-17-2009 at 12:24 AM
RE: Lumbar Puncture
[img]http://upload.wikimedia.org/wikipedia/commons /thumb/4/44/Thisisspinaltap.jpg/380px-Thisisspinal tap.jpg[/img] :|
davidpolitisGeneral Chit Chat04-16-2009 at 02:43 PM
RE: [Help] Messenger.MyContacts.GetContact
Can you please try to explain in more detail what exactly you're doing... At the moment I've just written this code which probably isn't of any use. *-) [code=javascript]function OnEvent_ChatWndSendMessage(ChatWnd, Message) { if (match = /^\/tes...
davidpolitisScripting04-16-2009 at 02:27 PM
RE: What the hell is this? and Can i delete it?
And maybe reinstall afterwards. :P
davidpolitisTech Talk04-14-2009 at 10:24 AM
RE: Disabling a button?
[code=javascript]var ControlHandle = PlusWnd.GetControlHandle("TestBttn"); Interop.Call("User32", "EnableWindow", ControlHandle, 0 /* Change to 1 to enable */);[/code]
davidpolitisScripting04-12-2009 at 10:34 AM
RE: PHP Question
You forgot to remove the space after the first occurance of "include". :P Anyway, using [url=http://php.net/manual/en/function.require.php ]require[/url] instead of include may be something to think about... [quote]require() is identical to include(...
davidpolitisTech Talk04-03-2009 at 10:15 AM
RE: PHP Question
Meh... it doesn't really matter. Everyone has their own preferences. E.g. usually I put all of my braces on new lines.
davidpolitisTech Talk04-03-2009 at 07:16 AM
RE: PHP Question
[code=php]<div id="content"> <?php $page = $_GET['p']; $llama = "./page/".$page.".mdu"; if(file_exists($llama)) { include($llama); } else { include("error.php"); } ?> </div>[/code] I"ll explain what was wrong with your code. 1. ...
davidpolitisTech Talk04-03-2009 at 06:55 AM
RE: PHP Question
[quote=segosa][code=php] if(file_exists($llama) == TRUE){ include ($llama); } else { include("error.php") }[/code] [quote]The [i]== TRUE[/i] part also may as well as be removed as file_exists returns a boolean value... [code=php] if(file_exists($ll...
davidpolitisTech Talk04-03-2009 at 06:49 AM
RE: PHP Question
Again, use a query something along the lines of the query below for the page to select your Flight: [code]SELECT * FROM FlightTable WHERE FlightID=$FlightID[/code] If you want, add me on Messenger (check my profile) and I'll try help you with your ...
davidpolitisTech Talk04-02-2009 at 12:52 PM
RE: PHP Question
You might wanna also use a .htaccess file to disallow access to all the files in $dir.
davidpolitisTech Talk04-02-2009 at 07:43 AM
RE: Boost character limit even further script?
Those who don't use Microsoft Office usually use some alternative which can deal with popular formats. OpenOffice is an example.
davidpolitisScripting03-30-2009 at 06:02 AM
RE: Boost character limit even further script?
Why would you use a Word document instead of just a simple text file written in notepad? Also:[quote=davidpolitis]Uumm... large amounts of text are sent as text files now.[/quote]
davidpolitisScripting03-30-2009 at 05:28 AM
RE: What's the point in the mirroring option for webcams?
I'm not really sure what you mean as you're contradicting yourself. If you wish to enable or disable mirroring, then here: [code]Tools > Audio & video setup... > Next > Select your webcam from the list > Webcam Settings... > Uncheck/Check Image Mir...
davidpolitisSkype & Live Messenger03-29-2009 at 01:46 AM
RE: [Request] Automaticly accept new contacts that add you.
It is not possible via Plus! scripting since there is no event.
davidpolitisScripting03-28-2009 at 12:35 PM
RE: Boost character limit even further script?
Uumm... large amounts of text are sent as text files now. There is no point. Also, remember [url=http://shoutbox.menthix.net/showthread.php?ti d=80171&pid=876648#pid876648]this[/url] and [url=http://shoutbox.menthix.net/showthread.php?ti d=80171&pid=87...
davidpolitisScripting03-28-2009 at 03:48 AM
RE: [Release] Crystal EVO!
Please upload the image again. :P
davidpolitisSkinning03-27-2009 at 02:32 PM
RE: Animated Pictures
Maybe there's something wrong with your GIF images? The image I used seems fine...
davidpolitisScripting03-23-2009 at 06:35 AM
RE: xampp and IIS7 confliction [SOLVED]
localhost should be mapped in your [url=http://en.wikipedia.org/wiki/Hosts_file#Defau lt_content_on_Windows_operating_systems]hosts file[/url] to 127.0.0.1
davidpolitisTech Talk03-18-2009 at 09:09 AM
RE: [Request] Send automatically messages
I only realised a bit after I made it that MP!L has flood control.
davidpolitisScripting03-18-2009 at 08:56 AM
RE: [Released] Stuart and Jason's 365 Theme
Fans??? 8-)
davidpolitisSkinning03-10-2009 at 09:18 AM
[Hide Excerpts] Pages: (15): « First « 1 2 [ 3 ] 4 5 6 7 » Last »