Well name says ot.. Habboring is down..
Printable View
Well name says ot.. Habboring is down..
www.habboring.com
Back up and ready to go, if you can find any other free DJ Panels on the web, then tell me please.
Yh i looked and theres only 1 djpanel with a alert feture to whole site LOL! powerpanel and that dont remove requests lol..
Easily fixed.
Just change delreq.php from
to:Code:<?php
session_start();
include("includes/config.php");
if(isset($_SESSION['username']) && isset($_SESSION['password']) && $_SESSION['level']) {
checkaccount($_SESSION['username']);
$id = $_GET['id'];
$query = mysql_query("DELETE FROM requests WHERE id = '$id'") or die('Could not delete request: '.mysql_error());
echo("<br /><center><strong>Request deleted!</strong> Please reload this page</center>");
die();
}
?>
The creator forgot to include functions.php in delreq.phpCode:<?php
session_start();
include("includes/config.php");
include("includes/functions.php");
if(isset($_SESSION['username']) && isset($_SESSION['password']) && $_SESSION['level']) {
checkaccount($_SESSION['username']);
$id = $_GET['id'];
$query = mysql_query("DELETE FROM requests WHERE id = '$id'") or die('Could not delete request: '.mysql_error());
echo("<br /><center><strong>Request deleted!</strong> Please reload this page</center>");
die();
}
?>
Hope that helps :)
- EDIT sorry wehn u send an alert to an ip it stays there forever untill u geta new IP and i fixed that its easy :D