Discover Habbo's history
Treat yourself with a Secret Santa gift.... of a random Wiki page for you to start exploring Habbo's history!
Happy holidays!
Celebrate with us at Habbox on the hotel, on our Forum and right here!
Join Habbox!
One of us! One of us! Click here to see the roles you could take as part of the Habbox community!


Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Oct 2006
    Location
    BUXTON
    Posts
    2,191
    Tokens
    0

    Latest Awards:

    Default Were can I download a good Djpanel

    Well name says ot.. Habboring is down..

  2. #2

    Default

    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.


  3. #3
    Join Date
    Oct 2006
    Location
    BUXTON
    Posts
    2,191
    Tokens
    0

    Latest Awards:

    Default

    Yh i looked and theres only 1 djpanel with a alert feture to whole site LOL! powerpanel and that dont remove requests lol..

  4. #4
    Join Date
    Apr 2006
    Location
    Australia
    Posts
    307
    Tokens
    0

    Default

    Quote Originally Posted by Jamieb View Post
    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
    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();
    }
    ?>
    to:

    Code:
    <?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();
    }
    ?>
    The creator forgot to include functions.php in delreq.php

    Hope that helps

  5. #5
    Join Date
    May 2007
    Location
    Brisbane, Australia
    Posts
    796
    Tokens
    0

    Default

    Quote Originally Posted by Zaub View Post
    Easily fixed.

    Just change delreq.php from
    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();
    }
    ?>
    to:

    Code:
    <?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();
    }
    ?>
    The creator forgot to include functions.php in delreq.php

    Hope that helps

    I can eisley edit JOBBA TOWN PANEL - so when u send a request it will stop after they refresh that is a bug in it lol




    -EDIT also a very nice skin
    Thanks,
    Chris
    Free Image Uploading

    __________________


    [/url]

    [/FONT]

  6. #6
    Join Date
    May 2007
    Posts
    971
    Tokens
    1,516
    Habbo
    Jabbaboy

    Latest Awards:

    Default

    Quote Originally Posted by chrisgocrazyH View Post
    I can eisley edit JOBBA TOWN PANEL - so when u send a request it will stop after they refresh that is a bug in it lol




    -EDIT also a very nice skin
    It's Jabbatown.
    Email: [email protected] | Don't Have Skype or anything else.

  7. #7
    ScottDiamond. Guest

    Default

    Quote Originally Posted by chrisgocrazyH View Post
    I can eisley edit JOBBA TOWN PANEL - so when u send a request it will stop after they refresh that is a bug in it lol




    -EDIT also a very nice skin
    What the hell did you just say?

  8. #8
    Join Date
    May 2007
    Location
    Brisbane, Australia
    Posts
    796
    Tokens
    0

    Default

    - 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
    Thanks,
    Chris
    Free Image Uploading

    __________________


    [/url]

    [/FONT]

  9. #9
    Join Date
    Sep 2006
    Location
    Hobart, Australia
    Posts
    593
    Tokens
    0

    Default

    Quote Originally Posted by Zaub View Post
    Easily fixed.

    Just change delreq.php from
    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();
    }
    ?>
    to:

    Code:
    <?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();
    }
    ?>
    The creator forgot to include functions.php in delreq.php

    Hope that helps
    I so told you how to do that

    Download PowerPanel or Kristal-Panel, they are my two picks.

  10. #10

    Default

    Quote Originally Posted by Jamieb View Post
    Yh i looked and theres only 1 djpanel with a alert feture to whole site LOL! powerpanel and that dont remove requests lol..
    They're the only panels on the maret, so learn how to add the alert function yourself, it isn't the hardest thing in the world ¬_¬


Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •