Php switcher. - paypal.

  • MY SSH server connect :


    server:


    62.75.166.97

    Are you crazy? You given the server root password publicly... I just removed it...

    Please give me the URL of the domain which have encoding problem.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • vtmk.,hu

    You're talking about an encoding problem but I don't see such encoding problem. What I see is that the page don't get fully generated. Is that the problem?

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • Igen 5.6 alatt ennek mindennek kellene ,mennie rendesen. De semmi

    Everything would need a yes for this under 5.6 ,to do properly. But nothing

  • this is php.ini file php 5.6:

    /opt/phpswitcher/20190308/php5.6/etc/php/





    modulse.ini :



    Functions.php file:


  • portal vtmkhu


    I'm investigating. Please be patient and don't do anything on the server as long as I'm working on it.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • Ok so... There is no problem at all with PHP. The problem is the man behind the keyboard... Your PHP script is poorly coded. For instance, don't expect a script to be evaluated if at begin you put a die() statement at first line...


    Please, fix your scripts that are coded like in the 90's years.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • this error:


    Parse error: syntax error, unexpected end of file in /var/www/virtual/vtmk.hu/htdocs/index.php on line 245


    if(!$written) die("Unable to write to $cache_file");




    code:



    $contents = ob_get_contents();

    $fp = fopen($cache_file,'w') or die("Unable to open $cache_file file for output");

    $written = fwrite($fp, $contents);

    if(!$written) die("Unable to write to $cache_file");

    fclose($fp);