What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » can som1 plz make a script 2 check ma yahoo inbox

can som1 plz make a script 2 check ma yahoo inbox
Author: Message:
alexp2_ad
Scripting Contest Winner
****

Avatar
Who love the chocolate?

Posts: 691
Reputation: 26
36 / Male / –
Joined: May 2004
Status: Away
RE: RE: can som1 plz make a script 2 check ma yahoo inbox
quote:
Originally posted by ayjay
Can someone make a script that automatically translates what you speak so people can read it?

Sure.

LINK

code:
<?php

$string = $_GET['string'];

$from = Array(" som1 " , " sum1 ", " plz " , " 2 " , " ma " , " realy " , " aperichiate " , " 4 " , "with out " , " useing " , " cuz " , " dont "," jst " );

$to = Array(" someone " , " someone ", " please " , " to " , " my " , " really " , " appreciated " , " for " , "without " , " using " , " because " , " didn't ", " just " );

$string = str_replace($from,$to,$string);

echo  " Translated: <br/> " ;
echo $string;

?>

Made in PHP, highly portable to other languages. :P  You could code it into OnEvent_ChatWndReceiveMessage in a plus script to make reading other peoples messages easier. :)
08-29-2006 04:39 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
can som1 plz make a script 2 check ma yahoo inbox - by rollz616 on 08-29-2006 at 04:14 PM
RE: can som1 plz make a script 2 check ma yahoo inbox - by ayjay on 08-29-2006 at 04:19 PM
RE: RE: can som1 plz make a script 2 check ma yahoo inbox - by alexp2_ad on 08-29-2006 at 04:39 PM
RE: can som1 plz make a script 2 check ma yahoo inbox - by Sunshine on 08-29-2006 at 04:22 PM
RE: can som1 plz make a script 2 check ma yahoo inbox - by jmccarroll on 08-29-2006 at 04:44 PM
RE: can som1 plz make a script 2 check ma yahoo inbox - by ayjay on 08-29-2006 at 04:54 PM
RE: can som1 plz make a script 2 check ma yahoo inbox - by Tochjo on 08-29-2006 at 05:15 PM


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