Shoutbox

can som1 plz make a script 2 check ma yahoo inbox - 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: can som1 plz make a script 2 check ma yahoo inbox (/showthread.php?tid=65540)

can som1 plz make a script 2 check ma yahoo inbox by rollz616 on 08-29-2006 at 04:14 PM

can som1 plz make a script 2 check ma yahoo inbox would realy be aperichiate it if som1 would do that 4 me (with out useing the built in pop3 thing in MP!L cuz that dont work with yahoo inbox tryed it)


RE: can som1 plz make a script 2 check ma yahoo inbox by ayjay on 08-29-2006 at 04:19 PM

Can someone make a script that automatically translates what you speak so people can read it?

That script's not possible by the way.


RE: can som1 plz make a script 2 check ma yahoo inbox by Sunshine on 08-29-2006 at 04:22 PM

Please stick to your original thread, thank you.

Can sum1 make a script 2 check ma yahoo email jst like i can check ma Gmail accout


RE: RE: can som1 plz make a script 2 check ma yahoo inbox by alexp2_ad on 08-29-2006 at 04:39 PM

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. :)
RE: can som1 plz make a script 2 check ma yahoo inbox by jmccarroll on 08-29-2006 at 04:44 PM

alex you forgot tryed to tried.


RE: can som1 plz make a script 2 check ma yahoo inbox by ayjay on 08-29-2006 at 04:54 PM

quote:
Originally posted by alexp2_ad
You could code it into OnEvent_ChatWndReceiveMessage in a plus script to make reading other peoples messages easier. :)

I prefer blocking them.

RE: can som1 plz make a script 2 check ma yahoo inbox by Tochjo on 08-29-2006 at 05:15 PM

quote:
Originally posted by Sunshine
Please stick to your original thread, thank you.

Can sum1 make a script 2 check ma yahoo email jst like i can check ma Gmail accout