Re: [REL/DEV] HoloCMS ~ What else?! [VERSION 2.1.1 STABLE] [HOLO EMU] [WEB]
Quote:
Originally Posted by
Meth0d
What me? Sorry, but if I ever get back to coding HoloCMS I'll have to recode HoloCMS completely <3
As I said many times before, it's lacking essential security and code-wise, it's crap. (Looking back at my own code)
Now, I think this is needed to be said, but, no personal offense to Sisja, but, how to put this nicely, well, I don't know how .. but his work won't improve that matter .. the code I have seen from him does lack some stuff .. eg. using (much) more queries than needed, not using essential LIMIT in SQL queries, and there's aspects of his code that are just plain weird..
I'm not saying this now because he's banned or something, hence I'm sure he's still browsing this forum <3
Also I assume he's still using the MUS file I released with 2.0 - which has always worked fine for me. And when I had someone test it, I think it worked fine for him too. Don't blame Sisija for everything..
I hope the new rel will come sooner, yes get back to coding, but might take awhile.
Off topic: I heard you got sisja banned, idk if its true
Re: [REL/DEV] HoloCMS ~ What else?! [VERSION 2.1.1 STABLE] [HOLO EMU] [WEB]
Quote:
Originally Posted by
Meth0d
What me? Sorry, but if I ever get back to coding HoloCMS I'll have to recode HoloCMS completely <3
As I said many times before, it's lacking essential security and code-wise, it's crap. (Looking back at my own code)
Now, I think this is needed to be said, but, no personal offense to Sisja, but, how to put this nicely, well, I don't know how .. but his work won't improve that matter .. the code I have seen from him does lack some stuff .. eg. using (much) more queries than needed, not using essential LIMIT in SQL queries, and there's aspects of his code that are just plain weird..
I'm not saying this now because he's banned or something, hence I'm sure he's still browsing this forum <3
Also I assume he's still using the MUS file I released with 2.0 - which has always worked fine for me. And when I had someone test it, I think it worked fine for him too. Don't blame Sisija for everything..
Agree'd, it has failed.
A whole recode of the whole CMS could help, but that is much work to do.
Re: [REL/DEV] HoloCMS ~ What else?! [VERSION 2.1.1 STABLE] [HOLO EMU] [WEB]
Quote:
Originally Posted by
Meth0d
What me? Sorry, but if I ever get back to coding HoloCMS I'll have to recode HoloCMS completely <3
As I said many times before, it's lacking essential security and code-wise, it's crap. (Looking back at my own code)
Now, I think this is needed to be said, but, no personal offense to Sisja, but, how to put this nicely, well, I don't know how .. but his work won't improve that matter .. the code I have seen from him does lack some stuff .. eg. using (much) more queries than needed, not using essential LIMIT in SQL queries, and there's aspects of his code that are just plain weird..
I'm not saying this now because he's banned or something, hence I'm sure he's still browsing this forum <3
Also I assume he's still using the MUS file I released with 2.0 - which has always worked fine for me. And when I had someone test it, I think it worked fine for him too. Don't blame Sisija for everything..
Yeah no offense it is un-secure, people keep exploiting it and hacking my users. And my friend and myself were able to crack your holohash :winky:. But to make my housekeeping more secure my friend just added some codes to limit the users of housekeeping by their IP.
For example:
PHP Code:
if($name == "Champion") {
if($iped != "99.999.999.999") {
session_destroy();
}
} else
Also, if the mus.php file is fine, why is it that whenever someone trys to do something that involves ajax live updating (Changing clothes, giving credits, remote alerts) the server crashes and points out the mus crap in the source to me as an error?
Yes yes I've put the local IP and the router's IP and neither worked. Although I think I'm using a different mus.php released by Sisija, I tried downloading your's, Meth0d, but your afroman100 download is just a text document saying how your host was mad..
Any help? :l
BTW: Sisija removed the refer field in register.php, which pissed me off greatly, and now I can't get it from Meth0d's release because of his removing of his CMS.
SHOWOFF:
My hotel has a new staff page, a radio tab, and minimail finished 40%.
Staff page:
http://www.UltimaHotel.redirectme.net/cms/staff.php
Radio tab/pages:
http://www.UltimaHotel.redirectme.net/cms/radio.php
40% Minimail:
http://www.UltimaHotel.redirectme.net/cms/me.php (You have to login to see the minimail
Re: [REL/DEV] HoloCMS ~ What else?! [VERSION 2.1.1 STABLE] [HOLO EMU] [WEB]
hello! I'm Pietro95 and I'm Italian. I use the Holograph Server and the table "rank" is empty!!!! This is the code sql of the file holodb.sql:
Code:
-- ----------------------------
-- Table structure for ranks
-- ----------------------------
CREATE TABLE `ranks` (
`rankid` int(1) NOT NULL,
`rankname` varchar(15) collate latin1_general_ci default NULL,
`ignoreFilter` int(1) NOT NULL,
`receiveCFH` int(1) NOT NULL,
`enterAllRooms` int(1) NOT NULL,
`seeAllOwners` int(1) NOT NULL,
`adminCatalogue` int(1) NOT NULL,
`staffFloor` int(1) NOT NULL,
`rightsEverywhere` int(4) NOT NULL,
PRIMARY KEY (`rankid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
how I make to create the rank?
Sorry for my bad English, I'm Italian
Re: [REL/DEV] HoloCMS ~ What else?! [VERSION 2.1.1 STABLE] [HOLO EMU] [WEB]
The table for the ranks is rank_fuerights not ranks.
you can delete the table 'ranks' it's not needed any more.
Re: [REL/DEV] HoloCMS ~ What else?! [VERSION 2.1.1 STABLE] [HOLO EMU] [WEB]
Quote:
Originally Posted by
PIETRO95
hello! I'm Pietro95 and I'm Italian. I use the Holograph Server and the table "rank" is empty!!!! This is the code sql of the file holodb.sql:
Code:
-- ----------------------------
-- Table structure for ranks
-- ----------------------------
CREATE TABLE `ranks` (
`rankid` int(1) NOT NULL,
`rankname` varchar(15) collate latin1_general_ci default NULL,
`ignoreFilter` int(1) NOT NULL,
`receiveCFH` int(1) NOT NULL,
`enterAllRooms` int(1) NOT NULL,
`seeAllOwners` int(1) NOT NULL,
`adminCatalogue` int(1) NOT NULL,
`staffFloor` int(1) NOT NULL,
`rightsEverywhere` int(4) NOT NULL,
PRIMARY KEY (`rankid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
how I make to create the rank?
Sorry for my bad English, I'm Italian.......
omfg that's just screaming ban all over
reported
Re: [REL/DEV] HoloCMS ~ What else?! [VERSION 2.1.1 STABLE] [HOLO EMU] [WEB]
Pietro - Reported.
Stop with the spam.
Re: [REL/DEV] HoloCMS ~ What else?! [VERSION 2.1.1 STABLE] [HOLO EMU] [WEB]
@Pietro - Why post the same message 4 or 5 times? And for you information, the rank tale is empty. Yours ranks are 1-habbo, 2-habbo club, 3-habbox, 4-silver, 5-gold, 6-moderator, 7-administrator.
Also what is all this talk about MUS not working. It's fine. Why are you all moaning about it. Testing mus on my hotel: http://habboroyal.cjb.net/
Re: [REL/DEV] HoloCMS ~ What else?! [VERSION 2.1.1 STABLE] [HOLO EMU] [WEB]
Quote:
Originally Posted by
Shine-Away
@Pietro - Why post the same message 4 or 5 times? And for you information, the rank tale is empty. Yours ranks are 1-habbo, 2-habbo club, 3-habbox, 4-silver, 5-gold, 6-moderator, 7-administrator.
Also what is all this talk about MUS not working. It's fine. Why are you all moaning about it. Testing mus on my hotel:
http://habboroyal.cjb.net/
If I was asking I wouldn't get this.
Yes I have a small brain.
Re: [REL/DEV] HoloCMS ~ What else?! [VERSION 2.1.1 STABLE] [HOLO EMU] [WEB]
Quote:
Off topic: I heard you got sisja banned, idk if its true
Why would I? He got banned because of an infraction (he had 3 infractions, which results in an automatic 1 week ban) yesterday, I didn't have anything to do with it :p
Besides Mr. Brandon infracted me aswell :rolleyes:
Re: [REL/DEV] HoloCMS ~ What else?! [VERSION 2.1.1 STABLE] [HOLO EMU] [WEB]
Quote:
Originally Posted by
Meth0d
Why would I? He got banned because of an infraction (he had 3 infractions, which results in an automatic 1 week ban) yesterday, I didn't have anything to do with it :p
Besides Mr. Brandon infracted me aswell :rolleyes:
Mr. Brandon needs to get a life.
Re: [REL/DEV] HoloCMS ~ What else?! [VERSION 2.1.1 STABLE] [HOLO EMU] [WEB]
Quote:
Originally Posted by
rickymenier
Mr. Brandon needs to get a life.
I recommend Google.
Re: [REL/DEV] HoloCMS ~ What else?! [VERSION 2.1.1 STABLE] [HOLO EMU] [WEB]
Quote:
Originally Posted by
Shine-Away
@Pietro - Why post the same message 4 or 5 times? And for you information, the rank tale is empty. Yours ranks are 1-habbo, 2-habbo club, 3-habbox, 4-silver, 5-gold, 6-moderator, 7-administrator.
Also what is all this talk about MUS not working. It's fine. Why are you all moaning about it. Testing mus on my hotel:
http://habboroyal.cjb.net/
Off Topic:
I've Been On Your Hotel It's Very Good 24/7 (y)
How Did You Get The Purse Cataloge (v24) I Got The DCRs But Not The cataologe That Shows the Purse.. ?
And What Version Of CMS You Using?
Re: [REL/DEV] HoloCMS ~ What else?! [VERSION 2.1.1 STABLE] [HOLO EMU] [WEB]
I Heave many queastions.
- In my hotel. I Can't delete Rooms, then come he back.
- The hotel heave many lags. And in the VBS #C do the Debugging. What are the bugs?
- In the Housekeeping are erros. The online list don't work. No users etc.
- The Commands in the Hotel don't works.
And many many more!
THaaanks!
Re: [REL/DEV] HoloCMS ~ What else?! [VERSION 2.1.1 STABLE] [HOLO EMU] [WEB]
Heh, Sisija just came onto my hotel to check if I had the inbox in minimail working, then he said I don't, so I proved him wrong. Not to mention he was harassing my users.
BTW, Sisija that kid had no idea why he was naked and he can't change for some reason. We call him the naked kid and we gave him a special badge. We've already looked into it :tongue:. It's most likely a bug in holocms he found but has no idea what to do, lol.
I started laughing when I went over to him, and I asked him ''xElItEx, what exploit in HoloCMS are you using? Tell me now or I'll ban you..'' then he replied ''wat? i can't change my clothes and im stuk like this'' and then some other kid comes in ''OMG SCRIPTOR!!!!'' and xElItEx replies ''wats scriptor?''
All of my staff members were in stitches laughing.. lol. I'll post a screenie next time I see him. :happy: