Căutarea a găsit 2 rezultate

de marse_csm
09-Iun-2010, 20:55:01
Forum: 3.0.x Funcţionare
Subiect: Problema "Could not open socket"
Răspunsuri: 7
Vizualizări: 977

Re: Problema "Could not open socket"

da! fac echipa cu sphirit..
Modulul al pot accesa dar nu al vad
Imagine

Uploaded with ImageShack.us
de marse_csm
09-Iun-2010, 20:16:49
Forum: 3.0.x Funcţionare
Subiect: Problema "Could not open socket"
Răspunsuri: 7
Vizualizări: 977

Re: Problema "Could not open socket"

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 ...

Mergeți la căutare avansată