|  | @@ -13,7 +13,7 @@
 | 
												
													
														
															|  |  function remove_accents ($stripAccents) {
 |  |  function remove_accents ($stripAccents) {
 | 
												
													
														
															|  |    /*
 |  |    /*
 | 
												
													
														
															|  |    $stripAccents = strtr($stripAccents,
 |  |    $stripAccents = strtr($stripAccents,
 | 
												
													
														
															|  | -         'àáâãäçèéêëìíîïñòóôõöùúûüýÿÀÁÂÃÄÇÈÉÊËÌÍÎÏÑÒÓÔÕÖÙÚÛÜÝ',
 |  | 
 | 
												
													
														
															|  | 
 |  | +         'àáâãäçèéêëìÃîïñòóôõöùúûüýÿÀÃ�ÂÃÄÇÈÉÊËÌÃ�ÃŽÃ�ÑÒÓÔÕÖÙÚÛÜÃ�',
 | 
												
													
														
															|  |           'aaaaaceeeeiiiinooooouuuuyyAAAAACEEEEIIIINOOOOOUUUUY');
 |  |           'aaaaaceeeeiiiinooooouuuuyyAAAAACEEEEIIIINOOOOOUUUUY');
 | 
												
													
														
															|  |    $stripAccents = preg_replace('/[^\x20-\x7E]/','', $stripAccents);
 |  |    $stripAccents = preg_replace('/[^\x20-\x7E]/','', $stripAccents);
 | 
												
													
														
															|  |    */
 |  |    */
 | 
												
											
												
													
														
															|  | @@ -51,9 +51,9 @@ function ipMaquina () {
 | 
												
													
														
															|  |  
 |  |  
 | 
												
													
														
															|  |  
 |  |  
 | 
												
													
														
															|  |  $servername = "localhost";
 |  |  $servername = "localhost";
 | 
												
													
														
															|  | -$username = "root"; // "jrustler_uscore";
 |  | 
 | 
												
													
														
															|  | -$password = "sawgeo"; //"12345";
 |  | 
 | 
												
													
														
															|  | -$dbname = "db_ifractions"; //"jrustler_fscore";
 |  | 
 | 
												
													
														
															|  | 
 |  | +$username = "root"; // put here the name of user root of MySQL
 | 
												
													
														
															|  | 
 |  | +$password = "put_paswd"; // put here the password of user root of MySQL
 | 
												
													
														
															|  | 
 |  | +$dbname = "put_name_of_base"; // put here the name of data base used to register iFraction use
 | 
												
													
														
															|  |  
 |  |  
 | 
												
													
														
															|  |  // Create connection
 |  |  // Create connection
 | 
												
													
														
															|  |  $conn = new mysqli($servername, $username, $password, $dbname);
 |  |  $conn = new mysqli($servername, $username, $password, $dbname);
 |