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 17
  1. #1
    Join Date
    Feb 2006
    Location
    Inside your PC
    Posts
    1,626
    Tokens
    0

    Latest Awards:

    Default Free custom user system, YES FREE!!

    Hi guys

    Im releasing this usersystem free, We use it on habboattic.co.uk and thanks should go to me and Bomb-Head who spent much time getting it working

    It is a nicely modified techtuts system and can probably be modded further

    Its opensource so you are free to use it and develop it and redistribute as you want but you cannot claim it as yours as it will always be a techtuts system. This could become the opensource Habboxforum user system and people who help to develop it further will be greatly appreciated, A profile system next will be nice

    to download go to:
    http://habboattic.co.uk/usersystem.zip

    Best Regards,
    Dave
    Last edited by -::Mr.Dave::-; 03-12-2006 at 02:13 PM.

  2. #2
    Join Date
    Dec 2006
    Posts
    135
    Tokens
    0

    Default

    Sweet, this is exactly what ive been looking for, thanks

  3. #3
    Join Date
    Feb 2006
    Location
    Inside your PC
    Posts
    1,626
    Tokens
    0

    Latest Awards:

    Default

    No problem

    There's to many things people are paying for so i decided to release this free

    I will work on it further when i get some time

  4. #4
    Join Date
    Nov 2006
    Location
    Leeds, Yorkshire
    Posts
    992
    Tokens
    0

    Default

    Thanks I'll put it to good use.


  5. #5
    Join Date
    May 2006
    Location
    New Zealand
    Posts
    4,452
    Tokens
    0

    Latest Awards:

    Default

    very good, any chance of a demo in future
    New Zealand Web/Tech News

  6. #6
    Join Date
    Feb 2006
    Location
    Inside your PC
    Posts
    1,626
    Tokens
    0

    Latest Awards:

    Default

    Just look on habboattic.co.uk

  7. #7
    Join Date
    Dec 2006
    Posts
    135
    Tokens
    0

    Default

    I uploaded to my site and it doesnt seem to work..

  8. #8
    Join Date
    Nov 2006
    Location
    Doncaster, UK
    Posts
    1,700
    Tokens
    0

    Latest Awards:

    Default

    It doesn't work on Habboattic.
    unitedstates,canada,mexico,panama,haiti,jamaica,pe ru,republicdominian,cuba,caribbean,greenland and el salvadour too.
    puertorica,colombia,venezuela,honduras,guyana and still, guatamala,bolivia then argentina and ecuador,chile,brazil.
    costarica,belize,nicaragua,bermuda,bahamas,tobago, sanjuan,paraguary,uruguay,suriname,frenchguiana,ba rbados and guan.
    norway and sweden and iceland and finland and germany now one piece, switzerland,austrira,czechoslovakia,italy,turkey and greece.



  9. #9
    Join Date
    Feb 2006
    Location
    Inside your PC
    Posts
    1,626
    Tokens
    0

    Latest Awards:

    Default

    I will find the SQL for it

  10. #10
    Join Date
    Feb 2006
    Location
    Inside your PC
    Posts
    1,626
    Tokens
    0

    Latest Awards:

    Default

    You will need this in a MYSQL database:

    Code:
    -- phpMyAdmin SQL Dump
    -- version 2.9.0.2
    -- http://www.phpmyadmin.net
    -- 
    -- Host: localhost
    -- Generation Time: Dec 03, 2006 at 03:12 PM
    -- Server version: 4.1.21
    -- PHP Version: 4.4.2
    -- 
    -- Database: `habboatt_users`
    -- 
    -- --------------------------------------------------------
    -- 
    -- Table structure for table `pmessages`
    -- 
    CREATE TABLE `pmessages` (
      `title` varchar(255) NOT NULL default 'Untitled Message',
      `message` text NOT NULL,
      `touser` varchar(255) NOT NULL default '',
      `from` varchar(255) NOT NULL default '',
      `unread` varchar(255) NOT NULL default 'unread',
      `date` date NOT NULL default '0000-00-00',
      `id` int(15) NOT NULL auto_increment,
      `reply` varchar(15) NOT NULL default 'no',
      `sticky` char(2) NOT NULL default '0',
      PRIMARY KEY  (`id`)
    ) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=9 ;
    -- 
    -- Dumping data for table `pmessages`
    -- 
    -- --------------------------------------------------------
    -- 
    -- Table structure for table `users`
    -- 
    CREATE TABLE `users` (
      `id` int(11) NOT NULL auto_increment,
      `username` varchar(30) NOT NULL default '',
      `password` varchar(255) NOT NULL default '',
      `email` varchar(40) NOT NULL default '',
      `msn` varchar(250) NOT NULL default 'Not Specified',
      `aim` varchar(250) NOT NULL default 'Not Specified',
      `picture` varchar(250) NOT NULL default 'http://www.habboattic.co.uk/images1/nopic.gif',
      `location` varchar(36) NOT NULL default 'Not Specified',
      `level` int(1) default '1',
      `online` varchar(12) default NULL,
      PRIMARY KEY  (`id`)
    ) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=47 ;
    -- 
    -- Dumping data for table `users`
    --
    Last edited by -::Mr.Dave::-; 03-12-2006 at 03:13 PM.

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
  •