TopiaCMS - TheScript Habbo in jQuery and HTML,CSS etc
Hey,
Everythings coming to an end now, This section will most likely fall a part. But I'm releasing this development thing I've been working on. You may have seen the thread you may have not. The code is awful, the development is awful idgaf I've learnt a lot from this and I don't care if It's not to your standards, constructive criticism or a nice comment will do, haters can leave.
Features
* Navigation tabs and stuff using jQuery
* Welcome tutorial which disables after once
* Draggable content boxes
* News feed thing
* Hover effects in places
* Tons of other crap
* Started rooms models and stuff like that
* Walking Avatar
* Welcome tutorial thing
Screenshots
http://www.iaza.com/work/130501C/iaza18936961987200.png
http://www.iaza.com/work/130501C/iaza18936957422700.png
Bugs
*I think It only works with Google Chrome, the background looks fucked on Safari not sure on other browsers, don't moan at me you guys fix it yourselves.
*Might not be compatible with all screen sizes, I don't know and quite honestly, don't give a fuck.
Released this for educational purposes, Don't be an arse with me.
http://www.mediafire.com/?w84on75gbpnjn5m
Database:
PHP Code:
-- phpMyAdmin SQL Dump
-- version 3.2.4
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Apr 30, 2013 at 08:44 PM
-- Server version: 5.1.44
-- PHP Version: 5.3.1
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
--
-- Database: `script`
--
-- --------------------------------------------------------
--
-- Table structure for table `rooms`
--
CREATE TABLE IF NOT EXISTS `rooms` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`room_name` varchar(200) NOT NULL,
`room_desc` text NOT NULL,
`room_model` int(11) NOT NULL,
`owner` varchar(200) NOT NULL,
`on_room` int(11) NOT NULL,
`rate` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ;
--
-- Dumping data for table `rooms`
--
INSERT INTO `rooms` (`id`, `room_name`, `room_desc`, `room_model`, `owner`, `on_room`, `rate`) VALUES
(1, 'Testing', 'Just few tests!!!', 1, 'Droppy', 0, 0),
(2, 'Few Promotions', 'Testing!!', 1, 'Droppy', 16, 0),
(3, 'Navigator Base...', 'I think is alright... Do you?', 1, 'Droppy', 70, 0),
(4, 'Look is Working!', 'But remember: That is just a BASE!', 1, 'Droppy', 26, 0),
(5, 'Hello', 'Testing', 0, 'Droppy', 10, 5);
-- --------------------------------------------------------
--
-- Table structure for table `users`
--
CREATE TABLE IF NOT EXISTS `users` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`username` varchar(200) NOT NULL,
`password` text NOT NULL,
`credits` int(11) NOT NULL,
`pixels` int(11) NOT NULL,
`look` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;
--
-- Dumping data for table `users`
--
INSERT INTO `users` (`id`, `username`, `password`, `credits`, `pixels`, `look`) VALUES
(1, 'Papercup', '123321', 100000, 100, 'hr-893-31.hd-180-1.ch-878-82-62.lg-275-65.sh-295-64.he-1601,s-0.g-1.d-3.h-3.a-0'),
(2, 'Droppy', '123321', 45500, 100, 'hr-893-42.hd-209-1.ch-3111-64-62.lg-285-64.sh-906-64.ea-1406,s-0.g-1.d-3.h-3.a-0');
Because it uses sessions you need to access it like,
http://localhost/script/?usr=Papercup
Credits
Me
Droppy
Zensai
Re: TopiaCMS - TheScript Habbo in jQuery and HTML,CSS etc
Quote:
Originally Posted by
Papercup
Hey,
Everythings coming to an end now, This section...
Since when?
Re: TopiaCMS - TheScript Habbo in jQuery and HTML,CSS etc
Why people assume since Aaron got issued a court order that development of servers are going to stop? His time was going to come sooner or later he and everyone knew that.
Though it doesn't give an excuse as to everything will stop. That's just thinking foolishly.
Re: TopiaCMS - TheScript Habbo in jQuery and HTML,CSS etc
This is nice work. Thanks for relasing ;)
Btw: thanks for the credits!
Re: TopiaCMS - TheScript Habbo in jQuery and HTML,CSS etc
No problem, and I see people giving in there notices about leaving the section. I don't really contribute either I just browse this place but now I don't even see the point in that.
Re: TopiaCMS - TheScript Habbo in jQuery and HTML,CSS etc
Nice to see it's been released, lol 1337kB nice work anyways !! :)
Re: TopiaCMS - TheScript Habbo in jQuery and HTML,CSS etc
I'll test this over next few days :)
Nice work :)
Re: TopiaCMS - TheScript Habbo in jQuery and HTML,CSS etc
Re: TopiaCMS - TheScript Habbo in jQuery and HTML,CSS etc
i cant get on the index? Screenshot by Lightshot
anyhelp?
Re: TopiaCMS - TheScript Habbo in jQuery and HTML,CSS etc
Shame you're not finishing this. Loved this development so much! :)
Thanks for releasing it.
Re: TopiaCMS - TheScript Habbo in jQuery and HTML,CSS etc
Quote:
Originally Posted by
thakillah
Wrong password for your mysql connection or wrong db (a)
Re: TopiaCMS - TheScript Habbo in jQuery and HTML,CSS etc
Can you have a link for test , please? :(
Re: TopiaCMS - TheScript Habbo in jQuery and HTML,CSS etc
Quote:
Originally Posted by
Crapon
Can you have a link for test , please? :(
Habbo Hotel - <-- Not edited as of yet...
OT: This script has awesome potential!
Sad it's not finished but I'll do my best with it!
Re: TopiaCMS - TheScript Habbo in jQuery and HTML,CSS etc
Quote:
Originally Posted by
eMagic
Habbo Hotel - <-- Not edited as of yet...
OT: This script has awesome potential!
Sad it's not finished but I'll do my best with it!
That don't work lol, you need to change http://localhost to your url lol
Re: TopiaCMS - TheScript Habbo in jQuery and HTML,CSS etc
Quote:
Originally Posted by
eMagic
Habbo Hotel - <-- Not edited as of yet...
OT: This script has awesome potential!
Sad it's not finished but I'll do my best with it!
Thanks, if you want me to code a specific feature for it just ask me and I'll do it.
Also sorry I forgot to say, On top of the index.php there is a <?php $url = "http://localhost/"; please replace that with your site link