OpenInviter

0

Posted by Jagadeesh VP | Posted in

This is an wonderful API for importing contacts from your mail. This API supports almost all known email providers, CMS and social networks.

More over this is an Open Source package. This is implemented in PHP. So to deploy this Apache is enough.

I am working with TOMCAT container. I don't have much knowledge about apache server.
But for me it took a vary small time to integrate OpenInviter with my application.

Your apache should have Php DOM extension & curl modules. This application need this two support from your web server.

I followed all the instructions given in the package. But it not worked in my server.

So i did the following changes in config.php

$openinviter_settings=array(
'username'=>"xxxxxxxxx",[Your_OpenInviter_Username]
'private_key'=>"xyxyxyxyxyyxyxyxyxyxyxyxyyxyx", [Your_OpenInviter_Private Key]
'cookie_path'=>"/tmp",
'message_body'=>"", [I'll get this from user]
'message_subject'=>"My Mail",
'transport'=>"curl",
'local_debug'=>"on_error",
'remote_debug'=>"",
'hosted'=>"",
'proxies'=>array(),
'stats'=>"",
'plugins_cache_time'=>"1800",
'plugins_cache_file'=>"oi_plugins.php",
'update_files'=>"1",
'stats_user'=>"",
'stats_password'=>""
);
?>

Hope this may be useful.

Leadership Quality

0

Posted by Jagadeesh VP | Posted in

* Always tell the fact. Create a foundation of fairness and openness.
* Communicate constantly and exhibit strong and active listening skills. Be approachable.
* Be frank, but kind. Let everyone know what is expected and be demanding as far as standards and values are concerned. Be encouraging.
* Be a problem solver and part of the solution, and be willing to delegate.
* Show patience, discipline and determination.
* Love what you do and have a generous spirit.
* Find balance in your work/life experiences and encourage and help others to do the same.
* Lead by example. Be receptive to new ideas. Be both a teacher and a learner. Value creativity and let people stretch themselves.
* Exercise moral courage.
* Create an ongoing reward and recognition program.
* Have a heart and don't be afraid to show it.

If you follow have these, then people will start following you.