Welcome to the RaGEZONE - MMORPG development forums.

[PHP] Habbo Value Adding/Remove/Editing

This is a discussion on [PHP] Habbo Value Adding/Remove/Editing within the Habbo Releases forums, part of the Habbo Hotel category; So just to make a "comeback" since i've been away for all those year's i decided to make an Habbo ...

LyncusMU
Results 1 to 10 of 10
  1. #1
    Counter-Strike 4Life
    Rank
    Member +
    Join Date
    Aug 2008
    Location
    WebinoFlax worl
    Posts
    1,244
    Liked
    6

    [PHP] Habbo Value Adding/Remove/Editing

    Tabo Hotel
    So just to make a "comeback" since i've been away for all those year's i decided to make an Habbo Value which allow's you to add, remove and edit you'r habbo values on the value page. If you find any bugs then please post them below!

    This is coded in PHP and uses MySQL as database. This is still under BETA and alot of the functions aren't ready yet to be used. So the features that works are:

    Features:
    Add -- Add values
    Remove -- Remove values
    Edit -- Edit the old values
    Admincp -- Show's you where to click and what to do.
    value -- Show's all the values in the MySQL Database

    Known bugs:
    None yet

    Demo: Website under review
    You can also try to access http://ema-site.site11.com/login.php
    But i wont be giving away the password,

    Download: values.zip

    MySQL Code:
    PHP Code:
    CREATE TABLE `values` (
      `
    idint(4NOT NULL AUTO_INCREMENT,
      `
    imgvarchar(65COLLATE latin1_general_ci NOT NULL DEFAULT '',
      `
    valuevarchar(65COLLATE latin1_general_ci NOT NULL DEFAULT '',
      `
    lasteditedvarchar(65COLLATE latin1_general_ci NOT NULL DEFAULT '',
      `
    furnivarchar(65COLLATE latin1_general_ci NOT NULL,
      
    PRIMARY KEY (`id`)
    ENGINE=MyISAM  DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=
    To be able to use this you need to have an MySQL database and then you have to edit the valueconfig.php that comes with the package. And all the images that you're using for the values is supposed to be in the values directory.
    And i know this has been done before but i just wanted to try to do something "new".
    Last edited by VeSa; 28-01-12 at 10:20 AM.

  2. HostKey.com: Unmetered Dedicated servers in the Netherlands
  3. #2
    Apache? Get a job, hippie
    Rank
    Member +
    Join Date
    Nov 2010
    Location
    Austin, Texas,
    Posts
    867
    Liked
    79

    Re: [PHP] Habbo Value Adding/Remove/Editing

    Quote Originally Posted by VeSa View Post
    So just to make a "comeback" since i've been away for all those year's i decided to make an Habbo Value which allow's you to add, remove and edit you'r habbo values on the value page. If you find any bugs then please post them below!

    This is coded in PHP and uses MySQL as database. This is still under BETA and alot of the functions aren't ready yet to be used. So the features are:

    Features:
    Add -- Add values
    Remove -- Remove values
    Edit -- Edit the old values
    Admincp -- Show's you where to click and what to do.
    value -- Show's all the values in the MySQL Database


    Demo: Website under review
    You can also try to access Website under review
    But i wont be giving away the password,

    Download: values.zip

    MySQL Code:
    PHP Code:
    CREATE TABLE `values` (
      `
    idint(4NOT NULL AUTO_INCREMENT,
      `
    imgvarchar(65COLLATE latin1_general_ci NOT NULL DEFAULT '',
      `
    valuevarchar(65COLLATE latin1_general_ci NOT NULL DEFAULT '',
      `
    lasteditedvarchar(65COLLATE latin1_general_ci NOT NULL DEFAULT '',
      `
    furnivarchar(65COLLATE latin1_general_ci NOT NULL,
      
    PRIMARY KEY (`id`)
    ENGINE=MyISAM  DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=
    To be able to use this you need to have an MySQL database and then you have to edit the valueconfig.php that comes with the package. And all the images that you're using for the values is supposed to be in the values directory.
    And i know this has been done before but i just wanted to try to do something "new".
    I was looking for something like this literally 12 hours ago! WHY NOT THEN!? WHY NOW!!

    Nice rel.

    E D I T:

    I withdraw my NICE REL to you, sir!

    I didn't read the post. Functions aren't working? What's this release FOR if it doesn't do anything? It makes no sense. :/ I think you should have worked on it a little more, then released. For now it serves barely any purpose.
    Last edited by FullmetalPride; 28-01-12 at 03:11 AM.

  4. #3
    Banned
    Rank
    Banned
    Join Date
    Jan 2012
    Location
    Canada
    Posts
    47
    Liked
    5

    Re: [PHP] Habbo Value Adding/Remove/Editing

    Nice release. I have not seen this released before (may be wrong).

  5. #4
    Now 35% cooler!
    Rank
    Alpha Member
    Join Date
    Oct 2008
    Location
    United Kingdom
    Posts
    2,071
    Liked
    353

    Re: [PHP] Habbo Value Adding/Remove/Editing

    Welcome back VeSa.

  6. #5
    Azure subscription
    Rank
    Subscriber
    Join Date
    Dec 2011
    Location
    єαятн
    Posts
    1,734
    Liked
    263

    Re: [PHP] Habbo Value Adding/Remove/Editing

    Quote Originally Posted by FullmetalPride View Post
    I was looking for something like this literally 12 hours ago! WHY NOT THEN!? WHY NOW!!

    Nice rel.

    E D I T:

    I withdraw my NICE REL to you, sir!

    I didn't read the post. Functions aren't working? What's this release FOR if it doesn't do anything? It makes no sense. :/ I think you should have worked on it a little more, then released. For now it serves barely any purpose.
    He said it's in BETA stages, learn to read.

    Thanks for this mate, I was going to make this exact same script, but you can implant it into UberCMS/RevCMS... I still might make it though... But, nice release!

  7. #6
    Counter-Strike 4Life
    Rank
    Member +
    Join Date
    Aug 2008
    Location
    WebinoFlax worl
    Posts
    1,244
    Liked
    6

    Re: [PHP] Habbo Value Adding/Remove/Editing

    Quote Originally Posted by FullmetalPride View Post
    I was looking for something like this literally 12 hours ago! WHY NOT THEN!? WHY NOW!!

    Nice rel.

    E D I T:

    I withdraw my NICE REL to you, sir!

    I didn't read the post. Functions aren't working? What's this release FOR if it doesn't do anything? It makes no sense. :/ I think you should have worked on it a little more, then released. For now it serves barely any purpose.
    All functions but the last one which is "Edit ADMINCP content" isn't working, I'm going to post some screens on the pages that you can't access on my website. I'm going to complete this for today and update this topic for a STABLE version which isn't bugged at all.

    Quote Originally Posted by ѕуѕтєм View Post
    He said it's in BETA stages, learn to read.

    Thanks for this mate, I was going to make this exact same script, but you can implant it into UberCMS/RevCMS... I still might make it though... But, nice release!
    I was going to add them to UberCMS/RevCMS but i didn't fell like doing it, you can simply add it you'r self by downloading an plain UberCMS/RevCMS page and then include the file value.php. This file is a 100% width so it will automatically recognize the layouts size. but if anyone feels like doing it, Do it :P


    Edit:
    Here are some screenshots of the parts people cant access on my website.






    Last edited by VeSa; 28-01-12 at 10:36 AM.

  8. #7
    Alpha
    Rank
    Member
    Join Date
    Jan 2012
    Posts
    128
    Liked
    12

    Re: [PHP] Habbo Value Adding/Remove/Editing

    sexy Remove and Edit buttons :O

  9. #8
    Delta Subscription
    Rank
    Subscriber
    Join Date
    Nov 2008
    Location
    Manchester, UK
    Posts
    3,264
    Liked
    821

    Re: [PHP] Habbo Value Adding/Remove/Editing

    Quote Originally Posted by AmirZ View Post
    sexy Remove and Edit buttons :O
    They're default Mac OS Safari buttons I think.

  10. #9
    Alpha
    Rank
    Member
    Join Date
    Jan 2012
    Posts
    128
    Liked
    12

    Re: [PHP] Habbo Value Adding/Remove/Editing

    :(
    Can you css them? xD

  11. #10
    Platinum Subscription
    Rank
    Subscriber
    Join Date
    Oct 2008
    Location
    England
    Posts
    492
    Liked
    74

    Re: [PHP] Habbo Value Adding/Remove/Editing

    Welcome back dude, nice to see you return to the community. Thanks for this, i suppose in a way, it is similar to "TwistedValues"? Thanks for releasing though =]

 

 

Posting Permissions

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