some weeks ago i firstly added some of my websites to the google search console. https://search.google.com/search-console for one website i got the message that the URL Live-Test failed. i should try again in some hours again. i waited some weeks and today i tried again. without success. after i googled for a solution, added a…
Codechanges for XTC 3.04 for PHP7 compatibility
ATTENTION! before you start doing the same like me:this is not a complete HowTO because i stopped as payment did not work!!!! grab mysql.php Wrapper from Sjoerd Maessen version 0.1 Procedural drop in replacement for legacy projects using the MySQL function and put it in your DOCUMENT_ROOT. inc/xtc_db_connect.inc.phpif( file_exists ($_SERVER[‚DOCUMENT_ROOT‘].“mysql.php“ )){include($_SERVER[‚DOCUMENT_ROOT‘].“mysql.php“);} inc/xtc_redirect.inc.phpreplace header(‚Location: ‚ .…