|
|
 frank | 2005-05-23 12:02:35 |
Maybe is 4 the version of messenger?
All the rest seems to be right, i'll keep on changing things.. but some help will be fantastic ;)
|
 Hara | 2005-05-25 10:32:03 - In reply to message 1 from frank |
| I got the same error... |
 ghulam mustafa | 2005-05-30 06:12:15 - In reply to message 2 from Hara |
| this class needs a lot of work to be done , you need to provide a correct user name and password in the class |
 casanovar | 2005-05-30 19:59:14 - In reply to message 1 from frank |
| Do you already know your problem, please contact me by the other topic on this forum. Thank you! |
 daniel far | 2005-06-07 13:36:03 - In reply to message 4 from casanovar |
Warning: Invalid argument supplied for foreach()
on line 5......
I can't solve it.. =( |
 Junior goncalves | 2006-08-26 02:33:50 - In reply to message 1 from frank |
the problem regarding the foreach() invalid argument could be solve doin this
foreach ($gm as $val)
but i still couldnīt make the program working when i execute it says this need help too, send me something to my mail garcia_ale69 at hotmail
" messenger.hotmail.com
1863
MSNMSGR 6.2
MSG Hotmail Hotmail 498 MIME-Version: 1.0 Content-Type: text/x-msmsgsprofile; charset=UTF-8 LoginTime: 1156559588 EmailEnabled: 1 MemberIdHigh: 425982 MemberIdLow: -1853003374 lang_preference: 3082 preferredEmail: country: VE PostalCode: Gender: Kid: 0 Age: BDayPre: Birthday: Wallet: Flags: 1610613827 sid: 507 MSPAuth: 7GFspzCdGDYpWf4WWAjzZ3g4swDz1fedgQcGJ0K5Bcyc1*KNITxb9x2jvmzbtaXmlGiSIW*5hMUa6AeuU*lNvvmiT5B55XGjdWV8lOA7b13niCACuxpZzpMXaDK928rB7v ClientIP: 200.8.31.34 ClientPort: 58118
Resource id #4
7
lc=1033,id=507,tw=40,ru=http%3A%2F%2Fmessenger%2Emsn%2Ecom,ct=1156559586,kpp=1,kv=7,ver=2.1.6000.1,rn=Cfytf1RF,tpf=8ad8e1fe1ae92f61c2afc223d3c9ff99
56
56
Array " |
 Gisler Garces | 2006-09-26 16:47:05 - In reply to message 6 from Junior goncalves |
EUREKA!! I found the Solution!!
when you enter de login in this way:
class msnlistgrab {
var $user='yourlogin@hotmail.com';
you got the error BUT... BUT .. BUT .. if you do it in this way:
class msnlistgrab {
var $user='yourlogin';
the undocument program works!! :) have FUN!!
From Colombia SouthAmerica BYE!! |
 quebit | 2006-11-08 12:17:39 - In reply to message 7 from Gisler Garces |
| And what if you don't have a hotmailadres? |
 quebit | 2006-11-08 12:51:13 - In reply to message 8 from quebit |
Ok I fixed it, a little bit dirty at this time but hey it works.
You can now send your msn emailaccount and password t trought a form.
I like this class I'm gonna look if i can fix it.
Download the fast fix (5 minute fix)
http://www.plingo.nl/files/msnlistgrab_fixed.zip |
 Marko | 2007-03-21 21:46:09 - In reply to message 9 from quebit |
| This link is down :( |
|