Pagina 1 din 1
Problema "Could not open socket"
Scris: 09-Iun-2010, 19:06:54
de MrSphirit
Buna ziua , astazi am intampinat problema la forumul meu si m-am gandit ca
www.phpbb.ro e solutia .
Problema mea este atunci cand un vizitator vrea sa se Inregistreze , complteaza saptile si cand da Trimite ii apare : Could not open socket
Poza :

Sper ca ma puteti ajuta , multumesc .
Re: Problema "Could not open socket"
Scris: 09-Iun-2010, 19:49:41
de dorin
Creaza un fisier php nou si denumeste-l function-check.php cu urmatorul continut:
Cod: Selectaţi tot
<?php
// Check if we have fsockopen
if(function_exists('fsockopen'))
{
echo 'fsockopen is available.<br />';
}
else
{
echo 'fsockopen is NOT available.<br />';
}
// Check if we have file_get_contents
if(function_exists('file_get_contents'))
{
echo 'file_get_contents is available.<br />';
}
else
{
echo 'file_get_contents is NOT available.<br />';
}
echo 'PHP Version: ' . PHP_VERSION . '<br />';
Urca acest fisier pe server si acceseaza-l in browser.
Revino cu rezultatul afisat !
Re: Problema "Could not open socket"
Scris: 09-Iun-2010, 19:51:05
de bogdan
Link catre forum?
Ai facut modificari la forum?
Ce modul capcha folosesti?
Re: Problema "Could not open socket"
Scris: 09-Iun-2010, 20:16:49
de marse_csm
Creaza un fisier php nou si denumeste-l function-check.php cu urmatorul continut:
COD: SELECTAŢI TOT
<?php
// Check if we have fsockopen
if(function_exists('fsockopen'))
{
echo 'fsockopen is available.<br />';
}
else
{
echo 'fsockopen is NOT available.<br />';
}
// Check if we have file_get_contents
if(function_exists('file_get_contents'))
{
echo 'file_get_contents is available.<br />';
}
else
{
echo 'file_get_contents is NOT available.<br />';
}
echo 'PHP Version: ' . PHP_VERSION . '<br />';
Urca acest fisier pe server si acceseaza-l in browser.
Revino cu rezultatul afisat !
rezultat:
fsockopen is available.
file_get_contents is available.
PHP Version: 5.2.13
Link catre forum?
Ai facut modificari la forum?
Ce modul capcha folosesti?
Link
http://hellcs.ro/forum
modul capcha : recapcha
Am observat ca numai pot accesa capcha module setting din control panel....
Re: Problema "Could not open socket"
Scris: 09-Iun-2010, 20:38:54
de bogdan
@
marse_csm: Faci echipa cu
MrSphirit ?
Nu mai poti accesa modulul? Primesti eroare sau nu-l mai vezi?
Mai poti modifica (folosind phpMyAdmin) tipul de captcha modificand variabila
captcha_plugin din tabela phpbb_config:
Cod: Selectaţi tot
UPDATE phpbb_config SET config_value = 'phpbb_captcha_gd' WHERE config_name = 'captcha_plugin';
Apoi trebuie
sa cureti cache-ul
Re: Problema "Could not open socket"
Scris: 09-Iun-2010, 20:55:01
de marse_csm
da! fac echipa cu sphirit..
Modulul al pot accesa dar nu al vad
Uploaded with
ImageShack.us
Re: Problema "Could not open socket"
Scris: 09-Iun-2010, 21:06:01
de bogdan
Ciudat.
Ai incercat cu alt browser? Ai verificat cu cei de la hosting daca nu au blocat cumva recapcha.net? Ar fi util sa te uiti prin log-urile serverului web.
Ai incercat sa schimbi tipul de captcha asa cum am explicat mai sus?
Re: Problema "Could not open socket"
Scris: 11-Iun-2010, 20:26:41
de dorin
Intreaba admin-ul hostului daca exista un firewall care blocheaza portul pentru reCaptcha (posibil 7105) si portul 80 pentru
www.phpbb.com !