[RELEASE] Script Searcher - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: [RELEASE] Script Searcher (/showthread.php?tid=73558) [RELEASE] Script Searcher by Ashylay on 04-12-2007 at 05:36 PM
Okay extremely simple script i just edited my google one basically you use this script to search the scripts database for scripts. Saves loading the url. code: Edit: I have updated the script so if you want to edit it yourself you can easily. Edit the red parts to change /search to /[Whatever you like] Edit the parts in clue to change the URL (remember when changing the url only place the part just before the text you type comes in PM for more info on this. RE: [RELEASE] Script Searcher by felipEx on 04-12-2007 at 06:04 PM
nice work. RE: [RELEASE] Script Searcher by vikke on 04-12-2007 at 06:31 PM
Neat and simple script, but I think the command should be "/searchscript" or something, as search is generally.. RE: [RELEASE] Script Searcher by L. Coyote on 04-12-2007 at 06:48 PM
quote:The code for the RELEASE search would be similar to the posted code. code:This is just an example, but it should work. Also, to change the command from the original code, simply change: code:the bold part to "/searchscript" or whatever you like. RE: [RELEASE] Script Searcher by markee on 04-13-2007 at 01:34 AM I think you might want to have a look at CookieRevised's reply to [Release] Exit WLM for improving your regular expression (though using the test method is better than the exec method used by Cookie in my opinion). Apart from that, good job. RE: [RELEASE] Script Searcher by CookieRevised on 04-13-2007 at 07:21 AM
quote:there is a difference between the two and each has its uses. With the test method the global properties of the RegExp are not updated. It are these properties which are used further, so you need to use the exec method. RE: [RELEASE] Script Searcher by Ashylay on 04-15-2007 at 01:16 AM Updated it incase you wanted to edit some parts of it yourself. |