What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [RELEASE] Script Searcher

[RELEASE] Script Searcher
Author: Message:
L. Coyote
Senior Member
****

Avatar
Captain Obvious

Posts: 981
Reputation: 49
38 / Male / Flag
Joined: Aug 2004
Status: Away
RE: [RELEASE] Script Searcher
quote:
Originally posted by vikke
Neat and simple script, but I think the command should be "/searchscript" or something, as search is generally..
You could also do a script that searches the script area of these forums with [release] in the title! :)

vikke
The code for the RELEASE search would be similar to the posted code.
code:
if(Message == '/searchscriptrelease') {
new ActiveXObject("WScript.Shell").Run("http://shoutbox.menthix.net/basicsearch.php?do=search&sfrm=1&keywords=release&username=&fid=39&lookin=sbj&sort=t");
}
This is just an example, but it should work.

Also, to change the command from the original code, simply change:
code:
if(/^\/search\s(.+)$/i.test(Message))
the bold part to "/searchscript" or whatever you like.

Hack, hack, hack!
Finally became a Systems Analyst! :spam:

04-12-2007 06:48 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[RELEASE] Script Searcher - by Ashylay on 04-12-2007 at 05:36 PM
RE: [RELEASE] Script Searcher - by felipEx on 04-12-2007 at 06:04 PM
RE: [RELEASE] Script Searcher - by vikke on 04-12-2007 at 06:31 PM
RE: [RELEASE] Script Searcher - by L. Coyote on 04-12-2007 at 06:48 PM
RE: [RELEASE] Script Searcher - by markee on 04-13-2007 at 01:34 AM
RE: [RELEASE] Script Searcher - by CookieRevised on 04-13-2007 at 07:21 AM
RE: [RELEASE] Script Searcher - by Ashylay on 04-15-2007 at 01:16 AM


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