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:
rollz616
New Member
*


Posts: 12
Reputation: -1
37 / Male / –
Joined: Jun 2006
O.P. Cool  can som1 plz make a script 2 check ma yahoo inbox
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)
08-29-2006 04:14 PM
Profile E-Mail PM Web Find Quote Report
ayjay
Senior Member
****

Avatar

Posts: 850
Reputation: 58
– / Male / Flag
Joined: Mar 2004
RE: can som1 plz make a script 2 check ma yahoo inbox
Can someone make a script that automatically translates what you speak so people can read it?

That script's not possible by the way.
08-29-2006 04:19 PM
Profile PM Find Quote Report
Sunshine
Elite Member
*****

Avatar

Posts: 5142
Reputation: 122
– / Female / Flag
Joined: Mar 2004
Status: Away
RE: can som1 plz make a script 2 check ma yahoo inbox
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
[Image: 25dr3o9]
08-29-2006 04:22 PM
Profile E-Mail PM Web Find Quote Report
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
jmccarroll
Full Member
***


Posts: 141
39 / Male / –
Joined: Jun 2003
RE: can som1 plz make a script 2 check ma yahoo inbox
alex you forgot tryed to tried.
08-29-2006 04:44 PM
Profile PM Find Quote Report
ayjay
Senior Member
****

Avatar

Posts: 850
Reputation: 58
– / Male / Flag
Joined: Mar 2004
RE: can som1 plz make a script 2 check ma yahoo inbox
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.
08-29-2006 04:54 PM
Profile PM Find Quote Report
Tochjo
forum super mod
******

Avatar

Posts: 4207
Reputation: 78
36 / Male / Flag
Joined: Sep 2003
Status: Online
RE: can som1 plz make a script 2 check ma yahoo inbox
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
08-29-2006 05:15 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »


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