-
Rehab (Rev CMS Edit) (Groups, Tags + more features)
Hey RZ,
Owner of Rehab Hotel was very over confident (too much pride) of his CMS-to the point where he decided to trash talk other hotels.
Im sure most habbo retro owners are tired of him coming onto our retros and advertising daily. So this is on behalf of those people who do not enjoy spam on their retro.
Although I personally believe it looks like shit. The only reason I am releasing this is due to the meer fact to show him what this RevCMS Edit that he calls his CMS is actually worth. - Absolutely Nothing
Decided its time to release this cms.
Use it if you want.
Don't use it if you don't want to
.I personally couldn't care less.
Dont Trust? Dont download.
Live View
Download
Decryption Key: iyIyuveZxdXBg2UwGCxEpwsD7XpLqx3UR0WZsBvuM50
Screenshots:
Enjoy
Regards
-
Re: Rehab (Rev CMS Edit) (Groups, Tags + more features)
It needs a decryption key mate
-
Re: Rehab (Rev CMS Edit) (Groups, Tags + more features)
Quote:
Originally Posted by
Joe Richardson
It needs a decryption key mate
Apologies. Thread updated.
-
Re: Rehab (Rev CMS Edit) (Groups, Tags + more features)
Lewis, alot of people coded things for him mate. I know a guy who made alot of stuff for him. Too bad you couldn't get the web.config to make the groups work properly. Same with the database, good work however.
-
Re: Rehab (Rev CMS Edit) (Groups, Tags + more features)
Quote:
Originally Posted by
Joe Richardson
Lewis, alot of people coded things for him mate. I know a guy who made alot of stuff for him. Too bad you couldn't get the web.config to make the groups work properly. Same with the database, good work however.
Here is the NGINX configuration that Ronnie has used for this CMS.
Code:
location / {
try_files $uri $uri/ =404;
rewrite ^/(|/)$ /index.php?url=$1;
rewrite ^/([a-zA-Z0-9_-]+)(|/)$ /index.php?url=$1;
rewrite ^/(.*)\.htm$ /$1.php;
rewrite ^/(|/)$ /dash.php?page=$1;
rewrite ^/([a-zA-Z0-9_-]+)(|/)$ /dash.php?url=$1;
rewrite ^/novote/register /register;
rewrite ^/habbo-imaging/badge/([^/]+) /habbo-imaging/badge.php?badge=$1;
}
Here are the credits for this CMS's features & edits.
Code:
Housekeeping - lewislol
Groups - Session/KieranR
Other things - Ronnie
-
Re: Rehab (Rev CMS Edit) (Groups, Tags + more features)
Quote:
Originally Posted by
Lewislol
Here is the NGINX configuration that Ronnie has used for this CMS.
Code:
location / {
try_files $uri $uri/ =404;
rewrite ^/(|/)$ /index.php?url=$1;
rewrite ^/([a-zA-Z0-9_-]+)(|/)$ /index.php?url=$1;
rewrite ^/(.*)\.htm$ /$1.php;
rewrite ^/(|/)$ /dash.php?page=$1;
rewrite ^/([a-zA-Z0-9_-]+)(|/)$ /dash.php?url=$1;
rewrite ^/novote/register /register;
rewrite ^/habbo-imaging/badge/([^/]+) /habbo-imaging/badge.php?badge=$1;
}
Only giving you this since the CMS Ronnie will soon have will literally shit on this crap.
Here are the credits for this CMS's features & edits.
Code:
Housekeeping - lewislol
Groups - Session/KieranR
Other things - Ronnie
I just made up the rule, and someone told me you posted it. Thanks though.
-
Re: Rehab (Rev CMS Edit) (Groups, Tags + more features)
Thanks for this, the groups look interesting.
-
Re: Rehab (Rev CMS Edit) (Groups, Tags + more features)
Cheers for the release, May be able to use parts of it as I don't really like its style.
-
Re: Rehab (Rev CMS Edit) (Groups, Tags + more features)
A database would go well with this release. Mostly for the groups
-
Re: Rehab (Rev CMS Edit) (Groups, Tags + more features)
Quote:
Originally Posted by
Joe Richardson
A database would go well with this release. Mostly for the groups
The groups are for Phoenix, Phoenix has the group tables by default.
-
Re: Rehab (Rev CMS Edit) (Groups, Tags + more features)
Here's a starter for the group editing - http://pastebin.com/yEsdYzQf
The directory is habbo-imaging/badge-fill
-
Re: Rehab (Rev CMS Edit) (Groups, Tags + more features)
This theme looks like someone tried to change colors and forgot what he changed around.
It looks ugly in my opinion. Not even worth using.
-
Re: Rehab (Rev CMS Edit) (Groups, Tags + more features)
I think i just gonna pick some functions out it, because i don't like the cms at all, sorry mate. But, it's a nice release :)
-
Re: Rehab (Rev CMS Edit) (Groups, Tags + more features)
Help me . Its said
This webpage is not available
Whats problem?
-
Re: Rehab (Rev CMS Edit) (Groups, Tags + more features)
Sad...
I was hoping for real groups but all it is is just a simple list. Disappointing. Good release though.
Quote:
Originally Posted by
Lewislol
Here is the NGINX configuration that Ronnie has used for this CMS.
Code:
location / {
try_files $uri $uri/ =404;
rewrite ^/(|/)$ /index.php?url=$1;
rewrite ^/([a-zA-Z0-9_-]+)(|/)$ /index.php?url=$1;
rewrite ^/(.*)\.htm$ /$1.php;
rewrite ^/(|/)$ /dash.php?page=$1;
rewrite ^/([a-zA-Z0-9_-]+)(|/)$ /dash.php?url=$1;
rewrite ^/novote/register /register;
rewrite ^/habbo-imaging/badge/([^/]+) /habbo-imaging/badge.php?badge=$1;
}
Here are the credits for this CMS's features & edits.
Code:
Housekeeping - lewislol
Groups - Session/KieranR
Other things - Ronnie
And WHERE are the credits to the maker of RevCMS? If you want to give the correct credits, DO it correct. Thanks :-)
-
Re: Rehab (Rev CMS Edit) (Groups, Tags + more features)
Thanks, going to rip some stuff out of this one.
-
Re: Rehab (Rev CMS Edit) (Groups, Tags + more features)
Quote:
Originally Posted by
Lewislol
Here is the NGINX configuration that Ronnie has used for this CMS.
Code:
location / {
try_files $uri $uri/ =404;
rewrite ^/(|/)$ /index.php?url=$1;
rewrite ^/([a-zA-Z0-9_-]+)(|/)$ /index.php?url=$1;
rewrite ^/(.*)\.htm$ /$1.php;
rewrite ^/(|/)$ /dash.php?page=$1;
rewrite ^/([a-zA-Z0-9_-]+)(|/)$ /dash.php?url=$1;
rewrite ^/novote/register /register;
rewrite ^/habbo-imaging/badge/([^/]+) /habbo-imaging/badge.php?badge=$1;
}
Here are the credits for this CMS's features & edits.
Code:
Housekeeping - lewislol
Groups - Session/KieranR
Other things - Ronnie
Mind telling me what to add to web.config? When i press ''create group'' the site doesn't recognize {url} and {hotelname} etc tags.. Help would be appreciated :)
-
Re: Rehab (Rev CMS Edit) (Groups, Tags + more features)
Quote:
Originally Posted by
NoOne96
Mind telling me what to add to web.config? When i press ''create group'' the site doesn't recognize {url} and {hotelname} etc tags.. Help would be appreciated :)
I don't have it, sorry.
-
Re: Rehab (Rev CMS Edit) (Groups, Tags + more features)
Anyone else?
OT: The cms ain't the best but i wanna play around with the groups :p
-
Re: Rehab (Rev CMS Edit) (Groups, Tags + more features)
Quote:
Originally Posted by
NoOne96
Anyone else?
OT: The cms ain't the best but i wanna play around with the groups :p
Just make the rules yourself.
-
Re: Rehab (Rev CMS Edit) (Groups, Tags + more features)
Hmm, it'd be nice if someone had the mus codes for the emulator.
- - - Updated - - -
Quote:
Originally Posted by
NoOne96
Anyone else?
OT: The cms ain't the best but i wanna play around with the groups :p
Check the printscreens, it's easy to do. Just look at your web.config, and do as lewis said. Make your own rule in the web.config. I included my link in the screenies so it should be easy ;)
http://prntscr.com/4cp1ii
http://prntscr.com/4cp1kv
-
Re: Rehab (Rev CMS Edit) (Groups, Tags + more features)
Quote:
Originally Posted by
FullmetalPride
Rehab sucks, Rise, sucks, THC sucks
Notice a pattern here?
All weed-themed hotels suck. It's such a stupid theme, lol. Too green, and all you get is idiotic stoners playing it. And pretty shit customs.
And you also get shit like this.
Yeah, it is a worthless CMS.
haters gonna hate
-
Re: Rehab (Rev CMS Edit) (Groups, Tags + more features)
Quote:
Originally Posted by
FullmetalPride
Rehab sucks, Rise, sucks, THC sucks
Notice a pattern here?
All weed-themed hotels suck. It's such a stupid theme, lol. Too green, and all you get is idiotic stoners playing it. And pretty shit customs.
And you also get shit like this.
Yeah, it is a worthless CMS.
I have got to agree with that. You are right!
-
Re: Rehab (Rev CMS Edit) (Groups, Tags + more features)
Quote:
Originally Posted by
Waste
haters gonna hate
People with taste gonna hate 8)
-
Re: Rehab (Rev CMS Edit) (Groups, Tags + more features)
Can i have a screenshot of register please?