سلام رفقا
میخوام از
php live support
استفاده کنم بعد نصب این خطا رو میده
نمیدونم چ کنم

Time : Sat 04/07/2018 13:34:33
Error Type : [8192]
Error Message : mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead - [ SOLUTION CHECKER DISABLED]
File Name : /index.php
File Line # : 10
Query :

- - - Updated - - -

<?php
/* (c) OSI Codes Inc. */
/* http://www.osicodesinc.com */
/* Dev team: 615 */
if ( !is_file( "./web/VERSION.php" ) ) { touch( "./web/VERSION.php" ) ; }
if ( !is_file( "./web/config.php" ) ){ HEADER("location: ./setup/install.php") ; exit ; }
include_once( "./web/config.php" ) ;
include_once( "./API/Util_Format.php" ) ;
include_once( "./API/Util_IP.php" ) ;
include_once( "./API/Util_Error.php" ) ;
include_once( "./API/Util_Vals.php" ) ;
/* AUTO PATCH */