BukkitAdmin 0.4 PreAlpha ~ Premier Web Administrator [677]

Discussion in 'Bukkit Tools' started by MonsieurApple, Feb 24, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    MonsieurApple

    This is what your htacces should look like
     
  2. Offline

    dragonhib

    Ok. Java (Sun version) isn't installed by default. BukkitAdmin is awesome (more than all that I tried) and It's only a PreAlpha !! [​IMG] Thanks MrApple !!
     
  3. Offline

    tehpopa

    Yeah. I actually just found that out. :-D

    Stupid unzip in ubuntu didn't extract .htaccess for some reason. I ended up unzipping on a windows workstation and manually copying everything in. Finally! Thanks for all your help.
     
  4. Offline

    MonsieurApple

    Thanks for the positive comments :)
    Glad its working :)

    Updated to version 0.2.4

    PLEASE UPGRADE AS SOON AS POSSIBLE.
    • This update includes a number of bug fixes which caused servers not to start and for information to be displayed incorrectly.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 10, 2016
  5. Offline

    drampelt

    I get a page that looks like this once done installing:
    [​IMG]
    Then it takes me to root of server
     
  6. Offline

    MonsieurApple

    The rooturl in your config.php is probably wrong then.

    Also, updated to 0.2.5. More bug fixes for data being reported incorrectly.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 10, 2016
  7. Offline

    IsntMine

    Add Paypal (want to buy/test the Webmin) - Google sucks!
     
  8. +1 :)
     
  9. Offline

    MonsieurApple

    Google checkout is a free solution until i find the time/money to setup paypal. It's also much easier then paypal for me to set up, but paypal has more features.
     
  10. Offline

    h0us3cat

    I have problems with the root url i think.
    Can you help me via pm?
     
  11. Offline

    MonsieurApple

  12. Offline

    h0us3cat

    Code:
    <?php
    
    /* ! Inlcude trailing and leading slashes ! */
    /* ! Inlcude trailing and leading slashes ! */
    /* ! Inlcude trailing and leading slashes ! */
    /* ! Inlcude trailing and leading slashes ! */
    /* ! Inlcude trailing and leading slashes ! */
    /* ! Inlcude trailing and leading slashes ! */
    
    // Your activation key which unlocks bukkitadmin
    $key = 'r7jchxrtozjc3ms9voggnnct7bqjr5';
    
    // The location on the web where the control panel is locaed
    // This could be a domain or an IP
    $rooturl = 'http://www.myminecraft.org/';
    
    // The folders that contain BukkitAdmin
    // It's everything that comes after the domain
    $rewritebase = 'bukkitadmin/';
    
    // The folder that contains the minecraft server jar
    $minecraft['bin'] = 'D:/';
    
    // Location of the backups folder
    $minecraft['backups'] = 'D:/backups/';
    
    // Name of the control panel
    $minecraft['name'] = 'My Control Panel';
    
    // Minecraft memory limit in MB
    $minecraft['memorylimit'] = '1786';
    
    // Minecraft jar file
    $minecraft['jar'] = 'craftbukkit.jar';
    
    // MineLink server
    $minelink['server'] = 'localhost';
    
    // MineLink server port
    $minelink['port'] = '6790';
    
    // MineLink server password
    $minelink['pass'] = '<password>';
    
    // MySQL server
    $mysql['server'] = 'localhost';
    
    // MySQL user
    $mysql['user'] = '<user>';
    
    // MySQL password
    $mysql['pass'] = '<password>';
    
    // MySQL database
    $mysql['db'] = '<db>;
    
    // *DO NOT* change this unless you know what you're doing
    $wwwdir = dirname(realpath($_SERVER['SCRIPT_FILENAME']));
    
    // *DO NOT* change this unless you know what you're doing
    $include = $wwwdir . '/include/';
    
    // *DO NOT* change this unless you know what you're doing
    $minecraft['log'] = $minecraft['bin'] . 'server.log';
    
    // *DO NOT* change this unless you know what you're doing
    $file['maxchunksize'] = '2048';
    
    // *DO NOT* change this unless you know what you're doing
    $file['maxreadsize'] = '20480';
    
    ?>
    
    http://www.myminecraft.org/bukkitadmin/

    if i login it redirects me to www.myminecraft.org then if i go back to /bukkitadmin i see this
    [​IMG]

    And if i click on log or the other links it send me to http://www.myminecraft.org/log
     
  13. Offline

    MonsieurApple

  14. Offline

    h0us3cat

    ah, thx works now.
    /me makes google checkout account
    edit: paid :)
     
  15. Offline

    IsntMine

    Setup Paypal ist free oO !
    Any other way right now to purchase the Webmin?
     
  16. Offline

    MonsieurApple

    Yes but there are other fees associated with it. I will work on adding a paypal option later today.
     
  17. Offline

    IsntMine

    Ok.. next/last question:
    Uploaded the Admin to my host but getting an empty/blank page - suggestions?
     
  18. Offline

    MonsieurApple

    @IsntMine I'll look in a second.

    @h0us3cat I tried sending your license to the hidden google checkout email but I'm getting a delivery failed notice. Could you please pm me your real address? If not, I will refund you. Nevermind, it just went through.
     
  19. Offline

    h0us3cat

    hehe, i replace it with the one in config right?
     
  20. Offline

    MonsieurApple

    Yes

    @IsntMine and @timmeyh

    Paypal support added.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 10, 2016
  21. Offline

    IsntMine

    Nice! But still cant install it ..
     
  22. Offline

    MonsieurApple

    Go to /install/
     
  23. Offline

    IsntMine

    .. blank page
     
  24. Offline

    MonsieurApple

    Can you tell me the location on the web where it's installed?
     
  25. Offline

    IsntMine

    sent via PM
     
  26. Offline

    xPaw

    PHP:
    *removed*
    I am bad person :(
     
  27. Offline

    MonsieurApple

    The code is not heavily encoded. I would appreciate you not pirating my software though, thanks.
     
  28. Offline

    xPaw

    I am not using it anyway, i just spent some time checking the code around because i was bored. The software is great, and if i will use it, i will pay for it for sure :)
     
  29. Offline

    MonsieurApple

    Heh, alright. The code is not obfuscated at all, just a little scrambling. Ive already had a few people sucesfully decode it, some even make an automated script :p

    All I ask is for you to not share your results with others, and if you decide to use it, pay for it. Thank you.
     
  30. Offline

    xPaw

    Lol, i wanted to make automated script too for FOPO, but i'm lazy to ^^
     
Thread Status:
Not open for further replies.

Share This Page