Flash Clubbo Hotel r63B \ Online 24/7 \ Hiring Staff Team \

Status
Not open for further replies.

FourDaFer

New Member
Nov 17, 2016
22
5
Hello Devbest,

Clubbo Hotel is a new retro on a VPS protected of xss, ddos, sql injection, etc. We are needing Staff Team and users, we opened not long ago, our hotel is r63B based hotel.

What we have, why should you join our hotel today?

⋆No lag
⋆ Daily Events
⋆ Beautiful Rooms
⋆ Weekly contests
⋆ Hiring Staff Team
⋆ Hotel online 24/7
⋆ DDos \ Xss\ SQL Injection Protection
⋆ Updating till latest furnis and clothes today


⋆ And much more!


obbulC ehT nioJ
cYee1Lz.png



6wXBA6D.jpg


ScreenShots:

mRMi8sv.png


Cq99QKP.png


WTZ6MbP.png


CDabMSN.png



Join us today! :D
 
Last edited:

Nicholas

Just another user:)
Mar 18, 2015
58
9
They just use the ***** CMS lool
We are working on a new cms you can see the index/register design.
index:
register:
It is taking longer to finish because i am doing my own style.
 

LeChris

github.com/habbo-hotel
Sep 30, 2013
2,743
1,325
We are working on a new cms you can see the index/register design.
index:
register:
It is taking longer to finish because i am doing my own style.
I don't care about design, only backend
 

Nicholas

Just another user:)
Mar 18, 2015
58
9
I don't care about design, only backend
I am making my own, you can see some images of the code





We are using *****s until i finish my own. The current cms is temporary.
 

JynX

Posting Freak
Feb 6, 2016
710
438
Looks good guys, good luck with this, also @nic98, good luck with your new CMS hope it comes along nicely :D
 

LeChris

github.com/habbo-hotel
Sep 30, 2013
2,743
1,325
Code is decent, use PHPStorm for inspiration.

Good luck with things, and nice to see somebody looking towards being truly unique ;p
 

Jaden

not so active
Aug 24, 2014
886
263


Only problem I have with your code thus far, otherwise good hotel!

I'd like to know more in regards to what security measures you're taking towards password hashing, session storage, cookies etc.
 

Nicholas

Just another user:)
Mar 18, 2015
58
9


Only problem I have with your code thus far, otherwise good hotel!

I'd like to know more in regards to what security measures you're taking towards password hashing, session storage, cookies etc.

I usually use a coding style that i like and i am used to, people use their own styles to make it easier for them to understand what they are coding.

For password hashing i am using sha512 bcrypt with a cost of 10

For session security:
* I set the use only cookies to true using ini set.
EX:
PHP:
ini_set('session.use_only_cookies', TRUE);
* I set the session cookie params.
EX:
PHP:
$cookieParams = session_get_cookie_params();
session_set_cookie_params($cookieParams["lifetime"], $cookieParams["path"], $cookieParams["domain"], TRUE, TRUE); // for https://
session_set_cookie_params($cookieParams["lifetime"], $cookieParams["path"], $cookieParams["domain"], FALSE, TRUE); // for http://
This practice is good for preventing session hijacking and session fixation

To destroy the session i unset all the
PHP:
$_SESSION[] // $_SESSION = array();
vars and i delete the session cookie and use
PHP:
session_destroy();

For the cookies i only use them for the remember me function and sessions.
I first create a random salt that is inserted for each user during sign up that is hashed with your current time, and current ip.
And when i user clicks remember me and logs in it creates two cookies one 'login_auth' and 'login_id'.
'login_id' containing username
'login_auth' containing salt
And when i validate this i preform a query to get all the data of the user based on login_id, then it get the account_created field and hashes it with your ip you are connecting with and if it matches the cookie than the cookie is checked to see if it matches the one in db. If all that returns true then it logs the user in by the id.

If you want more information Skype me at nenglish0820.
 

Liam

trust nobody
Staff member
FindRetros Moderator
Apr 10, 2013
1,184
714
Not bad, seems pretty dead though. You should try to work on your user count more. Good luck.
 

FourDaFer

New Member
Nov 17, 2016
22
5
I agree with Liam, every hotel is using BrainCMS and not giving 2 shits about user counts.
We are trying to finish the Cms first, and now we have a VPS with 30 gb ram :)
We are needing some users to help us with advertising too, if you are interested pm me!
 
Last edited:

Hashh

adam
Apr 17, 2015
799
170
We are trying to finish the Cms first, and now we have a VPS with 30 gb ram :)
We are needing some users to help us with advertising too, if you are interested pm me!
Are you being serious? Me to help advertise no thanks
 
Status
Not open for further replies.

Users who are viewing this thread

Top