问题标签 [openinviter]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
php - 安装openinviter时遇到问题
安装 openinviter 时出现以下错误:
如何解决此安装错误?
错误截图:
php - 安装 OpenInviter 时出错 [gmail、yahoomail 联系人导入程序]
如何在 sqlite3 中定义统计用户名和密码?
我正在使用 sqlite3 数据库和 openinviter 工具。在安装该工具时,我遇到以下错误。
SQLite 已安装。启用统计。请在 config.php 中定义一个统计用户名和密码
- 检查用户名和私钥... 好的
- 检查 PHP 版本...好的
- 检查 DOMDocument 支持...好的
- 检查传输方法... libcurl 已安装。使用 cURL 处理请求
- SQLite 已安装。启用统计。请在 config.php 中定义一个统计用户名和密码
- 检查写权限... /tmp 是可写的。使用 /tmp 存储 cookie 文件和日志
php - How to modify OpenInviter to check if those contacts are already on database (and already invited?)
I have OpenInviter running successfully (not for facebook though?)
But I'd like not to send to already members invites o send duplicated invites (but first solves both for me).
How can I prevent that on OpenInviter? By looking at the code.
Have you tried?
php - OpenInviter 联系人导出请求被 Gmail 拒绝
我已经在我的共享服务器上成功安装了 Openinviter。
我试图从 Gmail、Yahoo 和 Facebook 获取联系人,但它总是返回错误,例如:
登录失败。请检查您提供的电子邮件和密码,然后再试一次
我还收到了一封来自 Gmail 团队的电子邮件,内容是:
阻止了可疑的登录
请帮我解决这个问题。
php - 如何在 php 中修复 hotmail/live 的 openinviter
如何在 php 中修复 hotmail/live 的openinviter 。它给出错误“登录失败。请检查您提供的电子邮件和密码,然后再试一次!” 请帮忙。
php - PHP/Openinviter touch() [function.touch]: Utime failed: Permission denied 错误
我一直在使用 openinviter 导入 gmail 联系人一段时间没有问题。
但是,我刚刚开始收到上述错误。
该行周围的代码如下:
if ((!$valid_cache) AND (empty($modified_files)) AND (!$this->settings['hosted'])) touch($this->settings['cookie_path'].'/'.$this- >设置['plugins_cache_file']); 别的
在另一个文件 config.php 中设置的 cooie 路径对于那些知道 openinviter 的人是
"cookie_path"=>'/tmp',
并且 plugins_cache_file 是
"plugins_cache_file"=>"oi_plugins.php",
我在别处读到这是 oi_plugins.php 文件或 tmp 目录的权限问题。然而,
我找不到安装中创建的任何 /tmp 目录,因此我找不到任何 oi_plugins.php 文件。
此外,由于网站是远程托管的,我不知道如何更改文件夹或文件的权限。
有没有人见过或解决过这个问题?提前感谢您提供的任何建议。