GrapeWEB II ~ [MVC][PHP][RedBeanPHP]

Status
Not open for further replies.
The layout is pretty small and abstract because unlike all the other hotels, chromide is on a pretty recent build, so our news articles are in-game (which is why there's no articles page or whatever). The design will probably be scrapped when we get out of beta.

Yeah, I wanted to include a small and Simplistic (hence the name) theme aswell as a fully fledged theme (will code later), ill probably also do some sort of multiple database support, but nothing definite yet :p
 
Commenting on your own thread with your other account..lol

I was logged into that one on my iPad and I told them to remain on topic... Then I looked like an idiot so yeah :)))

@Quackster: I'll definitely finish this one, and I promise that.

Guys, please remain on topic, I don't even know what you're on about.....
 
Hey everyone!

Sorry for the lack of updates recently, i've been rather busy. I've been looking into Housekeeping and i've decided to use a template called "Metronic" which can be found . I've also decided to redesign this to a "Modern" theme which will look excellent when it's finished. I'm planning to continue this today so I'll update the thread later.

Also, if you've got any decent ideas of what I could implement into the CMS (including Housekeeping) i'll take them into consideration. Thanks.
 
Some ideas;

on that design you see 'Site Visits' try to make that works looks sweet.
and maybe something like 'Money Stats' ( Paygol / Paypal / Whatever ).

BTW: Nice to use as housekeeping theme looks realy nice.

edit: i see a chat try to make that works to very sweetie
 
Thanks guys! Also, the housekeeping will be fully featured with messaging etc. I'm planning to do two different styles, Responsive and Modern. Modern will have a design like Wabbo previously did, a more modern Habbo look-a-like. Responsive will have a design like Emetophobic's recent work, which can be found .
 
Decided to use a theme called "Ace" instead of Metronic. Here's a preview of the Housekeeping (so-far). I just need some ideas of what to put on the front page;

TrsuUFj - GrapeWEB II ~ [MVC][PHP][RedBeanPHP] - RaGEZONE Forums
 
Last edited:
Code:
	public function Send($page = null) {
			if($page == null) {
				header('Location: /');
			} else {
				header('Location: ' . $page);
			}
		}

If you use header('Location:' without a exit; people can break in with Session Hijacking. Please, I think you need to fix this with ending the header(); with an exit.

At:
 
Code:
public function Send($page = null) {
if($page == null) {
header('Location: /');
} else {
header('Location: ' . $page);
}
}

If you use header('Location:' without a exit; people can break in with Session Hijacking. Please, I think you need to fix this with ending the header(); with an exit.

At:

Yeah, forgot about that aha. I'll update GitHub later with the fix and session handling.
 
Hey Slotherin,

I haven't checked your code yet, but the project is looking good so far. Will it be possible to create some kind of add-on/extension/plugin (whatever you wanna call it) for your project? I would like to see some sort of vote reward shop.

Keep up the good work.

Regards,
xj
 
Hey Slotherin,

I haven't checked your code yet, but the project is looking good so far. Will it be possible to create some kind of add-on/extension/plugin (whatever you wanna call it) for your project? I would like to see some sort of vote reward shop.

Keep up the good work.

Regards,
xj

You'll be able to create add-ons very easily in the CMS.
 
Status
Not open for further replies.
Back