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 .
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 />';
rezultat: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 !
Link http://hellcs.ro/forumLink catre forum?
Ai facut modificari la forum?
Ce modul capcha folosesti?
Cod: Selectaţi tot
UPDATE phpbb_config SET config_value = 'phpbb_captcha_gd' WHERE config_name = 'captcha_plugin';
Utilizatori ce ce navighează pe acest forum: Niciun utilizator înregistrat și 1 vizitator