├── LICENSE.txt ├── POLICY.txt ├── README.md ├── autoupdate.php ├── conf ├── abv.conf ├── aol.conf ├── apropo.conf ├── atlas.conf ├── aussiemail.conf ├── azet.conf ├── badoo.conf ├── bebo.conf ├── bigstring.conf ├── bookcrossing.conf ├── bordermail.conf ├── brazencareerist.conf ├── canoe.conf ├── care2.conf ├── clevergo.conf ├── cyworld.conf ├── doramail.conf ├── eons.conf ├── evite.conf ├── facebook.conf ├── faces.conf ├── famiva.conf ├── fastmail.conf ├── fdcareer.conf ├── flickr.conf ├── flingr.conf ├── flixster.conf ├── fm5.conf ├── freemail.conf ├── friendfeed.conf ├── friendster.conf ├── gawab.conf ├── gmail.conf ├── gmx_net.conf ├── graffiti.conf ├── hi5.conf ├── hotmail.conf ├── hushmail.conf ├── hyves.conf ├── inbox.conf ├── india.conf ├── indiatimes.conf ├── inet.conf ├── interia.conf ├── katamail.conf ├── kids.conf ├── kincafe.conf ├── konnects.conf ├── koolro.conf ├── lastfm.conf ├── libero.conf ├── linkedin.conf ├── livejournal.conf ├── lovento.conf ├── lycos.conf ├── mail2world.conf ├── mail_com.conf ├── mail_in.conf ├── mail_ru.conf ├── meinvz.conf ├── meta.conf ├── mevio.conf ├── motortopia.conf ├── multiply.conf ├── mycatspace.conf ├── mydogspace.conf ├── mynet.conf ├── myspace.conf ├── netaddress.conf ├── netlog.conf ├── ning.conf ├── nz11.conf ├── o2.conf ├── operamail.conf ├── orkut.conf ├── perfspot.conf ├── plaxo.conf ├── plazes.conf ├── plurk.conf ├── pochta.conf ├── popstarmail.conf ├── rambler.conf ├── rediff.conf ├── sapo.conf ├── skyrock.conf ├── tagged.conf ├── techemail.conf ├── terra.conf ├── twitter.conf ├── uk2.conf ├── vimeo.conf ├── virgilio.conf ├── vkontakte.conf ├── walla.conf ├── web_de.conf ├── wpl.conf ├── xanga.conf ├── xing.conf ├── xuqa.conf ├── yahoo.conf ├── yandex.conf ├── youtube.conf └── zapak.conf ├── config.php ├── default.php ├── example.php ├── images ├── ers.gif └── oks.gif ├── index.htm ├── index.html ├── index.php ├── install.txt ├── install_visual.pdf ├── more_examples ├── css │ ├── jquery.fancybox-1.3.4.css │ ├── style.css │ └── uniform.default.css ├── example_autodetect.php ├── example_list.php ├── get_contacts.php ├── imgs │ ├── Thumbs.db │ ├── all_services.png │ ├── all_services_up.png │ ├── bg-input-focus.png │ ├── bg-input.png │ ├── blank.gif │ ├── email_services.png │ ├── ers.gif │ ├── fancy_close.png │ ├── fancy_loading.png │ ├── fancy_nav_left.png │ ├── fancy_nav_right.png │ ├── fancy_shadow_e.png │ ├── fancy_shadow_n.png │ ├── fancy_shadow_ne.png │ ├── fancy_shadow_nw.png │ ├── fancy_shadow_s.png │ ├── fancy_shadow_se.png │ ├── fancy_shadow_sw.png │ ├── fancy_shadow_w.png │ ├── fancy_title_left.png │ ├── fancy_title_main.png │ ├── fancy_title_over.png │ ├── fancy_title_right.png │ ├── fancybox-x.png │ ├── fancybox-y.png │ ├── fancybox.png │ ├── oks.gif │ ├── social_services.png │ └── sprite.png └── js │ ├── jquery.easing-1.3.pack.js │ ├── jquery.fancybox-1.3.4.pack.js │ ├── jquery.mousewheel-3.0.4.pack.js │ └── jquery.uniform.min.js ├── notifier.php ├── openinviter.php ├── plugins ├── _base.php ├── _hosted.plg.php ├── abv.plg.php ├── aol.plg.php ├── apropo.plg.php ├── atlas.plg.php ├── aussiemail.plg.php ├── azet.plg.php ├── badoo.plg.php ├── bebo.plg.php ├── bigstring.plg.php ├── bookcrossing.plg.php ├── bordermail.plg.php ├── brazencareerist.plg.php ├── canoe.plg.php ├── care2.plg.php ├── clevergo.plg.php ├── cyworld.plg.php ├── doramail.plg.php ├── eons.plg.php ├── evite.plg.php ├── facebook.plg.php ├── faces.plg.php ├── famiva.plg.php ├── fastmail.plg.php ├── fdcareer.plg.php ├── flickr.plg.php ├── flingr.plg.php ├── flixster.plg.php ├── fm5.plg.php ├── freemail.plg.php ├── friendfeed.plg.php ├── friendster.plg.php ├── gawab.plg.php ├── gmail.plg.php ├── gmx_net.plg.php ├── graffiti.plg.php ├── hi5.plg.php ├── hotmail.plg.php ├── hushmail.plg.php ├── hyves.plg.php ├── inbox.plg.php ├── india.plg.php ├── indiatimes.plg.php ├── inet.plg.php ├── interia.plg.php ├── katamail.plg.php ├── kids.plg.php ├── kincafe.plg.php ├── konnects.plg.php ├── koolro.plg.php ├── lastfm.plg.php ├── libero.plg.php ├── linkedin.plg.php ├── livejournal.plg.php ├── lovento.plg.php ├── lycos.plg.php ├── mail2world.plg.php ├── mail_com.plg.php ├── mail_in.plg.php ├── mail_ru.plg.php ├── meinvz.plg.php ├── meta.plg.php ├── mevio.plg.php ├── motortopia.plg.php ├── msn.plg.php ├── multiply.plg.php ├── mycatspace.plg.php ├── mydogspace.plg.php ├── mynet.plg.php ├── myspace.plg.php ├── netaddress.plg.php ├── netlog.plg.php ├── ning.plg.php ├── nz11.plg.php ├── o2.plg.php ├── operamail.plg.php ├── orkut.plg.php ├── perfspot.plg.php ├── plaxo.plg.php ├── plazes.plg.php ├── plurk.plg.php ├── pochta.plg.php ├── popstarmail.plg.php ├── rambler.plg.php ├── rediff.plg.php ├── sapo.plg.php ├── skyrock.plg.php ├── tagged.plg.php ├── techemail.plg.php ├── terra.plg.php ├── twitter.plg.php ├── uk2.plg.php ├── vimeo.plg.php ├── virgilio.plg.php ├── vkontakte.plg.php ├── walla.plg.php ├── web_de.plg.php ├── wpl.plg.php ├── xanga.plg.php ├── xing.plg.php ├── xuqa.plg.php ├── yahoo.plg.php ├── yandex.plg.php ├── youtube.plg.php └── zapak.plg.php ├── postinstall.php └── stats.php /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /POLICY.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/POLICY.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/README.md -------------------------------------------------------------------------------- /autoupdate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/autoupdate.php -------------------------------------------------------------------------------- /conf/abv.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/abv.conf -------------------------------------------------------------------------------- /conf/aol.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/aol.conf -------------------------------------------------------------------------------- /conf/apropo.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/apropo.conf -------------------------------------------------------------------------------- /conf/atlas.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/atlas.conf -------------------------------------------------------------------------------- /conf/aussiemail.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/aussiemail.conf -------------------------------------------------------------------------------- /conf/azet.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/azet.conf -------------------------------------------------------------------------------- /conf/badoo.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/badoo.conf -------------------------------------------------------------------------------- /conf/bebo.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/bebo.conf -------------------------------------------------------------------------------- /conf/bigstring.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/bigstring.conf -------------------------------------------------------------------------------- /conf/bookcrossing.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/bookcrossing.conf -------------------------------------------------------------------------------- /conf/bordermail.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/bordermail.conf -------------------------------------------------------------------------------- /conf/brazencareerist.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/brazencareerist.conf -------------------------------------------------------------------------------- /conf/canoe.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/canoe.conf -------------------------------------------------------------------------------- /conf/care2.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/care2.conf -------------------------------------------------------------------------------- /conf/clevergo.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/clevergo.conf -------------------------------------------------------------------------------- /conf/cyworld.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/cyworld.conf -------------------------------------------------------------------------------- /conf/doramail.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/doramail.conf -------------------------------------------------------------------------------- /conf/eons.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/eons.conf -------------------------------------------------------------------------------- /conf/evite.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/evite.conf -------------------------------------------------------------------------------- /conf/facebook.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/facebook.conf -------------------------------------------------------------------------------- /conf/faces.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/faces.conf -------------------------------------------------------------------------------- /conf/famiva.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/famiva.conf -------------------------------------------------------------------------------- /conf/fastmail.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/fastmail.conf -------------------------------------------------------------------------------- /conf/fdcareer.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/fdcareer.conf -------------------------------------------------------------------------------- /conf/flickr.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/flickr.conf -------------------------------------------------------------------------------- /conf/flingr.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/flingr.conf -------------------------------------------------------------------------------- /conf/flixster.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/flixster.conf -------------------------------------------------------------------------------- /conf/fm5.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/fm5.conf -------------------------------------------------------------------------------- /conf/freemail.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/freemail.conf -------------------------------------------------------------------------------- /conf/friendfeed.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/friendfeed.conf -------------------------------------------------------------------------------- /conf/friendster.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/friendster.conf -------------------------------------------------------------------------------- /conf/gawab.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/gawab.conf -------------------------------------------------------------------------------- /conf/gmail.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/gmail.conf -------------------------------------------------------------------------------- /conf/gmx_net.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/gmx_net.conf -------------------------------------------------------------------------------- /conf/graffiti.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/graffiti.conf -------------------------------------------------------------------------------- /conf/hi5.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/hi5.conf -------------------------------------------------------------------------------- /conf/hotmail.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/hotmail.conf -------------------------------------------------------------------------------- /conf/hushmail.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/hushmail.conf -------------------------------------------------------------------------------- /conf/hyves.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/hyves.conf -------------------------------------------------------------------------------- /conf/inbox.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/inbox.conf -------------------------------------------------------------------------------- /conf/india.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/india.conf -------------------------------------------------------------------------------- /conf/indiatimes.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/indiatimes.conf -------------------------------------------------------------------------------- /conf/inet.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/inet.conf -------------------------------------------------------------------------------- /conf/interia.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/interia.conf -------------------------------------------------------------------------------- /conf/katamail.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/katamail.conf -------------------------------------------------------------------------------- /conf/kids.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/kids.conf -------------------------------------------------------------------------------- /conf/kincafe.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/kincafe.conf -------------------------------------------------------------------------------- /conf/konnects.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/konnects.conf -------------------------------------------------------------------------------- /conf/koolro.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/koolro.conf -------------------------------------------------------------------------------- /conf/lastfm.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/lastfm.conf -------------------------------------------------------------------------------- /conf/libero.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/libero.conf -------------------------------------------------------------------------------- /conf/linkedin.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/linkedin.conf -------------------------------------------------------------------------------- /conf/livejournal.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/livejournal.conf -------------------------------------------------------------------------------- /conf/lovento.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/lovento.conf -------------------------------------------------------------------------------- /conf/lycos.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/lycos.conf -------------------------------------------------------------------------------- /conf/mail2world.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/mail2world.conf -------------------------------------------------------------------------------- /conf/mail_com.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/mail_com.conf -------------------------------------------------------------------------------- /conf/mail_in.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/mail_in.conf -------------------------------------------------------------------------------- /conf/mail_ru.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/mail_ru.conf -------------------------------------------------------------------------------- /conf/meinvz.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/meinvz.conf -------------------------------------------------------------------------------- /conf/meta.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/meta.conf -------------------------------------------------------------------------------- /conf/mevio.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/mevio.conf -------------------------------------------------------------------------------- /conf/motortopia.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/motortopia.conf -------------------------------------------------------------------------------- /conf/multiply.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/multiply.conf -------------------------------------------------------------------------------- /conf/mycatspace.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/mycatspace.conf -------------------------------------------------------------------------------- /conf/mydogspace.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/mydogspace.conf -------------------------------------------------------------------------------- /conf/mynet.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/mynet.conf -------------------------------------------------------------------------------- /conf/myspace.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/myspace.conf -------------------------------------------------------------------------------- /conf/netaddress.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/netaddress.conf -------------------------------------------------------------------------------- /conf/netlog.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/netlog.conf -------------------------------------------------------------------------------- /conf/ning.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/ning.conf -------------------------------------------------------------------------------- /conf/nz11.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/nz11.conf -------------------------------------------------------------------------------- /conf/o2.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/o2.conf -------------------------------------------------------------------------------- /conf/operamail.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/operamail.conf -------------------------------------------------------------------------------- /conf/orkut.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/orkut.conf -------------------------------------------------------------------------------- /conf/perfspot.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/perfspot.conf -------------------------------------------------------------------------------- /conf/plaxo.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/plaxo.conf -------------------------------------------------------------------------------- /conf/plazes.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/plazes.conf -------------------------------------------------------------------------------- /conf/plurk.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/plurk.conf -------------------------------------------------------------------------------- /conf/pochta.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/pochta.conf -------------------------------------------------------------------------------- /conf/popstarmail.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/popstarmail.conf -------------------------------------------------------------------------------- /conf/rambler.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/rambler.conf -------------------------------------------------------------------------------- /conf/rediff.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/rediff.conf -------------------------------------------------------------------------------- /conf/sapo.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/sapo.conf -------------------------------------------------------------------------------- /conf/skyrock.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/skyrock.conf -------------------------------------------------------------------------------- /conf/tagged.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/tagged.conf -------------------------------------------------------------------------------- /conf/techemail.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/techemail.conf -------------------------------------------------------------------------------- /conf/terra.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/terra.conf -------------------------------------------------------------------------------- /conf/twitter.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/twitter.conf -------------------------------------------------------------------------------- /conf/uk2.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/uk2.conf -------------------------------------------------------------------------------- /conf/vimeo.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/vimeo.conf -------------------------------------------------------------------------------- /conf/virgilio.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/virgilio.conf -------------------------------------------------------------------------------- /conf/vkontakte.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/vkontakte.conf -------------------------------------------------------------------------------- /conf/walla.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/walla.conf -------------------------------------------------------------------------------- /conf/web_de.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/web_de.conf -------------------------------------------------------------------------------- /conf/wpl.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/wpl.conf -------------------------------------------------------------------------------- /conf/xanga.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/xanga.conf -------------------------------------------------------------------------------- /conf/xing.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/xing.conf -------------------------------------------------------------------------------- /conf/xuqa.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/xuqa.conf -------------------------------------------------------------------------------- /conf/yahoo.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/yahoo.conf -------------------------------------------------------------------------------- /conf/yandex.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/yandex.conf -------------------------------------------------------------------------------- /conf/youtube.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/youtube.conf -------------------------------------------------------------------------------- /conf/zapak.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/conf/zapak.conf -------------------------------------------------------------------------------- /config.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/config.php -------------------------------------------------------------------------------- /default.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/default.php -------------------------------------------------------------------------------- /example.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/example.php -------------------------------------------------------------------------------- /images/ers.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/images/ers.gif -------------------------------------------------------------------------------- /images/oks.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/images/oks.gif -------------------------------------------------------------------------------- /index.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/index.htm -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/index.html -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/index.php -------------------------------------------------------------------------------- /install.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/install.txt -------------------------------------------------------------------------------- /install_visual.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/install_visual.pdf -------------------------------------------------------------------------------- /more_examples/css/jquery.fancybox-1.3.4.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/more_examples/css/jquery.fancybox-1.3.4.css -------------------------------------------------------------------------------- /more_examples/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/more_examples/css/style.css -------------------------------------------------------------------------------- /more_examples/css/uniform.default.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/more_examples/css/uniform.default.css -------------------------------------------------------------------------------- /more_examples/example_autodetect.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/more_examples/example_autodetect.php -------------------------------------------------------------------------------- /more_examples/example_list.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/more_examples/example_list.php -------------------------------------------------------------------------------- /more_examples/get_contacts.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/more_examples/get_contacts.php -------------------------------------------------------------------------------- /more_examples/imgs/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/more_examples/imgs/Thumbs.db -------------------------------------------------------------------------------- /more_examples/imgs/all_services.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/more_examples/imgs/all_services.png -------------------------------------------------------------------------------- /more_examples/imgs/all_services_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/more_examples/imgs/all_services_up.png -------------------------------------------------------------------------------- /more_examples/imgs/bg-input-focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/more_examples/imgs/bg-input-focus.png -------------------------------------------------------------------------------- /more_examples/imgs/bg-input.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/more_examples/imgs/bg-input.png -------------------------------------------------------------------------------- /more_examples/imgs/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/more_examples/imgs/blank.gif -------------------------------------------------------------------------------- /more_examples/imgs/email_services.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/more_examples/imgs/email_services.png -------------------------------------------------------------------------------- /more_examples/imgs/ers.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/more_examples/imgs/ers.gif -------------------------------------------------------------------------------- /more_examples/imgs/fancy_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/more_examples/imgs/fancy_close.png -------------------------------------------------------------------------------- /more_examples/imgs/fancy_loading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/more_examples/imgs/fancy_loading.png -------------------------------------------------------------------------------- /more_examples/imgs/fancy_nav_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/more_examples/imgs/fancy_nav_left.png -------------------------------------------------------------------------------- /more_examples/imgs/fancy_nav_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/more_examples/imgs/fancy_nav_right.png -------------------------------------------------------------------------------- /more_examples/imgs/fancy_shadow_e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/more_examples/imgs/fancy_shadow_e.png -------------------------------------------------------------------------------- /more_examples/imgs/fancy_shadow_n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/more_examples/imgs/fancy_shadow_n.png -------------------------------------------------------------------------------- /more_examples/imgs/fancy_shadow_ne.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/more_examples/imgs/fancy_shadow_ne.png -------------------------------------------------------------------------------- /more_examples/imgs/fancy_shadow_nw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/more_examples/imgs/fancy_shadow_nw.png -------------------------------------------------------------------------------- /more_examples/imgs/fancy_shadow_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/more_examples/imgs/fancy_shadow_s.png -------------------------------------------------------------------------------- /more_examples/imgs/fancy_shadow_se.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/more_examples/imgs/fancy_shadow_se.png -------------------------------------------------------------------------------- /more_examples/imgs/fancy_shadow_sw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/more_examples/imgs/fancy_shadow_sw.png -------------------------------------------------------------------------------- /more_examples/imgs/fancy_shadow_w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/more_examples/imgs/fancy_shadow_w.png -------------------------------------------------------------------------------- /more_examples/imgs/fancy_title_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/more_examples/imgs/fancy_title_left.png -------------------------------------------------------------------------------- /more_examples/imgs/fancy_title_main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/more_examples/imgs/fancy_title_main.png -------------------------------------------------------------------------------- /more_examples/imgs/fancy_title_over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/more_examples/imgs/fancy_title_over.png -------------------------------------------------------------------------------- /more_examples/imgs/fancy_title_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/more_examples/imgs/fancy_title_right.png -------------------------------------------------------------------------------- /more_examples/imgs/fancybox-x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/more_examples/imgs/fancybox-x.png -------------------------------------------------------------------------------- /more_examples/imgs/fancybox-y.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/more_examples/imgs/fancybox-y.png -------------------------------------------------------------------------------- /more_examples/imgs/fancybox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/more_examples/imgs/fancybox.png -------------------------------------------------------------------------------- /more_examples/imgs/oks.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/more_examples/imgs/oks.gif -------------------------------------------------------------------------------- /more_examples/imgs/social_services.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/more_examples/imgs/social_services.png -------------------------------------------------------------------------------- /more_examples/imgs/sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/more_examples/imgs/sprite.png -------------------------------------------------------------------------------- /more_examples/js/jquery.easing-1.3.pack.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/more_examples/js/jquery.easing-1.3.pack.js -------------------------------------------------------------------------------- /more_examples/js/jquery.fancybox-1.3.4.pack.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/more_examples/js/jquery.fancybox-1.3.4.pack.js -------------------------------------------------------------------------------- /more_examples/js/jquery.mousewheel-3.0.4.pack.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/more_examples/js/jquery.mousewheel-3.0.4.pack.js -------------------------------------------------------------------------------- /more_examples/js/jquery.uniform.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/more_examples/js/jquery.uniform.min.js -------------------------------------------------------------------------------- /notifier.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/notifier.php -------------------------------------------------------------------------------- /openinviter.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/openinviter.php -------------------------------------------------------------------------------- /plugins/_base.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/_base.php -------------------------------------------------------------------------------- /plugins/_hosted.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/_hosted.plg.php -------------------------------------------------------------------------------- /plugins/abv.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/abv.plg.php -------------------------------------------------------------------------------- /plugins/aol.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/aol.plg.php -------------------------------------------------------------------------------- /plugins/apropo.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/apropo.plg.php -------------------------------------------------------------------------------- /plugins/atlas.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/atlas.plg.php -------------------------------------------------------------------------------- /plugins/aussiemail.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/aussiemail.plg.php -------------------------------------------------------------------------------- /plugins/azet.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/azet.plg.php -------------------------------------------------------------------------------- /plugins/badoo.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/badoo.plg.php -------------------------------------------------------------------------------- /plugins/bebo.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/bebo.plg.php -------------------------------------------------------------------------------- /plugins/bigstring.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/bigstring.plg.php -------------------------------------------------------------------------------- /plugins/bookcrossing.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/bookcrossing.plg.php -------------------------------------------------------------------------------- /plugins/bordermail.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/bordermail.plg.php -------------------------------------------------------------------------------- /plugins/brazencareerist.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/brazencareerist.plg.php -------------------------------------------------------------------------------- /plugins/canoe.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/canoe.plg.php -------------------------------------------------------------------------------- /plugins/care2.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/care2.plg.php -------------------------------------------------------------------------------- /plugins/clevergo.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/clevergo.plg.php -------------------------------------------------------------------------------- /plugins/cyworld.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/cyworld.plg.php -------------------------------------------------------------------------------- /plugins/doramail.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/doramail.plg.php -------------------------------------------------------------------------------- /plugins/eons.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/eons.plg.php -------------------------------------------------------------------------------- /plugins/evite.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/evite.plg.php -------------------------------------------------------------------------------- /plugins/facebook.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/facebook.plg.php -------------------------------------------------------------------------------- /plugins/faces.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/faces.plg.php -------------------------------------------------------------------------------- /plugins/famiva.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/famiva.plg.php -------------------------------------------------------------------------------- /plugins/fastmail.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/fastmail.plg.php -------------------------------------------------------------------------------- /plugins/fdcareer.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/fdcareer.plg.php -------------------------------------------------------------------------------- /plugins/flickr.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/flickr.plg.php -------------------------------------------------------------------------------- /plugins/flingr.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/flingr.plg.php -------------------------------------------------------------------------------- /plugins/flixster.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/flixster.plg.php -------------------------------------------------------------------------------- /plugins/fm5.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/fm5.plg.php -------------------------------------------------------------------------------- /plugins/freemail.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/freemail.plg.php -------------------------------------------------------------------------------- /plugins/friendfeed.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/friendfeed.plg.php -------------------------------------------------------------------------------- /plugins/friendster.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/friendster.plg.php -------------------------------------------------------------------------------- /plugins/gawab.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/gawab.plg.php -------------------------------------------------------------------------------- /plugins/gmail.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/gmail.plg.php -------------------------------------------------------------------------------- /plugins/gmx_net.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/gmx_net.plg.php -------------------------------------------------------------------------------- /plugins/graffiti.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/graffiti.plg.php -------------------------------------------------------------------------------- /plugins/hi5.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/hi5.plg.php -------------------------------------------------------------------------------- /plugins/hotmail.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/hotmail.plg.php -------------------------------------------------------------------------------- /plugins/hushmail.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/hushmail.plg.php -------------------------------------------------------------------------------- /plugins/hyves.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/hyves.plg.php -------------------------------------------------------------------------------- /plugins/inbox.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/inbox.plg.php -------------------------------------------------------------------------------- /plugins/india.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/india.plg.php -------------------------------------------------------------------------------- /plugins/indiatimes.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/indiatimes.plg.php -------------------------------------------------------------------------------- /plugins/inet.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/inet.plg.php -------------------------------------------------------------------------------- /plugins/interia.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/interia.plg.php -------------------------------------------------------------------------------- /plugins/katamail.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/katamail.plg.php -------------------------------------------------------------------------------- /plugins/kids.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/kids.plg.php -------------------------------------------------------------------------------- /plugins/kincafe.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/kincafe.plg.php -------------------------------------------------------------------------------- /plugins/konnects.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/konnects.plg.php -------------------------------------------------------------------------------- /plugins/koolro.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/koolro.plg.php -------------------------------------------------------------------------------- /plugins/lastfm.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/lastfm.plg.php -------------------------------------------------------------------------------- /plugins/libero.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/libero.plg.php -------------------------------------------------------------------------------- /plugins/linkedin.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/linkedin.plg.php -------------------------------------------------------------------------------- /plugins/livejournal.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/livejournal.plg.php -------------------------------------------------------------------------------- /plugins/lovento.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/lovento.plg.php -------------------------------------------------------------------------------- /plugins/lycos.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/lycos.plg.php -------------------------------------------------------------------------------- /plugins/mail2world.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/mail2world.plg.php -------------------------------------------------------------------------------- /plugins/mail_com.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/mail_com.plg.php -------------------------------------------------------------------------------- /plugins/mail_in.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/mail_in.plg.php -------------------------------------------------------------------------------- /plugins/mail_ru.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/mail_ru.plg.php -------------------------------------------------------------------------------- /plugins/meinvz.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/meinvz.plg.php -------------------------------------------------------------------------------- /plugins/meta.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/meta.plg.php -------------------------------------------------------------------------------- /plugins/mevio.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/mevio.plg.php -------------------------------------------------------------------------------- /plugins/motortopia.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/motortopia.plg.php -------------------------------------------------------------------------------- /plugins/msn.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/msn.plg.php -------------------------------------------------------------------------------- /plugins/multiply.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/multiply.plg.php -------------------------------------------------------------------------------- /plugins/mycatspace.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/mycatspace.plg.php -------------------------------------------------------------------------------- /plugins/mydogspace.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/mydogspace.plg.php -------------------------------------------------------------------------------- /plugins/mynet.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/mynet.plg.php -------------------------------------------------------------------------------- /plugins/myspace.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/myspace.plg.php -------------------------------------------------------------------------------- /plugins/netaddress.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/netaddress.plg.php -------------------------------------------------------------------------------- /plugins/netlog.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/netlog.plg.php -------------------------------------------------------------------------------- /plugins/ning.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/ning.plg.php -------------------------------------------------------------------------------- /plugins/nz11.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/nz11.plg.php -------------------------------------------------------------------------------- /plugins/o2.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/o2.plg.php -------------------------------------------------------------------------------- /plugins/operamail.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/operamail.plg.php -------------------------------------------------------------------------------- /plugins/orkut.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/orkut.plg.php -------------------------------------------------------------------------------- /plugins/perfspot.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/perfspot.plg.php -------------------------------------------------------------------------------- /plugins/plaxo.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/plaxo.plg.php -------------------------------------------------------------------------------- /plugins/plazes.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/plazes.plg.php -------------------------------------------------------------------------------- /plugins/plurk.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/plurk.plg.php -------------------------------------------------------------------------------- /plugins/pochta.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/pochta.plg.php -------------------------------------------------------------------------------- /plugins/popstarmail.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/popstarmail.plg.php -------------------------------------------------------------------------------- /plugins/rambler.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/rambler.plg.php -------------------------------------------------------------------------------- /plugins/rediff.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/rediff.plg.php -------------------------------------------------------------------------------- /plugins/sapo.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/sapo.plg.php -------------------------------------------------------------------------------- /plugins/skyrock.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/skyrock.plg.php -------------------------------------------------------------------------------- /plugins/tagged.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/tagged.plg.php -------------------------------------------------------------------------------- /plugins/techemail.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/techemail.plg.php -------------------------------------------------------------------------------- /plugins/terra.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/terra.plg.php -------------------------------------------------------------------------------- /plugins/twitter.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/twitter.plg.php -------------------------------------------------------------------------------- /plugins/uk2.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/uk2.plg.php -------------------------------------------------------------------------------- /plugins/vimeo.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/vimeo.plg.php -------------------------------------------------------------------------------- /plugins/virgilio.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/virgilio.plg.php -------------------------------------------------------------------------------- /plugins/vkontakte.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/vkontakte.plg.php -------------------------------------------------------------------------------- /plugins/walla.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/walla.plg.php -------------------------------------------------------------------------------- /plugins/web_de.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/web_de.plg.php -------------------------------------------------------------------------------- /plugins/wpl.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/wpl.plg.php -------------------------------------------------------------------------------- /plugins/xanga.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/xanga.plg.php -------------------------------------------------------------------------------- /plugins/xing.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/xing.plg.php -------------------------------------------------------------------------------- /plugins/xuqa.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/xuqa.plg.php -------------------------------------------------------------------------------- /plugins/yahoo.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/yahoo.plg.php -------------------------------------------------------------------------------- /plugins/yandex.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/yandex.plg.php -------------------------------------------------------------------------------- /plugins/youtube.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/youtube.plg.php -------------------------------------------------------------------------------- /plugins/zapak.plg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/plugins/zapak.plg.php -------------------------------------------------------------------------------- /postinstall.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/postinstall.php -------------------------------------------------------------------------------- /stats.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/srajbr/OpenInviter/HEAD/stats.php --------------------------------------------------------------------------------