inside header
 
Contact Importer
Requirements
Live Sites
Contact Importer FAQ
IM Invite Script
IM Invite Script FAQ
  Contact Importer : Frequently Asked Questions  

Here are brief explanations for some of the questions that you may have about Improsys :: Products :: IM Invite Script.


Is sources well documented?

Yes, source code is documented and very easy to understand.

Back to Top


Is PHP source code encrypted ?

No, PHP source code is not encrypted. You will get all lines of code.

Back to Top


How many files PHP IM Invite Script uses and what is their function?

There are 7 files. They are:

i) Index.php
ii) aim.php
iii) wlm.php
iv) yahoo.com
v) grab_globals.lib.php
vi) ChallengeResponseUtility.php
vii) ymsg16Login.php

index.php: This is the top most file. Index.php is use for interact with user and the aim, yahoo and msn im classes. Users are input their user id and password on index file then press submit then after done necessary process it shows the buddy list of the user. There is a text box under the buddy list where user can write text for sending all online buddies.

aim.php: aim.php is used for import buddy list and send im to aim network.

wlm.php: wlm.php is used for buddy list and send im to msn network.

yahoo.php: yahoo.php is used for importing buddy list and send im to yahoo network.

grab_globals.lib.php: To Grab PHP Gloabl variables in case global variable set to off in php.ini.

ChallengeResponseUtility.php: This file is used by the yahoo.php file and contains the bit lavel base convertion Code.

ymsg16Login.php: This file is used by the yahoo.php file to parse the crumb value and cookies for authentication.  

Back to Top


What is the Update Process of PHP importer?

When an webmail change then we have to update our importer, we update that webmail's contact importer engine and send that to client. If hotmail.com change then we update hotmail.php and send that. Thats why we dont recommend you to change code for hotmai.php/gmai.php/yahoo.php or aol.php.

 

Back to Top


How long I will receive free updates ?

You will receive six month free updates with IM Invite Script Purchase.

 

Back to Top


How much is update fee ?

We did not decided yet how much we will have to charge but it will not definitely more then $300 for 1 year update.

 

Back to Top


What is the syntax for integrating this Script in PHP?

Set cimp= server.CreateObject("IMPContactImporter.ContactImporter")
cimp.contactimporter(userId,password,host)

'Example:

'To access contacts from improsys@hotmail.com .
if(cimp.contactimporter("improsys", "123456", "hotmail.com"))then
 numberOfContacts=cimp.ContactsLength
 
'cimp.DisplayName is containing Names of contacts

'cimp.Email is containing emails of contacts


'To print all contacts
for i=0 to (numberOfContacts-1)
  response.write("Name=" & cimp.DisplayName(i))
  response.write("Name=" & cimp.Email(i))
 next 

else
  response.Write "Invalid login"
end if

Back to Top


How IM Invite script works for MSN?

IM Invite uses MSNP15 protocol for MSN.

Back to Top


How IM Invite script works for YIM?

IM Invite Script uses both web scrapping and yahoo messenger protocol version 15.
For buddy list importing web scrapping is used and for message sending the YMSG15 protocol is used.



Back to Top


How IM Invite script works for AIM?

IM Invite Script uses AIM API Open AIM. More information can be found http://dev.aol.com/aim.


Back to Top

<< Go Back to IM Invite Script Page >>

 

© 2004 - 2010 Improsys. All rights reserved. ± Terms and conditions ± Privacy Policy