21/11/2010, 16:12
|
| | Fecha de Ingreso: octubre-2010 Ubicación: montevideo
Mensajes: 169
Antigüedad: 14 años, 1 mes Puntos: 5 | |
Respuesta: Ayuda con openinviter hola yo configure el config asi en local y me anda
<?php
$openinviter_settings=array(
'username'=>"pablobuitres", 'private_key'=>"(este te lo envia desde la pagina)", 'cookie_path'=>"c:/wamp/tmp", 'message_body'=>"You are invited to http://localhost", 'message_subject'=>" is inviting you to http://localhost", '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'=>"");
?>
espero te sirva,
en local me anda bien el problema que tuve era que no tenia habilitada la curl en php pero mas nada, probas y cualquier cosa me decis! |